Trace number 3737314

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)-65 1800.02 960.535

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_25_3.opb
MD5SUM04b0fb885ddf05bea62d9eda618b3e5b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-68
Best CPU time to get the best result obtained on this benchmark1800.42
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -79
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
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 constraints500
Minimum length of a constraint25
Maximum length of a constraint49
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15722
Sum of products size (including duplicates)31444
Number of different products7861
Sum of products size15722

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3737314-1338753533.opb
0.11/0.10	c reading problem ... 
3.73/2.91	c ... done. Wall clock time 2.807s.
3.73/2.91	c #vars     8361
3.73/2.91	c #constraints  23583
3.73/2.91	c constraints type 
3.73/2.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7861
3.73/2.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7861
3.73/2.93	c constraints type 
3.73/2.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7861
3.73/2.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7861
4.08/3.00	c And the winner is Resolution
4.15/3.92	c SATISFIABLE
4.15/3.92	c OPTIMIZING...
4.15/3.92	c Got one! Elapsed wall clock time (in seconds):3.818
4.15/3.92	o -51
4.15/3.98	c And the winner is CuttingPlanes
4.46/4.92	c Got one! Elapsed wall clock time (in seconds):4.824
4.46/4.92	o -52
4.46/4.99	c And the winner is Resolution
4.93/5.93	c Got one! Elapsed wall clock time (in seconds):5.828
4.93/5.93	o -54
4.93/5.98	c And the winner is Resolution
5.14/6.93	c Got one! Elapsed wall clock time (in seconds):6.831
5.14/6.93	o -55
5.14/7.00	c And the winner is Resolution
5.43/7.93	c Got one! Elapsed wall clock time (in seconds):7.834
5.43/7.93	o -56
5.60/8.06	c And the winner is Resolution
5.82/8.93	c Got one! Elapsed wall clock time (in seconds):8.836
5.82/8.93	o -63
7.17/9.51	c cleaning 2501 clauses out of 5001 with flag 5001/5001
8.88/10.39	c cleaning 4250 clauses out of 8499 with flag 11000/11000
10.86/11.37	c cleaning 5619 clauses out of 11249 with flag 18000/18000
13.21/12.56	c cleaning 6813 clauses out of 13630 with flag 26000/26000
15.96/13.96	c cleaning 7900 clauses out of 15817 with flag 35000/35000
18.92/15.41	c cleaning 8957 clauses out of 17917 with flag 45000/45000
22.03/17.09	c cleaning 9976 clauses out of 19960 with flag 56000/56000
26.18/19.10	c cleaning 10991 clauses out of 21984 with flag 68000/68000
30.46/21.36	c cleaning 11984 clauses out of 23994 with flag 81001/81001
35.02/23.61	c cleaning 13005 clauses out of 26009 with flag 95000/95000
40.14/26.28	c cleaning 13998 clauses out of 28005 with flag 110001/110001
45.28/28.85	c cleaning 15001 clauses out of 30006 with flag 126000/126000
51.37/31.97	c cleaning 15497 clauses out of 31005 with flag 142000/142000
57.29/34.95	c cleaning 15754 clauses out of 31508 with flag 158000/158000
64.58/38.65	c cleaning 15870 clauses out of 31754 with flag 174000/174000
69.89/41.39	c cleaning 15943 clauses out of 31886 with flag 190002/190002
76.54/44.73	c cleaning 15963 clauses out of 31941 with flag 206000/206000
82.45/47.70	c cleaning 15981 clauses out of 31979 with flag 222001/222001
88.72/50.90	c cleaning 15988 clauses out of 31997 with flag 238000/238000
95.19/54.21	c cleaning 15996 clauses out of 32009 with flag 254000/254000
100.56/57.03	c cleaning 15992 clauses out of 32013 with flag 270000/270000
106.42/60.07	c cleaning 16002 clauses out of 32021 with flag 286000/286000
112.48/63.17	c cleaning 16001 clauses out of 32019 with flag 302000/302000
119.97/66.92	c cleaning 16004 clauses out of 32018 with flag 318000/318000
127.34/70.75	c cleaning 16001 clauses out of 32014 with flag 334000/334000
133.38/73.87	c cleaning 16003 clauses out of 32013 with flag 350000/350000
141.04/77.70	c cleaning 15997 clauses out of 32010 with flag 366000/366000
149.68/82.13	c cleaning 16000 clauses out of 32013 with flag 382000/382000
156.21/85.51	c cleaning 16004 clauses out of 32015 with flag 398002/398002
161.89/88.44	c cleaning 15995 clauses out of 32010 with flag 414001/414001
168.15/91.67	c cleaning 16000 clauses out of 32014 with flag 430000/430000
174.60/94.93	c cleaning 16006 clauses out of 32015 with flag 446001/446001
181.69/98.65	c cleaning 16000 clauses out of 32009 with flag 462001/462001
188.33/102.09	c cleaning 16002 clauses out of 32008 with flag 478000/478000
196.56/106.24	c cleaning 15991 clauses out of 32007 with flag 494001/494001
204.16/110.17	c cleaning 15994 clauses out of 32015 with flag 510000/510000
210.40/113.45	c cleaning 16001 clauses out of 32021 with flag 526000/526000
217.80/117.25	c cleaning 15996 clauses out of 32020 with flag 542000/542000
223.79/120.39	c cleaning 15995 clauses out of 32025 with flag 558001/558001
230.35/123.78	c cleaning 16008 clauses out of 32030 with flag 574001/574001
236.64/127.03	c cleaning 15999 clauses out of 32021 with flag 590000/590000
238.38/128.04	c And the winner is Resolution
239.16/129.74	c Got one! Elapsed wall clock time (in seconds):129.645
239.16/129.74	o -64
243.31/131.80	c cleaning 16000 clauses out of 32023 with flag 606001/606001
248.97/134.76	c cleaning 16010 clauses out of 32023 with flag 622001/622001
255.17/137.96	c cleaning 16007 clauses out of 32013 with flag 638001/638001
261.61/141.38	c cleaning 15995 clauses out of 32005 with flag 654000/654000
269.23/145.23	c cleaning 15997 clauses out of 32011 with flag 670001/670001
275.63/148.59	c cleaning 16004 clauses out of 32013 with flag 686000/686000
283.19/152.44	c cleaning 15996 clauses out of 32011 with flag 702002/702002
287.76/154.95	c And the winner is CuttingPlanes
287.77/155.94	c Got one! Elapsed wall clock time (in seconds):155.837
287.77/155.94	o -65
290.35/157.27	c cleaning 16004 clauses out of 32014 with flag 718001/718001
298.32/161.35	c cleaning 16000 clauses out of 32009 with flag 734000/734000
310.35/167.49	c cleaning 16005 clauses out of 32009 with flag 750000/750000
318.08/171.46	c cleaning 16002 clauses out of 32004 with flag 766000/766000
325.05/175.17	c cleaning 15997 clauses out of 32002 with flag 782000/782000
332.82/179.13	c cleaning 15996 clauses out of 32005 with flag 798000/798000
340.78/183.21	c cleaning 16003 clauses out of 32009 with flag 814000/814000
349.91/187.90	c cleaning 15999 clauses out of 32006 with flag 830000/830000
357.85/192.19	c cleaning 16000 clauses out of 32007 with flag 846000/846000
365.60/196.14	c cleaning 16001 clauses out of 32007 with flag 862000/862000
374.38/200.60	c cleaning 0 clauses out of 5001 with flag 0/5001
374.77/200.98	c cleaning 16003 clauses out of 32008 with flag 878002/878002
380.79/204.17	c cleaning 15995 clauses out of 32003 with flag 894000/894000
386.94/207.38	c cleaning 16002 clauses out of 32008 with flag 910000/910000
393.29/210.60	c cleaning 15998 clauses out of 32006 with flag 926000/926000
399.44/213.87	c cleaning 15994 clauses out of 32009 with flag 942001/942001
406.58/217.63	c cleaning 16001 clauses out of 32015 with flag 958001/958001
412.93/220.96	c cleaning 16002 clauses out of 32014 with flag 974001/974001
420.85/225.03	c cleaning 16000 clauses out of 32012 with flag 990001/990001
428.75/229.13	c cleaning 16003 clauses out of 32011 with flag 1006000/1006000
436.48/233.22	c cleaning 16005 clauses out of 32010 with flag 1022002/1022002
443.17/236.78	c cleaning 15997 clauses out of 32004 with flag 1038001/1038001
452.11/241.34	c cleaning 16002 clauses out of 32006 with flag 1054000/1054000
461.02/245.97	c cleaning 16001 clauses out of 32005 with flag 1070001/1070001
468.15/249.73	c cleaning 15989 clauses out of 32003 with flag 1086000/1086000
475.85/253.71	c cleaning 15992 clauses out of 32015 with flag 1102001/1102001
483.15/257.58	c cleaning 16000 clauses out of 32022 with flag 1118000/1118000
491.45/261.83	c cleaning 15996 clauses out of 32022 with flag 1134000/1134000
499.52/266.15	c cleaning 16006 clauses out of 32026 with flag 1150000/1150000
506.79/269.95	c cleaning 16002 clauses out of 32021 with flag 1166001/1166001
513.27/273.30	c cleaning 16005 clauses out of 32020 with flag 1182002/1182002
520.35/277.04	c cleaning 15989 clauses out of 32013 with flag 1198000/1198000
527.81/281.09	c cleaning 16005 clauses out of 32024 with flag 1214000/1214000
534.26/284.43	c cleaning 16001 clauses out of 32020 with flag 1230001/1230001
540.76/287.88	c cleaning 15998 clauses out of 32020 with flag 1246002/1246002
548.06/291.62	c cleaning 16000 clauses out of 32020 with flag 1262000/1262000
556.13/295.93	c cleaning 15998 clauses out of 32021 with flag 1278001/1278001
562.79/299.45	c cleaning 16000 clauses out of 32022 with flag 1294000/1294000
570.06/303.23	c cleaning 16003 clauses out of 32022 with flag 1310000/1310000
576.34/306.54	c cleaning 16007 clauses out of 32019 with flag 1326000/1326000
582.58/309.96	c cleaning 16001 clauses out of 32013 with flag 1342001/1342001
590.08/313.83	c cleaning 15998 clauses out of 32011 with flag 1358000/1358000
598.38/318.14	c cleaning 15991 clauses out of 32014 with flag 1374001/1374001
604.85/321.55	c cleaning 16007 clauses out of 32022 with flag 1390000/1390000
613.48/326.19	c cleaning 16002 clauses out of 32015 with flag 1406000/1406000
620.96/330.06	c cleaning 15998 clauses out of 32013 with flag 1422000/1422000
628.60/334.03	c cleaning 16002 clauses out of 32015 with flag 1438000/1438000
635.29/337.50	c cleaning 15999 clauses out of 32014 with flag 1454001/1454001
643.50/341.92	c cleaning 15993 clauses out of 32014 with flag 1470000/1470000
650.37/345.50	c cleaning 16003 clauses out of 32022 with flag 1486001/1486001
658.03/349.54	c cleaning 16001 clauses out of 32018 with flag 1502000/1502000
664.50/352.97	c cleaning 15998 clauses out of 32017 with flag 1518000/1518000
671.49/356.79	c cleaning 16003 clauses out of 32020 with flag 1534001/1534001
678.75/360.60	c cleaning 16002 clauses out of 32016 with flag 1550000/1550000
686.61/364.64	c cleaning 15996 clauses out of 32014 with flag 1566000/1566000
694.27/368.63	c cleaning 16004 clauses out of 32019 with flag 1582001/1582001
703.45/373.55	c cleaning 15999 clauses out of 32014 with flag 1598000/1598000
712.31/378.13	c cleaning 15999 clauses out of 32015 with flag 1614000/1614000
718.97/381.62	c cleaning 15994 clauses out of 32016 with flag 1630000/1630000
725.42/385.01	c cleaning 16000 clauses out of 32023 with flag 1646001/1646001
733.17/389.27	c cleaning 16004 clauses out of 32022 with flag 1662000/1662000
739.81/392.70	c cleaning 15997 clauses out of 32018 with flag 1678000/1678000
747.42/396.74	c cleaning 15996 clauses out of 32021 with flag 1694000/1694000
754.65/400.51	c cleaning 16002 clauses out of 32025 with flag 1710000/1710000
761.61/404.35	c cleaning 16000 clauses out of 32023 with flag 1726000/1726000
770.04/408.73	c cleaning 16003 clauses out of 32023 with flag 1742000/1742000
776.87/412.36	c cleaning 16000 clauses out of 32021 with flag 1758001/1758001
783.71/415.92	c cleaning 16006 clauses out of 32021 with flag 1774001/1774001
792.25/420.57	c cleaning 16000 clauses out of 32014 with flag 1790000/1790000
800.47/424.89	c cleaning 15996 clauses out of 32014 with flag 1806000/1806000
808.88/429.27	c cleaning 16010 clauses out of 32019 with flag 1822001/1822001
818.91/434.40	c cleaning 16005 clauses out of 32009 with flag 1838001/1838001
827.42/439.07	c cleaning 15997 clauses out of 32003 with flag 1854000/1854000
835.45/443.23	c cleaning 15995 clauses out of 32007 with flag 1870001/1870001
843.25/447.31	c cleaning 16004 clauses out of 32011 with flag 1886000/1886000
851.28/451.57	c cleaning 16005 clauses out of 32009 with flag 1902002/1902002
862.44/457.50	c cleaning 15996 clauses out of 32003 with flag 1918001/1918001
872.03/462.49	c cleaning 15990 clauses out of 32006 with flag 1934000/1934000
882.84/468.09	c cleaning 16005 clauses out of 32017 with flag 1950001/1950001
893.73/473.60	c cleaning 15999 clauses out of 32011 with flag 1966000/1966000
906.27/480.26	c cleaning 16004 clauses out of 32013 with flag 1982001/1982001
912.61/483.61	c cleaning 15993 clauses out of 32008 with flag 1998000/1998000
919.47/487.29	c cleaning 16000 clauses out of 32015 with flag 2014000/2014000
926.30/490.83	c cleaning 15999 clauses out of 32015 with flag 2030000/2030000
932.61/494.39	c cleaning 16003 clauses out of 32018 with flag 2046002/2046002
939.60/498.01	c cleaning 16001 clauses out of 32014 with flag 2062001/2062001
946.00/501.47	c cleaning 16001 clauses out of 32012 with flag 2078000/2078000
952.80/505.06	c cleaning 16002 clauses out of 32011 with flag 2094000/2094000
961.35/509.68	c cleaning 16005 clauses out of 32009 with flag 2110000/2110000
968.15/513.29	c cleaning 15992 clauses out of 32004 with flag 2126000/2126000
975.35/517.07	c cleaning 15998 clauses out of 32013 with flag 2142001/2142001
982.52/520.87	c cleaning 16001 clauses out of 32014 with flag 2158000/2158000
990.60/525.24	c cleaning 15999 clauses out of 32014 with flag 2174001/2174001
996.99/528.66	c cleaning 15994 clauses out of 32014 with flag 2190000/2190000
1003.78/532.22	c cleaning 16002 clauses out of 32020 with flag 2206000/2206000
1011.20/536.18	c cleaning 15999 clauses out of 32019 with flag 2222001/2222001
1018.25/540.05	c cleaning 15994 clauses out of 32019 with flag 2238000/2238000
1025.20/543.74	c cleaning 15999 clauses out of 32026 with flag 2254001/2254001
1033.97/548.36	c cleaning 15999 clauses out of 32026 with flag 2270000/2270000
1040.55/551.89	c cleaning 16004 clauses out of 32028 with flag 2286001/2286001
1048.20/556.00	c cleaning 16001 clauses out of 32023 with flag 2302000/2302000
1055.41/559.81	c cleaning 16000 clauses out of 32022 with flag 2318000/2318000
1064.01/564.33	c cleaning 16000 clauses out of 32022 with flag 2334000/2334000
1071.40/568.25	c cleaning 16000 clauses out of 32023 with flag 2350001/2350001
1081.21/573.51	c cleaning 16006 clauses out of 32022 with flag 2366000/2366000
1089.36/577.87	c cleaning 15987 clauses out of 32016 with flag 2382000/2382000
1096.75/581.76	c cleaning 16002 clauses out of 32029 with flag 2398000/2398000
1103.95/585.55	c cleaning 16004 clauses out of 32027 with flag 2414000/2414000
1111.56/589.74	c cleaning 16005 clauses out of 32023 with flag 2430000/2430000
1119.74/594.03	c cleaning 15998 clauses out of 32018 with flag 2446000/2446000
1126.29/597.57	c cleaning 15999 clauses out of 32020 with flag 2462000/2462000
1133.86/601.53	c cleaning 15996 clauses out of 32022 with flag 2478001/2478001
1142.48/606.29	c cleaning 16003 clauses out of 32025 with flag 2494000/2494000
1149.64/610.01	c cleaning 16005 clauses out of 32023 with flag 2510001/2510001
1156.60/613.73	c cleaning 15997 clauses out of 32017 with flag 2526000/2526000
1164.14/617.75	c cleaning 16001 clauses out of 32020 with flag 2542000/2542000
1171.17/621.67	c cleaning 16000 clauses out of 32019 with flag 2558000/2558000
1179.12/625.89	c cleaning 15999 clauses out of 32019 with flag 2574000/2574000
1186.86/629.91	c cleaning 15995 clauses out of 32021 with flag 2590001/2590001
1195.45/634.45	c cleaning 15994 clauses out of 32026 with flag 2606001/2606001
1203.31/638.78	c cleaning 16005 clauses out of 32032 with flag 2622001/2622001
1210.85/642.77	c cleaning 16009 clauses out of 32027 with flag 2638001/2638001
1217.80/646.41	c cleaning 16004 clauses out of 32018 with flag 2654001/2654001
1224.57/650.07	c cleaning 15992 clauses out of 32013 with flag 2670000/2670000
1231.94/654.16	c cleaning 16003 clauses out of 32021 with flag 2686000/2686000
1239.10/657.92	c cleaning 16004 clauses out of 32018 with flag 2702000/2702000
1246.46/661.89	c cleaning 15997 clauses out of 32014 with flag 2718000/2718000
1254.42/666.00	c cleaning 15997 clauses out of 32018 with flag 2734001/2734001
1262.59/670.52	c cleaning 16000 clauses out of 32021 with flag 2750001/2750001
1269.31/674.11	c cleaning 16000 clauses out of 32021 with flag 2766001/2766001
1276.41/677.99	c cleaning 15999 clauses out of 32020 with flag 2782000/2782000
1284.35/682.14	c cleaning 15995 clauses out of 32021 with flag 2798000/2798000
1292.70/686.70	c cleaning 16005 clauses out of 32026 with flag 2814000/2814000
1299.45/690.36	c cleaning 16001 clauses out of 32021 with flag 2830000/2830000
1305.97/693.89	c cleaning 15998 clauses out of 32020 with flag 2846000/2846000
1314.71/698.42	c cleaning 15997 clauses out of 32022 with flag 2862000/2862000
1323.65/703.33	c cleaning 15997 clauses out of 32027 with flag 2878002/2878002
1330.41/706.91	c cleaning 16006 clauses out of 32029 with flag 2894001/2894001
1337.72/710.81	c cleaning 15994 clauses out of 32022 with flag 2910000/2910000
1344.63/714.55	c cleaning 16005 clauses out of 32028 with flag 2926000/2926000
1353.01/719.12	c cleaning 16001 clauses out of 32024 with flag 2942001/2942001
1360.32/723.02	c cleaning 16001 clauses out of 32022 with flag 2958000/2958000
1368.61/727.42	c cleaning 16002 clauses out of 32022 with flag 2974001/2974001
1374.76/730.78	c cleaning 16000 clauses out of 32019 with flag 2990000/2990000
1381.28/734.41	c cleaning 16006 clauses out of 32019 with flag 3006000/3006000
1389.63/738.88	c cleaning 15997 clauses out of 32013 with flag 3022000/3022000
1398.40/743.46	c cleaning 15996 clauses out of 32017 with flag 3038001/3038001
1405.92/747.41	c cleaning 16001 clauses out of 32022 with flag 3054002/3054002
1414.68/752.26	c cleaning 15999 clauses out of 32020 with flag 3070001/3070001
1422.79/756.59	c cleaning 16003 clauses out of 32020 with flag 3086000/3086000
1431.09/760.93	c cleaning 15989 clauses out of 32017 with flag 3102000/3102000
1437.17/764.21	c cleaning 16003 clauses out of 32029 with flag 3118001/3118001
1445.07/768.61	c cleaning 16007 clauses out of 32025 with flag 3134000/3134000
1451.99/772.32	c cleaning 16002 clauses out of 32020 with flag 3150002/3150002
1458.72/775.99	c cleaning 15994 clauses out of 32016 with flag 3166000/3166000
1465.42/779.50	c cleaning 16005 clauses out of 32023 with flag 3182001/3182001
1472.73/783.63	c cleaning 16002 clauses out of 32017 with flag 3198000/3198000
1481.45/788.29	c cleaning 15992 clauses out of 32016 with flag 3214001/3214001
1488.96/792.28	c cleaning 16000 clauses out of 32024 with flag 3230001/3230001
1496.04/796.07	c cleaning 16002 clauses out of 32023 with flag 3246000/3246000
1503.90/800.47	c cleaning 15994 clauses out of 32021 with flag 3262000/3262000
1511.59/804.52	c cleaning 16001 clauses out of 32027 with flag 3278000/3278000
1520.68/809.35	c cleaning 15996 clauses out of 32026 with flag 3294000/3294000
1528.55/813.55	c cleaning 16009 clauses out of 32030 with flag 3310000/3310000
1536.44/817.93	c cleaning 16000 clauses out of 32021 with flag 3326000/3326000
1544.33/822.18	c cleaning 15998 clauses out of 32022 with flag 3342001/3342001
1552.41/826.40	c cleaning 15994 clauses out of 32023 with flag 3358000/3358000
1560.47/830.75	c cleaning 16011 clauses out of 32029 with flag 3374000/3374000
1569.12/835.50	c cleaning 15995 clauses out of 32018 with flag 3390000/3390000
1577.63/840.08	c cleaning 15992 clauses out of 32023 with flag 3406000/3406000
1584.90/843.98	c cleaning 16008 clauses out of 32031 with flag 3422000/3422000
1592.40/847.98	c cleaning 16008 clauses out of 32024 with flag 3438001/3438001
1599.85/852.10	c cleaning 15999 clauses out of 32016 with flag 3454001/3454001
1606.93/855.92	c cleaning 15991 clauses out of 32016 with flag 3470000/3470000
1613.41/859.42	c cleaning 15998 clauses out of 32026 with flag 3486001/3486001
1621.28/863.64	c cleaning 16011 clauses out of 32029 with flag 3502002/3502002
1629.52/868.20	c cleaning 15983 clauses out of 32016 with flag 3518000/3518000
1636.18/871.83	c cleaning 16012 clauses out of 32033 with flag 3534000/3534000
1643.45/875.73	c cleaning 15999 clauses out of 32021 with flag 3550000/3550000
1650.91/879.75	c cleaning 15994 clauses out of 32022 with flag 3566000/3566000
1658.56/884.06	c cleaning 15999 clauses out of 32028 with flag 3582000/3582000
1666.64/888.39	c cleaning 16009 clauses out of 32029 with flag 3598000/3598000
1675.06/892.84	c cleaning 15994 clauses out of 32021 with flag 3614001/3614001
1682.31/896.70	c cleaning 15998 clauses out of 32026 with flag 3630000/3630000
1691.14/901.67	c cleaning 15997 clauses out of 32028 with flag 3646000/3646000
1698.58/905.64	c cleaning 15999 clauses out of 32032 with flag 3662001/3662001
1706.26/909.75	c cleaning 16007 clauses out of 32032 with flag 3678000/3678000
1714.09/913.92	c cleaning 16006 clauses out of 32025 with flag 3694000/3694000
1723.70/919.23	c cleaning 16005 clauses out of 32020 with flag 3710001/3710001
1731.33/923.33	c cleaning 15997 clauses out of 32014 with flag 3726000/3726000
1739.33/927.66	c cleaning 16003 clauses out of 32018 with flag 3742001/3742001
1746.32/931.43	c cleaning 16006 clauses out of 32015 with flag 3758001/3758001
1754.14/935.81	c cleaning 16001 clauses out of 32009 with flag 3774001/3774001
1761.17/939.65	c cleaning 15997 clauses out of 32007 with flag 3790000/3790000
1770.81/944.74	c cleaning 15989 clauses out of 32010 with flag 3806000/3806000
1778.46/948.82	c cleaning 15999 clauses out of 32023 with flag 3822002/3822002
1786.02/953.10	c cleaning 16009 clauses out of 32023 with flag 3838001/3838001
1794.29/957.56	c cleaning 16002 clauses out of 32013 with flag 3854000/3854000
1799.70/960.51	c starts		: 39
1799.70/960.51	c conflicts		: 10950
1799.70/960.51	c decisions		: 16408
1799.70/960.51	c propagations		: 149771
1799.70/960.51	c inspects		: 417460125
1799.70/960.51	c learnt literals	: 0
1799.70/960.51	c learnt binary clauses	: 0
1799.70/960.51	c learnt ternary clauses	: 0
1799.70/960.51	c learnt clauses	: 10949
1799.70/960.51	c ignored clauses	: 0
1799.70/960.51	c root simplifications	: 0
1799.70/960.51	c removed literals (reason simplification)	: 0
1799.70/960.51	c reason swapping (by a shorter reason)	: 0
1799.70/960.51	c Calls to reduceDB	: 1
1799.70/960.51	c number of reductions to clauses (during analyze)	: 0
1799.70/960.51	c number of learned constraints concerned by reduction	: 0
1799.70/960.51	c number of learning phase by resolution	: 0
1799.70/960.51	c number of learning phase by cutting planes	: 0
1799.70/960.51	c speed (assignments/second)	: 186.1494405735209
1799.70/960.51	c non guided choices	0
1799.70/960.52	c learnt constraints type 
1799.70/960.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 296
1799.70/960.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10653
1799.70/960.52	c constraints type 
1799.70/960.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7861
1799.70/960.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1799.70/960.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7861
1799.70/960.52	c constraints type 
1799.70/960.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7861
1799.70/960.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1799.70/960.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7861
1799.70/960.52	s SATISFIABLE
1799.70/960.52	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 x80 x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100 -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 x176 -x177 x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 x232 -x233 x234 x235 -x236 -x237 -x238 -x239 -x240 -x241 x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 x269 -x270 x271 -x272 x273 -x274 -x275 -x276 x277 -x278 -x279 -x280 -x281 -x282 -x283 x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 x306 x307 -x308 -x309 -x310 x311 -x312 x313 -x314 -x315 -x316 x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 x337 -x338 -x339 -x340 -x341 -x342 -x343 x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 x352 -x353 -x354 -x355 -x356 x357 x358 x359 -x360 -x361 -x362 x363 -x364 -x365 -x366 -x367 -x368 x369 -x370 -x371 x372 -x373 -x374 -x375 x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 x386 -x387 -x388 -x389 -x390 x391 -x392 -x393 x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 x406 -x407 x408 x409 x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 x419 -x420 -x421 x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 x430 -x431 -x432 -x433 -x434 x435 -x436 -x437 -x438 -x439 -x440 x441 -x442 x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 x467 -x468 -x469 -x470 -x471 -x472 -x473 x474 x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 x499 x500 
1799.70/960.52	c objective function=-65
1799.70/960.52	c Total wall clock time (in seconds): 960.425

