Trace number 2662169

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1803.84 952.957

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-agg2.opb
MD5SUMba775969fc3da5c6701f023896ca8f88
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9060
Total number of constraints429
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints429
Minimum length of a constraint30
Maximum length of a constraint1440
Number of terms in the objective function 6930
Biggest coefficient in the objective function 53730040872960
Number of bits for the biggest coefficient in the objective function 46
Sum of the numbers in the objective function 8516865379203027
Number of bits of the sum of numbers in the objective function 53
Biggest number in a constraint 22763326668800000
Number of bits of the biggest number in a constraint 55
Biggest sum of numbers in a constraint 46271983665442689
Number of bits of the biggest sum of numbers56
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2662169-1276546698.opb
0.24/0.21	c reading problem ... 
3.26/1.84	c ... done. Wall clock time 1.63s.
3.26/1.85	c #vars     9060
3.26/1.85	c #constraints  1707
3.26/1.85	c constraints type 
3.26/1.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 489
3.26/1.85	c constraints type 
3.26/1.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 489
8.58/4.57	c cleaning 2497 clauses out of 5000 with flag 5000/5000
11.01/5.85	c cleaning 4245 clauses out of 8504 with flag 11001/11001
13.87/7.38	c cleaning 5629 clauses out of 11258 with flag 18000/18000
18.93/9.91	c cleaning 6809 clauses out of 13629 with flag 26000/26000
23.52/12.37	c cleaning 7902 clauses out of 15820 with flag 35000/35000
28.95/15.16	c cleaning 8959 clauses out of 17918 with flag 45000/45000
36.93/19.26	c cleaning 9476 clauses out of 18959 with flag 55000/55000
43.73/22.70	c cleaning 9738 clauses out of 19484 with flag 65001/65001
51.27/26.61	c cleaning 9866 clauses out of 19746 with flag 75001/75001
62.01/32.18	c cleaning 9934 clauses out of 19879 with flag 85000/85000
71.59/37.07	c cleaning 9961 clauses out of 19946 with flag 95001/95001
83.32/43.03	c cleaning 9985 clauses out of 19984 with flag 105000/105000
94.43/48.78	c cleaning 9998 clauses out of 20001 with flag 115002/115002
109.74/56.52	c cleaning 9994 clauses out of 20002 with flag 125001/125001
125.23/64.49	c cleaning 9997 clauses out of 20008 with flag 135001/135001
142.06/73.08	c cleaning 9999 clauses out of 20011 with flag 145001/145001
159.00/81.72	c cleaning 10001 clauses out of 20012 with flag 155001/155001
173.83/89.39	c cleaning 9998 clauses out of 20012 with flag 165002/165002
188.86/97.00	c cleaning 9997 clauses out of 20012 with flag 175000/175000
203.89/104.78	c cleaning 10001 clauses out of 20015 with flag 185000/185000
220.02/113.01	c cleaning 10000 clauses out of 20014 with flag 195000/195000
238.60/122.58	c cleaning 9999 clauses out of 20014 with flag 205000/205000
254.41/130.66	c cleaning 9997 clauses out of 20015 with flag 215000/215000
270.80/139.09	c cleaning 10001 clauses out of 20019 with flag 225001/225001
287.89/147.80	c cleaning 10001 clauses out of 20018 with flag 235001/235001
302.29/155.20	c cleaning 10002 clauses out of 20016 with flag 245000/245000
320.06/164.33	c cleaning 9996 clauses out of 20014 with flag 255000/255000
337.63/173.35	c cleaning 10006 clauses out of 20019 with flag 265001/265001
356.30/182.91	c cleaning 9999 clauses out of 20013 with flag 275001/275001
373.86/191.97	c cleaning 9998 clauses out of 20013 with flag 285000/285000
392.20/201.32	c cleaning 10000 clauses out of 20015 with flag 295000/295000
410.14/210.51	c cleaning 9998 clauses out of 20016 with flag 305001/305001
429.01/220.26	c cleaning 10002 clauses out of 20017 with flag 315000/315000
447.16/229.53	c cleaning 10000 clauses out of 20016 with flag 325001/325001
464.33/238.39	c cleaning 9997 clauses out of 20015 with flag 335000/335000
479.11/245.99	c cleaning 10003 clauses out of 20018 with flag 345000/345000
494.21/253.73	c cleaning 10000 clauses out of 20015 with flag 355000/355000
510.77/262.21	c cleaning 10000 clauses out of 20016 with flag 365001/365001
527.52/270.84	c cleaning 10000 clauses out of 20016 with flag 375001/375001
543.68/279.14	c cleaning 10001 clauses out of 20015 with flag 385000/385000
560.75/287.98	c cleaning 10003 clauses out of 20014 with flag 395000/395000
576.14/295.89	c cleaning 9996 clauses out of 20011 with flag 405000/405000
591.10/303.57	c cleaning 10002 clauses out of 20016 with flag 415001/415001
606.27/311.31	c cleaning 9998 clauses out of 20013 with flag 425000/425000
620.75/318.82	c cleaning 10000 clauses out of 20016 with flag 435001/435001
634.32/325.82	c cleaning 9996 clauses out of 20015 with flag 445000/445000
647.12/332.41	c cleaning 10000 clauses out of 20019 with flag 455000/455000
659.12/338.65	c cleaning 10000 clauses out of 20020 with flag 465001/465001
672.22/345.47	c cleaning 9999 clauses out of 20020 with flag 475001/475001
684.60/351.85	c cleaning 10001 clauses out of 20020 with flag 485000/485000
697.19/358.35	c cleaning 10001 clauses out of 20020 with flag 495001/495001
710.77/365.30	c cleaning 10001 clauses out of 20018 with flag 505000/505000
723.47/371.97	c cleaning 10002 clauses out of 20017 with flag 515000/515000
736.25/378.50	c cleaning 9999 clauses out of 20015 with flag 525000/525000
749.03/385.18	c cleaning 9999 clauses out of 20017 with flag 535001/535001
762.80/392.23	c cleaning 10007 clauses out of 20020 with flag 545003/545003
776.72/399.42	c cleaning 9998 clauses out of 20011 with flag 555001/555001
790.10/406.34	c cleaning 9994 clauses out of 20012 with flag 565000/565000
805.06/414.05	c cleaning 10003 clauses out of 20018 with flag 575000/575000
822.40/422.92	c cleaning 9999 clauses out of 20015 with flag 585000/585000
842.64/433.31	c cleaning 10007 clauses out of 20016 with flag 595000/595000
860.36/442.42	c cleaning 9997 clauses out of 20009 with flag 605000/605000
875.72/450.38	c cleaning 9998 clauses out of 20012 with flag 615000/615000
894.85/460.16	c cleaning 9998 clauses out of 20014 with flag 625000/625000
915.26/470.65	c cleaning 10001 clauses out of 20016 with flag 635000/635000
935.56/481.05	c cleaning 10001 clauses out of 20016 with flag 645001/645001
954.68/490.81	c cleaning 10003 clauses out of 20015 with flag 655001/655001
962.09/494.70	c cleaning 9999 clauses out of 20012 with flag 665001/665001
970.19/499.07	c cleaning 10003 clauses out of 20012 with flag 675000/675000
980.20/504.23	c cleaning 9980 clauses out of 20009 with flag 685000/685000
983.65/506.17	c cleaning 9994 clauses out of 20030 with flag 695001/695001
987.10/508.09	c cleaning 9992 clauses out of 20036 with flag 705001/705001
990.65/510.10	c cleaning 9994 clauses out of 20043 with flag 715000/715000
996.47/513.13	c cleaning 10015 clauses out of 20049 with flag 725000/725000
1003.10/516.63	c cleaning 10007 clauses out of 20034 with flag 735000/735000
1009.12/519.81	c cleaning 10005 clauses out of 20028 with flag 745001/745001
1015.03/523.06	c cleaning 9999 clauses out of 20022 with flag 755000/755000
1021.45/526.40	c cleaning 10000 clauses out of 20024 with flag 765001/765001
1028.26/530.03	c cleaning 9999 clauses out of 20024 with flag 775001/775001
1034.29/533.22	c cleaning 10008 clauses out of 20025 with flag 785001/785001
1040.20/536.40	c cleaning 10002 clauses out of 20016 with flag 795000/795000
1045.64/539.31	c cleaning 10004 clauses out of 20014 with flag 805000/805000
1050.46/541.96	c cleaning 9994 clauses out of 20011 with flag 815001/815001
1055.69/544.73	c cleaning 9998 clauses out of 20017 with flag 825001/825001
1061.79/548.08	c cleaning 10001 clauses out of 20019 with flag 835001/835001
1067.42/551.03	c cleaning 9993 clauses out of 20017 with flag 845000/845000
1072.63/553.88	c cleaning 10000 clauses out of 20025 with flag 855001/855001
1078.05/556.78	c cleaning 10003 clauses out of 20024 with flag 865000/865000
1083.97/559.93	c cleaning 9997 clauses out of 20021 with flag 875000/875000
1088.01/562.15	c cleaning 10007 clauses out of 20025 with flag 885001/885001
1092.61/564.68	c cleaning 10006 clauses out of 20017 with flag 895000/895000
1097.04/567.07	c cleaning 10003 clauses out of 20011 with flag 905000/905000
1101.56/569.54	c cleaning 9999 clauses out of 20009 with flag 915001/915001
1106.01/571.98	c cleaning 9989 clauses out of 20010 with flag 925001/925001
1112.61/575.43	c cleaning 9989 clauses out of 20021 with flag 935001/935001
1118.63/578.66	c cleaning 10005 clauses out of 20032 with flag 945001/945001
1127.68/583.47	c cleaning 10004 clauses out of 20027 with flag 955001/955001
1136.26/587.96	c cleaning 9998 clauses out of 20022 with flag 965000/965000
1142.66/591.34	c cleaning 10007 clauses out of 20024 with flag 975000/975000
1150.25/595.36	c cleaning 9999 clauses out of 20017 with flag 985000/985000
1157.14/599.06	c cleaning 9995 clauses out of 20018 with flag 995000/995000
1164.35/602.81	c cleaning 9999 clauses out of 20023 with flag 1005000/1005000
1170.94/606.35	c cleaning 10008 clauses out of 20024 with flag 1015000/1015000
1175.56/608.87	c cleaning 10003 clauses out of 20017 with flag 1025001/1025001
1180.86/611.78	c cleaning 10001 clauses out of 20014 with flag 1035001/1035001
1186.08/614.52	c cleaning 9994 clauses out of 20012 with flag 1045000/1045000
1190.31/616.81	c cleaning 10000 clauses out of 20018 with flag 1055000/1055000
1194.94/619.34	c cleaning 10000 clauses out of 20018 with flag 1065000/1065000
1199.86/622.11	c cleaning 9998 clauses out of 20018 with flag 1075000/1075000
1205.46/625.06	c cleaning 10002 clauses out of 20021 with flag 1085001/1085001
1210.68/627.82	c cleaning 10004 clauses out of 20019 with flag 1095001/1095001
1216.09/630.73	c cleaning 9995 clauses out of 20014 with flag 1105000/1105000
1221.42/633.68	c cleaning 10003 clauses out of 20019 with flag 1115000/1115000
1226.42/636.36	c cleaning 10000 clauses out of 20017 with flag 1125001/1125001
1231.65/639.12	c cleaning 9999 clauses out of 20017 with flag 1135001/1135001
1236.83/641.93	c cleaning 9999 clauses out of 20017 with flag 1145000/1145000
1242.36/644.98	c cleaning 10001 clauses out of 20019 with flag 1155001/1155001
1247.78/647.89	c cleaning 10005 clauses out of 20018 with flag 1165001/1165001
1253.37/650.81	c cleaning 9998 clauses out of 20013 with flag 1175001/1175001
1258.98/653.86	c cleaning 10004 clauses out of 20015 with flag 1185001/1185001
1265.65/657.40	c cleaning 10001 clauses out of 20011 with flag 1195001/1195001
1271.85/660.74	c cleaning 9998 clauses out of 20010 with flag 1205001/1205001
1278.47/664.22	c cleaning 9998 clauses out of 20013 with flag 1215002/1215002
1284.66/667.60	c cleaning 9997 clauses out of 20013 with flag 1225000/1225000
1291.75/671.34	c cleaning 9998 clauses out of 20016 with flag 1235000/1235000
1298.56/674.91	c cleaning 10006 clauses out of 20019 with flag 1245001/1245001
1305.91/678.85	c cleaning 9996 clauses out of 20012 with flag 1255000/1255000
1312.71/682.44	c cleaning 10001 clauses out of 20017 with flag 1265001/1265001
1319.68/686.13	c cleaning 9997 clauses out of 20015 with flag 1275000/1275000
1327.07/690.01	c cleaning 10005 clauses out of 20019 with flag 1285001/1285001
1334.06/693.71	c cleaning 10000 clauses out of 20014 with flag 1295001/1295001
1341.66/697.77	c cleaning 9998 clauses out of 20013 with flag 1305000/1305000
1348.75/701.56	c cleaning 10000 clauses out of 20015 with flag 1315000/1315000
1356.13/705.49	c cleaning 9999 clauses out of 20015 with flag 1325000/1325000
1362.52/708.84	c cleaning 10001 clauses out of 20017 with flag 1335001/1335001
1369.70/712.67	c cleaning 9984 clauses out of 20015 with flag 1345000/1345000
1373.80/714.98	c cleaning 10012 clauses out of 20031 with flag 1355000/1355000
1377.80/717.15	c cleaning 10006 clauses out of 20020 with flag 1365001/1365001
1381.61/719.27	c cleaning 9998 clauses out of 20013 with flag 1375000/1375000
1385.63/721.44	c cleaning 10000 clauses out of 20015 with flag 1385000/1385000
1389.53/723.62	c cleaning 10002 clauses out of 20016 with flag 1395001/1395001
1393.55/725.85	c cleaning 10002 clauses out of 20015 with flag 1405002/1405002
1397.36/727.98	c cleaning 10002 clauses out of 20011 with flag 1415000/1415000
1400.98/730.00	c cleaning 9999 clauses out of 20009 with flag 1425000/1425000
1404.96/732.12	c cleaning 9997 clauses out of 20010 with flag 1435000/1435000
1408.58/734.20	c cleaning 10001 clauses out of 20014 with flag 1445001/1445001
1412.58/736.33	c cleaning 10001 clauses out of 20013 with flag 1455001/1455001
1416.19/738.33	c cleaning 9996 clauses out of 20011 with flag 1465000/1465000
1419.38/740.18	c cleaning 10003 clauses out of 20016 with flag 1475001/1475001
1422.99/742.16	c cleaning 10003 clauses out of 20013 with flag 1485001/1485001
1426.61/744.13	c cleaning 9997 clauses out of 20009 with flag 1495000/1495000
1429.81/745.96	c cleaning 9999 clauses out of 20012 with flag 1505000/1505000
1433.40/747.93	c cleaning 10000 clauses out of 20014 with flag 1515001/1515001
1437.01/749.95	c cleaning 10006 clauses out of 20015 with flag 1525002/1525002
1440.42/751.85	c cleaning 9996 clauses out of 20007 with flag 1535000/1535000
1444.04/753.82	c cleaning 10000 clauses out of 20013 with flag 1545002/1545002
1447.43/755.76	c cleaning 9996 clauses out of 20012 with flag 1555001/1555001
1451.23/757.81	c cleaning 10005 clauses out of 20016 with flag 1565001/1565001
1454.45/759.61	c cleaning 9995 clauses out of 20010 with flag 1575000/1575000
1457.87/761.56	c cleaning 10001 clauses out of 20015 with flag 1585000/1585000
1461.65/763.63	c cleaning 10004 clauses out of 20015 with flag 1595001/1595001
1465.27/765.68	c cleaning 10000 clauses out of 20013 with flag 1605003/1605003
1468.68/767.56	c cleaning 9997 clauses out of 20010 with flag 1615000/1615000
1472.31/769.59	c cleaning 10001 clauses out of 20014 with flag 1625001/1625001
1475.90/771.58	c cleaning 9999 clauses out of 20012 with flag 1635000/1635000
1479.52/773.53	c cleaning 9999 clauses out of 20013 with flag 1645000/1645000
1482.96/775.45	c cleaning 10002 clauses out of 20014 with flag 1655000/1655000
1486.56/777.40	c cleaning 10002 clauses out of 20013 with flag 1665001/1665001
1489.77/779.29	c cleaning 9992 clauses out of 20010 with flag 1675000/1675000
1493.38/781.25	c cleaning 10002 clauses out of 20018 with flag 1685000/1685000
1497.02/783.28	c cleaning 10006 clauses out of 20017 with flag 1695001/1695001
1500.63/785.23	c cleaning 9996 clauses out of 20011 with flag 1705001/1705001
1504.22/787.27	c cleaning 10002 clauses out of 20015 with flag 1715001/1715001
1508.04/789.36	c cleaning 9999 clauses out of 20013 with flag 1725001/1725001
1511.67/791.37	c cleaning 10000 clauses out of 20013 with flag 1735000/1735000
1515.30/793.33	c cleaning 10000 clauses out of 20014 with flag 1745001/1745001
1518.90/795.40	c cleaning 10003 clauses out of 20013 with flag 1755000/1755000
1522.50/797.37	c cleaning 9996 clauses out of 20010 with flag 1765000/1765000
1526.12/799.35	c cleaning 9998 clauses out of 20014 with flag 1775000/1775000
1529.76/801.34	c cleaning 10000 clauses out of 20016 with flag 1785000/1785000
1533.47/803.47	c cleaning 10000 clauses out of 20017 with flag 1795001/1795001
1537.29/805.50	c cleaning 10003 clauses out of 20017 with flag 1805001/1805001
1540.52/807.36	c cleaning 10002 clauses out of 20015 with flag 1815002/1815002
1544.32/809.46	c cleaning 9997 clauses out of 20012 with flag 1825001/1825001
1547.93/811.46	c cleaning 10001 clauses out of 20014 with flag 1835000/1835000
1551.75/813.54	c cleaning 10002 clauses out of 20013 with flag 1845000/1845000
1555.17/815.46	c cleaning 9994 clauses out of 20013 with flag 1855002/1855002
1558.78/817.43	c cleaning 10004 clauses out of 20018 with flag 1865001/1865001
1562.20/819.31	c cleaning 10004 clauses out of 20015 with flag 1875002/1875002
1565.62/821.24	c cleaning 9993 clauses out of 20009 with flag 1885000/1885000
1569.23/823.20	c cleaning 10000 clauses out of 20017 with flag 1895001/1895001
1572.66/825.11	c cleaning 9999 clauses out of 20017 with flag 1905001/1905001
1576.03/827.00	c cleaning 10002 clauses out of 20017 with flag 1915000/1915000
1579.45/828.92	c cleaning 10000 clauses out of 20015 with flag 1925000/1925000
1582.87/830.84	c cleaning 10002 clauses out of 20016 with flag 1935001/1935001
1586.30/832.74	c cleaning 9999 clauses out of 20013 with flag 1945000/1945000
1589.90/834.71	c cleaning 10002 clauses out of 20016 with flag 1955002/1955002
1593.34/836.68	c cleaning 9997 clauses out of 20013 with flag 1965001/1965001
1596.75/838.58	c cleaning 10003 clauses out of 20015 with flag 1975000/1975000
1600.19/840.42	c cleaning 9998 clauses out of 20012 with flag 1985000/1985000
1603.56/842.37	c cleaning 10002 clauses out of 20015 with flag 1995001/1995001
1607.19/844.33	c cleaning 9997 clauses out of 20012 with flag 2005000/2005000
1610.80/846.30	c cleaning 10003 clauses out of 20016 with flag 2015001/2015001
1614.22/848.29	c cleaning 9997 clauses out of 20012 with flag 2025000/2025000
1617.62/850.18	c cleaning 10002 clauses out of 20015 with flag 2035000/2035000
1621.25/852.16	c cleaning 10001 clauses out of 20013 with flag 2045000/2045000
1624.87/854.13	c cleaning 9998 clauses out of 20014 with flag 2055002/2055002
1628.28/856.09	c cleaning 9999 clauses out of 20015 with flag 2065001/2065001
1631.69/857.95	c cleaning 9995 clauses out of 20015 with flag 2075000/2075000
1634.70/859.66	c cleaning 9998 clauses out of 20020 with flag 2085000/2085000
1638.32/861.62	c cleaning 10005 clauses out of 20022 with flag 2095000/2095000
1641.54/863.47	c cleaning 10002 clauses out of 20018 with flag 2105001/2105001
1645.16/865.48	c cleaning 9999 clauses out of 20016 with flag 2115001/2115001
1648.58/867.35	c cleaning 10002 clauses out of 20016 with flag 2125000/2125000
1652.19/869.38	c cleaning 10003 clauses out of 20015 with flag 2135001/2135001
1655.80/871.38	c cleaning 9997 clauses out of 20011 with flag 2145000/2145000
1659.40/873.38	c cleaning 10000 clauses out of 20014 with flag 2155000/2155000
1663.41/875.53	c cleaning 10003 clauses out of 20015 with flag 2165001/2165001
1667.03/877.58	c cleaning 9997 clauses out of 20013 with flag 2175002/2175002
1670.65/879.55	c cleaning 10001 clauses out of 20016 with flag 2185002/2185002
1674.26/881.56	c cleaning 9999 clauses out of 20013 with flag 2195000/2195000
1677.88/883.56	c cleaning 10004 clauses out of 20015 with flag 2205001/2205001
1681.50/885.59	c cleaning 9997 clauses out of 20011 with flag 2215001/2215001
1685.32/887.64	c cleaning 10003 clauses out of 20013 with flag 2225000/2225000
1688.92/889.63	c cleaning 9998 clauses out of 20011 with flag 2235001/2235001
1692.74/891.71	c cleaning 10000 clauses out of 20012 with flag 2245000/2245000
1696.16/893.68	c cleaning 9998 clauses out of 20012 with flag 2255000/2255000
1700.17/895.84	c cleaning 9998 clauses out of 20014 with flag 2265000/2265000
1703.79/897.88	c cleaning 10004 clauses out of 20017 with flag 2275001/2275001
1707.21/899.73	c cleaning 9998 clauses out of 20013 with flag 2285001/2285001
1710.82/901.71	c cleaning 9999 clauses out of 20014 with flag 2295000/2295000
1714.43/903.77	c cleaning 10003 clauses out of 20016 with flag 2305001/2305001
1717.85/905.67	c cleaning 9998 clauses out of 20012 with flag 2315000/2315000
1721.67/907.77	c cleaning 10004 clauses out of 20017 with flag 2325003/2325003
1725.67/909.92	c cleaning 9998 clauses out of 20010 with flag 2335000/2335000
1729.69/912.16	c cleaning 10004 clauses out of 20013 with flag 2345001/2345001
1733.50/914.22	c cleaning 10000 clauses out of 20008 with flag 2355000/2355000
1737.12/916.28	c cleaning 9997 clauses out of 20008 with flag 2365000/2365000
1740.93/918.32	c cleaning 10000 clauses out of 20013 with flag 2375002/2375002
1744.94/920.55	c cleaning 9998 clauses out of 20011 with flag 2385000/2385000
1749.15/922.82	c cleaning 9998 clauses out of 20013 with flag 2395000/2395000
1752.74/924.89	c cleaning 10001 clauses out of 20016 with flag 2405001/2405001
1756.55/926.91	c cleaning 10000 clauses out of 20014 with flag 2415000/2415000
1760.54/929.18	c cleaning 10000 clauses out of 20014 with flag 2425000/2425000
1764.95/931.53	c cleaning 9997 clauses out of 20014 with flag 2435000/2435000
1768.96/933.79	c cleaning 10000 clauses out of 20017 with flag 2445000/2445000
1773.16/936.04	c cleaning 10005 clauses out of 20018 with flag 2455001/2455001
1777.36/938.33	c cleaning 10001 clauses out of 20012 with flag 2465000/2465000
1781.37/940.51	c cleaning 9994 clauses out of 20012 with flag 2475001/2475001
1785.36/942.70	c cleaning 10003 clauses out of 20017 with flag 2485000/2485000
1789.15/944.83	c cleaning 10000 clauses out of 20015 with flag 2495001/2495001
1792.75/946.84	c cleaning 10003 clauses out of 20015 with flag 2505001/2505001
1796.56/948.95	c cleaning 9996 clauses out of 20011 with flag 2515000/2515000
1800.55/951.16	c cleaning 10001 clauses out of 20015 with flag 2525000/2525000

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662169-1276546698/watcher-2662169-1276546698 -o /tmp/evaluation-result-2662169-1276546698/solver-2662169-1276546698 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662169-1276546698.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.10 1.73 3/106 1766
/proc/meminfo: memFree=1839660/2059040 swapFree=4135652/4192956
[pid=1766] ppid=1763 vsize=248 CPUtime=0
/proc/1766/stat : 1766 (java6) S 1763 1766 1296 0 -1 4194304 108 0 0 0 0 0 0 0 19 0 1 0 30273811 253952 28 1992294400 134512640 134550932 4291245808 18446744073709551615 8045140 0 2147483391 4096 0 18446744071699383486 0 0 17 1 0 0 0
/proc/1766/statm: 62 28 21 10 0 23 0

