Trace number 3689833

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.09 1795.35

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_20null20mast_rapportOE2.0_TMAX300_K192_cod2.opb
MD5SUMd6bdbf89ddd7448cef1f1e681200f2c0
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-25980
Best CPU time to get the best result obtained on this benchmark1801.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1427
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 881564
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 881564
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version 2.3.2.v20120418
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		501472288
0.06/0.10	c Max memory 		7480803328
0.06/0.10	c Total memory 		504102912
0.06/0.10	c Number of processors 	8
0.06/0.12	c Pseudo Boolean Optimization by upper bound
0.06/0.12	c --- Begin Solver configuration ---
0.06/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.06/0.12	c Learn all clauses as in MiniSAT
0.06/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.12	c No reason simplification
0.06/0.12	c Armin Biere (Picosat) restarts strategy
0.06/0.12	c Glucose learned constraints deletion strategy
0.06/0.12	c timeout=2147483s
0.06/0.12	c DB Simplification allowed=false
0.06/0.12	c c --- End Solver configuration ---
0.06/0.12	c solving HOME/instance-3689833-1337893489.opb
0.06/0.12	c reading problem ... 
8.43/5.80	c ... done. Wall clock time 5.679s.
8.43/5.80	c declared #vars     400896
8.43/5.80	c #constraints  402763
8.43/5.80	c constraints type 
8.43/5.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
8.43/5.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
8.43/5.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
8.43/5.80	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
8.43/5.80	c 402763 constraints processed.
8.43/5.80	c objective function length is 1427 literals
49.04/45.87	c cleaning 2497 clauses out of 4999 with flag 5000/5000
91.70/88.23	c cleaning 4182 clauses out of 8503 with flag 11001/11001
140.04/136.52	c cleaning 5659 clauses out of 11320 with flag 18000/18000
189.76/186.26	c cleaning 6813 clauses out of 13661 with flag 26000/26000
247.48/243.85	c cleaning 7924 clauses out of 15848 with flag 35000/35000
303.70/300.04	c cleaning 8751 clauses out of 17925 with flag 45001/45001
375.13/371.43	c cleaning 10083 clauses out of 20173 with flag 56000/56000
446.05/442.37	c cleaning 11035 clauses out of 22090 with flag 68000/68000
517.39/513.63	c cleaning 12004 clauses out of 24055 with flag 81000/81000
586.81/583.07	c cleaning 12991 clauses out of 26052 with flag 95001/95001
659.26/655.49	c cleaning 14018 clauses out of 28060 with flag 110000/110000
763.71/759.86	c cleaning 15015 clauses out of 30042 with flag 126000/126000
847.24/843.32	c cleaning 15927 clauses out of 32027 with flag 143000/143000
906.38/902.41	c cleaning 16977 clauses out of 34101 with flag 161001/161001
970.05/966.09	c cleaning 18031 clauses out of 36123 with flag 180000/180000
1027.12/1023.02	c cleaning 19035 clauses out of 38092 with flag 200000/200000
1077.25/1073.19	c cleaning 19954 clauses out of 40058 with flag 221001/221001
1120.31/1116.19	c cleaning 20993 clauses out of 42106 with flag 243003/243003
1181.68/1177.48	c cleaning 22045 clauses out of 44112 with flag 266002/266002
1236.37/1232.09	c cleaning 23022 clauses out of 46065 with flag 290000/290000
1292.61/1288.20	c cleaning 24017 clauses out of 48043 with flag 315000/315000
1357.13/1352.75	c cleaning 25002 clauses out of 50027 with flag 341001/341001
1425.89/1421.43	c cleaning 26007 clauses out of 52026 with flag 368002/368002
1501.82/1497.37	c cleaning 26999 clauses out of 54017 with flag 396000/396000
1564.36/1559.84	c cleaning 28006 clauses out of 56019 with flag 425001/425001
1634.01/1629.44	c cleaning 29001 clauses out of 58013 with flag 455001/455001
1705.28/1700.69	c cleaning 29996 clauses out of 60012 with flag 486001/486001
1765.05/1760.35	c cleaning 31004 clauses out of 62015 with flag 518000/518000
1800.09/1795.31	c starts		: 153
1800.09/1795.31	c conflicts		: 530706
1800.09/1795.31	c decisions		: 4967152
1800.09/1795.31	c propagations		: 3465983504
1800.09/1795.31	c inspects		: 2257733838
1800.09/1795.31	c shortcuts		: 0
1800.09/1795.31	c learnt literals	: 1
1800.09/1795.31	c learnt binary clauses	: 1877
1800.09/1795.31	c learnt ternary clauses	: 1327
1800.09/1795.31	c learnt constraints	: 530704
1800.09/1795.31	c ignored constraints	: 0
1800.09/1795.31	c root simplifications	: 0
1800.09/1795.31	c removed literals (reason simplification)	: 0
1800.09/1795.31	c reason swapping (by a shorter reason)	: 0
1800.09/1795.31	c Calls to reduceDB	: 28
1800.09/1795.31	c number of reductions to clauses (during analyze)	: 0
1800.09/1795.31	c number of learned constraints concerned by reduction	: 0
1800.09/1795.31	c number of learning phase by resolution	: 0
1800.09/1795.31	c number of learning phase by cutting planes	: 0
1800.09/1795.31	c speed (assignments/second)	: 1936915.0424575356
1800.09/1795.31	c non guided choices	1015
1800.09/1795.33	c learnt constraints type 
1800.09/1795.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1877
1800.09/1795.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 41843
1800.09/1795.33	c constraints type 
1800.09/1795.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.09/1795.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.09/1795.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.09/1795.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.09/1795.33	c 402763 constraints processed.
1800.09/1795.33	s UNKNOWN
1800.09/1795.33	c Total wall clock time (in seconds): 1795.205

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-3689833-1337893489/watcher-3689833-1337893489 -o /tmp/evaluation-result-3689833-1337893489/solver-3689833-1337893489 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689833-1337893489.opb 