Verifier Data

OK	-65

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.68 3.84 3.65 2/193 23949
/proc/meminfo: memFree=30296940/32873648 swapFree=6860/6860
[pid=23949] ppid=23947 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/23949/stat : 23949 (java) S 23947 23949 22552 0 -1 4202496 1257 0 0 0 0 0 0 0 20 0 2 0 341479212 98635776 958 33554432000 1073741824 1073778376 140733205500336 140733205491472 259115745341 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23949/statm: 24065 964 733 9 0 16771 0
[pid=23949/tid=23950] ppid=23947 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23950/stat : 23950 (java) R 23947 23949 22552 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 341479213 98570240 977 33554432000 1073741824 1073778376 140733205500336 140340699315752 140340702289696 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.0772261 s]
/proc/loadavg: 3.68 3.84 3.65 2/193 23949
/proc/meminfo: memFree=30296940/32873648 swapFree=6860/6860
[pid=23949] ppid=23947 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/23949/stat : 23949 (java) S 23947 23949 22552 0 -1 4202496 4123 0 1 0 6 1 0 0 20 0 18 0 341479212 2764726272 5842 33554432000 1073741824 1073778376 140733205500336 140733205491472 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23949/statm: 674982 5842 1931 9 0 665676 0
[pid=23949/tid=23950] ppid=23947 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/23949/task/23950/stat : 23950 (java) R 23947 23949 22552 0 -1 4202560 2702 0 1 0 4 1 0 0 20 0 18 0 341479213 2764726272 5842 33554432000 1073741824 1073778376 140733205500336 140340699319216 259112013643 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.100286 s]
/proc/loadavg: 3.68 3.84 3.65 2/193 23949
/proc/meminfo: memFree=30296940/32873648 swapFree=6860/6860
[pid=23949] ppid=23947 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/23949/stat : 23949 (java) S 23947 23949 22552 0 -1 4202496 4843 0 1 0 10 1 0 0 20 0 18 0 341479212 2764726272 6514 33554432000 1073741824 1073778376 140733205500336 140733205491472 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23949/statm: 674982 6514 2139 9 0 665676 0
[pid=23949/tid=23950] ppid=23947 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/23949/task/23950/stat : 23950 (java) R 23947 23949 22552 0 -1 4202560 2779 0 1 0 7 1 0 0 20 0 18 0 341479213 2764726272 6514 33554432000 1073741824 1073778376 140733205500336 140340699295728 259115771149 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300249 s]
/proc/loadavg: 3.68 3.84 3.65 2/193 23949
/proc/meminfo: memFree=30296940/32873648 swapFree=6860/6860
[pid=23949] ppid=23947 vsize=2699928 CPUtime=0.47 cores=0,2,4,6
/proc/23949/stat : 23949 (java) S 23947 23949 22552 0 -1 4202496 5852 0 1 0 46 1 0 0 20 0 18 0 341479212 2764726272 8597 33554432000 1073741824 1073778376 140733205500336 140733205491472 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23949/statm: 674982 8597 2219 9 0 665676 0
[pid=23949/tid=23950] ppid=23947 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/23949/task/23950/stat : 23950 (java) R 23947 23949 22552 0 -1 4202560 2792 0 1 0 26 1 0 0 20 0 18 0 341479213 2764726272 8597 33554432000 1073741824 1073778376 140733205500336 140340699320248 140340556621243 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700273 s]
/proc/loadavg: 3.68 3.84 3.65 2/193 23949
/proc/meminfo: memFree=30296940/32873648 swapFree=6860/6860
[pid=23949] ppid=23947 vsize=2699928 CPUtime=1.31 cores=0,2,4,6
/proc/23949/stat : 23949 (java) S 23947 23949 22552 0 -1 4202496 17437 0 1 0 128 3 0 0 20 0 18 0 341479212 2764726272 18563 33554432000 1073741824 1073778376 140733205500336 140733205491472 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23949/statm: 674982 18563 2233 9 0 665676 0
[pid=23949/tid=23950] ppid=23947 vsize=2699928 CPUtime=0.67 cores=0,2,4,6
/proc/23949/task/23950/stat : 23950 (java) R 23947 23949 22552 0 -1 4202560 2796 0 1 0 66 1 0 0 20 0 18 0 341479213 2764726272 18563 33554432000 1073741824 1073778376 140733205500336 140340699312000 140340556621335 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 2699928