[startup+0.040391 s]
/proc/loadavg: 2.10 2.10 1.73 3/106 1766
/proc/meminfo: memFree=1839660/2059040 swapFree=4135652/4192956
[pid=1766] ppid=1763 vsize=1520328 CPUtime=0.02
/proc/1766/stat : 1766 (java) S 1763 1766 1296 0 -1 4202496 3320 0 1 0 1 1 0 0 18 0 4 0 30273811 1556815872 2764 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/1766/statm: 380082 2764 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.100395 s]
/proc/loadavg: 2.10 2.10 1.73 3/106 1766
/proc/meminfo: memFree=1839660/2059040 swapFree=4135652/4192956
[pid=1766] ppid=1763 vsize=1524020 CPUtime=0.08
/proc/1766/stat : 1766 (java) S 1763 1766 1296 0 -1 4202496 3938 0 1 0 6 2 0 0 18 0 12 0 30273811 1560596480 3378 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1766/statm: 381005 3378 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.301322 s]
/proc/loadavg: 2.10 2.10 1.73 3/106 1766
/proc/meminfo: memFree=1839660/2059040 swapFree=4135652/4192956
[pid=1766] ppid=1763 vsize=1526280 CPUtime=0.4
/proc/1766/stat : 1766 (java) S 1763 1766 1296 0 -1 4202496 5445 0 1 0 36 4 0 0 18 0 12 0 30273811 1562910720 4883 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1766/statm: 381570 4883 1360 10 0 378873 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 1526280

