Trace number 3687813

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800 1797.95

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-1.opb
MD5SUM5a9e4c8983ff8fc3ce01109a5c224dd2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13453
Number of constraints which are clauses13453
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
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 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c version 2.3.2.v20120418
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		501472288
0.01/0.07	c Max memory 		7480803328
0.01/0.07	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
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 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 c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3687813-1337875530.opb
0.11/0.10	c reading problem ... 
0.51/0.39	c ... done. Wall clock time 0.29s.
0.51/0.39	c declared #vars     6352
0.51/0.39	c #constraints  13321
0.51/0.39	c constraints type 
0.51/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6982
0.51/0.39	c ignored satisfied constraints => 132
0.51/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6057
0.51/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 282
0.51/0.39	c 13453 constraints processed.
0.51/0.39	c objective function length is 6352 literals
4.30/3.43	c cleaning 2499 clauses out of 5001 with flag 5001/5001
8.03/7.03	c cleaning 4247 clauses out of 8501 with flag 11001/11001
12.85/11.84	c cleaning 5622 clauses out of 11253 with flag 18000/18000
19.37/18.30	c cleaning 6810 clauses out of 13632 with flag 26001/26001
27.10/26.08	c cleaning 7907 clauses out of 15821 with flag 35000/35000
36.51/35.47	c cleaning 8951 clauses out of 17915 with flag 45001/45001
47.31/46.29	c cleaning 9976 clauses out of 19963 with flag 56000/56000
60.11/59.05	c cleaning 10986 clauses out of 21988 with flag 68001/68001
74.11/73.07	c cleaning 11993 clauses out of 24002 with flag 81001/81001
88.42/87.32	c cleaning 12994 clauses out of 26008 with flag 95000/95000
104.13/103.04	c cleaning 14002 clauses out of 28015 with flag 110001/110001
121.55/120.50	c cleaning 14999 clauses out of 30012 with flag 126000/126000
140.95/139.88	c cleaning 16001 clauses out of 32013 with flag 143000/143000
156.46/155.32	c cleaning 16998 clauses out of 34012 with flag 161000/161000
170.47/169.36	c cleaning 18000 clauses out of 36014 with flag 180000/180000
186.77/185.64	c cleaning 19005 clauses out of 38015 with flag 200001/200001
203.78/202.69	c cleaning 20002 clauses out of 40010 with flag 221001/221001
223.40/222.22	c cleaning 20996 clauses out of 42008 with flag 243001/243001
244.62/243.40	c cleaning 22000 clauses out of 44012 with flag 266001/266001
267.52/266.37	c cleaning 22997 clauses out of 46011 with flag 290000/290000
291.92/290.78	c cleaning 23999 clauses out of 48014 with flag 315000/315000
318.42/317.21	c cleaning 25000 clauses out of 50016 with flag 341001/341001
346.65/345.42	c cleaning 25998 clauses out of 52015 with flag 368000/368000
377.77/376.51	c cleaning 27004 clauses out of 54018 with flag 396001/396001
410.49/409.27	c cleaning 28002 clauses out of 56014 with flag 425001/425001
445.30/444.07	c cleaning 28998 clauses out of 58012 with flag 455001/455001
482.42/481.12	c cleaning 29997 clauses out of 60014 with flag 486001/486001
521.43/520.13	c cleaning 31001 clauses out of 62018 with flag 518002/518002
563.05/561.70	c cleaning 31998 clauses out of 64015 with flag 551000/551000
607.68/606.33	c cleaning 33000 clauses out of 66017 with flag 585000/585000
639.41/638.03	c cleaning 34002 clauses out of 68017 with flag 620000/620000
665.83/664.46	c cleaning 35002 clauses out of 70015 with flag 656000/656000
694.45/693.09	c cleaning 36001 clauses out of 72013 with flag 693000/693000
722.98/721.56	c cleaning 36999 clauses out of 74012 with flag 731000/731000
753.78/752.36	c cleaning 38002 clauses out of 76013 with flag 770000/770000
785.19/783.75	c cleaning 39000 clauses out of 78011 with flag 810000/810000
814.59/813.14	c cleaning 39997 clauses out of 80013 with flag 851002/851002
842.53/841.05	c cleaning 41002 clauses out of 82015 with flag 893001/893001
869.63/868.15	c cleaning 41998 clauses out of 84013 with flag 936001/936001
896.35/894.88	c cleaning 42999 clauses out of 86015 with flag 980001/980001
923.08/921.52	c cleaning 44000 clauses out of 88015 with flag 1025000/1025000
949.09/947.57	c cleaning 45001 clauses out of 90017 with flag 1071002/1071002
977.22/975.65	c cleaning 46002 clauses out of 92017 with flag 1118003/1118003
1008.42/1006.81	c cleaning 47000 clauses out of 94014 with flag 1166002/1166002
1039.96/1038.39	c cleaning 48002 clauses out of 96014 with flag 1215002/1215002
1071.76/1070.17	c cleaning 48997 clauses out of 98012 with flag 1265002/1265002
1106.18/1104.59	c cleaning 50001 clauses out of 100014 with flag 1316001/1316001
1138.11/1136.45	c cleaning 51002 clauses out of 102012 with flag 1368000/1368000
1174.37/1172.65	c cleaning 51999 clauses out of 104011 with flag 1421001/1421001
1212.57/1210.83	c cleaning 53002 clauses out of 106013 with flag 1475002/1475002
1253.01/1251.23	c cleaning 53998 clauses out of 108009 with flag 1530000/1530000
1294.32/1292.59	c cleaning 55003 clauses out of 110013 with flag 1586002/1586002
1334.23/1332.45	c cleaning 55996 clauses out of 112008 with flag 1643000/1643000
1372.63/1370.89	c cleaning 56997 clauses out of 114012 with flag 1701000/1701000
1411.25/1409.48	c cleaning 58002 clauses out of 116017 with flag 1760002/1760002
1450.37/1448.56	c cleaning 58998 clauses out of 118015 with flag 1820002/1820002
1489.41/1487.54	c cleaning 60002 clauses out of 120016 with flag 1881001/1881001
1528.63/1526.79	c cleaning 61007 clauses out of 122016 with flag 1943003/1943003
1569.54/1567.69	c cleaning 61996 clauses out of 124006 with flag 2006000/2006000
1612.67/1610.78	c cleaning 62994 clauses out of 126010 with flag 2070000/2070000
1655.00/1653.00	c cleaning 64002 clauses out of 128016 with flag 2135000/2135000
1703.05/1701.06	c cleaning 65000 clauses out of 130014 with flag 2201000/2201000
1751.26/1749.23	c cleaning 65997 clauses out of 132015 with flag 2268001/2268001
1800.00/1797.91	c starts		: 229
1800.00/1797.91	c conflicts		: 2333441
1800.00/1797.91	c decisions		: 2773697
1800.00/1797.91	c propagations		: 3350393468
1800.00/1797.91	c inspects		: 25024448655
1800.00/1797.91	c shortcuts		: 0
1800.00/1797.91	c learnt literals	: 1
1800.00/1797.91	c learnt binary clauses	: 104
1800.00/1797.91	c learnt ternary clauses	: 96
1800.00/1797.91	c learnt constraints	: 2333441
1800.00/1797.91	c ignored constraints	: 0
1800.00/1797.91	c root simplifications	: 0
1800.00/1797.91	c removed literals (reason simplification)	: 0
1800.00/1797.91	c reason swapping (by a shorter reason)	: 0
1800.00/1797.91	c Calls to reduceDB	: 63
1800.00/1797.91	c number of reductions to clauses (during analyze)	: 0
1800.00/1797.91	c number of learned constraints concerned by reduction	: 0
1800.00/1797.91	c number of learning phase by resolution	: 0
1800.00/1797.91	c number of learning phase by cutting planes	: 0
1800.00/1797.91	c speed (assignments/second)	: 1863979.6093559626
1800.00/1797.91	c non guided choices	0
1800.00/1797.94	c learnt constraints type 
1800.00/1797.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 104
1800.00/1797.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 131373
1800.00/1797.94	c constraints type 
1800.00/1797.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6982
1800.00/1797.94	c ignored satisfied constraints => 132
1800.00/1797.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6057
1800.00/1797.94	c org.sat4j.minisat.constraints.cnf.UnitClause => 282
1800.00/1797.94	c 13453 constraints processed.
1800.00/1797.94	s UNKNOWN
1800.00/1797.94	c Total wall clock time (in seconds): 1797.844