[startup+1.50063 s]
/proc/loadavg: 3.62 3.83 3.65 3/211 23967
/proc/meminfo: memFree=30225380/32873648 swapFree=6860/6860
[pid=23949] ppid=23947 vsize=2699928 CPUtime=2.28 cores=0,2,4,6
/proc/23949/stat : 23949 (java) S 23947 23949 22552 0 -1 4202496 17959 0 1 0 224 4 0 0 20 0 18 0 341479212 2764726272 21049 33554432000 1073741824 1073778376 140733205500336 140733205491472 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23949/statm: 674982 21049 2237 9 0 665676 0
[pid=23949/tid=23950] ppid=23947 vsize=2699928 CPUtime=1.47 cores=0,2,4,6
/proc/23949/task/23950/stat : 23950 (java) R 23947 23949 22552 0 -1 4202560 2803 0 1 0 145 2 0 0 20 0 18 0 341479213 2764726272 21049 33554432000 1073741824 1073778376 140733205500336 140340699320536 140340556621243 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23952] ppid=23947 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23952/stat : 23952 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341479214 2764726272 21049 33554432000 1073741824 1073778376 140733205500336 140340683602344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23953] ppid=23947 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23953/stat : 23953 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341479214 2764726272 21049 33554432000 1073741824 1073778376 140733205500336 140340682549800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23949/tid=23954] ppid=23947 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23954/stat : 23954 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341479214 2764726272 21049 33554432000 1073741824 1073778376 140733205500336 140340681496744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23949/tid=23955] ppid=23947 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23955/stat : 23955 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341479214 2764726272 21049 33554432000 1073741824 1073778376 140733205500336 140340680444200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23956] ppid=23947 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23956/stat : 23956 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341479214 2764726272 21049 33554432000 1073741824 1073778376 140733205500336 140340679392168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23957] ppid=23947 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23957/stat : 23957 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341479214 2764726272 21049 33554432000 1073741824 1073778376 140733205500336 140340678339624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23958] ppid=23947 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23958/stat : 23958 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341479214 2764726272 21049 33554432000 1073741824 1073778376 140733205500336 140340677286568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23959] ppid=23947 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23959/stat : 23959 (java) S 23947 23949 22552 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341479214 2764726272 21049 33554432000 1073741824 1073778376 140733205500336 140340676234024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23960] ppid=23947 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23960/stat : 23960 (java) S 23947 23949 22552 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341479215 2764726272 21049 33554432000 1073741824 1073778376 140733205500336 140340544837992 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23961] ppid=23947 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23961/stat : 23961 (java) S 23947 23949 22552 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341479215 2764726272 21049 33554432000 1073741824 1073778376 140733205500336 140340543784312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23962] ppid=23947 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23962/stat : 23962 (java) S 23947 23949 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341479215 2764726272 21049 33554432000 1073741824 1073778376 140733205500336 140340675179400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23963] ppid=23947 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23963/stat : 23963 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341479218 2764726272 21049 33554432000 1073741824 1073778376 140733205500336 140340542732560 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23964] ppid=23947 vsize=2699928 CPUtime=0.38 cores=0,2,4,6
/proc/23949/task/23964/stat : 23964 (java) S 23947 23949 22552 0 -1 4202560 6879 0 0 0 37 1 0 0 20 0 18 0 341479218 2764726272 21049 33554432000 1073741824 1073778376 140733205500336 140340541680440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23965] ppid=23947 vsize=2699928 CPUtime=0.39 cores=0,2,4,6
/proc/23949/task/23965/stat : 23965 (java) S 23947 23949 22552 0 -1 4202560 7092 0 0 0 37 2 0 0 20 0 18 0 341479218 2764726272 21049 33554432000 1073741824 1073778376 140733205500336 140340540627896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23949/tid=23966] ppid=23947 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23966/stat : 23966 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341479218 2764726272 21049 33554432000 1073741824 1073778376 140733205500336 140339667004152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23949/tid=23967] ppid=23947 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23967/stat : 23967 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341479218 2764726272 21049 33554432000 1073741824 1073778376 140733205500336 140339665951816 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 2699928