[startup+0.700317 s]
/proc/loadavg: 2.10 2.10 1.73 3/106 1766
/proc/meminfo: memFree=1839660/2059040 swapFree=4135652/4192956
[pid=1766] ppid=1763 vsize=1529312 CPUtime=1.17
/proc/1766/stat : 1766 (java) S 1763 1766 1296 0 -1 4202496 8491 0 1 0 112 5 0 0 18 0 12 0 30273811 1566015488 7885 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1766/statm: 382328 7887 1405 10 0 379631 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1529312

[startup+1.50131 s]
/proc/loadavg: 2.10 2.10 1.73 4/118 1778
/proc/meminfo: memFree=1792260/2059040 swapFree=4135652/4192956
[pid=1766] ppid=1763 vsize=1544928 CPUtime=2.76
/proc/1766/stat : 1766 (java) S 1763 1766 1296 0 -1 4202496 25381 0 1 0 263 13 0 0 18 0 12 0 30273811 1582006272 22292 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1766/statm: 386232 22292 1406 10 0 383535 0
[pid=1766/tid=1768] ppid=1763 vsize=1544928 CPUtime=1.3
/proc/1766/task/1768/stat : 1768 (java) R 1763 1766 1296 0 -1 4202560 16731 0 1 0 121 9 0 0 19 0 12 0 30273813 1582006272 22292 1992294400 134512640 134550932 4287140352 18446744073709551615 4109334208 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1766/tid=1769] ppid=1763 vsize=1544928 CPUtime=0
/proc/1766/task/1769/stat : 1769 (java) S 1763 1766 1296 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 30273814 1582006272 22292 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1770] ppid=1763 vsize=1544928 CPUtime=0
/proc/1766/task/1770/stat : 1770 (java) S 1763 1766 1296 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 30273814 1582006272 22292 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1771] ppid=1763 vsize=1544928 CPUtime=0
/proc/1766/task/1771/stat : 1771 (java) S 1763 1766 1296 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30273816 1582006272 22292 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 0 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1772] ppid=1763 vsize=1544928 CPUtime=0
/proc/1766/task/1772/stat : 1772 (java) S 1763 1766 1296 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 30273817 1582006272 22292 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1773] ppid=1763 vsize=1544928 CPUtime=0
/proc/1766/task/1773/stat : 1773 (java) S 1763 1766 1296 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 30273817 1582006272 22292 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1774] ppid=1763 vsize=1544928 CPUtime=0
/proc/1766/task/1774/stat : 1774 (java) S 1763 1766 1296 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 30273821 1582006272 22292 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1775] ppid=1763 vsize=1544928 CPUtime=0.83
/proc/1766/task/1775/stat : 1775 (java) R 1763 1766 1296 0 -1 4202560 5750 0 0 0 81 2 0 0 18 0 12 0 30273821 1582006272 22292 1992294400 134512640 134550932 4287140352 18446744073709551615 104161429 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1766/tid=1776] ppid=1763 vsize=1544928 CPUtime=0.59
/proc/1766/task/1776/stat : 1776 (java) S 1763 1766 1296 0 -1 4202560 1835 0 0 0 59 0 0 0 25 0 12 0 30273821 1582006272 22292 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1777] ppid=1763 vsize=1544928 CPUtime=0
/proc/1766/task/1777/stat : 1777 (java) S 1763 1766 1296 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30273821 1582006272 22292 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1778] ppid=1763 vsize=1544928 CPUtime=0
/proc/1766/task/1778/stat : 1778 (java) S 1763 1766 1296 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30273821 1582006272 22292 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 1544928