Verifier Data

ERROR: no interpretation found !

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-3687813-1337875530/watcher-3687813-1337875530 -o /tmp/evaluation-result-3687813-1337875530/solver-3687813-1337875530 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687813-1337875530.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: 2.07 2.05 1.93 2/194 24541
/proc/meminfo: memFree=29510732/32873648 swapFree=6844/6844
[pid=24541] ppid=24539 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/24541/stat : 24541 (java) S 24539 24541 23338 0 -1 4202496 1216 0 0 0 0 0 0 0 20 0 2 0 253678837 95129600 927 33554432000 1073741824 1073778376 140733619703616 140733619694752 259115745341 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24541/statm: 23225 927 703 9 0 16769 0
[pid=24541/tid=24542] ppid=24539 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24542/stat : 24542 (java) D 24539 24541 23338 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 253678838 95129600 927 33554432000 1073741824 1073778376 140733619703616 140222044085800 259103223079 0 0 4096 0 18446744072100588836 0 0 -1 0 0 0 0 0 0

[startup+0.0250261 s]
/proc/loadavg: 2.07 2.05 1.93 2/194 24541
/proc/meminfo: memFree=29510732/32873648 swapFree=6844/6844
[pid=24541] ppid=24539 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/24541/stat : 24541 (java) S 24539 24541 23338 0 -1 4202496 2902 0 1 0 1 0 0 0 20 0 11 0 253678837 9310650368 3602 33554432000 1073741824 1073778376 140733619703616 140733619694752 259115745341 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24541/statm: 2273108 3602 1631 9 0 2263809 0
[pid=24541/tid=24542] ppid=24539 vsize=9092432 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24542/stat : 24542 (java) R 24539 24541 23338 0 -1 4202560 1744 0 1 0 0 0 0 0 20 0 11 0 253678838 9310650368 3602 33554432000 1073741824 1073778376 140733619703616 140222044093192 140222051241816 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100294 s]
/proc/loadavg: 2.07 2.05 1.93 2/194 24541
/proc/meminfo: memFree=29510732/32873648 swapFree=6844/6844
[pid=24541] ppid=24539 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/24541/stat : 24541 (java) S 24539 24541 23338 0 -1 4202496 4456 0 1 0 11 0 0 0 20 0 18 0 253678837 9787813888 6127 33554432000 1073741824 1073778376 140733619703616 140733619694752 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24541/statm: 2389603 6127 2138 9 0 2380296 0
[pid=24541/tid=24542] ppid=24539 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/24541/task/24542/stat : 24542 (java) R 24539 24541 23338 0 -1 4202560 2431 0 1 0 8 0 0 0 20 0 18 0 253678838 9787813888 6127 33554432000 1073741824 1073778376 140733619703616 140222044089112 140222051576394 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) 9558412

