Trace number 3737105

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)-64 1800.15 959.337

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_25_5.opb
MD5SUM40141f2f083fa5e1f8a41aa043de0b1b
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-69
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -69
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 constraint47
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)15706
Sum of products size (including duplicates)31412
Number of different products7853
Sum of products size15706

Quality of the solution as a function of time


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

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.2.0.v20100531
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		1349517296
0.07/0.10	c Max memory 		1356595200
0.07/0.10	c Total memory 		1356595200
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c Stops conflict analysis at the first Unique Implication Point
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	
0.07/0.13	c solving HOME/instance-3737105-1338753122.opb
0.07/0.13	c reading problem ... 
3.83/3.08	c ... done. Wall clock time 2.941s.
3.83/3.08	c #vars     8353
3.83/3.08	c #constraints  23559
3.83/3.08	c constraints type 
3.83/3.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7853
3.83/3.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7853
3.83/3.08	c constraints type 
3.83/3.08	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7853
3.83/3.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7853
3.98/3.17	c And the winner is Resolution
4.30/4.09	c SATISFIABLE
4.30/4.09	c OPTIMIZING...
4.33/4.11	c Got one! Elapsed wall clock time (in seconds):3.952
4.33/4.11	o -50
4.70/4.22	c And the winner is Resolution
5.01/5.10	c Got one! Elapsed wall clock time (in seconds):4.963
5.01/5.10	o -57
5.01/5.14	c And the winner is Resolution
5.28/6.10	c Got one! Elapsed wall clock time (in seconds):5.966
5.28/6.10	o -59
5.28/6.15	c And the winner is Resolution
5.48/7.10	c Got one! Elapsed wall clock time (in seconds):6.97
5.48/7.10	o -60
7.06/7.88	c cleaning 2500 clauses out of 5000 with flag 5000/5000
7.46/8.04	c And the winner is Resolution
7.78/9.11	c Got one! Elapsed wall clock time (in seconds):8.973
7.78/9.11	o -61
9.04/9.76	c And the winner is Resolution
9.31/10.11	c Got one! Elapsed wall clock time (in seconds):9.975
9.31/10.11	o -62
9.50/10.26	c cleaning 4250 clauses out of 8500 with flag 11000/11000
11.49/11.28	c cleaning 5625 clauses out of 11251 with flag 18001/18001
14.06/12.52	c cleaning 6810 clauses out of 13625 with flag 26000/26000
17.28/14.13	c cleaning 7908 clauses out of 15815 with flag 35000/35000
20.42/15.71	c cleaning 8952 clauses out of 17907 with flag 45000/45000
23.78/17.44	c cleaning 9974 clauses out of 19956 with flag 56001/56001
27.52/19.37	c cleaning 10987 clauses out of 21982 with flag 68001/68001
32.45/21.80	c cleaning 11998 clauses out of 23996 with flag 81002/81002
36.79/24.08	c cleaning 12989 clauses out of 25997 with flag 95001/95001
41.70/26.55	c cleaning 14001 clauses out of 28007 with flag 110000/110000
45.43/28.40	c And the winner is Resolution
45.45/29.24	c Got one! Elapsed wall clock time (in seconds):29.102
45.45/29.24	o -63
47.40/30.29	c cleaning 14997 clauses out of 30006 with flag 126000/126000
53.64/33.48	c cleaning 15504 clauses out of 31009 with flag 142000/142000
60.20/36.79	c cleaning 15753 clauses out of 31505 with flag 158000/158000
67.10/40.29	c cleaning 15872 clauses out of 31753 with flag 174001/174001
72.61/43.07	c cleaning 15938 clauses out of 31881 with flag 190001/190001
78.98/46.32	c cleaning 15964 clauses out of 31942 with flag 206000/206000
85.32/49.51	c cleaning 15987 clauses out of 31978 with flag 222000/222000
92.01/52.91	c cleaning 15987 clauses out of 31991 with flag 238000/238000
98.48/56.23	c cleaning 15996 clauses out of 32004 with flag 254000/254000
104.03/59.15	c cleaning 16001 clauses out of 32008 with flag 270000/270000
110.11/62.23	c cleaning 15996 clauses out of 32007 with flag 286000/286000
115.97/65.29	c cleaning 16001 clauses out of 32011 with flag 302000/302000
122.33/68.48	c cleaning 16002 clauses out of 32011 with flag 318001/318001
129.87/72.33	c cleaning 15990 clauses out of 32008 with flag 334000/334000
136.48/75.70	c cleaning 15999 clauses out of 32018 with flag 350000/350000
143.97/79.56	c cleaning 16003 clauses out of 32020 with flag 366001/366001
154.03/84.68	c cleaning 16005 clauses out of 32016 with flag 382000/382000
162.31/88.94	c cleaning 15998 clauses out of 32011 with flag 398000/398000
167.59/91.66	c cleaning 15999 clauses out of 32014 with flag 414001/414001
174.22/95.05	c cleaning 16001 clauses out of 32014 with flag 430000/430000
181.04/98.57	c cleaning 15996 clauses out of 32014 with flag 446001/446001
187.69/102.04	c And the winner is CuttingPlanes
187.48/102.34	c Got one! Elapsed wall clock time (in seconds):102.206
187.48/102.34	o -64
187.82/102.56	c cleaning 16008 clauses out of 32017 with flag 462000/462000
196.23/106.88	c cleaning 16004 clauses out of 32009 with flag 478000/478000
208.68/113.14	c cleaning 16002 clauses out of 32006 with flag 494001/494001
220.66/119.26	c cleaning 15992 clauses out of 32004 with flag 510001/510001
228.08/123.13	c cleaning 15995 clauses out of 32012 with flag 526001/526001
236.08/127.21	c cleaning 16000 clauses out of 32017 with flag 542001/542001
243.26/131.00	c cleaning 15995 clauses out of 32016 with flag 558000/558000
250.24/134.55	c cleaning 16000 clauses out of 32021 with flag 574000/574000
255.49/137.38	c cleaning 16006 clauses out of 32021 with flag 590000/590000
261.89/140.69	c cleaning 15995 clauses out of 32015 with flag 606000/606000
268.82/144.25	c cleaning 16001 clauses out of 32020 with flag 622000/622000
275.22/147.55	c cleaning 15999 clauses out of 32019 with flag 638000/638000
282.81/151.50	c cleaning 15995 clauses out of 32021 with flag 654001/654001
288.96/154.75	c cleaning 16006 clauses out of 32026 with flag 670001/670001
295.52/158.19	c cleaning 15987 clauses out of 32019 with flag 686000/686000
302.29/161.63	c cleaning 16008 clauses out of 32033 with flag 702001/702001
309.83/165.68	c cleaning 16006 clauses out of 32024 with flag 718000/718000
318.19/169.90	c cleaning 16001 clauses out of 32018 with flag 734000/734000
325.93/173.99	c cleaning 16001 clauses out of 32017 with flag 750000/750000
333.05/177.66	c cleaning 16003 clauses out of 32016 with flag 766000/766000
340.46/181.58	c cleaning 15999 clauses out of 32014 with flag 782001/782001
347.19/185.00	c cleaning 15994 clauses out of 32014 with flag 798000/798000
354.10/188.67	c cleaning 15994 clauses out of 32020 with flag 814000/814000
361.46/192.44	c cleaning 16004 clauses out of 32027 with flag 830001/830001
369.99/196.95	c cleaning 16003 clauses out of 32023 with flag 846001/846001
377.34/200.77	c cleaning 15994 clauses out of 32019 with flag 862000/862000
382.91/203.64	c cleaning 16009 clauses out of 32025 with flag 878000/878000
388.67/206.60	c cleaning 16001 clauses out of 32017 with flag 894001/894001
395.58/210.34	c cleaning 16000 clauses out of 32015 with flag 910000/910000
403.31/214.37	c cleaning 16003 clauses out of 32016 with flag 926001/926001
409.46/217.54	c cleaning 15998 clauses out of 32014 with flag 942002/942002
412.94/219.49	c cleaning 0 clauses out of 5002 with flag 0/5002
417.17/221.62	c cleaning 16002 clauses out of 32014 with flag 958000/958000
424.12/225.22	c cleaning 15998 clauses out of 32013 with flag 974001/974001
431.61/229.15	c cleaning 15998 clauses out of 32014 with flag 990000/990000
437.56/232.24	c cleaning 16004 clauses out of 32016 with flag 1006000/1006000
445.08/236.27	c cleaning 15996 clauses out of 32012 with flag 1022000/1022000
452.98/240.33	c cleaning 16007 clauses out of 32017 with flag 1038001/1038001
459.30/243.68	c cleaning 15999 clauses out of 32009 with flag 1054000/1054000
465.96/247.16	c cleaning 15994 clauses out of 32010 with flag 1070000/1070000
473.85/251.32	c cleaning 16003 clauses out of 32016 with flag 1086000/1086000
482.33/255.76	c cleaning 15988 clauses out of 32013 with flag 1102000/1102000
490.87/260.18	c cleaning 16002 clauses out of 32026 with flag 1118001/1118001
499.13/264.48	c cleaning 16003 clauses out of 32023 with flag 1134000/1134000
507.33/268.88	c cleaning 15996 clauses out of 32020 with flag 1150000/1150000
515.02/272.82	c cleaning 16007 clauses out of 32025 with flag 1166001/1166001
522.72/276.82	c cleaning 15999 clauses out of 32017 with flag 1182000/1182000
528.98/280.19	c cleaning 15996 clauses out of 32019 with flag 1198001/1198001
536.62/284.20	c cleaning 16011 clauses out of 32022 with flag 1214000/1214000
543.09/287.66	c cleaning 15995 clauses out of 32011 with flag 1230000/1230000
552.58/292.56	c cleaning 15999 clauses out of 32017 with flag 1246001/1246001
559.49/296.14	c cleaning 16001 clauses out of 32018 with flag 1262001/1262001
568.05/300.73	c cleaning 15997 clauses out of 32017 with flag 1278001/1278001
575.75/304.77	c cleaning 16007 clauses out of 32020 with flag 1294001/1294001
586.29/310.16	c cleaning 16005 clauses out of 32013 with flag 1310001/1310001
591.73/313.01	c cleaning 15994 clauses out of 32008 with flag 1326001/1326001
598.91/316.93	c cleaning 16006 clauses out of 32015 with flag 1342002/1342002
605.17/320.29	c cleaning 15991 clauses out of 32007 with flag 1358000/1358000
611.84/323.77	c cleaning 15991 clauses out of 32016 with flag 1374000/1374000
619.75/327.85	c cleaning 16004 clauses out of 32025 with flag 1390000/1390000
625.95/331.29	c cleaning 16004 clauses out of 32021 with flag 1406000/1406000
633.16/335.04	c cleaning 16001 clauses out of 32019 with flag 1422002/1422002
640.01/338.61	c cleaning 16001 clauses out of 32016 with flag 1438000/1438000
646.03/341.89	c cleaning 16000 clauses out of 32015 with flag 1454000/1454000
652.85/345.56	c cleaning 16001 clauses out of 32015 with flag 1470000/1470000
659.76/349.17	c cleaning 15997 clauses out of 32014 with flag 1486000/1486000
666.98/352.95	c cleaning 16001 clauses out of 32017 with flag 1502000/1502000
673.81/356.54	c cleaning 16006 clauses out of 32017 with flag 1518001/1518001
682.01/360.95	c cleaning 15998 clauses out of 32010 with flag 1534000/1534000
691.30/365.78	c cleaning 15993 clauses out of 32012 with flag 1550000/1550000
701.42/370.99	c cleaning 16003 clauses out of 32020 with flag 1566001/1566001
708.63/374.76	c cleaning 15995 clauses out of 32017 with flag 1582001/1582001
716.49/379.04	c cleaning 15999 clauses out of 32022 with flag 1598001/1598001
722.91/382.47	c cleaning 15994 clauses out of 32022 with flag 1614000/1614000
730.75/386.54	c cleaning 16003 clauses out of 32028 with flag 1630000/1630000
738.56/390.67	c cleaning 16004 clauses out of 32025 with flag 1646000/1646000
746.08/394.71	c cleaning 15999 clauses out of 32021 with flag 1662000/1662000
753.73/398.73	c cleaning 16000 clauses out of 32022 with flag 1678000/1678000
760.56/402.36	c cleaning 15999 clauses out of 32023 with flag 1694001/1694001
768.17/406.31	c cleaning 16001 clauses out of 32023 with flag 1710000/1710000
776.07/410.64	c cleaning 16001 clauses out of 32022 with flag 1726000/1726000
783.90/414.71	c cleaning 15998 clauses out of 32021 with flag 1742000/1742000
790.47/418.23	c cleaning 16006 clauses out of 32024 with flag 1758001/1758001
797.10/421.71	c cleaning 16002 clauses out of 32018 with flag 1774001/1774001
804.03/425.52	c cleaning 15998 clauses out of 32015 with flag 1790000/1790000
810.45/428.95	c cleaning 16004 clauses out of 32017 with flag 1806000/1806000
816.86/432.38	c cleaning 15999 clauses out of 32015 with flag 1822002/1822002
824.26/436.23	c cleaning 16001 clauses out of 32016 with flag 1838002/1838002
833.59/441.20	c cleaning 15998 clauses out of 32013 with flag 1854000/1854000
839.98/444.61	c cleaning 16004 clauses out of 32016 with flag 1870001/1870001
847.54/448.70	c cleaning 15996 clauses out of 32012 with flag 1886001/1886001
854.74/452.45	c cleaning 15995 clauses out of 32016 with flag 1902001/1902001
863.03/456.91	c cleaning 15997 clauses out of 32020 with flag 1918000/1918000
871.42/461.31	c cleaning 16005 clauses out of 32024 with flag 1934001/1934001
879.21/465.49	c cleaning 16002 clauses out of 32018 with flag 1950000/1950000
887.21/469.64	c cleaning 15999 clauses out of 32016 with flag 1966000/1966000
893.90/473.34	c cleaning 16007 clauses out of 32017 with flag 1982000/1982000
899.71/476.48	c cleaning 16002 clauses out of 32010 with flag 1998000/1998000
906.54/480.08	c cleaning 16000 clauses out of 32010 with flag 2014002/2014002
915.54/484.76	c cleaning 15982 clauses out of 32008 with flag 2030000/2030000
922.64/488.66	c cleaning 16003 clauses out of 32026 with flag 2046000/2046000
931.40/493.22	c cleaning 16005 clauses out of 32023 with flag 2062000/2062000
938.97/497.27	c cleaning 16001 clauses out of 32018 with flag 2078000/2078000
946.94/501.47	c cleaning 16002 clauses out of 32018 with flag 2094001/2094001
953.61/505.18	c cleaning 16002 clauses out of 32016 with flag 2110001/2110001
960.98/509.09	c cleaning 16001 clauses out of 32015 with flag 2126002/2126002
968.36/512.93	c cleaning 15996 clauses out of 32012 with flag 2142000/2142000
975.13/516.54	c cleaning 15997 clauses out of 32016 with flag 2158000/2158000
983.18/520.95	c cleaning 16008 clauses out of 32021 with flag 2174002/2174002
990.72/524.96	c cleaning 16001 clauses out of 32011 with flag 2190000/2190000
999.05/529.33	c cleaning 16002 clauses out of 32011 with flag 2206001/2206001
1005.85/532.91	c cleaning 15997 clauses out of 32008 with flag 2222000/2222000
1013.45/537.16	c cleaning 16000 clauses out of 32011 with flag 2238000/2238000
1021.63/541.47	c cleaning 15999 clauses out of 32011 with flag 2254000/2254000
1030.55/546.18	c cleaning 16001 clauses out of 32012 with flag 2270000/2270000
1038.69/550.43	c cleaning 15992 clauses out of 32013 with flag 2286002/2286002
1046.87/554.95	c cleaning 16003 clauses out of 32020 with flag 2302001/2302001
1055.65/559.58	c cleaning 16004 clauses out of 32016 with flag 2318000/2318000
1063.17/563.54	c cleaning 15990 clauses out of 32012 with flag 2334000/2334000
1071.32/567.88	c cleaning 16009 clauses out of 32022 with flag 2350000/2350000
1081.15/573.19	c cleaning 16001 clauses out of 32013 with flag 2366000/2366000
1090.95/578.26	c cleaning 16002 clauses out of 32013 with flag 2382001/2382001
1100.69/583.38	c cleaning 16000 clauses out of 32011 with flag 2398001/2398001
1111.91/589.17	c cleaning 16001 clauses out of 32010 with flag 2414000/2414000
1119.92/593.59	c cleaning 16000 clauses out of 32009 with flag 2430000/2430000
1127.28/597.40	c cleaning 15990 clauses out of 32010 with flag 2446001/2446001
1135.80/601.96	c cleaning 16004 clauses out of 32020 with flag 2462001/2462001
1143.58/606.04	c cleaning 15999 clauses out of 32015 with flag 2478000/2478000
1150.57/609.92	c cleaning 15999 clauses out of 32016 with flag 2494000/2494000
1158.10/613.94	c cleaning 15995 clauses out of 32017 with flag 2510000/2510000
1165.03/617.65	c cleaning 16002 clauses out of 32022 with flag 2526000/2526000
1172.50/621.63	c cleaning 16004 clauses out of 32021 with flag 2542001/2542001
1180.61/626.16	c cleaning 15995 clauses out of 32016 with flag 2558000/2558000
1189.13/630.66	c cleaning 16004 clauses out of 32022 with flag 2574001/2574001
1196.06/634.38	c cleaning 15999 clauses out of 32018 with flag 2590001/2590001
1203.61/638.39	c cleaning 16001 clauses out of 32018 with flag 2606000/2606000
1211.95/642.99	c cleaning 16005 clauses out of 32018 with flag 2622001/2622001
1219.29/646.87	c cleaning 15997 clauses out of 32012 with flag 2638000/2638000
1226.58/650.79	c cleaning 16000 clauses out of 32017 with flag 2654002/2654002
1235.94/655.69	c cleaning 16000 clauses out of 32015 with flag 2670000/2670000
1244.10/660.10	c cleaning 16005 clauses out of 32016 with flag 2686001/2686001
1251.63/664.19	c cleaning 15998 clauses out of 32010 with flag 2702000/2702000
1260.14/668.67	c cleaning 15998 clauses out of 32012 with flag 2718000/2718000
1268.27/672.99	c cleaning 16000 clauses out of 32014 with flag 2734000/2734000
1277.06/677.75	c cleaning 15999 clauses out of 32014 with flag 2750000/2750000
1285.58/682.22	c cleaning 16000 clauses out of 32015 with flag 2766000/2766000
1296.57/687.99	c cleaning 16004 clauses out of 32015 with flag 2782000/2782000
1304.67/692.21	c cleaning 16001 clauses out of 32011 with flag 2798000/2798000
1311.79/696.22	c cleaning 15999 clauses out of 32012 with flag 2814002/2814002
1320.90/701.07	c cleaning 15992 clauses out of 32012 with flag 2830001/2830001
1328.84/705.25	c cleaning 16007 clauses out of 32019 with flag 2846000/2846000
1336.15/709.16	c cleaning 15996 clauses out of 32012 with flag 2862000/2862000
1344.06/713.56	c cleaning 15991 clauses out of 32016 with flag 2878000/2878000
1353.99/718.72	c cleaning 16002 clauses out of 32025 with flag 2894000/2894000
1362.48/723.28	c cleaning 16000 clauses out of 32024 with flag 2910001/2910001
1371.58/728.00	c cleaning 15998 clauses out of 32023 with flag 2926000/2926000
1380.32/732.84	c cleaning 15999 clauses out of 32026 with flag 2942001/2942001
1388.25/737.01	c cleaning 16004 clauses out of 32027 with flag 2958001/2958001
1395.55/740.99	c cleaning 16008 clauses out of 32022 with flag 2974000/2974000
1401.27/744.10	c cleaning 15998 clauses out of 32014 with flag 2990000/2990000
1408.05/747.90	c cleaning 16004 clauses out of 32017 with flag 3006001/3006001
1414.78/751.42	c cleaning 15994 clauses out of 32012 with flag 3022000/3022000
1421.31/754.96	c cleaning 16004 clauses out of 32019 with flag 3038001/3038001
1431.06/760.01	c cleaning 16000 clauses out of 32015 with flag 3054001/3054001
1437.51/763.73	c cleaning 15997 clauses out of 32015 with flag 3070001/3070001
1445.03/767.75	c cleaning 15998 clauses out of 32017 with flag 3086000/3086000
1452.30/771.66	c cleaning 15999 clauses out of 32019 with flag 3102000/3102000
1459.63/775.51	c cleaning 16000 clauses out of 32021 with flag 3118001/3118001
1468.72/780.52	c cleaning 15993 clauses out of 32020 with flag 3134000/3134000
1477.24/785.01	c cleaning 15999 clauses out of 32027 with flag 3150000/3150000
1485.76/789.55	c cleaning 15999 clauses out of 32028 with flag 3166000/3166000
1493.04/793.46	c cleaning 16010 clauses out of 32029 with flag 3182000/3182000
1500.96/797.83	c cleaning 16004 clauses out of 32020 with flag 3198001/3198001
1509.44/802.30	c cleaning 16005 clauses out of 32015 with flag 3214000/3214000
1517.47/806.62	c cleaning 16001 clauses out of 32010 with flag 3230000/3230000
1525.72/811.02	c cleaning 16000 clauses out of 32009 with flag 3246000/3246000
1534.93/816.13	c cleaning 15998 clauses out of 32009 with flag 3262000/3262000
1541.40/819.61	c cleaning 15998 clauses out of 32012 with flag 3278001/3278001
1552.10/825.20	c cleaning 16000 clauses out of 32013 with flag 3294000/3294000
1560.15/829.59	c cleaning 15999 clauses out of 32014 with flag 3310001/3310001
1569.41/834.61	c cleaning 16004 clauses out of 32014 with flag 3326000/3326000
1577.67/839.07	c cleaning 15995 clauses out of 32010 with flag 3342000/3342000
1585.33/843.13	c cleaning 15999 clauses out of 32015 with flag 3358000/3358000
1594.20/847.84	c cleaning 16000 clauses out of 32017 with flag 3374001/3374001
1602.07/852.22	c cleaning 16003 clauses out of 32016 with flag 3390000/3390000
1610.13/856.51	c cleaning 16003 clauses out of 32013 with flag 3406000/3406000
1616.76/860.11	c cleaning 15994 clauses out of 32010 with flag 3422000/3422000
1623.98/864.04	c cleaning 15992 clauses out of 32016 with flag 3438000/3438000
1631.98/868.52	c cleaning 16009 clauses out of 32025 with flag 3454001/3454001
1639.26/872.40	c cleaning 15999 clauses out of 32016 with flag 3470001/3470001
1646.92/876.55	c cleaning 16000 clauses out of 32017 with flag 3486001/3486001
1655.21/880.90	c cleaning 15995 clauses out of 32017 with flag 3502001/3502001
1662.84/885.27	c cleaning 16001 clauses out of 32022 with flag 3518001/3518001
1671.27/889.72	c cleaning 15998 clauses out of 32020 with flag 3534000/3534000
1679.52/894.16	c cleaning 16002 clauses out of 32023 with flag 3550001/3550001
1687.39/898.36	c cleaning 16003 clauses out of 32020 with flag 3566000/3566000
1696.04/903.17	c cleaning 15997 clauses out of 32017 with flag 3582000/3582000
1703.50/907.16	c cleaning 16005 clauses out of 32021 with flag 3598001/3598001
1711.33/911.30	c cleaning 15992 clauses out of 32015 with flag 3614000/3614000
1719.60/915.78	c cleaning 16003 clauses out of 32023 with flag 3630000/3630000
1727.02/919.97	c cleaning 16001 clauses out of 32020 with flag 3646000/3646000
1735.05/924.24	c cleaning 15998 clauses out of 32019 with flag 3662000/3662000
1742.50/928.30	c cleaning 16002 clauses out of 32021 with flag 3678000/3678000
1749.97/932.30	c cleaning 16003 clauses out of 32020 with flag 3694001/3694001
1758.60/937.07	c cleaning 15993 clauses out of 32017 with flag 3710001/3710001
1766.82/941.47	c cleaning 16000 clauses out of 32024 with flag 3726001/3726001
1774.44/945.59	c cleaning 16001 clauses out of 32025 with flag 3742002/3742002
1783.91/950.51	c cleaning 16006 clauses out of 32024 with flag 3758002/3758002
1792.10/955.18	c cleaning 16005 clauses out of 32018 with flag 3774002/3774002
1799.94/959.31	c starts		: 37
1799.94/959.31	c conflicts		: 10685
1799.94/959.31	c decisions		: 16021
1799.94/959.31	c propagations		: 147659
1799.94/959.31	c inspects		: 390449448
1799.94/959.31	c learnt literals	: 0
1799.94/959.31	c learnt binary clauses	: 0
1799.94/959.31	c learnt ternary clauses	: 0
1799.94/959.31	c learnt clauses	: 10685
1799.94/959.31	c ignored clauses	: 0
1799.94/959.31	c root simplifications	: 0
1799.94/959.31	c removed literals (reason simplification)	: 0
1799.94/959.31	c reason swapping (by a shorter reason)	: 0
1799.94/959.31	c Calls to reduceDB	: 1
1799.94/959.31	c number of reductions to clauses (during analyze)	: 0
1799.94/959.31	c number of learned constraints concerned by reduction	: 0
1799.94/959.31	c number of learning phase by resolution	: 0
1799.94/959.31	c number of learning phase by cutting planes	: 0
1799.94/959.31	c speed (assignments/second)	: 172.3039833459359
1799.94/959.31	c non guided choices	0
1799.94/959.32	c learnt constraints type 
1799.94/959.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 257
1799.94/959.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10428
1799.94/959.32	c constraints type 
1799.94/959.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7853
1799.94/959.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1799.94/959.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7853
1799.94/959.32	c constraints type 
1799.94/959.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7853
1799.94/959.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1799.94/959.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7853
1799.94/959.32	s SATISFIABLE
1799.94/959.32	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.94/959.32	c objective function=-64
1799.94/959.32	c Total wall clock time (in seconds): 959.189