[startup+3.10128 s]
/proc/loadavg: 2.10 2.10 1.73 6/120 1780
/proc/meminfo: memFree=1721564/2059040 swapFree=4135652/4192956
[pid=1766] ppid=1763 vsize=1544984 CPUtime=5.81
/proc/1766/stat : 1766 (java) S 1763 1766 1296 0 -1 4202496 45953 0 1 0 559 22 0 0 18 0 16 0 30273811 1582063616 41105 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1766/statm: 386246 41105 1438 10 0 383549 0
[pid=1766/tid=1768] ppid=1763 vsize=1544984 CPUtime=1.65
/proc/1766/task/1768/stat : 1768 (java) R 1763 1766 1296 0 -1 4202560 24053 0 1 0 153 12 0 0 18 0 16 0 30273813 1582063616 41105 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1766/tid=1769] ppid=1763 vsize=1544984 CPUtime=0.07
/proc/1766/task/1769/stat : 1769 (java) S 1763 1766 1296 0 -1 4202560 2165 0 0 0 6 1 0 0 18 0 16 0 30273814 1582063616 41105 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1770] ppid=1763 vsize=1544984 CPUtime=0.07
/proc/1766/task/1770/stat : 1770 (java) S 1763 1766 1296 0 -1 4202560 2058 0 0 0 6 1 0 0 18 0 16 0 30273814 1582063616 41105 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1771] ppid=1763 vsize=1544984 CPUtime=0
/proc/1766/task/1771/stat : 1771 (java) S 1763 1766 1296 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 30273816 1582063616 41105 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 0 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1772] ppid=1763 vsize=1544984 CPUtime=0
/proc/1766/task/1772/stat : 1772 (java) S 1763 1766 1296 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30273817 1582063616 41105 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1773] ppid=1763 vsize=1544984 CPUtime=0
/proc/1766/task/1773/stat : 1773 (java) S 1763 1766 1296 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30273817 1582063616 41105 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1774] ppid=1763 vsize=1544984 CPUtime=0
/proc/1766/task/1774/stat : 1774 (java) S 1763 1766 1296 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 30273821 1582063616 41105 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1775] ppid=1763 vsize=1544984 CPUtime=2.03
/proc/1766/task/1775/stat : 1775 (java) R 1763 1766 1296 0 -1 4202560 7404 0 0 0 201 2 0 0 16 0 16 0 30273821 1582063616 41105 1992294400 134512640 134550932 4287140352 18446744073709551615 104161301 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1766/tid=1776] ppid=1763 vsize=1544984 CPUtime=0.82
/proc/1766/task/1776/stat : 1776 (java) R 1763 1766 1296 0 -1 4202560 1846 0 0 0 82 0 0 0 19 0 16 0 30273821 1582063616 41105 1992294400 134512640 134550932 4287140352 18446744073709551615 8545033 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1766/tid=1777] ppid=1763 vsize=1544984 CPUtime=0
/proc/1766/task/1777/stat : 1777 (java) S 1763 1766 1296 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30273821 1582063616 41105 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1778] ppid=1763 vsize=1544984 CPUtime=0
/proc/1766/task/1778/stat : 1778 (java) S 1763 1766 1296 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30273821 1582063616 41105 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1779] ppid=1763 vsize=1544984 CPUtime=0.49
/proc/1766/task/1779/stat : 1779 (java) R 1763 1766 1296 0 -1 4202560 2140 0 0 0 49 0 0 0 18 0 16 0 30273996 1582063616 41105 1992294400 134512640 134550932 4287140352 18446744073709551615 4109659656 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1766/tid=1780] ppid=1763 vsize=1544984 CPUtime=0.6
/proc/1766/task/1780/stat : 1780 (java) R 1763 1766 1296 0 -1 4202560 5212 0 0 0 59 1 0 0 18 0 16 0 30273996 1582063616 41105 1992294400 134512640 134550932 4287140352 18446744073709551615 4108993673 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 1544984