[startup+0.300249 s]
/proc/loadavg: 2.07 2.05 1.93 2/194 24541
/proc/meminfo: memFree=29510732/32873648 swapFree=6844/6844
[pid=24541] ppid=24539 vsize=9558412 CPUtime=0.51 cores=0,2,4,6
/proc/24541/stat : 24541 (java) S 24539 24541 23338 0 -1 4202496 5603 0 1 0 50 1 0 0 20 0 18 0 253678837 9787813888 9371 33554432000 1073741824 1073778376 140733619703616 140733619694752 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24541/statm: 2389603 9371 2217 9 0 2380296 0
[pid=24541/tid=24542] ppid=24539 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/24541/task/24542/stat : 24542 (java) R 24539 24541 23338 0 -1 4202560 2447 0 1 0 27 0 0 0 20 0 18 0 253678838 9787813888 9371 33554432000 1073741824 1073778376 140733619703616 140222044089112 140221907842273 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558412

[startup+0.700263 s]
/proc/loadavg: 2.07 2.05 1.93 2/194 24541
/proc/meminfo: memFree=29510732/32873648 swapFree=6844/6844
[pid=24541] ppid=24539 vsize=9624976 CPUtime=1.51 cores=0,2,4,6
/proc/24541/stat : 24541 (java) S 24539 24541 23338 0 -1 4202496 12103 0 1 0 149 2 0 0 20 0 19 0 253678837 9855975424 15989 33554432000 1073741824 1073778376 140733619703616 140733619694752 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24541/statm: 2406244 15989 2249 9 0 2396937 0
[pid=24541/tid=24542] ppid=24539 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/24541/task/24542/stat : 24542 (java) R 24539 24541 23338 0 -1 4202560 2469 0 1 0 67 0 0 0 20 0 19 0 253678838 9855975424 15989 33554432000 1073741824 1073778376 140733619703616 140222044082488 140221908444063 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9624976