running on 4 cores: 1,3,5,7

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.00 2.01 2.04 3/194 30504
/proc/meminfo: memFree=28437212/32873844 swapFree=6080/6080
[pid=30504] ppid=30502 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/30504/stat : 30504 (java) D 30502 30504 24394 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 255473531 278528 33 33554432000 1073741824 1073778376 140737300785408 140737300782584 248781040935 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/30504/statm: 68 33 25 9 0 25 0

[startup+0.09387 s]
/proc/loadavg: 2.00 2.01 2.04 3/194 30504
/proc/meminfo: memFree=28437212/32873844 swapFree=6080/6080
[pid=30504] ppid=30502 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/30504/stat : 30504 (java) S 30502 30504 24394 0 -1 4202496 3349 0 1 0 5 1 0 0 20 0 18 0 255473531 9787813888 4558 33554432000 1073741824 1073778376 140733716955472 140733716946608 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30504/statm: 2389603 4558 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100318 s]
/proc/loadavg: 2.00 2.01 2.04 3/194 30504
/proc/meminfo: memFree=28437212/32873844 swapFree=6080/6080
[pid=30504] ppid=30502 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/30504/stat : 30504 (java) S 30502 30504 24394 0 -1 4202496 3665 0 1 0 5 1 0 0 20 0 18 0 255473531 9787813888 4874 33554432000 1073741824 1073778376 140733716955472 140733716946608 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30504/statm: 2389603 4875 1933 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.300275 s]
/proc/loadavg: 2.00 2.01 2.04 3/194 30504
/proc/meminfo: memFree=28437212/32873844 swapFree=6080/6080
[pid=30504] ppid=30502 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/30504/stat : 30504 (java) S 30502 30504 24394 0 -1 4202496 5861 0 1 0 46 2 0 0 20 0 18 0 255473531 9787813888 12467 33554432000 1073741824 1073778376 140733716955472 140733716946608 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30504/statm: 2389603 12467 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.7003 s]
/proc/loadavg: 2.00 2.01 2.04 3/194 30504
/proc/meminfo: memFree=28437212/32873844 swapFree=6080/6080
[pid=30504] ppid=30502 vsize=9558412 CPUtime=1.29 cores=1,3,5,7
/proc/30504/stat : 30504 (java) S 30502 30504 24394 0 -1 4202496 9345 0 1 0 122 7 0 0 20 0 18 0 255473531 9787813888 45468 33554432000 1073741824 1073778376 140733716955472 140733716946608 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30504/statm: 2389603 45468 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9558412