[startup+6.30123 s]
/proc/loadavg: 2.25 2.14 1.74 3/122 1782
/proc/meminfo: memFree=1637104/2059040 swapFree=4135652/4192956
[pid=1766] ppid=1763 vsize=1544196 CPUtime=11.9
/proc/1766/stat : 1766 (java) S 1763 1766 1296 0 -1 4202496 58025 0 1 0 1161 29 0 0 18 0 16 0 30273811 1581256704 52243 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1766/statm: 386049 52243 1445 10 0 383352 0
[pid=1766/tid=1768] ppid=1763 vsize=1544196 CPUtime=1.65
/proc/1766/task/1768/stat : 1768 (java) S 1763 1766 1296 0 -1 4202560 24053 0 1 0 153 12 0 0 18 0 16 0 30273813 1581256704 52243 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1769] ppid=1763 vsize=1544196 CPUtime=0.28
/proc/1766/task/1769/stat : 1769 (java) S 1763 1766 1296 0 -1 4202560 4877 0 0 0 26 2 0 0 16 0 16 0 30273814 1581256704 52243 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1770] ppid=1763 vsize=1544196 CPUtime=0.27
/proc/1766/task/1770/stat : 1770 (java) S 1763 1766 1296 0 -1 4202560 4689 0 0 0 24 3 0 0 16 0 16 0 30273814 1581256704 52243 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1771] ppid=1763 vsize=1544196 CPUtime=0.25
/proc/1766/task/1771/stat : 1771 (java) S 1763 1766 1296 0 -1 4202560 5375 0 0 0 24 1 0 0 15 0 16 0 30273816 1581256704 52243 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 0 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1772] ppid=1763 vsize=1544196 CPUtime=0
/proc/1766/task/1772/stat : 1772 (java) S 1763 1766 1296 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30273817 1581256704 52243 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1773] ppid=1763 vsize=1544196 CPUtime=0
/proc/1766/task/1773/stat : 1773 (java) S 1763 1766 1296 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30273817 1581256704 52243 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1774] ppid=1763 vsize=1544196 CPUtime=0
/proc/1766/task/1774/stat : 1774 (java) S 1763 1766 1296 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 30273821 1581256704 52243 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1775] ppid=1763 vsize=1544196 CPUtime=2.87
/proc/1766/task/1775/stat : 1775 (java) S 1763 1766 1296 0 -1 4202560 8064 0 0 0 284 3 0 0 15 0 16 0 30273821 1581256704 52243 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1776] ppid=1763 vsize=1544196 CPUtime=0.93
/proc/1766/task/1776/stat : 1776 (java) S 1763 1766 1296 0 -1 4202560 1853 0 0 0 93 0 0 0 15 0 16 0 30273821 1581256704 52243 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1777] ppid=1763 vsize=1544196 CPUtime=0
/proc/1766/task/1777/stat : 1777 (java) S 1763 1766 1296 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30273821 1581256704 52243 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1778] ppid=1763 vsize=1544196 CPUtime=0
/proc/1766/task/1778/stat : 1778 (java) S 1763 1766 1296 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30273821 1581256704 52243 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1779] ppid=1763 vsize=1544196 CPUtime=3.08
/proc/1766/task/1779/stat : 1779 (java) R 1763 1766 1296 0 -1 4202560 2314 0 0 0 307 1 0 0 18 0 16 0 30273996 1581256704 52243 1992294400 134512640 134550932 4287140352 18446744073709551615 4109871512 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1766/tid=1780] ppid=1763 vsize=1544196 CPUtime=2.47
/proc/1766/task/1780/stat : 1780 (java) R 1763 1766 1296 0 -1 4202560 5729 0 0 0 245 2 0 0 16 0 16 0 30273996 1581256704 52243 1992294400 134512640 134550932 4287140352 18446744073709551615 4109387340 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1766/tid=1781] ppid=1763 vsize=1544196 CPUtime=0
/proc/1766/task/1781/stat : 1781 (java) S 1763 1766 1296 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 30274040 1581256704 52243 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1782] ppid=1763 vsize=1544196 CPUtime=0
/proc/1766/task/1782/stat : 1782 (java) S 1763 1766 1296 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 30274076 1581256704 52243 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.9
Current children cumulated vsize (KiB) 1544196