[startup+1.50061 s]
/proc/loadavg: 2.07 2.05 1.93 3/213 24560
/proc/meminfo: memFree=29455116/32873648 swapFree=6844/6844
[pid=24541] ppid=24539 vsize=9624976 CPUtime=2.36 cores=0,2,4,6
/proc/24541/stat : 24541 (java) S 24539 24541 23338 0 -1 4202496 12110 0 1 0 234 2 0 0 20 0 19 0 253678837 9855975424 15992 33554432000 1073741824 1073778376 140733619703616 140733619694752 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24541/statm: 2406244 15992 2251 9 0 2396937 0
[pid=24541/tid=24542] ppid=24539 vsize=9624976 CPUtime=1.47 cores=0,2,4,6
/proc/24541/task/24542/stat : 24542 (java) R 24539 24541 23338 0 -1 4202560 2470 0 1 0 147 0 0 0 20 0 19 0 253678838 9855975424 15992 33554432000 1073741824 1073778376 140733619703616 140222044088904 140221908588099 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24541/tid=24544] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24544/stat : 24544 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 15992 33554432000 1073741824 1073778376 140733619703616 140222033152424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24545] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24545/stat : 24545 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 15992 33554432000 1073741824 1073778376 140733619703616 140222032099880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24541/tid=24546] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24546/stat : 24546 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 15992 33554432000 1073741824 1073778376 140733619703616 140222031046824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24541/tid=24547] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24547/stat : 24547 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 15992 33554432000 1073741824 1073778376 140733619703616 140222029994280 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24541/tid=24548] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24548/stat : 24548 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 15992 33554432000 1073741824 1073778376 140733619703616 140222028942248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24549] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24549/stat : 24549 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 15992 33554432000 1073741824 1073778376 140733619703616 140222027889704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24541/tid=24550] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24550/stat : 24550 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 15992 33554432000 1073741824 1073778376 140733619703616 140222026836648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24551] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24551/stat : 24551 (java) S 24539 24541 23338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 15992 33554432000 1073741824 1073778376 140733619703616 140221880154920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24552] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24552/stat : 24552 (java) S 24539 24541 23338 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253678840 9855975424 15992 33554432000 1073741824 1073778376 140733619703616 140221867956584 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24553] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24553/stat : 24553 (java) S 24539 24541 23338 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253678840 9855975424 15992 33554432000 1073741824 1073778376 140733619703616 140221866902904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24554] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24554/stat : 24554 (java) S 24539 24541 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253678840 9855975424 15992 33554432000 1073741824 1073778376 140733619703616 140221865849736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24555] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24555/stat : 24555 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678842 9855975424 15992 33554432000 1073741824 1073778376 140733619703616 140221864798480 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24556] ppid=24539 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/24541/task/24556/stat : 24556 (java) S 24539 24541 23338 0 -1 4202560 4893 0 0 0 45 2 0 0 20 0 19 0 253678842 9855975424 15992 33554432000 1073741824 1073778376 140733619703616 140221863746360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24557] ppid=24539 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/24541/task/24557/stat : 24557 (java) S 24539 24541 23338 0 -1 4202560 3547 0 0 0 38 0 0 0 20 0 19 0 253678842 9855975424 15992 33554432000 1073741824 1073778376 140733619703616 140221862693816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24541/tid=24558] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24558/stat : 24558 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678842 9855975424 15992 33554432000 1073741824 1073778376 140733619703616 140221861640952 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24541/tid=24559] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24559/stat : 24559 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678842 9855975424 15992 33554432000 1073741824 1073778376 140733619703616 140221860588616 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24560] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24560/stat : 24560 (java) S 24539 24541 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253678885 9855975424 15992 33554432000 1073741824 1073778376 140733619703616 140221859533864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 9624976

[startup+3.10061 s]
/proc/loadavg: 2.07 2.05 1.93 3/213 24560
/proc/meminfo: memFree=29454860/32873648 swapFree=6844/6844
[pid=24541] ppid=24539 vsize=9624976 CPUtime=4 cores=0,2,4,6
/proc/24541/stat : 24541 (java) S 24539 24541 23338 0 -1 4202496 12114 0 1 0 398 2 0 0 20 0 19 0 253678837 9855975424 16507 33554432000 1073741824 1073778376 140733619703616 140733619694752 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24541/statm: 2406244 16507 2254 9 0 2396937 0
[pid=24541/tid=24542] ppid=24539 vsize=9624976 CPUtime=3.07 cores=0,2,4,6
/proc/24541/task/24542/stat : 24542 (java) R 24539 24541 23338 0 -1 4202560 2471 0 1 0 307 0 0 0 20 0 19 0 253678838 9855975424 16507 33554432000 1073741824 1073778376 140733619703616 140222044091000 140221908423074 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24541/tid=24544] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24544/stat : 24544 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 16507 33554432000 1073741824 1073778376 140733619703616 140222033152424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24545] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24545/stat : 24545 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 16507 33554432000 1073741824 1073778376 140733619703616 140222032099880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24541/tid=24546] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24546/stat : 24546 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 16507 33554432000 1073741824 1073778376 140733619703616 140222031046824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24541/tid=24547] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24547/stat : 24547 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 16507 33554432000 1073741824 1073778376 140733619703616 140222029994280 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24541/tid=24548] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24548/stat : 24548 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 16507 33554432000 1073741824 1073778376 140733619703616 140222028942248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24549] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24549/stat : 24549 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 16507 33554432000 1073741824 1073778376 140733619703616 140222027889704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24541/tid=24550] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24550/stat : 24550 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 16507 33554432000 1073741824 1073778376 140733619703616 140222026836648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24551] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24551/stat : 24551 (java) S 24539 24541 23338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 16507 33554432000 1073741824 1073778376 140733619703616 140221880154920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24552] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24552/stat : 24552 (java) S 24539 24541 23338 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253678840 9855975424 16507 33554432000 1073741824 1073778376 140733619703616 140221867956584 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24553] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24553/stat : 24553 (java) S 24539 24541 23338 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253678840 9855975424 16507 33554432000 1073741824 1073778376 140733619703616 140221866902904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24554] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24554/stat : 24554 (java) S 24539 24541 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253678840 9855975424 16507 33554432000 1073741824 1073778376 140733619703616 140221865849736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24555] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24555/stat : 24555 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678842 9855975424 16507 33554432000 1073741824 1073778376 140733619703616 140221864798480 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24556] ppid=24539 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/24541/task/24556/stat : 24556 (java) S 24539 24541 23338 0 -1 4202560 4896 0 0 0 47 2 0 0 20 0 19 0 253678842 9855975424 16507 33554432000 1073741824 1073778376 140733619703616 140221863746360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24557] ppid=24539 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/24541/task/24557/stat : 24557 (java) S 24539 24541 23338 0 -1 4202560 3547 0 0 0 40 0 0 0 20 0 19 0 253678842 9855975424 16507 33554432000 1073741824 1073778376 140733619703616 140221862693816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24541/tid=24558] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24558/stat : 24558 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678842 9855975424 16507 33554432000 1073741824 1073778376 140733619703616 140221861640952 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24541/tid=24559] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24559/stat : 24559 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678842 9855975424 16507 33554432000 1073741824 1073778376 140733619703616 140221860588616 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24560] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24560/stat : 24560 (java) S 24539 24541 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253678885 9855975424 16507 33554432000 1073741824 1073778376 140733619703616 140221859533864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 9624976