[startup+3.10143 s]
/proc/loadavg: 3.62 3.83 3.65 3/211 23967
/proc/meminfo: memFree=30212968/32873648 swapFree=6860/6860
[pid=23949] ppid=23947 vsize=2966184 CPUtime=4.15 cores=0,2,4,6
/proc/23949/stat : 23949 (java) S 23947 23949 22552 0 -1 4202496 18050 0 1 0 409 6 0 0 20 0 20 0 341479212 3037372416 27265 33554432000 1073741824 1073778376 140733205500336 140733205491472 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23949/statm: 741546 27265 2251 9 0 732240 0
[pid=23949/tid=23950] ppid=23947 vsize=2966184 CPUtime=2.88 cores=0,2,4,6
/proc/23949/task/23950/stat : 23950 (java) S 23947 23949 22552 0 -1 4202560 2822 0 1 0 286 2 0 0 20 0 20 0 341479213 3037372416 27265 33554432000 1073741824 1073778376 140733205500336 140340699321496 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23952] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23952/stat : 23952 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341479214 3037372416 27265 33554432000 1073741824 1073778376 140733205500336 140340683602344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23953] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23953/stat : 23953 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341479214 3037372416 27265 33554432000 1073741824 1073778376 140733205500336 140340682549800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23949/tid=23954] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23954/stat : 23954 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341479214 3037372416 27265 33554432000 1073741824 1073778376 140733205500336 140340681496744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23949/tid=23955] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23955/stat : 23955 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341479214 3037372416 27265 33554432000 1073741824 1073778376 140733205500336 140340680444200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23956] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23956/stat : 23956 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341479214 3037372416 27265 33554432000 1073741824 1073778376 140733205500336 140340679392168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23957] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23957/stat : 23957 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341479214 3037372416 27265 33554432000 1073741824 1073778376 140733205500336 140340678339624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23958] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23958/stat : 23958 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341479214 3037372416 27265 33554432000 1073741824 1073778376 140733205500336 140340677286568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23959] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23959/stat : 23959 (java) S 23947 23949 22552 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341479214 3037372416 27265 33554432000 1073741824 1073778376 140733205500336 140340676234024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23960] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23960/stat : 23960 (java) S 23947 23949 22552 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341479215 3037372416 27265 33554432000 1073741824 1073778376 140733205500336 140340544837992 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23961] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23961/stat : 23961 (java) S 23947 23949 22552 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341479215 3037372416 27265 33554432000 1073741824 1073778376 140733205500336 140340543784312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23962] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23962/stat : 23962 (java) S 23947 23949 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341479215 3037372416 27265 33554432000 1073741824 1073778376 140733205500336 140340675179400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23963] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23963/stat : 23963 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341479218 3037372416 27265 33554432000 1073741824 1073778376 140733205500336 140340542732560 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23964] ppid=23947 vsize=2966184 CPUtime=0.52 cores=0,2,4,6
/proc/23949/task/23964/stat : 23964 (java) S 23947 23949 22552 0 -1 4202560 6882 0 0 0 51 1 0 0 20 0 20 0 341479218 3037372416 27265 33554432000 1073741824 1073778376 140733205500336 140340541680440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23965] ppid=23947 vsize=2966184 CPUtime=0.52 cores=0,2,4,6
/proc/23949/task/23965/stat : 23965 (java) S 23947 23949 22552 0 -1 4202560 7098 0 0 0 50 2 0 0 20 0 20 0 341479218 3037372416 27265 33554432000 1073741824 1073778376 140733205500336 140340540627896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23949/tid=23966] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23966/stat : 23966 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341479218 3037372416 27265 33554432000 1073741824 1073778376 140733205500336 140339667004152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23949/tid=23967] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23967/stat : 23967 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341479218 3037372416 27265 33554432000 1073741824 1073778376 140733205500336 140339665951816 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 2966184