[startup+12.7011 s]
/proc/loadavg: 2.31 2.15 1.75 3/122 1782
/proc/meminfo: memFree=1626316/2059040 swapFree=4135652/4192956
[pid=1766] ppid=1763 vsize=1545220 CPUtime=24.19
/proc/1766/stat : 1766 (java) S 1763 1766 1296 0 -1 4202496 61486 0 1 0 2387 32 0 0 18 0 16 0 30273811 1582305280 54672 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1766/statm: 386305 54672 1445 10 0 383608 0
[pid=1766/tid=1768] ppid=1763 vsize=1545220 CPUtime=1.65
/proc/1766/task/1768/stat : 1768 (java) S 1763 1766 1296 0 -1 4202560 24053 0 1 0 153 12 0 0 18 0 16 0 30273813 1582305280 54672 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1769] ppid=1763 vsize=1545220 CPUtime=0.39
/proc/1766/task/1769/stat : 1769 (java) S 1763 1766 1296 0 -1 4202560 6071 0 0 0 36 3 0 0 16 0 16 0 30273814 1582305280 54672 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1770] ppid=1763 vsize=1545220 CPUtime=0.38
/proc/1766/task/1770/stat : 1770 (java) S 1763 1766 1296 0 -1 4202560 5893 0 0 0 34 4 0 0 15 0 16 0 30273814 1582305280 54672 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1771] ppid=1763 vsize=1545220 CPUtime=0.65
/proc/1766/task/1771/stat : 1771 (java) S 1763 1766 1296 0 -1 4202560 5449 0 0 0 63 2 0 0 16 0 16 0 30273816 1582305280 54672 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 0 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1772] ppid=1763 vsize=1545220 CPUtime=0
/proc/1766/task/1772/stat : 1772 (java) S 1763 1766 1296 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 30273817 1582305280 54672 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1773] ppid=1763 vsize=1545220 CPUtime=0
/proc/1766/task/1773/stat : 1773 (java) S 1763 1766 1296 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 30273817 1582305280 54672 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1774] ppid=1763 vsize=1545220 CPUtime=0
/proc/1766/task/1774/stat : 1774 (java) S 1763 1766 1296 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 30273821 1582305280 54672 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1775] ppid=1763 vsize=1545220 CPUtime=3.23
/proc/1766/task/1775/stat : 1775 (java) S 1763 1766 1296 0 -1 4202560 9029 0 0 0 320 3 0 0 15 0 16 0 30273821 1582305280 54672 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1776] ppid=1763 vsize=1545220 CPUtime=0.99
/proc/1766/task/1776/stat : 1776 (java) S 1763 1766 1296 0 -1 4202560 1855 0 0 0 99 0 0 0 15 0 16 0 30273821 1582305280 54672 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1777] ppid=1763 vsize=1545220 CPUtime=0
/proc/1766/task/1777/stat : 1777 (java) S 1763 1766 1296 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 30273821 1582305280 54672 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1778] ppid=1763 vsize=1545220 CPUtime=0
/proc/1766/task/1778/stat : 1778 (java) S 1763 1766 1296 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30273821 1582305280 54672 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1779] ppid=1763 vsize=1545220 CPUtime=8.46
/proc/1766/task/1779/stat : 1779 (java) R 1763 1766 1296 0 -1 4202560 2322 0 0 0 845 1 0 0 25 0 16 0 30273996 1582305280 54672 1992294400 134512640 134550932 4287140352 18446744073709551615 4109960507 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1766/tid=1780] ppid=1763 vsize=1545220 CPUtime=8.35
/proc/1766/task/1780/stat : 1780 (java) R 1763 1766 1296 0 -1 4202560 5743 0 0 0 833 2 0 0 19 0 16 0 30273996 1582305280 54672 1992294400 134512640 134550932 4287140352 18446744073709551615 4109380475 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1766/tid=1781] ppid=1763 vsize=1545220 CPUtime=0
/proc/1766/task/1781/stat : 1781 (java) S 1763 1766 1296 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 30274040 1582305280 54672 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1782] ppid=1763 vsize=1545220 CPUtime=0
/proc/1766/task/1782/stat : 1782 (java) S 1763 1766 1296 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 30274076 1582305280 54672 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.19
Current children cumulated vsize (KiB) 1545220

[startup+25.502 s]

################
# More data... #
################


Solver just ended. Dumping a history of the last processes samples