Verifier Data

OK	-64

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-3737105-1338753122/watcher-3737105-1338753122 -o /tmp/evaluation-result-3737105-1338753122/solver-3737105-1338753122 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737105-1338753122.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.81 3.72 3.65 4/197 18978
/proc/meminfo: memFree=28462896/32873844 swapFree=7644/7644
[pid=18978] ppid=18976 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/18978/stat : 18978 (java6) D 18976 18978 13986 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 341436629 2560000 46 33554432000 1073741824 1073778376 140735099383008 140735099380136 239228513575 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/18978/statm: 625 46 37 9 0 29 0

[startup+0.0595541 s]
/proc/loadavg: 3.81 3.72 3.65 4/197 18978
/proc/meminfo: memFree=28462896/32873844 swapFree=7644/7644
[pid=18978] ppid=18976 vsize=2367080 CPUtime=0.03 cores=0,2,4,6
/proc/18978/stat : 18978 (java) S 18976 18978 13986 0 -1 4202496 3718 0 1 0 2 1 0 0 20 0 13 0 341436629 2423889920 4926 33554432000 1073741824 1073778376 140736613140528 140736613131664 239241035837 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18978/statm: 591770 4926 1696 9 0 582471 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2367080

[startup+0.100252 s]
/proc/loadavg: 3.81 3.72 3.65 4/197 18978
/proc/meminfo: memFree=28462896/32873844 swapFree=7644/7644
[pid=18978] ppid=18976 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/18978/stat : 18978 (java) S 18976 18978 13986 0 -1 4202496 3897 0 1 0 6 1 0 0 20 0 18 0 341436629 2764726272 5616 33554432000 1073741824 1073778376 140736613140528 140736613131664 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18978/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.300222 s]
/proc/loadavg: 3.81 3.72 3.65 4/197 18978
/proc/meminfo: memFree=28462896/32873844 swapFree=7644/7644
[pid=18978] ppid=18976 vsize=2699928 CPUtime=0.39 cores=0,2,4,6
/proc/18978/stat : 18978 (java) S 18976 18978 13986 0 -1 4202496 5604 0 1 0 38 1 0 0 20 0 18 0 341436629 2764726272 8067 33554432000 1073741824 1073778376 140736613140528 140736613131664 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18978/statm: 674982 8067 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 2699928