[startup+1.50077 s]
/proc/loadavg: 2.00 2.01 2.04 3/212 30522
/proc/meminfo: memFree=28110368/32873844 swapFree=6080/6080
[pid=30504] ppid=30502 vsize=9558412 CPUtime=2.42 cores=1,3,5,7
/proc/30504/stat : 30504 (java) S 30502 30504 24394 0 -1 4202496 10062 0 1 0 225 17 0 0 20 0 18 0 255473531 9787813888 89545 33554432000 1073741824 1073778376 140733716955472 140733716946608 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30504/statm: 2389603 89545 2247 9 0 2380296 0
[pid=30504/tid=30506] ppid=30502 vsize=9558412 CPUtime=1.31 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (java) R 30502 30504 24394 0 -1 4202560 2556 0 1 0 125 6 0 0 20 0 18 0 255473532 9787813888 89545 33554432000 1073741824 1073778376 140733716955472 140203582623632 248793589005 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (java) S 30502 30504 24394 0 -1 4202560 119 0 0 0 2 2 0 0 20 0 18 0 255473534 9787813888 89545 33554432000 1073741824 1073778376 140733716955472 140203571694632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (java) S 30502 30504 24394 0 -1 4202560 38 0 0 0 4 0 0 0 20 0 18 0 255473534 9787813888 89545 33554432000 1073741824 1073778376 140733716955472 140203425217448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30509] ppid=30502 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/30504/task/30509/stat : 30509 (java) S 30502 30504 24394 0 -1 4202560 128 0 0 0 7 2 0 0 20 0 18 0 255473534 9787813888 89545 33554432000 1073741824 1073778376 140733716955472 140203424164648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30510] ppid=30502 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/30504/task/30510/stat : 30510 (java) S 30502 30504 24394 0 -1 4202560 51 0 0 0 4 2 0 0 20 0 18 0 255473534 9787813888 89545 33554432000 1073741824 1073778376 140733716955472 140203423111848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30511] ppid=30502 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/30504/task/30511/stat : 30511 (java) S 30502 30504 24394 0 -1 4202560 129 0 0 0 5 2 0 0 20 0 18 0 255473534 9787813888 89545 33554432000 1073741824 1073778376 140733716955472 140203422059048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30512] ppid=30502 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/30504/task/30512/stat : 30512 (java) S 30502 30504 24394 0 -1 4202560 102 0 0 0 3 1 0 0 20 0 18 0 255473534 9787813888 89545 33554432000 1073741824 1073778376 140733716955472 140203421006248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30513] ppid=30502 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/30504/task/30513/stat : 30513 (java) S 30502 30504 24394 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 18 0 255473534 9787813888 89545 33554432000 1073741824 1073778376 140733716955472 140203419953448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30514] ppid=30502 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/30504/task/30514/stat : 30514 (java) S 30502 30504 24394 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 18 0 255473534 9787813888 89545 33554432000 1073741824 1073778376 140733716955472 140203418900648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30515] ppid=30502 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30515/stat : 30515 (java) S 30502 30504 24394 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255473535 9787813888 89545 33554432000 1073741824 1073778376 140733716955472 140203406703592 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30516] ppid=30502 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30516/stat : 30516 (java) S 30502 30504 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255473535 9787813888 89545 33554432000 1073741824 1073778376 140733716955472 140203405649656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30517] ppid=30502 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30517/stat : 30517 (java) S 30502 30504 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255473535 9787813888 89545 33554432000 1073741824 1073778376 140733716955472 140203404596744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30518] ppid=30502 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30518/stat : 30518 (java) S 30502 30504 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255473538 9787813888 89545 33554432000 1073741824 1073778376 140733716955472 140203403545232 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30519] ppid=30502 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/30504/task/30519/stat : 30519 (java) S 30502 30504 24394 0 -1 4202560 2877 0 0 0 28 0 0 0 20 0 18 0 255473538 9787813888 89545 33554432000 1073741824 1073778376 140733716955472 140203402492344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30520] ppid=30502 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/30504/task/30520/stat : 30520 (java) S 30502 30504 24394 0 -1 4202560 2664 0 0 0 26 0 0 0 20 0 18 0 255473538 9787813888 89545 33554432000 1073741824 1073778376 140733716955472 140203401439544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30521] ppid=30502 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30521/stat : 30521 (java) S 30502 30504 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255473538 9787813888 89545 33554432000 1073741824 1073778376 140733716955472 140203400386936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30522] ppid=30502 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30522/stat : 30522 (java) S 30502 30504 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255473538 9787813888 89545 33554432000 1073741824 1073778376 140733716955472 140203399334344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 9558412