[startup+951.802 s]
/proc/loadavg: 2.44 2.10 1.91 2/123 1808
/proc/meminfo: memFree=1515700/2059040 swapFree=4135652/4192956
[pid=1766] ppid=1763 vsize=1545868 CPUtime=1801.58
/proc/1766/stat : 1766 (java) S 1763 1766 1296 0 -1 4202496 94101 0 1 0 179980 178 0 0 18 0 18 0 30273811 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1766/statm: 386467 81505 1449 10 0 383770 0
[pid=1766/tid=1768] ppid=1763 vsize=1545868 CPUtime=1.65
/proc/1766/task/1768/stat : 1768 (java) S 1763 1766 1296 0 -1 4202560 24076 0 1 0 153 12 0 0 15 0 18 0 30273813 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1769] ppid=1763 vsize=1545868 CPUtime=9.91
/proc/1766/task/1769/stat : 1769 (java) S 1763 1766 1296 0 -1 4202560 22382 0 0 0 941 50 0 0 15 0 18 0 30273814 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1770] ppid=1763 vsize=1545868 CPUtime=9.97
/proc/1766/task/1770/stat : 1770 (java) S 1763 1766 1296 0 -1 4202560 20990 0 0 0 948 49 0 0 15 0 18 0 30273814 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1771] ppid=1763 vsize=1545868 CPUtime=86.13
/proc/1766/task/1771/stat : 1771 (java) S 1763 1766 1296 0 -1 4202560 5592 0 0 0 8598 15 0 0 16 0 18 0 30273816 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 0 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1772] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1772/stat : 1772 (java) S 1763 1766 1296 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 30273817 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1773] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1773/stat : 1773 (java) S 1763 1766 1296 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 30273817 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1774] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1774/stat : 1774 (java) S 1763 1766 1296 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 30273821 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1775] ppid=1763 vsize=1545868 CPUtime=3.25
/proc/1766/task/1775/stat : 1775 (java) S 1763 1766 1296 0 -1 4202560 9029 0 0 0 322 3 0 0 15 0 18 0 30273821 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1776] ppid=1763 vsize=1545868 CPUtime=1.31
/proc/1766/task/1776/stat : 1776 (java) S 1763 1766 1296 0 -1 4202560 1882 0 0 0 131 0 0 0 15 0 18 0 30273821 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1777] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1777/stat : 1777 (java) S 1763 1766 1296 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 30273821 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1778] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1778/stat : 1778 (java) S 1763 1766 1296 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 18 0 30273821 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1779] ppid=1763 vsize=1545868 CPUtime=847.19
/proc/1766/task/1779/stat : 1779 (java) R 1763 1766 1296 0 -1 4202560 2864 0 0 0 84691 28 0 0 16 0 18 0 30273996 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4109820625 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1766/tid=1780] ppid=1763 vsize=1545868 CPUtime=842.06
/proc/1766/task/1780/stat : 1780 (java) R 1763 1766 1296 0 -1 4202560 6147 0 0 0 84191 15 0 0 16 0 18 0 30273996 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4109658376 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1766/tid=1781] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1781/stat : 1781 (java) S 1763 1766 1296 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 30274040 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1782] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1782/stat : 1782 (java) S 1763 1766 1296 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 18 0 30274076 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1801.58
Current children cumulated vsize (KiB) 1545868

[startup+952.61 s]
/proc/loadavg: 2.48 2.11 1.92 4/125 1810
/proc/meminfo: memFree=1515684/2059040 swapFree=4135652/4192956
[pid=1766] ppid=1763 vsize=1545868 CPUtime=1803.18
/proc/1766/stat : 1766 (java) S 1763 1766 1296 0 -1 4202496 94101 0 1 0 180140 178 0 0 18 0 18 0 30273811 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1766/statm: 386467 81505 1449 10 0 383770 0
[pid=1766/tid=1768] ppid=1763 vsize=1545868 CPUtime=1.65
/proc/1766/task/1768/stat : 1768 (java) S 1763 1766 1296 0 -1 4202560 24076 0 1 0 153 12 0 0 15 0 18 0 30273813 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1769] ppid=1763 vsize=1545868 CPUtime=9.91
/proc/1766/task/1769/stat : 1769 (java) S 1763 1766 1296 0 -1 4202560 22382 0 0 0 941 50 0 0 15 0 18 0 30273814 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1770] ppid=1763 vsize=1545868 CPUtime=9.97
/proc/1766/task/1770/stat : 1770 (java) S 1763 1766 1296 0 -1 4202560 20990 0 0 0 948 49 0 0 15 0 18 0 30273814 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1771] ppid=1763 vsize=1545868 CPUtime=86.13
/proc/1766/task/1771/stat : 1771 (java) S 1763 1766 1296 0 -1 4202560 5592 0 0 0 8598 15 0 0 16 0 18 0 30273816 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 0 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1772] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1772/stat : 1772 (java) S 1763 1766 1296 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 30273817 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1773] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1773/stat : 1773 (java) S 1763 1766 1296 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 30273817 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1774] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1774/stat : 1774 (java) S 1763 1766 1296 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 30273821 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1775] ppid=1763 vsize=1545868 CPUtime=3.25
/proc/1766/task/1775/stat : 1775 (java) S 1763 1766 1296 0 -1 4202560 9029 0 0 0 322 3 0 0 15 0 18 0 30273821 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1776] ppid=1763 vsize=1545868 CPUtime=1.31
/proc/1766/task/1776/stat : 1776 (java) S 1763 1766 1296 0 -1 4202560 1882 0 0 0 131 0 0 0 15 0 18 0 30273821 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1777] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1777/stat : 1777 (java) S 1763 1766 1296 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 30273821 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1778] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1778/stat : 1778 (java) S 1763 1766 1296 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 18 0 30273821 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1779] ppid=1763 vsize=1545868 CPUtime=848
/proc/1766/task/1779/stat : 1779 (java) R 1763 1766 1296 0 -1 4202560 2864 0 0 0 84772 28 0 0 17 0 18 0 30273996 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4109872651 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1766/tid=1780] ppid=1763 vsize=1545868 CPUtime=842.85
/proc/1766/task/1780/stat : 1780 (java) R 1763 1766 1296 0 -1 4202560 6147 0 0 0 84270 15 0 0 17 0 18 0 30273996 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4109385221 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1766/tid=1781] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1781/stat : 1781 (java) S 1763 1766 1296 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 30274040 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1782] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1782/stat : 1782 (java) S 1763 1766 1296 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 18 0 30274076 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1809] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1809/stat : 1809 (java) S 1763 1766 1296 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 18 0 30368969 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1810] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1810/stat : 1810 (java) R 1763 1766 1296 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 18 0 30368971 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 8940776 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1803.18
Current children cumulated vsize (KiB) 1545868