[startup+6.30066 s]
/proc/loadavg: 3.62 3.83 3.65 2/213 23975
/proc/meminfo: memFree=30158796/32873648 swapFree=6860/6860
[pid=23949] ppid=23947 vsize=2966184 CPUtime=5.14 cores=0,2,4,6
/proc/23949/stat : 23949 (java) S 23947 23949 22552 0 -1 4202496 18170 0 1 0 502 12 0 0 20 0 20 0 341479212 3037372416 40986 33554432000 1073741824 1073778376 140733205500336 140733205491472 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23949/statm: 741546 40986 2259 9 0 732240 0
[pid=23949/tid=23950] ppid=23947 vsize=2966184 CPUtime=2.9 cores=0,2,4,6
/proc/23949/task/23950/stat : 23950 (java) S 23947 23949 22552 0 -1 4202560 2823 0 1 0 288 2 0 0 20 0 20 0 341479213 3037372416 40986 33554432000 1073741824 1073778376 140733205500336 140340699321496 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23952] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23952/stat : 23952 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341479214 3037372416 40986 33554432000 1073741824 1073778376 140733205500336 140340683602344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23953] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23953/stat : 23953 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341479214 3037372416 40986 33554432000 1073741824 1073778376 140733205500336 140340682549800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23949/tid=23954] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23954/stat : 23954 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341479214 3037372416 40986 33554432000 1073741824 1073778376 140733205500336 140340681496744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23949/tid=23955] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23955/stat : 23955 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341479214 3037372416 40986 33554432000 1073741824 1073778376 140733205500336 140340680444200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23956] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23956/stat : 23956 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341479214 3037372416 40986 33554432000 1073741824 1073778376 140733205500336 140340679392168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23957] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23957/stat : 23957 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341479214 3037372416 40986 33554432000 1073741824 1073778376 140733205500336 140340678339624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23958] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23958/stat : 23958 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341479214 3037372416 40986 33554432000 1073741824 1073778376 140733205500336 140340677286568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23959] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23959/stat : 23959 (java) S 23947 23949 22552 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341479214 3037372416 40986 33554432000 1073741824 1073778376 140733205500336 140340676234024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23960] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23960/stat : 23960 (java) S 23947 23949 22552 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 341479215 3037372416 40986 33554432000 1073741824 1073778376 140733205500336 140340544837992 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23961] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23961/stat : 23961 (java) S 23947 23949 22552 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341479215 3037372416 40986 33554432000 1073741824 1073778376 140733205500336 140340543784312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23962] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23962/stat : 23962 (java) S 23947 23949 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341479215 3037372416 40986 33554432000 1073741824 1073778376 140733205500336 140340675179400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23963] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23963/stat : 23963 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341479218 3037372416 40986 33554432000 1073741824 1073778376 140733205500336 140340542732560 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23964] ppid=23947 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/23949/task/23964/stat : 23964 (java) S 23947 23949 22552 0 -1 4202560 6890 0 0 0 78 1 0 0 20 0 20 0 341479218 3037372416 40986 33554432000 1073741824 1073778376 140733205500336 140340541680440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23965] ppid=23947 vsize=2966184 CPUtime=0.8 cores=0,2,4,6
/proc/23949/task/23965/stat : 23965 (java) S 23947 23949 22552 0 -1 4202560 7110 0 0 0 78 2 0 0 20 0 20 0 341479218 3037372416 40986 33554432000 1073741824 1073778376 140733205500336 140340540627896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23949/tid=23966] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23966/stat : 23966 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341479218 3037372416 40986 33554432000 1073741824 1073778376 140733205500336 140339667004152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23949/tid=23967] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23967/stat : 23967 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341479218 3037372416 40986 33554432000 1073741824 1073778376 140733205500336 140339665951816 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=23949/tid=23955] ppid=23947 vsize=2966184 CPUtime=6.37 cores=0,2,4,6
/proc/23949/task/23955/stat : 23955 (java) S 23947 23949 22552 0 -1 4202560 387 0 0 0 628 9 0 0 20 0 22 0 341479214 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340680444200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23956] ppid=23947 vsize=2966184 CPUtime=5.94 cores=0,2,4,6
/proc/23949/task/23956/stat : 23956 (java) S 23947 23949 22552 0 -1 4202560 322 0 0 0 587 7 0 0 20 0 22 0 341479214 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340679392168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23949/tid=23957] ppid=23947 vsize=2966184 CPUtime=6.47 cores=0,2,4,6
/proc/23949/task/23957/stat : 23957 (java) S 23947 23949 22552 0 -1 4202560 384 0 0 0 638 9 0 0 20 0 22 0 341479214 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340678339624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23949/tid=23958] ppid=23947 vsize=2966184 CPUtime=6.1 cores=0,2,4,6
/proc/23949/task/23958/stat : 23958 (java) S 23947 23949 22552 0 -1 4202560 345 0 0 0 603 7 0 0 20 0 22 0 341479214 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340677286568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23959] ppid=23947 vsize=2966184 CPUtime=5.94 cores=0,2,4,6
/proc/23949/task/23959/stat : 23959 (java) S 23947 23949 22552 0 -1 4202560 360 0 0 0 586 8 0 0 20 0 22 0 341479214 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340676234024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23960] ppid=23947 vsize=2966184 CPUtime=124.67 cores=0,2,4,6
/proc/23949/task/23960/stat : 23960 (java) S 23947 23949 22552 0 -1 4202560 188 0 0 0 12447 20 0 0 20 0 22 0 341479215 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340544837992 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23961] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23961/stat : 23961 (java) S 23947 23949 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341479215 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340543784312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23962] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23962/stat : 23962 (java) S 23947 23949 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341479215 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340675179400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23949/tid=23963] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23963/stat : 23963 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341479218 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340542732560 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23964] ppid=23947 vsize=2966184 CPUtime=1.41 cores=0,2,4,6
/proc/23949/task/23964/stat : 23964 (java) S 23947 23949 22552 0 -1 4202560 6932 0 0 0 139 2 0 0 20 0 22 0 341479218 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340541680440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23965] ppid=23947 vsize=2966184 CPUtime=1.23 cores=0,2,4,6
/proc/23949/task/23965/stat : 23965 (java) S 23947 23949 22552 0 -1 4202560 7144 0 0 0 121 2 0 0 20 0 22 0 341479218 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340540627896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23966] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23966/stat : 23966 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341479218 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140339667004152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23949/tid=23967] ppid=23947 vsize=2966184 CPUtime=0.35 cores=0,2,4,6
/proc/23949/task/23967/stat : 23967 (java) S 23947 23949 22552 0 -1 4202560 54 0 0 0 19 16 0 0 20 0 22 0 341479218 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140339665951816 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23970] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23970/stat : 23970 (java) S 23947 23949 22552 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341479507 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140339662791464 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23971] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23971/stat : 23971 (java) S 23947 23949 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341479507 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140339661738920 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23949/tid=24045] ppid=23947 vsize=2966184 CPUtime=659.19 cores=0,2,4,6
/proc/23949/task/24045/stat : 24045 (java) R 23947 23949 22552 0 -1 4202560 198 0 0 0 65907 12 0 0 20 0 22 0 341494807 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140339664896080 140340557160469 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23949/tid=24046] ppid=23947 vsize=2966184 CPUtime=659.19 cores=0,2,4,6
/proc/23949/task/24046/stat : 24046 (java) R 23947 23949 22552 0 -1 4202560 139 0 0 0 65907 12 0 0 20 0 22 0 341494807 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140339663841680 140340557801249 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1765.94
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+960.501 s]
/proc/loadavg: 3.79 3.83 3.73 5/219 24055
/proc/meminfo: memFree=27902260/32873648 swapFree=6860/6860
[pid=23949] ppid=23947 vsize=2966184 CPUtime=1799.7 cores=0,2,4,6
/proc/23949/stat : 23949 (java) S 23947 23949 22552 0 -1 4202496 22004 0 1 0 179846 124 0 0 20 0 22 0 341479212 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140733205491472 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23949/statm: 741546 267528 2288 9 0 732240 0
[pid=23949/tid=23950] ppid=23947 vsize=2966184 CPUtime=2.93 cores=0,2,4,6
/proc/23949/task/23950/stat : 23950 (java) S 23947 23949 22552 0 -1 4202560 2923 0 1 0 290 3 0 0 20 0 22 0 341479213 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340699321496 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23952] ppid=23947 vsize=2966184 CPUtime=6.56 cores=0,2,4,6
/proc/23949/task/23952/stat : 23952 (java) S 23947 23949 22552 0 -1 4202560 356 0 0 0 648 8 0 0 20 0 22 0 341479214 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340683602344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23949/tid=23953] ppid=23947 vsize=2966184 CPUtime=6.18 cores=0,2,4,6
/proc/23949/task/23953/stat : 23953 (java) S 23947 23949 22552 0 -1 4202560 347 0 0 0 609 9 0 0 20 0 22 0 341479214 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340682549800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23954] ppid=23947 vsize=2966184 CPUtime=6.82 cores=0,2,4,6
/proc/23949/task/23954/stat : 23954 (java) S 23947 23949 22552 0 -1 4202560 364 0 0 0 672 10 0 0 20 0 22 0 341479214 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340681496744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23949/tid=23955] ppid=23947 vsize=2966184 CPUtime=6.46 cores=0,2,4,6
/proc/23949/task/23955/stat : 23955 (java) S 23947 23949 22552 0 -1 4202560 387 0 0 0 637 9 0 0 20 0 22 0 341479214 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340680444200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23956] ppid=23947 vsize=2966184 CPUtime=6.09 cores=0,2,4,6
/proc/23949/task/23956/stat : 23956 (java) S 23947 23949 22552 0 -1 4202560 322 0 0 0 602 7 0 0 20 0 22 0 341479214 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340679392168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23949/tid=23957] ppid=23947 vsize=2966184 CPUtime=6.61 cores=0,2,4,6
/proc/23949/task/23957/stat : 23957 (java) S 23947 23949 22552 0 -1 4202560 384 0 0 0 652 9 0 0 20 0 22 0 341479214 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340678339624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23958] ppid=23947 vsize=2966184 CPUtime=6.25 cores=0,2,4,6
/proc/23949/task/23958/stat : 23958 (java) S 23947 23949 22552 0 -1 4202560 345 0 0 0 618 7 0 0 20 0 22 0 341479214 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340677286568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23949/tid=23959] ppid=23947 vsize=2966184 CPUtime=6.05 cores=0,2,4,6
/proc/23949/task/23959/stat : 23959 (java) S 23947 23949 22552 0 -1 4202560 360 0 0 0 597 8 0 0 20 0 22 0 341479214 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340676234024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23960] ppid=23947 vsize=2966184 CPUtime=127.78 cores=0,2,4,6
/proc/23949/task/23960/stat : 23960 (java) S 23947 23949 22552 0 -1 4202560 188 0 0 0 12758 20 0 0 20 0 22 0 341479215 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340544837992 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23961] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23961/stat : 23961 (java) S 23947 23949 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341479215 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340543784312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23962] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23962/stat : 23962 (java) S 23947 23949 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341479215 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340675179400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23949/tid=23963] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23963/stat : 23963 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341479218 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340542732560 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23964] ppid=23947 vsize=2966184 CPUtime=1.41 cores=0,2,4,6
/proc/23949/task/23964/stat : 23964 (java) S 23947 23949 22552 0 -1 4202560 6932 0 0 0 139 2 0 0 20 0 22 0 341479218 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340541680440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23965] ppid=23947 vsize=2966184 CPUtime=1.23 cores=0,2,4,6
/proc/23949/task/23965/stat : 23965 (java) S 23947 23949 22552 0 -1 4202560 7144 0 0 0 121 2 0 0 20 0 22 0 341479218 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340540627896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23966] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23966/stat : 23966 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341479218 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140339667004152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23949/tid=23967] ppid=23947 vsize=2966184 CPUtime=0.35 cores=0,2,4,6
/proc/23949/task/23967/stat : 23967 (java) S 23947 23949 22552 0 -1 4202560 54 0 0 0 19 16 0 0 20 0 22 0 341479218 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140339665951816 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23970] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23970/stat : 23970 (java) S 23947 23949 22552 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341479507 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140339662791464 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23971] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23971/stat : 23971 (java) S 23947 23949 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341479507 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140339661738920 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23949/tid=24045] ppid=23947 vsize=2966184 CPUtime=673.95 cores=0,2,4,6
/proc/23949/task/24045/stat : 24045 (java) R 23947 23949 22552 0 -1 4202560 201 0 0 0 67383 12 0 0 20 0 22 0 341494807 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140339664894424 140340557193086 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23949/tid=24046] ppid=23947 vsize=2966184 CPUtime=673.95 cores=0,2,4,6
/proc/23949/task/24046/stat : 24046 (java) R 23947 23949 22552 0 -1 4202560 143 0 0 0 67383 12 0 0 20 0 22 0 341494807 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140339663842616 140340557067680 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.7
Current children cumulated vsize (KiB) 2966184

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+960.501 s]
/proc/loadavg: 3.79 3.83 3.73 5/219 24055
/proc/meminfo: memFree=27902260/32873648 swapFree=6860/6860
[pid=23949] ppid=23947 vsize=2966184 CPUtime=1799.7 cores=0,2,4,6
/proc/23949/stat : 23949 (java) S 23947 23949 22552 0 -1 4202496 22004 0 1 0 179846 124 0 0 20 0 22 0 341479212 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140733205491472 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23949/statm: 741546 267528 2288 9 0 732240 0
[pid=23949/tid=23950] ppid=23947 vsize=2966184 CPUtime=2.93 cores=0,2,4,6
/proc/23949/task/23950/stat : 23950 (java) S 23947 23949 22552 0 -1 4202560 2923 0 1 0 290 3 0 0 20 0 22 0 341479213 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340699321496 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23952] ppid=23947 vsize=2966184 CPUtime=6.56 cores=0,2,4,6
/proc/23949/task/23952/stat : 23952 (java) S 23947 23949 22552 0 -1 4202560 356 0 0 0 648 8 0 0 20 0 22 0 341479214 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340683602344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23949/tid=23953] ppid=23947 vsize=2966184 CPUtime=6.18 cores=0,2,4,6
/proc/23949/task/23953/stat : 23953 (java) S 23947 23949 22552 0 -1 4202560 347 0 0 0 609 9 0 0 20 0 22 0 341479214 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340682549800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23954] ppid=23947 vsize=2966184 CPUtime=6.82 cores=0,2,4,6
/proc/23949/task/23954/stat : 23954 (java) S 23947 23949 22552 0 -1 4202560 364 0 0 0 672 10 0 0 20 0 22 0 341479214 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340681496744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23949/tid=23955] ppid=23947 vsize=2966184 CPUtime=6.46 cores=0,2,4,6
/proc/23949/task/23955/stat : 23955 (java) S 23947 23949 22552 0 -1 4202560 387 0 0 0 637 9 0 0 20 0 22 0 341479214 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340680444200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23956] ppid=23947 vsize=2966184 CPUtime=6.09 cores=0,2,4,6
/proc/23949/task/23956/stat : 23956 (java) S 23947 23949 22552 0 -1 4202560 322 0 0 0 602 7 0 0 20 0 22 0 341479214 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340679392168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23949/tid=23957] ppid=23947 vsize=2966184 CPUtime=6.61 cores=0,2,4,6
/proc/23949/task/23957/stat : 23957 (java) S 23947 23949 22552 0 -1 4202560 384 0 0 0 652 9 0 0 20 0 22 0 341479214 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340678339624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23958] ppid=23947 vsize=2966184 CPUtime=6.25 cores=0,2,4,6
/proc/23949/task/23958/stat : 23958 (java) S 23947 23949 22552 0 -1 4202560 345 0 0 0 618 7 0 0 20 0 22 0 341479214 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340677286568 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23949/tid=23959] ppid=23947 vsize=2966184 CPUtime=6.05 cores=0,2,4,6
/proc/23949/task/23959/stat : 23959 (java) S 23947 23949 22552 0 -1 4202560 360 0 0 0 597 8 0 0 20 0 22 0 341479214 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340676234024 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23960] ppid=23947 vsize=2966184 CPUtime=127.78 cores=0,2,4,6
/proc/23949/task/23960/stat : 23960 (java) S 23947 23949 22552 0 -1 4202560 188 0 0 0 12758 20 0 0 20 0 22 0 341479215 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340544837992 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23961] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23961/stat : 23961 (java) S 23947 23949 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341479215 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340543784312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23962] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23962/stat : 23962 (java) S 23947 23949 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341479215 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340675179400 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23949/tid=23963] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23963/stat : 23963 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341479218 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340542732560 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23964] ppid=23947 vsize=2966184 CPUtime=1.41 cores=0,2,4,6
/proc/23949/task/23964/stat : 23964 (java) S 23947 23949 22552 0 -1 4202560 6932 0 0 0 139 2 0 0 20 0 22 0 341479218 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340541680440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23949/tid=23965] ppid=23947 vsize=2966184 CPUtime=1.23 cores=0,2,4,6
/proc/23949/task/23965/stat : 23965 (java) S 23947 23949 22552 0 -1 4202560 7144 0 0 0 121 2 0 0 20 0 22 0 341479218 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140340540627896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23966] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23966/stat : 23966 (java) S 23947 23949 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341479218 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140339667004152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23949/tid=23967] ppid=23947 vsize=2966184 CPUtime=0.35 cores=0,2,4,6
/proc/23949/task/23967/stat : 23967 (java) S 23947 23949 22552 0 -1 4202560 54 0 0 0 19 16 0 0 20 0 22 0 341479218 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140339665951816 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23970] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23970/stat : 23970 (java) S 23947 23949 22552 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341479507 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140339662791464 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23949/tid=23971] ppid=23947 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/23949/task/23971/stat : 23971 (java) S 23947 23949 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341479507 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140339661738920 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23949/tid=24045] ppid=23947 vsize=2966184 CPUtime=673.95 cores=0,2,4,6
/proc/23949/task/24045/stat : 24045 (java) R 23947 23949 22552 0 -1 4202560 201 0 0 0 67383 12 0 0 20 0 22 0 341494807 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140339664894424 140340557193086 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23949/tid=24046] ppid=23947 vsize=2966184 CPUtime=673.95 cores=0,2,4,6
/proc/23949/task/24046/stat : 24046 (java) R 23947 23949 22552 0 -1 4202560 143 0 0 0 67383 12 0 0 20 0 22 0 341494807 3037372416 267528 33554432000 1073741824 1073778376 140733205500336 140339663842616 140340557067680 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.7
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23949 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=799149
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=690742
# CPU time returned by wait4() is 1796.49
# while last known CPU time is 1799.7
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.319977
#  lost CPU user time (s): 0.349991
#  lost CPU system time (s): -0.03