[startup+6.30061 s]
/proc/loadavg: 2.06 2.05 1.93 3/212 24560
/proc/meminfo: memFree=29441984/32873648 swapFree=6844/6844
[pid=24541] ppid=24539 vsize=9624976 CPUtime=7.28 cores=0,2,4,6
/proc/24541/stat : 24541 (java) S 24539 24541 23338 0 -1 4202496 12553 0 1 0 726 2 0 0 20 0 19 0 253678837 9855975424 19107 33554432000 1073741824 1073778376 140733619703616 140733619694752 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24541/statm: 2406244 19107 2282 9 0 2396937 0
[pid=24541/tid=24542] ppid=24539 vsize=9624976 CPUtime=6.24 cores=0,2,4,6
/proc/24541/task/24542/stat : 24542 (java) R 24539 24541 23338 0 -1 4202560 2473 0 1 0 624 0 0 0 20 0 19 0 253678838 9855975424 19107 33554432000 1073741824 1073778376 140733619703616 140222044088800 140221908588099 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24541/tid=24544] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24544/stat : 24544 (java) S 24539 24541 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 19107 33554432000 1073741824 1073778376 140733619703616 140222033152424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24541/tid=24545] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24545/stat : 24545 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 19107 33554432000 1073741824 1073778376 140733619703616 140222032099880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24541/tid=24546] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24546/stat : 24546 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 19107 33554432000 1073741824 1073778376 140733619703616 140222031046824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24541/tid=24547] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24547/stat : 24547 (java) S 24539 24541 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 19107 33554432000 1073741824 1073778376 140733619703616 140222029994280 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24541/tid=24548] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24548/stat : 24548 (java) S 24539 24541 23338 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 19107 33554432000 1073741824 1073778376 140733619703616 140222028942248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24541/tid=24549] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24549/stat : 24549 (java) S 24539 24541 23338 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 19107 33554432000 1073741824 1073778376 140733619703616 140222027889704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24541/tid=24550] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24550/stat : 24550 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 19107 33554432000 1073741824 1073778376 140733619703616 140222026836648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24541/tid=24551] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24551/stat : 24551 (java) S 24539 24541 23338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253678838 9855975424 19107 33554432000 1073741824 1073778376 140733619703616 140221880154920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24552] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24552/stat : 24552 (java) S 24539 24541 23338 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 253678840 9855975424 19107 33554432000 1073741824 1073778376 140733619703616 140221867956584 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24553] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24553/stat : 24553 (java) S 24539 24541 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253678840 9855975424 19107 33554432000 1073741824 1073778376 140733619703616 140221866902904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24554] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24554/stat : 24554 (java) S 24539 24541 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253678840 9855975424 19107 33554432000 1073741824 1073778376 140733619703616 140221865849736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24555] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24555/stat : 24555 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678842 9855975424 19107 33554432000 1073741824 1073778376 140733619703616 140221864798480 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24556] ppid=24539 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/24541/task/24556/stat : 24556 (java) S 24539 24541 23338 0 -1 4202560 5277 0 0 0 53 2 0 0 20 0 19 0 253678842 9855975424 19107 33554432000 1073741824 1073778376 140733619703616 140221863746360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24557] ppid=24539 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/24541/task/24557/stat : 24557 (java) S 24539 24541 23338 0 -1 4202560 3552 0 0 0 42 0 0 0 20 0 19 0 253678842 9855975424 19107 33554432000 1073741824 1073778376 140733619703616 140221862693816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=24541/tid=24556] ppid=24539 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/24541/task/24556/stat : 24556 (java) S 24539 24541 23338 0 -1 4202560 5278 0 0 0 59 2 0 0 20 0 19 0 253678842 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221863746360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24541/tid=24557] ppid=24539 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/24541/task/24557/stat : 24557 (java) S 24539 24541 23338 0 -1 4202560 3554 0 0 0 46 0 0 0 20 0 19 0 253678842 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221862693816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24541/tid=24558] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24558/stat : 24558 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678842 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221861640952 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24541/tid=24559] ppid=24539 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/24541/task/24559/stat : 24559 (java) S 24539 24541 23338 0 -1 4202560 99 0 0 0 22 22 0 0 20 0 19 0 253678842 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221860588616 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24541/tid=24560] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24560/stat : 24560 (java) S 24539 24541 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253678885 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221859533864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.36
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.11 2.02 1.98 3/213 24636
/proc/meminfo: memFree=29196576/32873648 swapFree=6844/6844
[pid=24541] ppid=24539 vsize=9624976 CPUtime=1784.4 cores=0,2,4,6
/proc/24541/stat : 24541 (java) S 24539 24541 23338 0 -1 4202496 13203 0 1 0 178410 30 0 0 20 0 19 0 253678837 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140733619694752 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24541/statm: 2406244 32101 2282 9 0 2396937 0
[pid=24541/tid=24542] ppid=24539 vsize=9624976 CPUtime=1775.52 cores=0,2,4,6
/proc/24541/task/24542/stat : 24542 (java) R 24539 24541 23338 0 -1 4202560 2534 0 1 0 177524 28 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222044090656 140221908588099 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24544] ppid=24539 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/24541/task/24544/stat : 24544 (java) S 24539 24541 23338 0 -1 4202560 77 0 0 0 12 2 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222033152424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24545] ppid=24539 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/24541/task/24545/stat : 24545 (java) S 24539 24541 23338 0 -1 4202560 28 0 0 0 16 0 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222032099880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24541/tid=24546] ppid=24539 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/24541/task/24546/stat : 24546 (java) S 24539 24541 23338 0 -1 4202560 27 0 0 0 15 0 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222031046824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24547] ppid=24539 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/24541/task/24547/stat : 24547 (java) S 24539 24541 23338 0 -1 4202560 29 0 0 0 17 0 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222029994280 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24541/tid=24548] ppid=24539 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/24541/task/24548/stat : 24548 (java) S 24539 24541 23338 0 -1 4202560 25 0 0 0 15 0 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222028942248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24549] ppid=24539 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/24541/task/24549/stat : 24549 (java) S 24539 24541 23338 0 -1 4202560 66 0 0 0 14 0 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222027889704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24550] ppid=24539 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/24541/task/24550/stat : 24550 (java) S 24539 24541 23338 0 -1 4202560 130 0 0 0 17 0 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222026836648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24541/tid=24551] ppid=24539 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/24541/task/24551/stat : 24551 (java) S 24539 24541 23338 0 -1 4202560 33 0 0 0 15 0 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221880154920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24541/tid=24552] ppid=24539 vsize=9624976 CPUtime=1.61 cores=0,2,4,6
/proc/24541/task/24552/stat : 24552 (java) S 24539 24541 23338 0 -1 4202560 133 0 0 0 159 2 0 0 20 0 19 0 253678840 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221867956584 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24541/tid=24553] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24553/stat : 24553 (java) S 24539 24541 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253678840 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221866902904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24554] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24554/stat : 24554 (java) S 24539 24541 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253678840 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221865849736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24555] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24555/stat : 24555 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678842 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221864798480 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24556] ppid=24539 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/24541/task/24556/stat : 24556 (java) S 24539 24541 23338 0 -1 4202560 5278 0 0 0 59 2 0 0 20 0 19 0 253678842 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221863746360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24541/tid=24557] ppid=24539 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/24541/task/24557/stat : 24557 (java) S 24539 24541 23338 0 -1 4202560 3554 0 0 0 46 0 0 0 20 0 19 0 253678842 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221862693816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24541/tid=24558] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24558/stat : 24558 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678842 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221861640952 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24541/tid=24559] ppid=24539 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/24541/task/24559/stat : 24559 (java) S 24539 24541 23338 0 -1 4202560 103 0 0 0 24 23 0 0 20 0 19 0 253678842 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221860588616 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24541/tid=24560] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24560/stat : 24560 (java) S 24539 24541 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253678885 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221859533864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.4
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.08 2.01 1.98 3/213 24636
/proc/meminfo: memFree=29186212/32873648 swapFree=6844/6844
[pid=24541] ppid=24539 vsize=9624976 CPUtime=1800 cores=0,2,4,6
/proc/24541/stat : 24541 (java) S 24539 24541 23338 0 -1 4202496 13203 0 1 0 179970 30 0 0 20 0 19 0 253678837 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140733619694752 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24541/statm: 2406244 32101 2282 9 0 2396937 0
[pid=24541/tid=24542] ppid=24539 vsize=9624976 CPUtime=1791.09 cores=0,2,4,6
/proc/24541/task/24542/stat : 24542 (java) R 24539 24541 23338 0 -1 4202560 2534 0 1 0 179080 29 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222044090656 140221908444256 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24544] ppid=24539 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/24541/task/24544/stat : 24544 (java) S 24539 24541 23338 0 -1 4202560 77 0 0 0 12 2 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222033152424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24545] ppid=24539 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/24541/task/24545/stat : 24545 (java) S 24539 24541 23338 0 -1 4202560 28 0 0 0 16 0 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222032099880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24541/tid=24546] ppid=24539 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/24541/task/24546/stat : 24546 (java) S 24539 24541 23338 0 -1 4202560 27 0 0 0 15 0 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222031046824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24547] ppid=24539 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/24541/task/24547/stat : 24547 (java) S 24539 24541 23338 0 -1 4202560 29 0 0 0 17 0 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222029994280 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24541/tid=24548] ppid=24539 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/24541/task/24548/stat : 24548 (java) S 24539 24541 23338 0 -1 4202560 25 0 0 0 15 0 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222028942248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24549] ppid=24539 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/24541/task/24549/stat : 24549 (java) S 24539 24541 23338 0 -1 4202560 66 0 0 0 14 0 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222027889704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24550] ppid=24539 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/24541/task/24550/stat : 24550 (java) S 24539 24541 23338 0 -1 4202560 130 0 0 0 17 0 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222026836648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24541/tid=24551] ppid=24539 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/24541/task/24551/stat : 24551 (java) S 24539 24541 23338 0 -1 4202560 33 0 0 0 15 0 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221880154920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24541/tid=24552] ppid=24539 vsize=9624976 CPUtime=1.61 cores=0,2,4,6
/proc/24541/task/24552/stat : 24552 (java) S 24539 24541 23338 0 -1 4202560 133 0 0 0 159 2 0 0 20 0 19 0 253678840 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221867956584 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24541/tid=24553] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24553/stat : 24553 (java) S 24539 24541 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253678840 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221866902904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24554] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24554/stat : 24554 (java) S 24539 24541 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253678840 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221865849736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24555] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24555/stat : 24555 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678842 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221864798480 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24556] ppid=24539 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/24541/task/24556/stat : 24556 (java) S 24539 24541 23338 0 -1 4202560 5278 0 0 0 59 2 0 0 20 0 19 0 253678842 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221863746360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24541/tid=24557] ppid=24539 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/24541/task/24557/stat : 24557 (java) S 24539 24541 23338 0 -1 4202560 3554 0 0 0 46 0 0 0 20 0 19 0 253678842 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221862693816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24541/tid=24558] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24558/stat : 24558 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678842 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221861640952 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24541/tid=24559] ppid=24539 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/24541/task/24559/stat : 24559 (java) S 24539 24541 23338 0 -1 4202560 103 0 0 0 24 23 0 0 20 0 19 0 253678842 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221860588616 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24541/tid=24560] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24560/stat : 24560 (java) S 24539 24541 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253678885 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221859533864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1797.9 s]
/proc/loadavg: 2.08 2.01 1.98 3/213 24636
/proc/meminfo: memFree=29186212/32873648 swapFree=6844/6844
[pid=24541] ppid=24539 vsize=9624976 CPUtime=1800 cores=0,2,4,6
/proc/24541/stat : 24541 (java) S 24539 24541 23338 0 -1 4202496 13203 0 1 0 179970 30 0 0 20 0 19 0 253678837 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140733619694752 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24541/statm: 2406244 32101 2282 9 0 2396937 0
[pid=24541/tid=24542] ppid=24539 vsize=9624976 CPUtime=1791.09 cores=0,2,4,6
/proc/24541/task/24542/stat : 24542 (java) R 24539 24541 23338 0 -1 4202560 2534 0 1 0 179080 29 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222044090656 140221908444256 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24544] ppid=24539 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/24541/task/24544/stat : 24544 (java) S 24539 24541 23338 0 -1 4202560 77 0 0 0 12 2 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222033152424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24545] ppid=24539 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/24541/task/24545/stat : 24545 (java) S 24539 24541 23338 0 -1 4202560 28 0 0 0 16 0 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222032099880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24541/tid=24546] ppid=24539 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/24541/task/24546/stat : 24546 (java) S 24539 24541 23338 0 -1 4202560 27 0 0 0 15 0 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222031046824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24547] ppid=24539 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/24541/task/24547/stat : 24547 (java) S 24539 24541 23338 0 -1 4202560 29 0 0 0 17 0 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222029994280 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24541/tid=24548] ppid=24539 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/24541/task/24548/stat : 24548 (java) S 24539 24541 23338 0 -1 4202560 25 0 0 0 15 0 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222028942248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24549] ppid=24539 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/24541/task/24549/stat : 24549 (java) S 24539 24541 23338 0 -1 4202560 66 0 0 0 14 0 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222027889704 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24550] ppid=24539 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/24541/task/24550/stat : 24550 (java) S 24539 24541 23338 0 -1 4202560 130 0 0 0 17 0 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140222026836648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24541/tid=24551] ppid=24539 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/24541/task/24551/stat : 24551 (java) S 24539 24541 23338 0 -1 4202560 33 0 0 0 15 0 0 0 20 0 19 0 253678838 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221880154920 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24541/tid=24552] ppid=24539 vsize=9624976 CPUtime=1.61 cores=0,2,4,6
/proc/24541/task/24552/stat : 24552 (java) S 24539 24541 23338 0 -1 4202560 133 0 0 0 159 2 0 0 20 0 19 0 253678840 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221867956584 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24541/tid=24553] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24553/stat : 24553 (java) S 24539 24541 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253678840 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221866902904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24554] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24554/stat : 24554 (java) S 24539 24541 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253678840 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221865849736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24555] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24555/stat : 24555 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678842 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221864798480 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24541/tid=24556] ppid=24539 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/24541/task/24556/stat : 24556 (java) S 24539 24541 23338 0 -1 4202560 5278 0 0 0 59 2 0 0 20 0 19 0 253678842 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221863746360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24541/tid=24557] ppid=24539 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/24541/task/24557/stat : 24557 (java) S 24539 24541 23338 0 -1 4202560 3554 0 0 0 46 0 0 0 20 0 19 0 253678842 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221862693816 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24541/tid=24558] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24558/stat : 24558 (java) S 24539 24541 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253678842 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221861640952 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24541/tid=24559] ppid=24539 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/24541/task/24559/stat : 24559 (java) S 24539 24541 23338 0 -1 4202560 103 0 0 0 24 23 0 0 20 0 19 0 253678842 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221860588616 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24541/tid=24560] ppid=24539 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24541/task/24560/stat : 24560 (java) S 24539 24541 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253678885 9855975424 32101 33554432000 1073741824 1073778376 140733619703616 140221859533864 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24541 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=119100
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=721890
# CPU time returned by wait4() is 1795.84
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.95
CPU time (s): 1800
CPU user time (s): 1799.7
CPU system time (s): 0.3
CPU usage (%): 100.114
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.12
system time used= 0.72189
maximum resident set size= 128564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13246
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39599
involuntary context switches= 12469

runsolver used 6.40103 second user time and 14.3218 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-24 18:05:30
IDJOB=3687813
IDBENCH=2208
IDSOLVER=2269
FILE ID=node124/3687813-1337875530
RUNJOBID= node124-1337871881-23354
PBS_JOBID= 14620080
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687813-1337875530/watcher-3687813-1337875530 -o /tmp/evaluation-result-3687813-1337875530/solver-3687813-1337875530 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687813-1337875530.opb

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

MD5SUM BENCH= 5a9e4c8983ff8fc3ce01109a5c224dd2
RANDOM SEED=373267349

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:        29510616 kB
Buffers:          222540 kB
Cached:          2036000 kB
SwapCached:            0 kB
Active:           803560 kB
Inactive:        1779424 kB
Active(anon):     327060 kB
Inactive(anon):        0 kB
Active(file):     476500 kB
Inactive(file):  1779424 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1080 kB
Writeback:             0 kB
AnonPages:        335052 kB
Mapped:            22508 kB
Shmem:               200 kB
Slab:             637756 kB
SReclaimable:      81476 kB
SUnreclaim:       556280 kB
KernelStack:        1592 kB
PageTables:         4568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     825624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    290816 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= 71672 MiB
End job on node124 at 2012-05-24 18:35:30