[startup+3.10078 s]
/proc/loadavg: 2.00 2.01 2.04 3/212 30522
/proc/meminfo: memFree=27875036/32873844 swapFree=6080/6080
[pid=30504] ppid=30502 vsize=9558412 CPUtime=4.33 cores=1,3,5,7
/proc/30504/stat : 30504 (java) S 30502 30504 24394 0 -1 4202496 10794 0 1 0 402 31 0 0 20 0 18 0 255473531 9787813888 159686 33554432000 1073741824 1073778376 140733716955472 140733716946608 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30504/statm: 2389603 159686 2247 9 0 2380296 0
[pid=30504/tid=30506] ppid=30502 vsize=9558412 CPUtime=2.8 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (java) R 30502 30504 24394 0 -1 4202560 2842 0 1 0 270 10 0 0 20 0 18 0 255473532 9787813888 159686 33554432000 1073741824 1073778376 140733716955472 140203582631648 140203453237470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (java) S 30502 30504 24394 0 -1 4202560 160 0 0 0 10 4 0 0 20 0 18 0 255473534 9787813888 159686 33554432000 1073741824 1073778376 140733716955472 140203571694632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (java) S 30502 30504 24394 0 -1 4202560 54 0 0 0 6 2 0 0 20 0 18 0 255473534 9787813888 159686 33554432000 1073741824 1073778376 140733716955472 140203425217448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30509] ppid=30502 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/30504/task/30509/stat : 30509 (java) S 30502 30504 24394 0 -1 4202560 142 0 0 0 10 3 0 0 20 0 18 0 255473534 9787813888 159686 33554432000 1073741824 1073778376 140733716955472 140203424164648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30504/tid=30510] ppid=30502 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/30504/task/30510/stat : 30510 (java) S 30502 30504 24394 0 -1 4202560 68 0 0 0 7 3 0 0 20 0 18 0 255473534 9787813888 159686 33554432000 1073741824 1073778376 140733716955472 140203423111848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30511] ppid=30502 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/30504/task/30511/stat : 30511 (java) S 30502 30504 24394 0 -1 4202560 142 0 0 0 8 2 0 0 20 0 18 0 255473534 9787813888 159686 33554432000 1073741824 1073778376 140733716955472 140203422059048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30512] ppid=30502 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/30504/task/30512/stat : 30512 (java) S 30502 30504 24394 0 -1 4202560 143 0 0 0 11 3 0 0 20 0 18 0 255473534 9787813888 159686 33554432000 1073741824 1073778376 140733716955472 140203421006248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30513] ppid=30502 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/30504/task/30513/stat : 30513 (java) S 30502 30504 24394 0 -1 4202560 26 0 0 0 6 2 0 0 20 0 18 0 255473534 9787813888 159686 33554432000 1073741824 1073778376 140733716955472 140203419953448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30514] ppid=30502 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/30504/task/30514/stat : 30514 (java) S 30502 30504 24394 0 -1 4202560 25 0 0 0 5 2 0 0 20 0 18 0 255473534 9787813888 159686 33554432000 1073741824 1073778376 140733716955472 140203418900648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30515] ppid=30502 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30515/stat : 30515 (java) S 30502 30504 24394 0 -1 4202560 478 0 0 0 0 0 0 0 20 0 18 0 255473535 9787813888 159686 33554432000 1073741824 1073778376 140733716955472 140203406703592 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30516] ppid=30502 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30516/stat : 30516 (java) S 30502 30504 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255473535 9787813888 159686 33554432000 1073741824 1073778376 140733716955472 140203405649656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30517] ppid=30502 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30517/stat : 30517 (java) S 30502 30504 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255473535 9787813888 159686 33554432000 1073741824 1073778376 140733716955472 140203404596744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30518] ppid=30502 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30518/stat : 30518 (java) S 30502 30504 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255473538 9787813888 159686 33554432000 1073741824 1073778376 140733716955472 140203403545232 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30519] ppid=30502 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/30504/task/30519/stat : 30519 (java) S 30502 30504 24394 0 -1 4202560 2877 0 0 0 28 0 0 0 20 0 18 0 255473538 9787813888 159686 33554432000 1073741824 1073778376 140733716955472 140203402492344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30520] ppid=30502 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/30504/task/30520/stat : 30520 (java) S 30502 30504 24394 0 -1 4202560 2664 0 0 0 26 0 0 0 20 0 18 0 255473538 9787813888 159686 33554432000 1073741824 1073778376 140733716955472 140203401439544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30521] ppid=30502 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30521/stat : 30521 (java) S 30502 30504 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255473538 9787813888 159686 33554432000 1073741824 1073778376 140733716955472 140203400386936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30522] ppid=30502 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30522/stat : 30522 (java) S 30502 30504 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255473538 9787813888 159686 33554432000 1073741824 1073778376 140733716955472 140203399334344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 9558412