[startup+0.700232 s]
/proc/loadavg: 3.81 3.72 3.65 4/197 18978
/proc/meminfo: memFree=28462896/32873844 swapFree=7644/7644
[pid=18978] ppid=18976 vsize=2699928 CPUtime=1.17 cores=0,2,4,6
/proc/18978/stat : 18978 (java) S 18976 18978 13986 0 -1 4202496 13420 0 1 0 114 3 0 0 20 0 18 0 341436629 2764726272 15641 33554432000 1073741824 1073778376 140736613140528 140736613131664 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18978/statm: 674982 15644 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 2699928

[startup+1.50071 s]
/proc/loadavg: 3.81 3.72 3.65 4/215 18996
/proc/meminfo: memFree=28392052/32873844 swapFree=7644/7644
[pid=18978] ppid=18976 vsize=2699928 CPUtime=2.28 cores=0,2,4,6
/proc/18978/stat : 18978 (java) S 18976 18978 13986 0 -1 4202496 18870 0 1 0 224 4 0 0 20 0 18 0 341436629 2764726272 21414 33554432000 1073741824 1073778376 140736613140528 140736613131664 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18978/statm: 674982 21414 2236 9 0 665676 0
[pid=18978/tid=18980] ppid=18976 vsize=2699928 CPUtime=1.45 cores=0,2,4,6
/proc/18978/task/18980/stat : 18980 (java) R 18976 18978 13986 0 -1 4202560 2795 0 1 0 143 2 0 0 20 0 18 0 341436630 2764726272 21414 33554432000 1073741824 1073778376 140736613140528 140002297880448 140002126619315 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18981] ppid=18976 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18981/stat : 18981 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341436632 2764726272 21414 33554432000 1073741824 1073778376 140736613140528 140002282171176 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18982] ppid=18976 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18982/stat : 18982 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341436632 2764726272 21414 33554432000 1073741824 1073778376 140736613140528 140002281118376 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18978/tid=18983] ppid=18976 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18983/stat : 18983 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341436632 2764726272 21414 33554432000 1073741824 1073778376 140736613140528 140002280066088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18978/tid=18984] ppid=18976 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18984/stat : 18984 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341436632 2764726272 21414 33554432000 1073741824 1073778376 140736613140528 140002279013288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=18985] ppid=18976 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18985/stat : 18985 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341436632 2764726272 21414 33554432000 1073741824 1073778376 140736613140528 140002277959976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18986] ppid=18976 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18986/stat : 18986 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341436632 2764726272 21414 33554432000 1073741824 1073778376 140736613140528 140002276907176 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=18987] ppid=18976 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18987/stat : 18987 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341436632 2764726272 21414 33554432000 1073741824 1073778376 140736613140528 140002275854888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18988] ppid=18976 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18988/stat : 18988 (java) S 18976 18978 13986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341436632 2764726272 21414 33554432000 1073741824 1073778376 140736613140528 140002274802088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18989] ppid=18976 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18989/stat : 18989 (java) S 18976 18978 13986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341436633 2764726272 21414 33554432000 1073741824 1073778376 140736613140528 140002262391528 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18990] ppid=18976 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18990/stat : 18990 (java) S 18976 18978 13986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341436634 2764726272 21414 33554432000 1073741824 1073778376 140736613140528 140002261337592 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18991] ppid=18976 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18991/stat : 18991 (java) S 18976 18978 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341436634 2764726272 21414 33554432000 1073741824 1073778376 140736613140528 140002260285192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18992] ppid=18976 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18992/stat : 18992 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341436637 2764726272 21414 33554432000 1073741824 1073778376 140736613140528 140002259233680 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18993] ppid=18976 vsize=2699928 CPUtime=0.39 cores=0,2,4,6
/proc/18978/task/18993/stat : 18993 (java) S 18976 18978 13986 0 -1 4202560 7828 0 0 0 37 2 0 0 20 0 18 0 341436637 2764726272 21414 33554432000 1073741824 1073778376 140736613140528 140002258180280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18994] ppid=18976 vsize=2699928 CPUtime=0.4 cores=0,2,4,6
/proc/18978/task/18994/stat : 18994 (java) S 18976 18978 13986 0 -1 4202560 7061 0 0 0 39 1 0 0 20 0 18 0 341436637 2764726272 21414 33554432000 1073741824 1073778376 140736613140528 140002257127480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18978/tid=18995] ppid=18976 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18995/stat : 18995 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341436637 2764726272 21414 33554432000 1073741824 1073778376 140736613140528 140002256075384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18978/tid=18996] ppid=18976 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18996/stat : 18996 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341436637 2764726272 21414 33554432000 1073741824 1073778376 140736613140528 140002255022792 239241050025 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.10058 s]
/proc/loadavg: 3.74 3.70 3.64 4/215 18996
/proc/meminfo: memFree=28379012/32873844 swapFree=7644/7644
[pid=18978] ppid=18976 vsize=2833056 CPUtime=3.98 cores=0,2,4,6
/proc/18978/stat : 18978 (java) S 18976 18978 13986 0 -1 4202496 18930 0 1 0 393 5 0 0 20 0 20 0 341436629 2901049344 26072 33554432000 1073741824 1073778376 140736613140528 140736613131664 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18978/statm: 708264 26072 2249 9 0 698958 0
[pid=18978/tid=18980] ppid=18976 vsize=2833056 CPUtime=3.03 cores=0,2,4,6
/proc/18978/task/18980/stat : 18980 (java) S 18976 18978 13986 0 -1 4202560 2815 0 1 0 301 2 0 0 20 0 20 0 341436630 2901049344 26072 33554432000 1073741824 1073778376 140736613140528 140002297889944 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=18981] ppid=18976 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18981/stat : 18981 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341436632 2901049344 26072 33554432000 1073741824 1073778376 140736613140528 140002282171176 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18982] ppid=18976 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18982/stat : 18982 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341436632 2901049344 26072 33554432000 1073741824 1073778376 140736613140528 140002281118376 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18978/tid=18983] ppid=18976 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18983/stat : 18983 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341436632 2901049344 26072 33554432000 1073741824 1073778376 140736613140528 140002280066088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18978/tid=18984] ppid=18976 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18984/stat : 18984 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341436632 2901049344 26072 33554432000 1073741824 1073778376 140736613140528 140002279013288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=18985] ppid=18976 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18985/stat : 18985 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341436632 2901049344 26072 33554432000 1073741824 1073778376 140736613140528 140002277959976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18986] ppid=18976 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18986/stat : 18986 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341436632 2901049344 26072 33554432000 1073741824 1073778376 140736613140528 140002276907176 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=18987] ppid=18976 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18987/stat : 18987 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341436632 2901049344 26072 33554432000 1073741824 1073778376 140736613140528 140002275854888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18988] ppid=18976 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18988/stat : 18988 (java) S 18976 18978 13986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341436632 2901049344 26072 33554432000 1073741824 1073778376 140736613140528 140002274802088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18989] ppid=18976 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18989/stat : 18989 (java) S 18976 18978 13986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341436633 2901049344 26072 33554432000 1073741824 1073778376 140736613140528 140002262391528 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18990] ppid=18976 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18990/stat : 18990 (java) S 18976 18978 13986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341436634 2901049344 26072 33554432000 1073741824 1073778376 140736613140528 140002261337592 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18991] ppid=18976 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18991/stat : 18991 (java) S 18976 18978 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341436634 2901049344 26072 33554432000 1073741824 1073778376 140736613140528 140002260285192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18992] ppid=18976 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18992/stat : 18992 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341436637 2901049344 26072 33554432000 1073741824 1073778376 140736613140528 140002259233680 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18993] ppid=18976 vsize=2833056 CPUtime=0.44 cores=0,2,4,6
/proc/18978/task/18993/stat : 18993 (java) R 18976 18978 13986 0 -1 4202560 7831 0 0 0 42 2 0 0 20 0 20 0 341436637 2901049344 26072 33554432000 1073741824 1073778376 140736613140528 140002258180280 140002304272348 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18994] ppid=18976 vsize=2833056 CPUtime=0.44 cores=0,2,4,6
/proc/18978/task/18994/stat : 18994 (java) R 18976 18978 13986 0 -1 4202560 7062 0 0 0 43 1 0 0 20 0 20 0 341436637 2901049344 26072 33554432000 1073741824 1073778376 140736613140528 140002257127320 140002303735942 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18978/tid=18995] ppid=18976 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18995/stat : 18995 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341436637 2901049344 26072 33554432000 1073741824 1073778376 140736613140528 140002256075384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18978/tid=18996] ppid=18976 vsize=2833056 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18996/stat : 18996 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341436637 2901049344 26072 33554432000 1073741824 1073778376 140736613140528 140002255022792 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 2833056

