# CocoaMySQL dump
# Version 0.5
# http://cocoamysql.sourceforge.net
#
# Host: localhost (MySQL 4.0.21 Complete MySQL by Server Logistics)
# Database: ExpProject
# Generation Time: 2007-10-15 22:16:48 -0500
# ************************************************************

# Dump of table Computer
# ------------------------------------------------------------

CREATE TABLE `Computer` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(11) default NULL,
  `ipaddress` tinytext,
  `owner` varchar(20) default NULL,
  `location_id` int(11) default NULL,
  `limitedhours` tinyint(11) default '0',
  `type_id` int(11) default '1',
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;

INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("233","Pieri",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("234","Rota",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("235","Schubert",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("236","Fermat",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("237","",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("238","Noether",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("239","Schur",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("240","Clavius",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("241","TAMU",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("242","Witherlin",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("243","Hodge",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("244","Praxis",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("245","Phoebe",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("246","Ananke",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("247","Pisces",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("248","Serpens",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("249","Farallon",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("250","Catalina",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("251","Newton",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("252","Biblios",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("253","Croix",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("254","Spin",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("255","Draco",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("256","Crux",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("257","Sequoia",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("258","Harley",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("259","Calypso",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("260","Chevalley",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("261","Cataldi",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("262","Carmel",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("263","Condor",NULL,NULL,NULL,"0","1");
INSERT INTO `Computer` (`id`,`name`,`ipaddress`,`owner`,`location_id`,`limitedhours`,`type_id`) VALUES ("264","Amazon",NULL,NULL,NULL,"0","1");


# Dump of table ComputerToProblem
# ------------------------------------------------------------

CREATE TABLE `ComputerToProblem` (
  `id` int(11) NOT NULL auto_increment,
  `problem_id` int(11) default NULL,
  `computer_id` int(11) default NULL,
  `inprogress` int(11) default '0',
  `computer_name` varchar(11) default NULL,
  `pretime` int(11) default '0',
  `groebnertime` int(11) default '0',
  `realtime` int(11) default '0',
  `instance` int(11) default NULL,
  `enumproblem` text,
  `coeffheight` int(11) default NULL,
  `imagefilename` varchar(20) default NULL,
  `startdate` datetime default NULL,
  `enddate` datetime default NULL,
  `realsolstable` text,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM;

INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16483","16494","244","0","Praxis","38507","310732","41942","25000"," [1, 2, 6, 7, 3, 4, 5, 8] ,[1, 2, 4, 6, 3, 5, 7, 8]\n                     ,[1, 2, 3, 6, 4, 5, 7, 8] ,[1, 2, 3, 6, 4, 5, 7, 8]\n                     ,[1, 2, 3, 6, 4, 5, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                    ","39","WW2e3W21W33.15.gif",NULL,NULL,"[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16479","16490","249","0","Farallon","25542","204289","101561","100000"," [1, 3, 6, 7, 2, 4, 5, 8] ,[1, 2, 5, 6, 3, 4, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8]","32","We5W22W331.20.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,0,0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16480","16491","237","0","","11418","246589","134310","50000"," [1, 4, 5, 7, 2, 3, 6, 8] ,[1, 2, 4, 7, 3, 5, 6, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8]","35","We5W31W322.25.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,50000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16482","16493","239","0","Schur","1477","798860","43589","2500"," [1, 2, 5, 7, 3, 4, 6, 8] ,[1, 2, 4, 7, 3, 5, 6, 8]\n                     ,[1, 2, 3, 6, 4, 5, 7, 8] ,[1, 2, 3, 6, 4, 5, 7, 8]\n                     ,[1, 2, 4, 5, 3, 6, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                    ","56","WW2e2W11W31W32.24.gi",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,2500]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16481","16492","245","0","Phoebe","11804","73493","14719","100000"," [1, 5, 6, 7, 2, 3, 4, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                    ","42","We7W333.20.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16476","16487","237","0","","24217","914285","172304","50000"," [1, 4, 5, 7, 2, 3, 6, 8] ,[1, 2, 3, 7, 4, 5, 6, 8]\n                     ,[1, 2, 4, 5, 3, 6, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8]","26","We4W11W3W322.17.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16477","16488","249","0","Farallon","12054","201530","71306","25000"," [1, 3, 6, 7, 2, 4, 5, 8] ,[1, 3, 4, 5, 2, 6, 7, 8]\n                     ,[1, 2, 3, 6, 4, 5, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8]","32","We4W2W111W331.17.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16478","16489","235","0","Schubert","14320","238961","77369","25000"," [1, 4, 5, 6, 2, 3, 7, 8] ,[1, 2, 5, 6, 3, 4, 7, 8]\n                     ,[1, 2, 3, 6, 4, 5, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8]","29","We4W2W22W222.16.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16473","16484","237","0","","14035","418429","114025","25000"," [1, 4, 5, 7, 2, 3, 6, 8] ,[1, 2, 4, 6, 3, 5, 7, 8]\n                     ,[1, 2, 4, 6, 3, 5, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                    ","52","We3W21e2W322.26.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,25000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16474","16485","246","0","Ananke","961","827295","45913","2500"," [1, 4, 5, 7, 2, 3, 6, 8] ,[1, 2, 3, 6, 4, 5, 7, 8]\n                     ,[1, 2, 4, 5, 3, 6, 7, 8] ,[1, 2, 4, 5, 3, 6, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8]","52","We3W2W11e2W322.29.gi",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16475","16486","237","0","","14073","790901","153276","30000"," [1, 4, 6, 7, 2, 3, 5, 8] ,[1, 2, 4, 5, 3, 6, 7, 8]\n                     ,[1, 2, 4, 5, 3, 6, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8]","43","We4W11e2W332.21.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,30000]\n       ,[0,0,0,0,0,0,0,0,0,0,30000]\n       ,[0,0,0,0,0,0,0,0,0,0,30000]\n       ,[0,0,0,0,0,0,0,0,0,0,30000]\n       ,[0,0,0,0,0,0,0,0,0,0,30000]\n       ,[0,0,0,0,0,0,0,0,0,0,30000]\n       ,[0,0,0,0,0,0,0,0,0,0,30000]\n       ,[0,0,0,0,0,0,0,0,0,0,30000]\n       ,[0,0,0,0,0,0,0,0,0,0,30000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16470","16481","251","0","Newton","15916","585079","99421","25000"," [1, 4, 5, 7, 2, 3, 6, 8] ,[1, 2, 4, 6, 3, 5, 7, 8]\n                     ,[1, 2, 3, 6, 4, 5, 7, 8] ,[1, 2, 3, 6, 4, 5, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                    ","37","We2W2e2W21W322.18.gi",NULL,NULL,"[0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,25000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16471","16482","237","0","","169","804607","1638","100"," [1, 4, 5, 6, 2, 3, 7, 8] ,[1, 2, 3, 6, 4, 5, 7, 8]\n                     ,[1, 2, 4, 5, 3, 6, 7, 8] ,[1, 2, 4, 5, 3, 6, 7, 8]\n                     ,[1, 2, 4, 5, 3, 6, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8]","99","We2W2W11e3W222.22.gi",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]\n       ,[0,0,0,0,0,0,0,0,0,0,0,100]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16472","16483","234","0","Rota","12911","0","5130","2000"," [1, 2, 5, 6, 3, 4, 7, 8] ,[1, 2, 5, 6, 3, 4, 7, 8]\n                     ,[1, 2, 5, 6, 3, 4, 7, 8] ,[1, 2, 3, 6, 4, 5, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                    ","48","We2W2W22e3.16.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,2000]\n       ,[0,0,0,0,0,0,0,0,2000]\n       ,[0,0,0,0,0,0,0,0,2000]\n       ,[0,0,0,0,0,0,0,0,2000]\n       ,[0,0,0,0,0,0,0,0,2000]\n       ,[0,0,0,0,0,0,0,0,2000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16463","16474","237","0","","41074","66704","20386","100000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","42","WW2e4W3.10.gif",NULL,NULL,"[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16464","16475","242","0","Witherlin","295942","233515","122423","500000"," [1, 3, 5, 2, 4, 6, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 3, 5, 2, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","25","WW2W21e3.12.gif",NULL,NULL,"[0,0,0,0,0,0,500000]\n       ,[0,0,0,0,0,0,500000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16465","16476","237","0","","12045","3842","2607","100000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 2, 6, 3, 4, 5, 7]\n                     ,[1, 3, 5, 2, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","0","WW2W21W3e2.4.gif",NULL,NULL,"[0,0,22488]\n       ,[0,0,22488]\n       ,[0,0,22488]\n       ,[0,0,22488]\n       ,[0,0,22488]\n       ,[0,0,22488]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16466","16477","238","0","Noether","62882","32714","18600","100000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 3, 5, 2, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","27","WW2W3W21e2.6.gif",NULL,NULL,"[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16467","16478","264","0","Amazon","19387","367481","38927","25000"," [1, 2, 5, 7, 3, 4, 6, 8] ,[1, 2, 4, 6, 3, 5, 7, 8]\n                     ,[1, 2, 4, 5, 3, 6, 7, 8] ,[1, 2, 4, 5, 3, 6, 7, 8]\n                     ,[1, 2, 4, 5, 3, 6, 7, 8] ,[1, 2, 4, 5, 3, 6, 7, 8]\n                    ","75","W11e4W21W32.28.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,25000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16468","16479","237","0","","33187","471314","252069","50000"," [1, 4, 5, 7, 2, 3, 6, 8] ,[1, 2, 4, 6, 3, 5, 7, 8]\n                     ,[1, 2, 4, 5, 3, 6, 7, 8] ,[1, 2, 4, 5, 3, 6, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                    ","45","We2W11e2W21W322.19.g",NULL,NULL,"[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16469","16480","245","0","Phoebe","1528","0","58806","2500"," [1, 3, 5, 6, 2, 4, 7, 8] ,[1, 2, 4, 7, 3, 5, 6, 8]\n                     ,[1, 2, 4, 6, 3, 5, 7, 8] ,[1, 2, 4, 5, 3, 6, 7, 8]\n                     ,[1, 2, 3, 5, 4, 6, 7, 8] ,[1, 2, 3, 5, 4, 6, 7, 8]\n                    ","40","We2W11W21W31W221.27.",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,2500]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16459","16470","244","0","Praxis","79945","139628","28389","100000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","16","WW2e2W21W31.8.gif",NULL,NULL,"[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16460","16471","247","0","Pisces","20611","6729","7404","100000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 2, 6, 3, 4, 5, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","9","WW2e2W3W31.5.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16461","16472","238","0","Noether","37068","5389","8644","100000"," [1, 4, 6, 2, 3, 5, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","12","WW2e3W32.6.gif",NULL,NULL,"[0,0,0,100000]\n       ,[0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16462","16473","234","0","Rota","40818","463524","48855","25000"," [1, 3, 5, 2, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","52","WW2e4W21.16.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,25000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16455","16466","237","0","","134435","50560","24528","100000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 3, 5, 2, 4, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","16","WW11W3W21e2.5.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16456","16467","235","0","Schubert","51667","3078","11135","100000"," [1, 4, 6, 2, 3, 5, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 3, 5, 2, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","11","WW21e2W32.4.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16457","16468","239","0","Schur","20646","1023","4687","100000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 3, 6, 2, 4, 5, 7]\n                     ,[1, 3, 5, 2, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","9","WW21W31e2.4.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16458","16469","238","0","Noether","39245","17089","15550","100000"," [1, 4, 5, 2, 3, 6, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","12","WW2e2W21W22.6.gif",NULL,NULL,"[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16448","16459","237","0","","199151","40595","46092","250000"," [1, 3, 5, 2, 4, 6, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 3, 5, 2, 4, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","17","WW11W21e3.10.gif",NULL,NULL,"[0,0,0,0,0,250000]\n       ,[0,0,0,0,0,250000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16449","16460","233","0","Pieri","64551","22436","12643","100000"," [1, 4, 6, 2, 3, 5, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","11","WW11W2e2W32.5.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16450","16461","244","0","Praxis","30806","345367","45383","50000"," [1, 3, 5, 2, 4, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","19","WW11W2e3W21.12.gif",NULL,NULL,"[0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,50000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16451","16462","238","0","Noether","62590","201232","35524","100000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","55","WW11W2e3W3.7.gif",NULL,NULL,"[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16452","16463","235","0","Schubert","54880","25908","23106","100000"," [1, 4, 5, 2, 3, 6, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","10","WW11W2W21W22.5.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,99998]\n       ,[0,0,99998]\n       ,[0,0,99999]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16453","16464","237","0","","40264","25022","25400","100000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","13","WW11W2W21W31.6.gif",NULL,NULL,"[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16454","16465","233","0","Pieri","69108","72597","17900","100000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 2, 6, 3, 4, 5, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","7","WW11W2W3W31.4.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16443","16454","237","0","","138396","255245","56029","100000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","33","WW11e2W2e2W3.5.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16444","16455","233","0","Pieri","71936","18253","11410","100000"," [1, 4, 6, 2, 3, 5, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","9","WW11e2W2W32.4.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16445","16456","235","0","Schubert","86309","247579","56188","100000"," [1, 3, 5, 2, 4, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","18","WW11e3W2W21.9.gif",NULL,NULL,"[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16446","16457","237","0","","97541","43090","19142","100000"," [1, 3, 5, 2, 4, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","17","WW11e4W21.8.gif",NULL,NULL,"[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16447","16458","237","0","","138030","31167","13994","100000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","16","WW11e4W3.4.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16436","16447","254","0","Spin","112","0","8632","1000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","99","We7W2W3.49.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16437","16448","246","0","Ananke","20564","431382","245270","200000"," [1, 4, 6, 2, 3, 5, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","52","We7W32.35.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16438","16449","246","0","Ananke","1426","268643","204594","10000"," [1, 4, 5, 2, 3, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","71","We8W22.56.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16439","16450","246","0","Ananke","524","598487","239863","5000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","97","We8W31.70.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16440","16451","237","0","","92264","18394","19157","100000"," [1, 4, 5, 2, 3, 6, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","8","WW11e2W21W22.4.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,99986]\n       ,[0,0,99995]\n       ,[0,0,99994]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16441","16452","239","0","Schur","22612","5435","6860","100000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","10","WW11e2W21W31.5.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16442","16453","237","0","","29977","714653","38292","50000"," [1, 3, 5, 2, 4, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","17","WW11e2W2e2W21.10.gif",NULL,NULL,"[0,0,0,0,0,50000]\n       ,[0,0,0,0,0,50000]\n       ,[0,0,0,0,0,50000]\n       ,[0,0,0,0,0,50000]\n       ,[0,0,0,0,0,50000]\n       ,[0,0,0,0,0,50000]\n       ,[0,0,0,0,0,50000]\n       ,[0,0,0,0,0,50000]\n       ,[0,0,0,0,0,50000]\n       ,[0,0,0,0,0,50000]\n       ,[0,0,0,0,0,50000]\n       ,[0,0,0,0,0,50000]\n       ,[0,0,0,0,0,49999]\n       ,[0,0,0,0,0,50000]\n       ,[0,0,0,0,0,50000]\n       ,[0,0,0,0,0,49999]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16435","16446","237","0","","30","0","358095","250"," [1, 3, 5, 2, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","112","We7W2W21.91.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16431","16442","237","0","","22027","214795","140718","100000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 2, 6, 3, 4, 5, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","36","We6W3e2.19.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16432","16443","248","0","Serpens","7322","0","126734","50000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","88","We6W3W21.30.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16433","16444","246","0","Ananke","25","900074","108152","250"," [1, 3, 5, 2, 4, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","120","We7W11W21.77.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16434","16445","237","0","","669","0","43754","2500"," [1, 2, 6, 3, 4, 5, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","175","We7W11W3.35.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16429","16440","262","0","Carmel","7682","933793","364012","50000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","55","We6W2W31.40.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16430","16441","238","0","Noether","124911","16539","48706","500000"," [1, 5, 6, 2, 3, 4, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","19","We6W33.10.gif",NULL,NULL,"[0,0,0,0,0,500000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16423","16434","245","0","Phoebe","226","0","53252","1000"," [1, 3, 4, 2, 5, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","60","We6W11e3.47.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16424","16435","233","0","Pieri","25986","452647","342424","100000"," [1, 4, 5, 2, 3, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","37","We6W11W22.26.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16425","16436","254","0","Spin","22","0","9781","100"," [1, 3, 4, 2, 5, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","65","We6W11W2e2.61.gif",NULL,NULL," [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16426","16437","237","0","","9398","303714","176316","25000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","45","We6W11W31.30.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16427","16438","246","0","Ananke","224","574478","263101","2500"," [1, 3, 5, 2, 4, 6, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","88","We6W21e2.61.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16428","16439","234","0","Rota","29025","321282","231937","25000"," [1, 4, 5, 2, 3, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","39","We6W2W22.30.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16414","16425","244","0","Praxis","22747","26799","46097","100000"," [1, 4, 6, 2, 3, 5, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","25","We5W11W32.15.gif",NULL,NULL,"[0,0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16415","16426","237","0","","87853","182918","364428","200000"," [1, 4, 5, 2, 3, 6, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","28","We5W21W22.20.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,200000]\n       ,[0,0,0,0,0,0,0,0,0,0,200000]\n       ,[0,0,0,0,0,0,0,0,0,0,200000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16416","16427","237","0","","43047","300439","497399","250000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","36","We5W21W31.25.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,250000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,250000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,250000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16417","16428","245","0","Phoebe","147","988919","99702","750"," [1, 3, 5, 2, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","73","We5W2e2W21.50.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16418","16429","237","0","","3504","0","145919","10000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","69","We5W2e2W3.29.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16419","16430","247","0","Pisces","12964","113271","75239","100000"," [1, 4, 6, 2, 3, 5, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","33","We5W2W32.20.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,0,0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16420","16431","247","0","Pisces","34284","16016","36786","250000"," [1, 4, 5, 2, 3, 6, 7] ,[1, 2, 6, 3, 4, 5, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","12","We5W3W22.10.gif",NULL,NULL,"[0,0,0,0,0,250000]\n       ,[0,0,0,0,0,250000]\n       ,[0,0,0,0,0,250000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16421","16432","235","0","Schubert","55059","53579","135006","200000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 2, 6, 3, 4, 5, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","17","We5W3W31.15.gif",NULL,NULL,"[0,0,0,0,0,0,0,200000]\n       ,[0,0,0,0,0,0,0,200000]\n       ,[0,0,0,0,0,0,0,200000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16422","16433","254","0","Spin","21","0","4362","100"," [1, 3, 4, 2, 5, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","60","We6W11e2W2.51.gif",NULL,NULL," [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]\n        ,[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16411","16422","244","0","Praxis","41145","248766","96516","50000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","40","We5W11e2W3.15.gif",NULL,NULL,"[0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,50000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16412","16423","245","0","Phoebe","105","904648","41614","500"," [1, 3, 5, 2, 4, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","62","We5W11W2W21.41.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16413","16424","239","0","Schur","602","808987","27093","2500"," [1, 2, 6, 3, 4, 5, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","126","We5W11W2W3.20.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,0,2500]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16407","16418","244","0","Praxis","19936","7627","34615","100000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 3, 6, 2, 4, 5, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","16","We4W31e2.12.gif",NULL,NULL,"[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16408","16419","237","0","","32281","10343","23673","200000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 4, 5, 2, 3, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","14","We4W31W22.8.gif",NULL,NULL,"[0,0,0,0,200000]\n       ,[0,0,0,0,200000]\n       ,[0,0,0,0,200000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16409","16420","237","0","","36007","10330","30800","100000"," [1, 4, 6, 2, 3, 5, 7] ,[1, 2, 6, 3, 4, 5, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","13","We4W3W32.8.gif",NULL,NULL,"[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16410","16421","237","0","","3991","0","301428","10000"," [1, 3, 5, 2, 4, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","54","We5W11e2W21.36.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16406","16417","244","0","Praxis","46641","600641","188260","50000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","44","We4W2W3W21.17.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16398","16409","237","0","","90834","39914","115203","250000"," [1, 4, 6, 2, 3, 5, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","19","We4W21W32.12.gif",NULL,NULL,"[0,0,0,0,0,0,250000]\n       ,[0,0,0,0,0,0,250000]\n       ,[0,0,0,0,0,0,250000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16399","16410","238","0","Noether","20532","2964","9502","100000"," [1, 4, 5, 2, 3, 6, 7] ,[1, 4, 5, 2, 3, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","11","We4W22e2.6.gif",NULL,NULL,"[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16400","16411","262","0","Carmel","11894","138127","50650","50000"," [1, 4, 5, 2, 3, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","23","We4W2e2W22.16.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16401","16412","237","0","","16199","499774","273473","25000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","32","We4W2e2W31.23.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,25000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16402","16413","237","0","","62","0","19029","250"," [1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","121","We4W2e4.45.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16403","16414","237","0","","1704","809085","133461","5000"," [1, 3, 5, 2, 4, 6, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","114","We4W2W21e2.33.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16404","16415","237","0","","37783","5927","15368","100000"," [1, 5, 6, 2, 3, 4, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","12","We4W2W33.6.gif",NULL,NULL,"[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16405","16416","244","0","Praxis","57271","307763","77467","100000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 2, 6, 3, 4, 5, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","35","We4W2W3e2.12.gif",NULL,NULL,"[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16395","16406","235","0","Schubert","23053","2887","8756","100000"," [1, 5, 6, 2, 3, 4, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","9","We4W11W33.4.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16396","16407","237","0","","62493","32997","34563","100000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 2, 6, 3, 4, 5, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","12","We4W11W3e2.7.gif",NULL,NULL,"[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16392","16403","263","0","Condor","218","0","11517","500"," [1, 3, 4, 2, 5, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","42","We4W11W2e3.34.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16397","16408","233","0","Pieri","45191","308493","152592","100000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","33","We4W11W3W21.13.gif",NULL,NULL,"[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16393","16404","250","0","Catalina","43343","344359","200478","250000"," [1, 4, 5, 2, 3, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","20","We4W11W2W22.14.gif",NULL,NULL,"[0,0,0,0,0,0,0,250000]\n       ,[0,0,0,0,0,0,0,250000]\n       ,[0,0,0,0,0,0,0,250000]\n       ,[0,0,0,0,0,0,0,250000]\n       ,[0,0,0,0,0,0,0,250000]\n       ,[0,0,0,0,0,0,0,250000]\n       ,[0,0,0,0,0,0,0,250000]\n       ,[0,0,0,0,0,0,0,250000]\n       ,[0,0,0,0,0,0,0,250000]\n       ,[0,0,0,0,0,0,0,250000]\n       ,[0,0,0,0,0,0,0,250000]\n       ,[0,0,0,0,0,0,0,250000]\n       ,[0,0,0,0,0,0,0,250000]\n       ,[0,0,0,0,0,0,0,250000]\n       ,[0,0,0,0,0,0,0,250000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16394","16405","262","0","Carmel","23178","353975","210420","100000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","26","We4W11W2W31.17.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,99998]\n       ,[0,0,0,0,0,0,0,0,99998]\n       ,[0,0,0,0,0,0,0,0,99998]\n       ,[0,0,0,0,0,0,0,0,99998]\n       ,[0,0,0,0,0,0,0,0,99998]\n       ,[0,0,0,0,0,0,0,0,99998]\n       ,[0,0,0,0,0,0,0,0,99998]\n       ,[0,0,0,0,0,0,0,0,99998]\n       ,[0,0,0,0,0,0,0,0,99998]\n       ,[0,0,0,0,0,0,0,0,99998]\n       ,[0,0,0,0,0,0,0,0,99998]\n       ,[0,0,0,0,0,0,0,0,99998]\n       ,[0,0,0,0,0,0,0,0,99998]\n       ,[0,0,0,0,0,0,0,0,99998]\n       ,[0,0,0,0,0,0,0,0,99998]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16389","16400","247","0","Pisces","2461","0","42813","5000"," [1, 3, 4, 2, 5, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","36","We4W11e3W2.24.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,5000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16390","16401","237","0","","6083","508962","48707","10000"," [1, 3, 4, 2, 5, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","39","We4W11e4.23.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,10000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16391","16402","263","0","Condor","11879","324974","270116","50000"," [1, 3, 5, 2, 4, 6, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","0","We4W11W21e2.28.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,50000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16386","16397","238","0","Noether","46783","92419","78593","100000"," [1, 4, 5, 2, 3, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","18","We4W11e2W22.12.gif",NULL,NULL,"[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16387","16398","233","0","Pieri","562","952909","20366","500"," [1, 3, 4, 2, 5, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","32","We4W11e2W2e2.27.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,500]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16388","16399","244","0","Praxis","44785","131012","94899","100000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","22","We4W11e2W31.13.gif",NULL,NULL,"[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16384","16395","237","0","","51214","17371","22916","100000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 2, 6, 3, 4, 5, 7]\n                     ,[1, 2, 6, 3, 4, 5, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","17","We3W3e3.6.gif",NULL,NULL,"[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16385","16396","250","0","Catalina","25940","39011","20083","100000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 3, 5, 2, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","31","We3W3W21e2.11.gif",NULL,NULL,"[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16375","16386","244","0","Praxis","32247","39168","43386","100000"," [1, 4, 6, 2, 3, 5, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","18","We3W2e2W32.11.gif",NULL,NULL,"[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,99999]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16376","16387","237","0","","6361","0","181342","15000"," [1, 3, 5, 2, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","41","We3W2e3W21.28.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,15000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16377","16388","244","0","Praxis","39053","0","138904","50000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","112","We3W2e3W3.17.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,50000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16378","16389","237","0","","65865","106269","130675","250000"," [1, 4, 5, 2, 3, 6, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","15","We3W2W21W22.11.gif",NULL,NULL,"[0,0,0,0,0,250000]\n       ,[0,0,0,0,0,250000]\n       ,[0,0,0,0,0,250000]\n       ,[0,0,0,0,0,250000]\n       ,[0,0,0,0,0,250000]\n       ,[0,0,0,0,0,250000]\n       ,[0,0,0,0,0,250000]\n       ,[0,0,0,0,0,250000]\n       ,[0,0,0,0,0,250000]\n       ,[0,0,0,0,0,250000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16379","16390","234","0","Rota","122915","119777","238919","100000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","19","We3W2W21W31.14.gif",NULL,NULL,"[0,0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,0,100000]\n       ,[0,0,0,0,0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16380","16391","244","0","Praxis","52491","39570","18629","100000"," [1, 4, 5, 2, 3, 6, 7] ,[1, 2, 6, 3, 4, 5, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","8","We3W2W3W22.5.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16381","16392","237","0","","44738","51914","80707","100000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 2, 6, 3, 4, 5, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","13","We3W2W3W31.9.gif",NULL,NULL,"[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16382","16393","238","0","Noether","17898","1833","10199","100000"," [1, 4, 6, 2, 3, 5, 7] ,[1, 3, 6, 2, 4, 5, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","11","We3W31W32.6.gif",NULL,NULL,"[0,0,0,100000]\n       ,[0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16383","16394","237","0","","90576","33083","24533","200000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 2, 6, 3, 4, 5, 7]\n                     ,[1, 3, 5, 2, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","14","We3W3e2W21.6.gif",NULL,NULL,"[0,0,0,200000]\n       ,[0,0,0,200000]\n       ,[0,0,0,200000]\n       ,[0,0,0,200000]\n       ,[0,0,0,200000]\n       ,[0,0,0,200000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16374","16385","237","0","","99455","519592","365682","250000"," [1, 3, 5, 2, 4, 6, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 3, 5, 2, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","34","We3W21e3.22.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,250000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,250000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,250000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16371","16382","262","0","Carmel","18258","23464","27894","100000"," [1, 4, 6, 2, 3, 5, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","17","We3W11W2W32.9.gif",NULL,NULL,"[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16372","16383","237","0","","74026","33332","29318","100000"," [1, 4, 5, 2, 3, 6, 7] ,[1, 2, 6, 3, 4, 5, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","7","We3W11W3W22.5.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16373","16384","233","0","Pieri","38518","15965","22050","100000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 2, 6, 3, 4, 5, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","11","We3W11W3W31.6.gif",NULL,NULL,"[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16365","16376","245","0","Phoebe","53991","605947","239943","200000"," [1, 3, 5, 2, 4, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","29","We3W11e3W21.17.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,200000]\n       ,[0,0,0,0,0,0,0,0,200000]\n       ,[0,0,0,0,0,0,0,0,200000]\n       ,[0,0,0,0,0,0,0,0,200000]\n       ,[0,0,0,0,0,0,0,0,200000]\n       ,[0,0,0,0,0,0,0,0,200000]\n       ,[0,0,0,0,0,0,0,0,200000]\n       ,[0,0,0,0,0,0,0,0,200000]\n       ,[0,0,0,0,0,0,0,0,200000]\n       ,[0,0,0,0,0,0,0,0,200000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16366","16377","262","0","Carmel","40526","46097","21552","100000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","32","We3W11e3W3.7.gif",NULL,NULL,"[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16367","16378","237","0","","72942","47174","73296","100000"," [1, 4, 5, 2, 3, 6, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","15","We3W11W21W22.9.gif",NULL,NULL,"[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,99999]\n       ,[0,0,0,0,99999]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,99998]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16368","16379","237","0","","80456","90164","138494","250000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","17","We3W11W21W31.11.gif",NULL,NULL,"[0,0,0,0,0,250000]\n       ,[0,0,0,0,0,250000]\n       ,[0,0,0,0,0,250000]\n       ,[0,0,0,0,0,250000]\n       ,[0,0,0,0,0,250000]\n       ,[0,0,0,0,0,250000]\n       ,[0,0,0,0,0,250000]\n       ,[0,0,0,0,0,250000]\n       ,[0,0,0,0,0,250000]\n       ,[0,0,0,0,0,250000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16369","16380","237","0","","2868","599395","82173","5000"," [1, 3, 5, 2, 4, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","0","We3W11W2e2W21.22.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]\n       ,[0,0,0,0,0,0,0,0,0,0,0,5000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16370","16381","238","0","Noether","7034","364827","35475","10000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","76","We3W11W2e2W3.12.gif",NULL,NULL,"[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,10000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16355","16366","244","0","Praxis","128377","19576","7710","100000"," [1, 4, 5, 2, 3, 6, 7] ,[1, 4, 5, 2, 3, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","8","We2W2W22e2.4.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16356","16367","244","0","Praxis","61221","29935","16097","100000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 3, 6, 2, 4, 5, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","13","We2W2W31e2.7.gif",NULL,NULL,"[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16357","16368","239","0","Schur","12727","2945","5936","100000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 4, 5, 2, 3, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","8","We2W2W31W22.4.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16358","16369","244","0","Praxis","39919","13773","10736","100000"," [1, 4, 6, 2, 3, 5, 7] ,[1, 2, 6, 3, 4, 5, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","8","We2W2W3W32.4.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16359","16370","233","0","Pieri","33399","14777","7546","100000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 2, 6, 3, 4, 5, 7]\n                     ,[1, 2, 6, 3, 4, 5, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","7","We2W3e2W31.4.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16360","16371","238","0","Noether","48736","10474","10173","100000"," [1, 4, 5, 2, 3, 6, 7] ,[1, 2, 6, 3, 4, 5, 7]\n                     ,[1, 3, 5, 2, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","7","We2W3W21W22.4.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16361","16372","238","0","Noether","117276","27783","33217","250000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 2, 6, 3, 4, 5, 7]\n                     ,[1, 3, 5, 2, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","9","We2W3W21W31.5.gif",NULL,NULL,"[0,0,250000]\n       ,[0,0,250000]\n       ,[0,0,250000]\n       ,[0,0,249999]\n       ,[0,0,249997]\n       ,[0,0,249999]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16362","16373","233","0","Pieri","6983","392467","103178","10000"," [1, 3, 5, 2, 4, 6, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","31","We3W11e2W2W21.19.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]\n       ,[0,0,0,0,0,0,0,0,0,10000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16363","16374","250","0","Catalina","37423","233029","56612","100000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","46","We3W11e2W2W3.8.gif",NULL,NULL,"[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16364","16375","237","0","","48125","12118","22034","100000"," [1, 4, 6, 2, 3, 5, 7] ,[1, 3, 4, 2, 5, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","14","We3W11e2W32.6.gif",NULL,NULL,"[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16350","16361","244","0","Praxis","50202","243631","104862","100000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","37","We2W2e2W3W21.10.gif",NULL,NULL,"[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]\n       ,[0,0,0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16351","16362","235","0","Schubert","50702","88795","29183","100000"," [1, 4, 5, 2, 3, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","15","We2W2e3W22.9.gif",NULL,NULL,"[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]\n       ,[0,0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16352","16363","237","0","","165890","569097","300398","500000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","18","We2W2e3W31.13.gif",NULL,NULL,"[0,0,0,0,0,0,500000]\n       ,[0,0,0,0,0,0,500000]\n       ,[0,0,0,0,0,0,500000]\n       ,[0,0,0,0,0,0,500000]\n       ,[0,0,0,0,0,0,500000]\n       ,[0,0,0,0,0,0,499998]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16353","16364","250","0","Catalina","8786","0","34304","25000"," [1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","90","We2W2e5.26.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,0,0,0,0,25001]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,25001]\n       ,[0,0,0,0,0,0,0,0,0,0,0,0,0,25001]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16354","16365","237","0","","38221","10945","28318","100000"," [1, 4, 6, 2, 3, 5, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","15","We2W2W21W32.7.gif",NULL,NULL,"[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16344","16355","235","0","Schubert","38932","6583","13947","100000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 4, 5, 2, 3, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","8","We2W11W31W22.4.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16345","16356","238","0","Noether","34326","5578","11646","100000"," [1, 4, 6, 2, 3, 5, 7] ,[1, 2, 6, 3, 4, 5, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","7","We2W11W3W32.4.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,99998]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16346","16357","237","0","","36915","7782","11212","100000"," [1, 4, 5, 2, 3, 6, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 3, 5, 2, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","14","We2W21e2W22.7.gif",NULL,NULL,"[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16347","16358","238","0","Noether","119501","34043","56238","250000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 3, 5, 2, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","18","We2W21e2W31.9.gif",NULL,NULL,"[0,0,0,0,250000]\n       ,[0,0,0,0,250000]\n       ,[0,0,0,0,250000]\n       ,[0,0,0,0,250000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16348","16359","262","0","Carmel","15948","485214","123813","50000"," [1, 3, 5, 2, 4, 6, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","59","We2W2e2W21e2.18.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]\n       ,[0,0,0,0,0,0,0,0,0,50000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16349","16360","250","0","Catalina","19210","20268","19700","100000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 2, 6, 3, 4, 5, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","18","We2W2e2W3e2.7.gif",NULL,NULL,"[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]\n       ,[0,0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16343","16354","238","0","Noether","34452","4319","11221","100000"," [1, 3, 6, 2, 4, 5, 7] ,[1, 3, 6, 2, 4, 5, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","9","We2W11W31e2.5.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16339","16350","237","0","","1416","895000","9198","2500"," [1, 3, 4, 2, 5, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 5, 3, 4, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7]","30","We2W11W2e4.19.gif",NULL,NULL,"[0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,2500]\n       ,[0,0,0,0,0,0,0,0,0,2500]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16340","16351","235","0","Schubert","18779","265061","85302","25000"," [1, 3, 5, 2, 4, 6, 7] ,[1, 3, 5, 2, 4, 6, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","54","We2W11W2W21e2.15.gif",NULL,NULL,"[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]\n       ,[0,0,0,0,0,0,0,25000]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance`,`enumproblem`,`coeffheight`,`imagefilename`,`startdate`,`enddate`,`realsolstable`) VALUES ("16341","16352","237","0","","80372","64178","39038","100000"," [1, 2, 6, 3, 4, 5, 7] ,[1, 2, 6, 3, 4, 5, 7]\n                     ,[1, 3, 4, 2, 5, 6, 7] ,[1, 2, 5, 3, 4, 6, 7]\n                     ,[1, 2, 4, 3, 5, 6, 7] ,[1, 2, 4, 3, 5, 6, 7]\n                    ","10","We2W11W2W3e2.5.gif",NULL,NULL,"[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,100000]\n       ,[0,0,99994]\n       ,[0,0,99991]\n       ,[0,0,99946]\n       ,[0,0,99992]\n       ,[0,0,99957]\n       ,[0,0,99972]\n       ,[0,0,99980]\n       ,[0,0,99972]\n       ,[0,0,99979]\n       ,[0,0,99991]");
INSERT INTO `ComputerToProblem` (`id`,`problem_id`,`computer_id`,`inprogress`,`computer_name`,`pretime`,`groebnertime`,`realtime`,`instance