[startup+6.30079 s]
/proc/loadavg: 2.00 2.01 2.04 4/212 30522
/proc/meminfo: memFree=26212704/32873844 swapFree=6080/6080
[pid=30504] ppid=30502 vsize=9624976 CPUtime=9.38 cores=1,3,5,7
/proc/30504/stat : 30504 (java) S 30502 30504 24394 0 -1 4202496 18466 0 1 0 852 86 0 0 20 0 19 0 255473531 9855975424 558610 33554432000 1073741824 1073778376 140733716955472 140733716946608 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30504/statm: 2406244 558610 2263 9 0 2396937 0
[pid=30504/tid=30506] ppid=30502 vsize=9624976 CPUtime=5.55 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (java) R 30502 30504 24394 0 -1 4202560 4367 0 1 0 519 36 0 0 20 0 19 0 255473532 9855975424 558610 33554432000 1073741824 1073778376 140733716955472 140203582632344 140203453698529 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (java) S 30502 30504 24394 0 -1 4202560 230 0 0 0 29 7 0 0 20 0 19 0 255473534 9855975424 558610 33554432000 1073741824 1073778376 140733716955472 140203571694632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (java) S 30502 30504 24394 0 -1 4202560 417 0 0 0 24 6 0 0 20 0 19 0 255473534 9855975424 558610 33554432000 1073741824 1073778376 140733716955472 140203425217448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30509] ppid=30502 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/30504/task/30509/stat : 30509 (java) S 30502 30504 24394 0 -1 4202560 243 0 0 0 28 6 0 0 20 0 19 0 255473534 9855975424 558610 33554432000 1073741824 1073778376 140733716955472 140203424164648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30504/tid=30510] ppid=30502 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/30504/task/30510/stat : 30510 (java) S 30502 30504 24394 0 -1 4202560 175 0 0 0 26 7 0 0 20 0 19 0 255473534 9855975424 558610 33554432000 1073741824 1073778376 140733716955472 140203423111848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30511] ppid=30502 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/30504/task/30511/stat : 30511 (java) S 30502 30504 24394 0 -1 4202560 494 0 0 0 28 6 0 0 20 0 19 0 255473534 9855975424 558610 33554432000 1073741824 1073778376 140733716955472 140203422059048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30512] ppid=30502 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/30504/task/30512/stat : 30512 (java) S 30502 30504 24394 0 -1 4202560 199 0 0 0 25 6 0 0 20 0 19 0 255473534 9855975424 558610 33554432000 1073741824 1073778376 140733716955472 140203421006248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30513] ppid=30502 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/30504/task/30513/stat : 30513 (java) S 30502 30504 24394 0 -1 4202560 133 0 0 0 26 6 0 0 20 0 19 0 255473534 9855975424 558610 33554432000 1073741824 1073778376 140733716955472 140203419953448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30514] ppid=30502 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/30504/task/30514/stat : 30514 (java) S 30502 30504 24394 0 -1 4202560 443 0 0 0 18 3 0 0 20 0 19 0 255473534 9855975424 558610 33554432000 1073741824 1073778376 140733716955472 140203418900648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30515] ppid=30502 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30515/stat : 30515 (java) S 30502 30504 24394 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 19 0 255473535 9855975424 558610 33554432000 1073741824 1073778376 140733716955472 140203406703592 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30516] ppid=30502 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30516/stat : 30516 (java) S 30502 30504 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255473535 9855975424 558610 33554432000 1073741824 1073778376 140733716955472 140203405649656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30517] ppid=30502 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30517/stat : 30517 (java) S 30502 30504 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255473535 9855975424 558610 33554432000 1073741824 1073778376 140733716955472 140203404596744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30518] ppid=30502 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30518/stat : 30518 (java) S 30502 30504 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255473538 9855975424 558610 33554432000 1073741824 1073778376 140733716955472 140203403545232 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30519] ppid=30502 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/30504/task/30519/stat : 30519 (java) S 30502 30504 24394 0 -1 4202560 2946 0 0 0 52 1 0 0 20 0 19 0 255473538 9855975424 558610 33554432000 1073741824 1073778376 140733716955472 140203402492344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30520] ppid=30502 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/30504/task/30520/stat : 30520 (java) S 30502 30504 24394 0 -1 4202560 6375 0 0 0 60 0 0 0 20 0 19 0 255473538 9855975424 558610 33554432000 1073741824 1073778376 140733716955472 140203401439544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30521] ppid=30502 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30521/stat : 30521 (java) S 30502 30504 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255473538 9855975424 558610 33554432000 1073741824 1073778376 140733716955472 140203400386936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30522] ppid=30502 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30522/stat : 30522 (java) S 30502 30504 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255473538 9855975424 558610 33554432000 1073741824 1073778376 140733716955472 140203399334344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.38
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]
/proc/loadavg: 2.00 2.01 2.03 3/213 30523
/proc/meminfo: memFree=26206760/32873844 swapFree=6080/6080
[pid=30504] ppid=30502 vsize=9624976 CPUtime=15.94 cores=1,3,5,7
/proc/30504/stat : 30504 (java) S 30502 30504 24394 0 -1 4202496 18496 0 1 0 1508 86 0 0 20 0 19 0 255473531 9855975424 558588 33554432000 1073741824 1073778376 140733716955472 140733716946608 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30504/statm: 2406244 558588 2267 9 0 2396937 0
[pid=30504/tid=30506] ppid=30502 vsize=9624976 CPUtime=11.93 cores=1,3,5,7

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