[startup+952.802 s]
/proc/loadavg: 2.48 2.11 1.92 4/125 1810
/proc/meminfo: memFree=1515684/2059040 swapFree=4135652/4192956
[pid=1766] ppid=1763 vsize=1545868 CPUtime=1803.56
/proc/1766/stat : 1766 (java) S 1763 1766 1296 0 -1 4202496 94102 0 1 0 180178 178 0 0 18 0 18 0 30273811 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1766/statm: 386467 81505 1449 10 0 383770 0
[pid=1766/tid=1768] ppid=1763 vsize=1545868 CPUtime=1.65
/proc/1766/task/1768/stat : 1768 (java) S 1763 1766 1296 0 -1 4202560 24076 0 1 0 153 12 0 0 15 0 18 0 30273813 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1769] ppid=1763 vsize=1545868 CPUtime=9.93
/proc/1766/task/1769/stat : 1769 (java) S 1763 1766 1296 0 -1 4202560 22382 0 0 0 942 51 0 0 16 0 18 0 30273814 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1770] ppid=1763 vsize=1545868 CPUtime=9.98
/proc/1766/task/1770/stat : 1770 (java) S 1763 1766 1296 0 -1 4202560 20990 0 0 0 949 49 0 0 15 0 18 0 30273814 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1771] ppid=1763 vsize=1545868 CPUtime=86.14
/proc/1766/task/1771/stat : 1771 (java) S 1763 1766 1296 0 -1 4202560 5592 0 0 0 8599 15 0 0 15 0 18 0 30273816 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 0 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1772] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1772/stat : 1772 (java) S 1763 1766 1296 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 30273817 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1773] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1773/stat : 1773 (java) S 1763 1766 1296 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 30273817 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1774] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1774/stat : 1774 (java) S 1763 1766 1296 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 30273821 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1775] ppid=1763 vsize=1545868 CPUtime=3.25
/proc/1766/task/1775/stat : 1775 (java) S 1763 1766 1296 0 -1 4202560 9029 0 0 0 322 3 0 0 15 0 18 0 30273821 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1776] ppid=1763 vsize=1545868 CPUtime=1.31
/proc/1766/task/1776/stat : 1776 (java) S 1763 1766 1296 0 -1 4202560 1882 0 0 0 131 0 0 0 15 0 18 0 30273821 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1777] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1777/stat : 1777 (java) S 1763 1766 1296 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 30273821 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1778] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1778/stat : 1778 (java) S 1763 1766 1296 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 18 0 30273821 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1779] ppid=1763 vsize=1545868 CPUtime=848.18
/proc/1766/task/1779/stat : 1779 (java) R 1763 1766 1296 0 -1 4202560 2864 0 0 0 84790 28 0 0 17 0 18 0 30273996 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4109660148 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1766/tid=1780] ppid=1763 vsize=1545868 CPUtime=843.03
/proc/1766/task/1780/stat : 1780 (java) R 1763 1766 1296 0 -1 4202560 6147 0 0 0 84288 15 0 0 17 0 18 0 30273996 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4109960507 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1766/tid=1781] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1781/stat : 1781 (java) S 1763 1766 1296 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 30274040 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1782] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1782/stat : 1782 (java) S 1763 1766 1296 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 18 0 30274076 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1809] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1809/stat : 1809 (java) S 1763 1766 1296 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 30368969 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1810] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1810/stat : 1810 (java) R 1763 1766 1296 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 18 0 30368971 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1803.56
Current children cumulated vsize (KiB) 1545868

[startup+952.902 s]
/proc/loadavg: 2.48 2.11 1.92 4/125 1810
/proc/meminfo: memFree=1515684/2059040 swapFree=4135652/4192956
[pid=1766] ppid=1763 vsize=1545868 CPUtime=1803.75
/proc/1766/stat : 1766 (java) S 1763 1766 1296 0 -1 4202496 94102 0 1 0 180197 178 0 0 18 0 18 0 30273811 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1766/statm: 386467 81505 1449 10 0 383770 0
[pid=1766/tid=1768] ppid=1763 vsize=1545868 CPUtime=1.65
/proc/1766/task/1768/stat : 1768 (java) S 1763 1766 1296 0 -1 4202560 24076 0 1 0 153 12 0 0 15 0 18 0 30273813 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1769] ppid=1763 vsize=1545868 CPUtime=9.93
/proc/1766/task/1769/stat : 1769 (java) S 1763 1766 1296 0 -1 4202560 22382 0 0 0 942 51 0 0 16 0 18 0 30273814 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1770] ppid=1763 vsize=1545868 CPUtime=9.98
/proc/1766/task/1770/stat : 1770 (java) S 1763 1766 1296 0 -1 4202560 20990 0 0 0 949 49 0 0 15 0 18 0 30273814 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1771] ppid=1763 vsize=1545868 CPUtime=86.14
/proc/1766/task/1771/stat : 1771 (java) S 1763 1766 1296 0 -1 4202560 5592 0 0 0 8599 15 0 0 15 0 18 0 30273816 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 0 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1772] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1772/stat : 1772 (java) S 1763 1766 1296 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 30273817 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1773] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1773/stat : 1773 (java) S 1763 1766 1296 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 30273817 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1774] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1774/stat : 1774 (java) S 1763 1766 1296 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 18 0 30273821 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1775] ppid=1763 vsize=1545868 CPUtime=3.25
/proc/1766/task/1775/stat : 1775 (java) S 1763 1766 1296 0 -1 4202560 9029 0 0 0 322 3 0 0 15 0 18 0 30273821 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1776] ppid=1763 vsize=1545868 CPUtime=1.31
/proc/1766/task/1776/stat : 1776 (java) S 1763 1766 1296 0 -1 4202560 1882 0 0 0 131 0 0 0 15 0 18 0 30273821 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1777] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1777/stat : 1777 (java) S 1763 1766 1296 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 30273821 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1778] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1778/stat : 1778 (java) S 1763 1766 1296 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 18 0 30273821 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1779] ppid=1763 vsize=1545868 CPUtime=848.28
/proc/1766/task/1779/stat : 1779 (java) R 1763 1766 1296 0 -1 4202560 2864 0 0 0 84800 28 0 0 17 0 18 0 30273996 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4109960606 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1766/tid=1780] ppid=1763 vsize=1545868 CPUtime=843.12
/proc/1766/task/1780/stat : 1780 (java) R 1763 1766 1296 0 -1 4202560 6147 0 0 0 84297 15 0 0 17 0 18 0 30273996 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4109422017 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1766/tid=1781] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1781/stat : 1781 (java) S 1763 1766 1296 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 30274040 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1782] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1782/stat : 1782 (java) S 1763 1766 1296 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 18 0 30274076 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 1 0 0 0
[pid=1766/tid=1809] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1809/stat : 1809 (java) S 1763 1766 1296 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 30368969 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 18446604437863441664 0 0 -1 0 0 0 0
[pid=1766/tid=1810] ppid=1763 vsize=1545868 CPUtime=0
/proc/1766/task/1810/stat : 1810 (java) R 1763 1766 1296 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 18 0 30368971 1582968832 81505 1992294400 134512640 134550932 4287140352 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1803.75
Current children cumulated vsize (KiB) 1545868

Child ended because it received signal 9 (SIGKILL)
Real time (s): 952.957
CPU time (s): 1803.84
CPU user time (s): 1802.02
CPU system time (s): 1.82172
CPU usage (%): 189.289
Max. virtual memory (cumulated for all children) (KiB): 1546244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1802.02
system time used= 1.82172
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94102
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31581
involuntary context switches= 52864

runsolver used 4.36734 second user time and 11.1613 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-14 22:18:19
IDJOB=2662169
IDBENCH=2400
IDSOLVER=1166
FILE ID=node002/2662169-1276546698
PBS_JOBID= 11173473
Free space on /tmp= 62456 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-agg2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662169-1276546698/watcher-2662169-1276546698 -o /tmp/evaluation-result-2662169-1276546698/solver-2662169-1276546698 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662169-1276546698.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ba775969fc3da5c6701f023896ca8f88
RANDOM SEED=1415645761

node002.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1840056 kB
Buffers:         26948 kB
Cached:         102796 kB
SwapCached:      10484 kB
Active:          77844 kB
Inactive:        64672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1840056 kB
SwapTotal:     4192956 kB
SwapFree:      4135652 kB
Dirty:            1752 kB
Writeback:           0 kB
AnonPages:       11304 kB
Mapped:           9236 kB
Slab:            54568 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181536 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62456 MiB
End job on node002 at 2010-06-14 22:34:12