[startup+6.30079 s]
/proc/loadavg: 3.74 3.70 3.64 3/217 19004
/proc/meminfo: memFree=28318112/32873844 swapFree=7644/7644
[pid=18978] ppid=18976 vsize=2966184 CPUtime=5.48 cores=0,2,4,6
/proc/18978/stat : 18978 (java) S 18976 18978 13986 0 -1 4202496 19182 0 1 0 535 13 0 0 20 0 20 0 341436629 3037372416 44244 33554432000 1073741824 1073778376 140736613140528 140736613131664 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18978/statm: 741546 44244 2259 9 0 732240 0
[pid=18978/tid=18980] ppid=18976 vsize=2966184 CPUtime=3.05 cores=0,2,4,6
/proc/18978/task/18980/stat : 18980 (java) S 18976 18978 13986 0 -1 4202560 2817 0 1 0 303 2 0 0 20 0 20 0 341436630 3037372416 44244 33554432000 1073741824 1073778376 140736613140528 140002297889944 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=18981] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18981/stat : 18981 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341436632 3037372416 44244 33554432000 1073741824 1073778376 140736613140528 140002282171176 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18982] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18982/stat : 18982 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341436632 3037372416 44244 33554432000 1073741824 1073778376 140736613140528 140002281118376 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18978/tid=18983] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18983/stat : 18983 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341436632 3037372416 44244 33554432000 1073741824 1073778376 140736613140528 140002280066088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18978/tid=18984] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18984/stat : 18984 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341436632 3037372416 44244 33554432000 1073741824 1073778376 140736613140528 140002279013288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=18985] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18985/stat : 18985 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341436632 3037372416 44244 33554432000 1073741824 1073778376 140736613140528 140002277959976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18986] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18986/stat : 18986 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341436632 3037372416 44244 33554432000 1073741824 1073778376 140736613140528 140002276907176 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=18987] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18987/stat : 18987 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341436632 3037372416 44244 33554432000 1073741824 1073778376 140736613140528 140002275854888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18988] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18988/stat : 18988 (java) S 18976 18978 13986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341436632 3037372416 44244 33554432000 1073741824 1073778376 140736613140528 140002274802088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18989] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18989/stat : 18989 (java) S 18976 18978 13986 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 341436633 3037372416 44244 33554432000 1073741824 1073778376 140736613140528 140002262391528 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=18990] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18990/stat : 18990 (java) S 18976 18978 13986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341436634 3037372416 44244 33554432000 1073741824 1073778376 140736613140528 140002261337592 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18991] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18991/stat : 18991 (java) S 18976 18978 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341436634 3037372416 44244 33554432000 1073741824 1073778376 140736613140528 140002260285192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18992] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18992/stat : 18992 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341436637 3037372416 44244 33554432000 1073741824 1073778376 140736613140528 140002259233680 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18993] ppid=18976 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/18978/task/18993/stat : 18993 (java) S 18976 18978 13986 0 -1 4202560 7923 0 0 0 84 2 0 0 20 0 20 0 341436637 3037372416 44244 33554432000 1073741824 1073778376 140736613140528 140002258180280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18994] ppid=18976 vsize=2966184 CPUtime=0.82 cores=0,2,4,6
/proc/18978/task/18994/stat : 18994 (java) S 18976 18978 13986 0 -1 4202560 7085 0 0 0 81 1 0 0 20 0 20 0 341436637 3037372416 44244 33554432000 1073741824 1073778376 140736613140528 140002257127480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18978/tid=18995] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18995/stat : 18995 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341436637 3037372416 44244 33554432000 1073741824 1073778376 140736613140528 140002256075384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18978/tid=18996] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18996/stat : 18996 (java) S 18976 18978 13986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 341436637 3037372416 44244 33554432000 1073741824 1073778376 140736613140528 140002255022792 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=18999] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18999/stat : 18999 (java) S 18976 18978 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341436940 3037372416 44244 33554432000 1073741824 1073778376 140736613140528 140002251863720 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18978/tid=19000] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/19000/stat : 19000 (java) S 18976 18978 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341436940 3037372416 44244 33554432000 1073741824 1073778376 140736613140528 140002250810920 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 2966184