[pid=30504/tid=30519] ppid=30502 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/30504/task/30519/stat : 30519 (java) S 30502 30504 24394 0 -1 4202560 3661 0 0 0 71 1 0 0 20 0 19 0 255473538 9855975424 607741 33554432000 1073741824 1073778376 140733716955472 140203402492344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30520] ppid=30502 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/30504/task/30520/stat : 30520 (java) S 30502 30504 24394 0 -1 4202560 6404 0 0 0 76 0 0 0 20 0 19 0 255473538 9855975424 607741 33554432000 1073741824 1073778376 140733716955472 140203401439544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30521] ppid=30502 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30521/stat : 30521 (java) S 30502 30504 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255473538 9855975424 607741 33554432000 1073741824 1073778376 140733716955472 140203400386936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30522] ppid=30502 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/30504/task/30522/stat : 30522 (java) S 30502 30504 24394 0 -1 4202560 99 0 0 0 25 42 0 0 20 0 19 0 255473538 9855975424 607741 33554432000 1073741824 1073778376 140733716955472 140203399334344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30523] ppid=30502 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30523/stat : 30523 (java) S 30502 30504 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255474119 9855975424 607741 33554432000 1073741824 1073778376 140733716955472 140203398280872 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1727.03
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 30597
/proc/meminfo: memFree=23505936/32873844 swapFree=6080/6080
[pid=30504] ppid=30502 vsize=9624976 CPUtime=1787.08 cores=1,3,5,7
/proc/30504/stat : 30504 (java) S 30502 30504 24394 0 -1 4202496 20106 0 1 0 178564 144 0 0 20 0 19 0 255473531 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140733716946608 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30504/statm: 2406244 608258 2281 9 0 2396937 0
[pid=30504/tid=30506] ppid=30502 vsize=9624976 CPUtime=1761.92 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (java) R 30502 30504 24394 0 -1 4202560 4402 0 1 0 176127 65 0 0 20 0 19 0 255473532 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203582632224 140203453697134 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (java) S 30502 30504 24394 0 -1 4202560 278 0 0 0 53 8 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203571694632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (java) S 30502 30504 24394 0 -1 4202560 434 0 0 0 49 7 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203425217448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30504/tid=30509] ppid=30502 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/30504/task/30509/stat : 30509 (java) S 30502 30504 24394 0 -1 4202560 263 0 0 0 56 8 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203424164648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30504/tid=30510] ppid=30502 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/30504/task/30510/stat : 30510 (java) S 30502 30504 24394 0 -1 4202560 213 0 0 0 52 7 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203423111848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30511] ppid=30502 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/30504/task/30511/stat : 30511 (java) S 30502 30504 24394 0 -1 4202560 504 0 0 0 51 8 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203422059048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30512] ppid=30502 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/30504/task/30512/stat : 30512 (java) S 30502 30504 24394 0 -1 4202560 232 0 0 0 51 8 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203421006248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30513] ppid=30502 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/30504/task/30513/stat : 30513 (java) S 30502 30504 24394 0 -1 4202560 558 0 0 0 52 6 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203419953448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30514] ppid=30502 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/30504/task/30514/stat : 30514 (java) S 30502 30504 24394 0 -1 4202560 453 0 0 0 42 4 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203418900648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30515] ppid=30502 vsize=9624976 CPUtime=13.84 cores=1,3,5,7
/proc/30504/task/30515/stat : 30515 (java) S 30502 30504 24394 0 -1 4202560 1421 0 0 0 1378 6 0 0 20 0 19 0 255473535 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203406703592 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30516] ppid=30502 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30516/stat : 30516 (java) S 30502 30504 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255473535 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203405649656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30517] ppid=30502 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30517/stat : 30517 (java) S 30502 30504 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255473535 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203404596744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30518] ppid=30502 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30518/stat : 30518 (java) S 30502 30504 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255473538 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203403545232 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30519] ppid=30502 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/30504/task/30519/stat : 30519 (java) S 30502 30504 24394 0 -1 4202560 3661 0 0 0 71 1 0 0 20 0 19 0 255473538 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203402492344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30520] ppid=30502 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/30504/task/30520/stat : 30520 (java) S 30502 30504 24394 0 -1 4202560 6404 0 0 0 76 0 0 0 20 0 19 0 255473538 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203401439544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30521] ppid=30502 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30521/stat : 30521 (java) S 30502 30504 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255473538 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203400386936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30522] ppid=30502 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/30504/task/30522/stat : 30522 (java) S 30502 30504 24394 0 -1 4202560 103 0 0 0 27 44 0 0 20 0 19 0 255473538 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203399334344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30523] ppid=30502 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30523/stat : 30523 (java) S 30502 30504 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255474119 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203398280872 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1787.08
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 30597
/proc/meminfo: memFree=23506060/32873844 swapFree=6080/6080
[pid=30504] ppid=30502 vsize=9624976 CPUtime=1800.09 cores=1,3,5,7
/proc/30504/stat : 30504 (java) S 30502 30504 24394 0 -1 4202496 20106 0 1 0 179865 144 0 0 20 0 19 0 255473531 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140733716946608 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30504/statm: 2406244 608258 2281 9 0 2396937 0
[pid=30504/tid=30506] ppid=30502 vsize=9624976 CPUtime=1774.9 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (java) R 30502 30504 24394 0 -1 4202560 4402 0 1 0 177425 65 0 0 20 0 19 0 255473532 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203582632224 140203453697246 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (java) S 30502 30504 24394 0 -1 4202560 278 0 0 0 53 8 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203571694632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (java) S 30502 30504 24394 0 -1 4202560 434 0 0 0 49 7 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203425217448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30504/tid=30509] ppid=30502 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/30504/task/30509/stat : 30509 (java) S 30502 30504 24394 0 -1 4202560 263 0 0 0 56 8 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203424164648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30504/tid=30510] ppid=30502 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/30504/task/30510/stat : 30510 (java) S 30502 30504 24394 0 -1 4202560 213 0 0 0 52 7 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203423111848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30511] ppid=30502 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/30504/task/30511/stat : 30511 (java) S 30502 30504 24394 0 -1 4202560 504 0 0 0 51 8 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203422059048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30512] ppid=30502 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/30504/task/30512/stat : 30512 (java) S 30502 30504 24394 0 -1 4202560 232 0 0 0 51 8 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203421006248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30513] ppid=30502 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/30504/task/30513/stat : 30513 (java) S 30502 30504 24394 0 -1 4202560 558 0 0 0 52 6 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203419953448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30514] ppid=30502 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/30504/task/30514/stat : 30514 (java) S 30502 30504 24394 0 -1 4202560 453 0 0 0 42 4 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203418900648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30515] ppid=30502 vsize=9624976 CPUtime=13.84 cores=1,3,5,7
/proc/30504/task/30515/stat : 30515 (java) S 30502 30504 24394 0 -1 4202560 1421 0 0 0 1378 6 0 0 20 0 19 0 255473535 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203406703592 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30516] ppid=30502 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30516/stat : 30516 (java) S 30502 30504 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255473535 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203405649656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30517] ppid=30502 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30517/stat : 30517 (java) S 30502 30504 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255473535 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203404596744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30518] ppid=30502 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30518/stat : 30518 (java) S 30502 30504 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255473538 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203403545232 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30519] ppid=30502 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/30504/task/30519/stat : 30519 (java) S 30502 30504 24394 0 -1 4202560 3661 0 0 0 71 1 0 0 20 0 19 0 255473538 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203402492344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30520] ppid=30502 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/30504/task/30520/stat : 30520 (java) S 30502 30504 24394 0 -1 4202560 6404 0 0 0 76 0 0 0 20 0 19 0 255473538 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203401439544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30521] ppid=30502 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30521/stat : 30521 (java) S 30502 30504 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255473538 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203400386936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30522] ppid=30502 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/30504/task/30522/stat : 30522 (java) S 30502 30504 24394 0 -1 4202560 103 0 0 0 27 44 0 0 20 0 19 0 255473538 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203399334344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30523] ppid=30502 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30523/stat : 30523 (java) S 30502 30504 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255474119 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203398280872 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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+1795.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 30597
/proc/meminfo: memFree=23506060/32873844 swapFree=6080/6080
[pid=30504] ppid=30502 vsize=9624976 CPUtime=1800.09 cores=1,3,5,7
/proc/30504/stat : 30504 (java) S 30502 30504 24394 0 -1 4202496 20106 0 1 0 179865 144 0 0 20 0 19 0 255473531 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140733716946608 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30504/statm: 2406244 608258 2281 9 0 2396937 0
[pid=30504/tid=30506] ppid=30502 vsize=9624976 CPUtime=1774.9 cores=1,3,5,7
/proc/30504/task/30506/stat : 30506 (java) R 30502 30504 24394 0 -1 4202560 4402 0 1 0 177425 65 0 0 20 0 19 0 255473532 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203582632224 140203453697246 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30507] ppid=30502 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/30504/task/30507/stat : 30507 (java) S 30502 30504 24394 0 -1 4202560 278 0 0 0 53 8 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203571694632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30508] ppid=30502 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/30504/task/30508/stat : 30508 (java) S 30502 30504 24394 0 -1 4202560 434 0 0 0 49 7 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203425217448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30504/tid=30509] ppid=30502 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/30504/task/30509/stat : 30509 (java) S 30502 30504 24394 0 -1 4202560 263 0 0 0 56 8 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203424164648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30504/tid=30510] ppid=30502 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/30504/task/30510/stat : 30510 (java) S 30502 30504 24394 0 -1 4202560 213 0 0 0 52 7 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203423111848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30511] ppid=30502 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/30504/task/30511/stat : 30511 (java) S 30502 30504 24394 0 -1 4202560 504 0 0 0 51 8 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203422059048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30512] ppid=30502 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/30504/task/30512/stat : 30512 (java) S 30502 30504 24394 0 -1 4202560 232 0 0 0 51 8 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203421006248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30513] ppid=30502 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/30504/task/30513/stat : 30513 (java) S 30502 30504 24394 0 -1 4202560 558 0 0 0 52 6 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203419953448 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30504/tid=30514] ppid=30502 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/30504/task/30514/stat : 30514 (java) S 30502 30504 24394 0 -1 4202560 453 0 0 0 42 4 0 0 20 0 19 0 255473534 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203418900648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30515] ppid=30502 vsize=9624976 CPUtime=13.84 cores=1,3,5,7
/proc/30504/task/30515/stat : 30515 (java) S 30502 30504 24394 0 -1 4202560 1421 0 0 0 1378 6 0 0 20 0 19 0 255473535 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203406703592 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30516] ppid=30502 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30516/stat : 30516 (java) S 30502 30504 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255473535 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203405649656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30517] ppid=30502 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30517/stat : 30517 (java) S 30502 30504 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255473535 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203404596744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30518] ppid=30502 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30518/stat : 30518 (java) S 30502 30504 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255473538 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203403545232 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30519] ppid=30502 vsize=9624976 CPUtime=0.72 cores=1,3,5,7
/proc/30504/task/30519/stat : 30519 (java) S 30502 30504 24394 0 -1 4202560 3661 0 0 0 71 1 0 0 20 0 19 0 255473538 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203402492344 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30520] ppid=30502 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/30504/task/30520/stat : 30520 (java) S 30502 30504 24394 0 -1 4202560 6404 0 0 0 76 0 0 0 20 0 19 0 255473538 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203401439544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30521] ppid=30502 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30521/stat : 30521 (java) S 30502 30504 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255473538 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203400386936 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30504/tid=30522] ppid=30502 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/30504/task/30522/stat : 30522 (java) S 30502 30504 24394 0 -1 4202560 103 0 0 0 27 44 0 0 20 0 19 0 255473538 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203399334344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30504/tid=30523] ppid=30502 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/30504/task/30523/stat : 30523 (java) S 30502 30504 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255474119 9855975424 608258 33554432000 1073741824 1073778376 140733716955472 140203398280872 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30504 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=988272
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=872715
# CPU time returned by wait4() is 1795.86
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.35
CPU time (s): 1800.09
CPU user time (s): 1798.65
CPU system time (s): 1.44
CPU usage (%): 100.264
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.99
system time used= 1.87271
maximum resident set size= 2433176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20146
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39100
involuntary context switches= 40153