Real time (s): 960.535
CPU time (s): 1800.02
CPU user time (s): 1798.81
CPU system time (s): 1.21
CPU usage (%): 187.398
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.8
system time used= 1.69074
maximum resident set size= 1070224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22033
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36506
involuntary context switches= 101126

runsolver used 3.20151 second user time and 9.12361 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-03 21:58:53
IDJOB=3737314
IDBENCH=48215
IDSOLVER=2324
FILE ID=node124/3737314-1338753533
RUNJOBID= node124-1338748776-22568
PBS_JOBID= 14636791
Free space on /tmp= 70708 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_25_3.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737314-1338753533/watcher-3737314-1338753533 -o /tmp/evaluation-result-3737314-1338753533/solver-3737314-1338753533 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737314-1338753533.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 04b0fb885ddf05bea62d9eda618b3e5b
RANDOM SEED=483740981

node124.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5357.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30297732 kB
Buffers:          216716 kB
Cached:          1466916 kB
SwapCached:         8268 kB
Active:           525664 kB
Inactive:        1271276 kB
Active(anon):     106916 kB
Inactive(anon):     8240 kB
Active(file):     418748 kB
Inactive(file):  1263036 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091596 kB
Dirty:              1476 kB
Writeback:             0 kB
AnonPages:        118384 kB
Mapped:            17028 kB
Shmem:                 0 kB
Slab:             633328 kB
SReclaimable:      77316 kB
SUnreclaim:       556012 kB
KernelStack:        1592 kB
PageTables:         4464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1568708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70708 MiB
End job on node124 at 2012-06-03 22:14:56