[startup+12.7009 s]
/proc/loadavg: 3.71 3.70 3.64 5/219 19012
/proc/meminfo: memFree=27954004/32873844 swapFree=7644/7644

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

[pid=18978/tid=18984] ppid=18976 vsize=2966184 CPUtime=6.52 cores=0,2,4,6
/proc/18978/task/18984/stat : 18984 (java) S 18976 18978 13986 0 -1 4202560 347 0 0 0 645 7 0 0 20 0 22 0 341436632 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002279013288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18978/tid=18985] ppid=18976 vsize=2966184 CPUtime=6.38 cores=0,2,4,6
/proc/18978/task/18985/stat : 18985 (java) S 18976 18978 13986 0 -1 4202560 339 0 0 0 630 8 0 0 20 0 22 0 341436632 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002277959976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18978/tid=18986] ppid=18976 vsize=2966184 CPUtime=6.45 cores=0,2,4,6
/proc/18978/task/18986/stat : 18986 (java) S 18976 18978 13986 0 -1 4202560 369 0 0 0 635 10 0 0 20 0 22 0 341436632 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002276907176 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18978/tid=18987] ppid=18976 vsize=2966184 CPUtime=6.83 cores=0,2,4,6
/proc/18978/task/18987/stat : 18987 (java) S 18976 18978 13986 0 -1 4202560 358 0 0 0 674 9 0 0 20 0 22 0 341436632 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002275854888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=18988] ppid=18976 vsize=2966184 CPUtime=6.6 cores=0,2,4,6
/proc/18978/task/18988/stat : 18988 (java) S 18976 18978 13986 0 -1 4202560 377 0 0 0 650 10 0 0 20 0 22 0 341436632 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002274802088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18978/tid=18989] ppid=18976 vsize=2966184 CPUtime=126.9 cores=0,2,4,6
/proc/18978/task/18989/stat : 18989 (java) S 18976 18978 13986 0 -1 4202560 165 0 0 0 12667 23 0 0 20 0 22 0 341436633 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002262391528 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=18990] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18990/stat : 18990 (java) S 18976 18978 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341436634 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002261337592 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18991] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18991/stat : 18991 (java) S 18976 18978 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341436634 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002260285192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18992] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18992/stat : 18992 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341436637 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002259233680 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18993] ppid=18976 vsize=2966184 CPUtime=1.33 cores=0,2,4,6
/proc/18978/task/18993/stat : 18993 (java) S 18976 18978 13986 0 -1 4202560 8097 0 0 0 131 2 0 0 20 0 22 0 341436637 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002258180280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18978/tid=18994] ppid=18976 vsize=2966184 CPUtime=1.82 cores=0,2,4,6
/proc/18978/task/18994/stat : 18994 (java) S 18976 18978 13986 0 -1 4202560 10968 0 0 0 180 2 0 0 20 0 22 0 341436637 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002257127480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18995] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18995/stat : 18995 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341436637 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002256075384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18978/tid=18996] ppid=18976 vsize=2966184 CPUtime=0.37 cores=0,2,4,6
/proc/18978/task/18996/stat : 18996 (java) S 18976 18978 13986 0 -1 4202560 54 0 0 0 20 17 0 0 20 0 22 0 341436637 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002255022792 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=18999] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18999/stat : 18999 (java) S 18976 18978 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341436940 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002251863720 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18978/tid=19000] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/19000/stat : 19000 (java) S 18976 18978 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341436940 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002250810920 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=19015] ppid=18976 vsize=2966184 CPUtime=704.66 cores=0,2,4,6
/proc/18978/task/19015/stat : 19015 (java) R 18976 18978 13986 0 -1 4202560 188 0 0 0 70454 12 0 0 20 0 22 0 341446863 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002252915624 140002127163798 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=19016] ppid=18976 vsize=2966184 CPUtime=704.65 cores=0,2,4,6
/proc/18978/task/19016/stat : 19016 (java) R 18976 18978 13986 0 -1 4202560 150 0 0 0 70454 11 0 0 20 0 22 0 341446863 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002253966328 140002127067512 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1767.99
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+959.301 s]
/proc/loadavg: 2.75 3.24 3.48 4/215 19106
/proc/meminfo: memFree=27603752/32873844 swapFree=7644/7644
[pid=18978] ppid=18976 vsize=2966184 CPUtime=1799.94 cores=0,2,4,6
/proc/18978/stat : 18978 (java) S 18976 18978 13986 0 -1 4202496 26982 0 1 0 179848 146 0 0 20 0 22 0 341436629 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140736613131664 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18978/statm: 741546 271618 2288 9 0 732240 0
[pid=18978/tid=18980] ppid=18976 vsize=2966184 CPUtime=3.08 cores=0,2,4,6
/proc/18978/task/18980/stat : 18980 (java) S 18976 18978 13986 0 -1 4202560 2934 0 1 0 305 3 0 0 20 0 22 0 341436630 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002297889944 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=18981] ppid=18976 vsize=2966184 CPUtime=6.5 cores=0,2,4,6
/proc/18978/task/18981/stat : 18981 (java) S 18976 18978 13986 0 -1 4202560 363 0 0 0 642 8 0 0 20 0 22 0 341436632 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002282171176 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18982] ppid=18976 vsize=2966184 CPUtime=6.37 cores=0,2,4,6
/proc/18978/task/18982/stat : 18982 (java) S 18976 18978 13986 0 -1 4202560 387 0 0 0 627 10 0 0 20 0 22 0 341436632 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002281118376 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18978/tid=18983] ppid=18976 vsize=2966184 CPUtime=6.21 cores=0,2,4,6
/proc/18978/task/18983/stat : 18983 (java) S 18976 18978 13986 0 -1 4202560 343 0 0 0 613 8 0 0 20 0 22 0 341436632 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002280066088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18984] ppid=18976 vsize=2966184 CPUtime=6.65 cores=0,2,4,6
/proc/18978/task/18984/stat : 18984 (java) S 18976 18978 13986 0 -1 4202560 347 0 0 0 658 7 0 0 20 0 22 0 341436632 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002279013288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=18985] ppid=18976 vsize=2966184 CPUtime=6.48 cores=0,2,4,6
/proc/18978/task/18985/stat : 18985 (java) S 18976 18978 13986 0 -1 4202560 339 0 0 0 640 8 0 0 20 0 22 0 341436632 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002277959976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=18986] ppid=18976 vsize=2966184 CPUtime=6.61 cores=0,2,4,6
/proc/18978/task/18986/stat : 18986 (java) S 18976 18978 13986 0 -1 4202560 369 0 0 0 651 10 0 0 20 0 22 0 341436632 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002276907176 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=18987] ppid=18976 vsize=2966184 CPUtime=6.95 cores=0,2,4,6
/proc/18978/task/18987/stat : 18987 (java) S 18976 18978 13986 0 -1 4202560 358 0 0 0 686 9 0 0 20 0 22 0 341436632 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002275854888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18978/tid=18988] ppid=18976 vsize=2966184 CPUtime=6.69 cores=0,2,4,6
/proc/18978/task/18988/stat : 18988 (java) S 18976 18978 13986 0 -1 4202560 377 0 0 0 659 10 0 0 20 0 22 0 341436632 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002274802088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18978/tid=18989] ppid=18976 vsize=2966184 CPUtime=129.38 cores=0,2,4,6
/proc/18978/task/18989/stat : 18989 (java) S 18976 18978 13986 0 -1 4202560 165 0 0 0 12915 23 0 0 20 0 22 0 341436633 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002262391528 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18990] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18990/stat : 18990 (java) S 18976 18978 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341436634 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002261337592 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18991] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18991/stat : 18991 (java) S 18976 18978 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341436634 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002260285192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18992] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18992/stat : 18992 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341436637 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002259233680 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18993] ppid=18976 vsize=2966184 CPUtime=1.33 cores=0,2,4,6
/proc/18978/task/18993/stat : 18993 (java) S 18976 18978 13986 0 -1 4202560 8097 0 0 0 131 2 0 0 20 0 22 0 341436637 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002258180280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18978/tid=18994] ppid=18976 vsize=2966184 CPUtime=1.82 cores=0,2,4,6
/proc/18978/task/18994/stat : 18994 (java) S 18976 18978 13986 0 -1 4202560 10968 0 0 0 180 2 0 0 20 0 22 0 341436637 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002257127480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18995] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18995/stat : 18995 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341436637 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002256075384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18978/tid=18996] ppid=18976 vsize=2966184 CPUtime=0.38 cores=0,2,4,6
/proc/18978/task/18996/stat : 18996 (java) S 18976 18978 13986 0 -1 4202560 54 0 0 0 21 17 0 0 20 0 22 0 341436637 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002255022792 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18999] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18999/stat : 18999 (java) S 18976 18978 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341436940 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002251863720 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18978/tid=19000] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/19000/stat : 19000 (java) S 18976 18978 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341436940 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002250810920 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=19015] ppid=18976 vsize=2966184 CPUtime=718.88 cores=0,2,4,6
/proc/18978/task/19015/stat : 19015 (java) R 18976 18978 13986 0 -1 4202560 190 0 0 0 71876 12 0 0 20 0 22 0 341446863 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002252914640 140002127169142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18978/tid=19016] ppid=18976 vsize=2966184 CPUtime=718.89 cores=0,2,4,6
/proc/18978/task/19016/stat : 19016 (java) R 18976 18978 13986 0 -1 4202560 153 0 0 0 71878 11 0 0 20 0 22 0 341446863 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002253966208 140002127076146 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.94
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+959.301 s]
/proc/loadavg: 2.75 3.24 3.48 4/215 19106
/proc/meminfo: memFree=27603752/32873844 swapFree=7644/7644
[pid=18978] ppid=18976 vsize=2966184 CPUtime=1799.94 cores=0,2,4,6
/proc/18978/stat : 18978 (java) S 18976 18978 13986 0 -1 4202496 26982 0 1 0 179848 146 0 0 20 0 22 0 341436629 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140736613131664 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18978/statm: 741546 271618 2288 9 0 732240 0
[pid=18978/tid=18980] ppid=18976 vsize=2966184 CPUtime=3.08 cores=0,2,4,6
/proc/18978/task/18980/stat : 18980 (java) S 18976 18978 13986 0 -1 4202560 2934 0 1 0 305 3 0 0 20 0 22 0 341436630 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002297889944 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=18981] ppid=18976 vsize=2966184 CPUtime=6.5 cores=0,2,4,6
/proc/18978/task/18981/stat : 18981 (java) S 18976 18978 13986 0 -1 4202560 363 0 0 0 642 8 0 0 20 0 22 0 341436632 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002282171176 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18982] ppid=18976 vsize=2966184 CPUtime=6.37 cores=0,2,4,6
/proc/18978/task/18982/stat : 18982 (java) S 18976 18978 13986 0 -1 4202560 387 0 0 0 627 10 0 0 20 0 22 0 341436632 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002281118376 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18978/tid=18983] ppid=18976 vsize=2966184 CPUtime=6.21 cores=0,2,4,6
/proc/18978/task/18983/stat : 18983 (java) S 18976 18978 13986 0 -1 4202560 343 0 0 0 613 8 0 0 20 0 22 0 341436632 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002280066088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18984] ppid=18976 vsize=2966184 CPUtime=6.65 cores=0,2,4,6
/proc/18978/task/18984/stat : 18984 (java) S 18976 18978 13986 0 -1 4202560 347 0 0 0 658 7 0 0 20 0 22 0 341436632 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002279013288 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=18985] ppid=18976 vsize=2966184 CPUtime=6.48 cores=0,2,4,6
/proc/18978/task/18985/stat : 18985 (java) S 18976 18978 13986 0 -1 4202560 339 0 0 0 640 8 0 0 20 0 22 0 341436632 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002277959976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=18986] ppid=18976 vsize=2966184 CPUtime=6.61 cores=0,2,4,6
/proc/18978/task/18986/stat : 18986 (java) S 18976 18978 13986 0 -1 4202560 369 0 0 0 651 10 0 0 20 0 22 0 341436632 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002276907176 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=18987] ppid=18976 vsize=2966184 CPUtime=6.95 cores=0,2,4,6
/proc/18978/task/18987/stat : 18987 (java) S 18976 18978 13986 0 -1 4202560 358 0 0 0 686 9 0 0 20 0 22 0 341436632 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002275854888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18978/tid=18988] ppid=18976 vsize=2966184 CPUtime=6.69 cores=0,2,4,6
/proc/18978/task/18988/stat : 18988 (java) S 18976 18978 13986 0 -1 4202560 377 0 0 0 659 10 0 0 20 0 22 0 341436632 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002274802088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18978/tid=18989] ppid=18976 vsize=2966184 CPUtime=129.38 cores=0,2,4,6
/proc/18978/task/18989/stat : 18989 (java) S 18976 18978 13986 0 -1 4202560 165 0 0 0 12915 23 0 0 20 0 22 0 341436633 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002262391528 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18990] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18990/stat : 18990 (java) S 18976 18978 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341436634 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002261337592 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18991] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18991/stat : 18991 (java) S 18976 18978 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341436634 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002260285192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18992] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18992/stat : 18992 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341436637 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002259233680 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18993] ppid=18976 vsize=2966184 CPUtime=1.33 cores=0,2,4,6
/proc/18978/task/18993/stat : 18993 (java) S 18976 18978 13986 0 -1 4202560 8097 0 0 0 131 2 0 0 20 0 22 0 341436637 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002258180280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18978/tid=18994] ppid=18976 vsize=2966184 CPUtime=1.82 cores=0,2,4,6
/proc/18978/task/18994/stat : 18994 (java) S 18976 18978 13986 0 -1 4202560 10968 0 0 0 180 2 0 0 20 0 22 0 341436637 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002257127480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18995] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18995/stat : 18995 (java) S 18976 18978 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341436637 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002256075384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18978/tid=18996] ppid=18976 vsize=2966184 CPUtime=0.38 cores=0,2,4,6
/proc/18978/task/18996/stat : 18996 (java) S 18976 18978 13986 0 -1 4202560 54 0 0 0 21 17 0 0 20 0 22 0 341436637 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002255022792 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18978/tid=18999] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/18999/stat : 18999 (java) S 18976 18978 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341436940 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002251863720 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18978/tid=19000] ppid=18976 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/18978/task/19000/stat : 19000 (java) S 18976 18978 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341436940 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002250810920 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18978/tid=19015] ppid=18976 vsize=2966184 CPUtime=718.88 cores=0,2,4,6
/proc/18978/task/19015/stat : 19015 (java) R 18976 18978 13986 0 -1 4202560 190 0 0 0 71876 12 0 0 20 0 22 0 341446863 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002252914640 140002127169142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18978/tid=19016] ppid=18976 vsize=2966184 CPUtime=718.89 cores=0,2,4,6
/proc/18978/task/19016/stat : 19016 (java) R 18976 18978 13986 0 -1 4202560 153 0 0 0 71878 11 0 0 20 0 22 0 341446863 3037372416 271618 33554432000 1073741824 1073778376 140736613140528 140002253966208 140002127076146 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1799.94
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18978 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=690165
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=783728
# CPU time returned by wait4() is 1796.47
# while last known CPU time is 1799.94
#
# 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.209991
#  lost CPU user time (s): 0.25
#  lost CPU system time (s): -0.04