runsolver used 6.81996 second user time and 16.1235 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-24 23:04:50
IDJOB=3689833
IDBENCH=90976
IDSOLVER=2269
FILE ID=node139/3689833-1337893489
RUNJOBID= node139-1337889901-29321
PBS_JOBID= 14620065
Free space on /tmp= 71656 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_20null20mast_rapportOE2.0_TMAX300_K192_cod2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689833-1337893489/watcher-3689833-1337893489 -o /tmp/evaluation-result-3689833-1337893489/solver-3689833-1337893489 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689833-1337893489.opb

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

MD5SUM BENCH= d6bdbf89ddd7448cef1f1e681200f2c0
RANDOM SEED=736486450

node139.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.750
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.50
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.750
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.750
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.90
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.750
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.750
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.92
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.750
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.750
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.750
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:        28437344 kB
Buffers:          235692 kB
Cached:          2843892 kB
SwapCached:            0 kB
Active:          1067552 kB
Inactive:        2571160 kB
Active(anon):     550592 kB
Inactive(anon):    11120 kB
Active(file):     516960 kB
Inactive(file):  2560040 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             27868 kB
Writeback:             0 kB
AnonPages:        567088 kB
Mapped:            22532 kB
Shmem:               200 kB
Slab:             654440 kB
SReclaimable:      96740 kB
SUnreclaim:       557700 kB
KernelStack:        1592 kB
PageTables:         5396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     825284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    536576 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= 71656 MiB
End job on node139 at 2012-05-24 23:34:47