Real time (s): 959.337
CPU time (s): 1800.15
CPU user time (s): 1798.73
CPU system time (s): 1.42
CPU usage (%): 187.645
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.69
system time used= 1.78373
maximum resident set size= 1086588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27013
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36667
involuntary context switches= 99433

runsolver used 2.86056 second user time and 9.28459 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 21:52:02
IDJOB=3737105
IDBENCH=48182
IDSOLVER=2324
FILE ID=node147/3737105-1338753122
RUNJOBID= node147-1338737348-14002
PBS_JOBID= 14636764
Free space on /tmp= 70784 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_5.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737105-1338753122/watcher-3737105-1338753122 -o /tmp/evaluation-result-3737105-1338753122/solver-3737105-1338753122 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737105-1338753122.opb

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

MD5SUM BENCH= 40141f2f083fa5e1f8a41aa043de0b1b
RANDOM SEED=230998003

node147.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		: 2666.951
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	: 5333.90
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		: 2666.951
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	: 5331.91
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		: 2666.951
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	: 5331.87
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		: 2666.951
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	: 5331.91
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		: 2666.951
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	: 5331.91
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		: 2666.951
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	: 5331.91
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		: 2666.951
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	: 5331.91
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		: 2666.951
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28462896 kB
Buffers:          460688 kB
Cached:          2569840 kB
SwapCached:         3380 kB
Active:          1989276 kB
Inactive:        1559256 kB
Active(anon):     513988 kB
Inactive(anon):     5908 kB
Active(file):    1475288 kB
Inactive(file):  1553348 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:               488 kB
Writeback:             0 kB
AnonPages:        522788 kB
Mapped:            17628 kB
Shmem:                 0 kB
Slab:             722836 kB
SReclaimable:     163788 kB
SUnreclaim:       559048 kB
KernelStack:        1632 kB
PageTables:         5248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1573196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    475136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70784 MiB
End job on node147 at 2012-06-03 22:08:04