Trace number 3689977

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.08 1795.44

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_unif_10null0mast_rapportOE2.0_TMAX60_K192_cod1.opb
MD5SUM9306639b4fe31ed54dc3203c6f1fc129
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-4876
Best CPU time to get the best result obtained on this benchmark1800.35
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 999
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 148323151
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 999
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 148323151
Number of bits of the biggest sum of numbers28
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.2.v20120418
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		501472288
0.07/0.09	c Max memory 		7480803328
0.07/0.09	c Total memory 		504102912
0.07/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3689977-1337895227.opb
0.10/0.11	c reading problem ... 
8.76/6.14	c ... done. Wall clock time 6.025s.
8.76/6.14	c declared #vars     399113
8.76/6.14	c #constraints  400980
8.76/6.14	c constraints type 
8.76/6.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
8.76/6.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
8.76/6.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
8.76/6.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
8.76/6.14	c 400980 constraints processed.
8.76/6.14	c objective function length is 306555 literals
72.31/69.13	c cleaning 2500 clauses out of 5001 with flag 5001/5001
153.93/149.92	c cleaning 4243 clauses out of 8500 with flag 11000/11000
248.48/244.45	c cleaning 5624 clauses out of 11257 with flag 18000/18000
355.11/351.03	c cleaning 6812 clauses out of 13634 with flag 26001/26001
486.18/482.09	c cleaning 7904 clauses out of 15821 with flag 35000/35000
626.87/622.62	c cleaning 8953 clauses out of 17917 with flag 45000/45000
779.51/775.25	c cleaning 9978 clauses out of 19965 with flag 56001/56001
932.10/927.88	c cleaning 10983 clauses out of 21987 with flag 68001/68001
1093.67/1089.31	c cleaning 11994 clauses out of 24003 with flag 81000/81000
1264.57/1260.14	c cleaning 12997 clauses out of 26010 with flag 95001/95001
1452.85/1448.34	c cleaning 14004 clauses out of 28012 with flag 110000/110000
1665.12/1660.54	c cleaning 14995 clauses out of 30008 with flag 126000/126000
1800.08/1795.41	c starts		: 103
1800.08/1795.41	c conflicts		: 136008
1800.08/1795.41	c decisions		: 1540710
1800.08/1795.41	c propagations		: 5176399260
1800.08/1795.41	c inspects		: 795259957
1800.08/1795.41	c shortcuts		: 0
1800.08/1795.41	c learnt literals	: 0
1800.08/1795.41	c learnt binary clauses	: 596
1800.08/1795.41	c learnt ternary clauses	: 488
1800.08/1795.41	c learnt constraints	: 136008
1800.08/1795.41	c ignored constraints	: 0
1800.08/1795.41	c root simplifications	: 0
1800.08/1795.41	c removed literals (reason simplification)	: 0
1800.08/1795.41	c reason swapping (by a shorter reason)	: 0
1800.08/1795.41	c Calls to reduceDB	: 12
1800.08/1795.41	c number of reductions to clauses (during analyze)	: 0
1800.08/1795.41	c number of learned constraints concerned by reduction	: 0
1800.08/1795.41	c number of learning phase by resolution	: 0
1800.08/1795.41	c number of learning phase by cutting planes	: 0
1800.08/1795.41	c speed (assignments/second)	: 2893275.252443388
1800.08/1795.41	c non guided choices	134
1800.08/1795.42	c learnt constraints type 
1800.08/1795.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 596
1800.08/1795.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 24425
1800.08/1795.42	c constraints type 
1800.08/1795.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.08/1795.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.08/1795.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.08/1795.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.08/1795.42	c 400980 constraints processed.
1800.08/1795.42	s UNKNOWN
1800.08/1795.42	c Total wall clock time (in seconds): 1795.308

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-3689977-1337895227/watcher-3689977-1337895227 -o /tmp/evaluation-result-3689977-1337895227/solver-3689977-1337895227 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689977-1337895227.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.90 2.20 2.06 2/196 25589
/proc/meminfo: memFree=26977732/32873844 swapFree=7124/7124
[pid=25589] ppid=25587 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/25589/stat : 25589 (java) S 25587 25589 22462 0 -1 4202496 1145 0 0 0 0 0 0 0 20 0 2 0 255648191 24780800 867 33554432000 1073741824 1073778376 140734943922000 140734943913136 273909055549 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25589/statm: 6050 867 654 9 0 385 0
[pid=25589/tid=25590] ppid=25587 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25590/stat : 25590 (java) R 25587 25589 22462 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 2 0 255648192 91889664 882 33554432000 1073741824 1073778376 140734943922000 140734943911064 273905495717 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.082954 s]
/proc/loadavg: 2.90 2.20 2.06 2/196 25589
/proc/meminfo: memFree=26977732/32873844 swapFree=7124/7124
[pid=25589] ppid=25587 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/25589/stat : 25589 (java) S 25587 25589 22462 0 -1 4202496 3634 0 1 0 6 1 0 0 20 0 18 0 255648191 9787813888 4844 33554432000 1073741824 1073778376 140734943922000 140734943913136 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25589/statm: 2389603 4845 1932 9 0 2380296 0
[pid=25589/tid=25590] ppid=25587 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/25589/task/25590/stat : 25590 (java) R 25587 25589 22462 0 -1 4202560 2218 0 1 0 6 0 0 0 20 0 18 0 255648192 9787813888 4845 33554432000 1073741824 1073778376 140734943922000 140009408117408 273909081357 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.100299 s]
/proc/loadavg: 2.90 2.20 2.06 2/196 25589
/proc/meminfo: memFree=26977732/32873844 swapFree=7124/7124
[pid=25589] ppid=25587 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/25589/stat : 25589 (java) S 25587 25589 22462 0 -1 4202496 4312 0 1 0 9 1 0 0 20 0 18 0 255648191 9787813888 5508 33554432000 1073741824 1073778376 140734943922000 140734943913136 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25589/statm: 2389603 5509 2108 9 0 2380296 0
[pid=25589/tid=25590] ppid=25587 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/25589/task/25590/stat : 25590 (java) R 25587 25589 22462 0 -1 4202560 2367 0 1 0 7 0 0 0 20 0 18 0 255648192 9787813888 5509 33554432000 1073741824 1073778376 140734943922000 140009408113584 273905323851 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300263 s]
/proc/loadavg: 2.90 2.20 2.06 2/196 25589
/proc/meminfo: memFree=26977732/32873844 swapFree=7124/7124
[pid=25589] ppid=25587 vsize=9558412 CPUtime=0.48 cores=0,2,4,6
/proc/25589/stat : 25589 (java) S 25587 25589 22462 0 -1 4202496 5827 0 1 0 46 2 0 0 20 0 18 0 255648191 9787813888 14502 33554432000 1073741824 1073778376 140734943922000 140734943913136 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25589/statm: 2389603 14502 2215 9 0 2380296 0
[pid=25589/tid=25590] ppid=25587 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/25589/task/25590/stat : 25590 (java) R 25587 25589 22462 0 -1 4202560 2456 0 1 0 26 1 0 0 20 0 18 0 255648192 9787813888 14502 33554432000 1073741824 1073778376 140734943922000 140009408114760 140009240148581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.70028 s]
/proc/loadavg: 2.90 2.20 2.06 2/196 25589
/proc/meminfo: memFree=26977732/32873844 swapFree=7124/7124
[pid=25589] ppid=25587 vsize=9558412 CPUtime=0.98 cores=0,2,4,6
/proc/25589/stat : 25589 (java) S 25587 25589 22462 0 -1 4202496 6020 0 1 0 93 5 0 0 20 0 18 0 255648191 9787813888 45327 33554432000 1073741824 1073778376 140734943922000 140734943913136 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25589/statm: 2389603 45327 2231 9 0 2380296 0
[pid=25589/tid=25590] ppid=25587 vsize=9558412 CPUtime=0.64 cores=0,2,4,6
/proc/25589/task/25590/stat : 25590 (java) R 25587 25589 22462 0 -1 4202560 2507 0 1 0 61 3 0 0 20 0 18 0 255648192 9787813888 45327 33554432000 1073741824 1073778376 140734943922000 140009408113912 140009240146324 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9558412

[startup+1.50063 s]
/proc/loadavg: 2.90 2.20 2.06 5/214 25607
/proc/meminfo: memFree=26798016/32873844 swapFree=7124/7124
[pid=25589] ppid=25587 vsize=9558412 CPUtime=2.41 cores=0,2,4,6
/proc/25589/stat : 25589 (java) S 25587 25589 22462 0 -1 4202496 10503 0 1 0 225 16 0 0 20 0 18 0 255648191 9787813888 95561 33554432000 1073741824 1073778376 140734943922000 140734943913136 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25589/statm: 2389603 95561 2247 9 0 2380296 0
[pid=25589/tid=25590] ppid=25587 vsize=9558412 CPUtime=1.34 cores=0,2,4,6
/proc/25589/task/25590/stat : 25590 (java) S 25587 25589 22462 0 -1 4202560 2560 0 1 0 129 5 0 0 20 0 18 0 255648192 9787813888 95561 33554432000 1073741824 1073778376 140734943922000 140009408113592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25589/tid=25592] ppid=25587 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/25589/task/25592/stat : 25592 (java) R 25587 25589 22462 0 -1 4202560 73 0 0 0 4 2 0 0 20 0 18 0 255648193 9787813888 95561 33554432000 1073741824 1073778376 140734943922000 140009369606568 140009410586297 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25593] ppid=25587 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/25589/task/25593/stat : 25593 (java) R 25587 25589 22462 0 -1 4202560 307 0 0 0 6 2 0 0 20 0 18 0 255648193 9787813888 95561 33554432000 1073741824 1073778376 140734943922000 140009368554200 140009412290735 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25594] ppid=25587 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/25589/task/25594/stat : 25594 (java) S 25587 25589 22462 0 -1 4202560 56 0 0 0 4 1 0 0 20 0 18 0 255648193 9787813888 95563 33554432000 1073741824 1073778376 140734943922000 140009367500968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25589/tid=25595] ppid=25587 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/25589/task/25595/stat : 25595 (java) R 25587 25589 22462 0 -1 4202560 44 0 0 0 5 0 0 0 20 0 18 0 255648193 9787813888 95563 33554432000 1073741824 1073778376 140734943922000 140009366448600 140009411871884 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25596] ppid=25587 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/25589/task/25596/stat : 25596 (java) R 25587 25589 22462 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 18 0 255648193 9787813888 95563 33554432000 1073741824 1073778376 140734943922000 140009365396392 140009410586297 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25597] ppid=25587 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/25589/task/25597/stat : 25597 (java) R 25587 25589 22462 0 -1 4202560 37 0 0 0 4 0 0 0 20 0 18 0 255648193 9787813888 95563 33554432000 1073741824 1073778376 140734943922000 140009364343848 140009410586297 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25589/tid=25598] ppid=25587 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/25589/task/25598/stat : 25598 (java) R 25587 25589 22462 0 -1 4202560 66 0 0 0 3 2 0 0 20 0 18 0 255648193 9787813888 95563 33554432000 1073741824 1073778376 140734943922000 140009363290968 140009415011452 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25589/tid=25599] ppid=25587 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/25589/task/25599/stat : 25599 (java) R 25587 25589 22462 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 255648193 9787813888 95563 33554432000 1073741824 1073778376 140734943922000 140009362238248 273909068860 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25600] ppid=25587 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25600/stat : 25600 (java) S 25587 25589 22462 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 255648194 9787813888 95563 33554432000 1073741824 1073778376 140734943922000 140009232364808 273909068860 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25601] ppid=25587 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25601/stat : 25601 (java) S 25587 25589 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255648195 9787813888 95563 33554432000 1073741824 1073778376 140734943922000 140009231312248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25602] ppid=25587 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25602/stat : 25602 (java) S 25587 25589 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 255648195 9787813888 96075 33554432000 1073741824 1073778376 140734943922000 140009230259080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25603] ppid=25587 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25603/stat : 25603 (java) S 25587 25589 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255648197 9787813888 96075 33554432000 1073741824 1073778376 140734943922000 140009229207824 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25604] ppid=25587 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/25589/task/25604/stat : 25604 (java) S 25587 25589 22462 0 -1 4202560 2987 0 0 0 28 0 0 0 20 0 18 0 255648197 9787813888 96075 33554432000 1073741824 1073778376 140734943922000 140009228155704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25589/tid=25605] ppid=25587 vsize=9558412 CPUtime=0.26 cores=0,2,4,6
/proc/25589/task/25605/stat : 25605 (java) S 25587 25589 22462 0 -1 4202560 2960 0 0 0 26 0 0 0 20 0 18 0 255648197 9787813888 96075 33554432000 1073741824 1073778376 140734943922000 140009227103160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25606] ppid=25587 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25606/stat : 25606 (java) S 25587 25589 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255648197 9787813888 96075 33554432000 1073741824 1073778376 140734943922000 140009226050296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25607] ppid=25587 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25607/stat : 25607 (java) S 25587 25589 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255648197 9787813888 96075 33554432000 1073741824 1073778376 140734943922000 140009224997960 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 9558412

[startup+3.10073 s]
/proc/loadavg: 2.90 2.20 2.06 3/214 25607
/proc/meminfo: memFree=26178720/32873844 swapFree=7124/7124
[pid=25589] ppid=25587 vsize=9558412 CPUtime=4.6 cores=0,2,4,6
/proc/25589/stat : 25589 (java) S 25587 25589 22462 0 -1 4202496 13297 0 1 0 413 47 0 0 20 0 18 0 255648191 9787813888 419610 33554432000 1073741824 1073778376 140734943922000 140734943913136 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25589/statm: 2389603 419610 2247 9 0 2380296 0
[pid=25589/tid=25590] ppid=25587 vsize=9558412 CPUtime=2.73 cores=0,2,4,6
/proc/25589/task/25590/stat : 25590 (java) R 25587 25589 22462 0 -1 4202560 3783 0 1 0 250 23 0 0 20 0 18 0 255648192 9787813888 419610 33554432000 1073741824 1073778376 140734943922000 140009408114072 140009240148656 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25589/tid=25592] ppid=25587 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/25589/task/25592/stat : 25592 (java) S 25587 25589 22462 0 -1 4202560 106 0 0 0 13 3 0 0 20 0 18 0 255648193 9787813888 419610 33554432000 1073741824 1073778376 140734943922000 140009369606568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25593] ppid=25587 vsize=9558412 CPUtime=0.18 cores=0,2,4,6
/proc/25589/task/25593/stat : 25593 (java) S 25587 25589 22462 0 -1 4202560 337 0 0 0 14 4 0 0 20 0 18 0 255648193 9787813888 419610 33554432000 1073741824 1073778376 140734943922000 140009368554024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25589/tid=25594] ppid=25587 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/25589/task/25594/stat : 25594 (java) S 25587 25589 22462 0 -1 4202560 85 0 0 0 11 3 0 0 20 0 18 0 255648193 9787813888 419610 33554432000 1073741824 1073778376 140734943922000 140009367500968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25595] ppid=25587 vsize=9558412 CPUtime=0.15 cores=0,2,4,6
/proc/25589/task/25595/stat : 25595 (java) S 25587 25589 22462 0 -1 4202560 77 0 0 0 12 3 0 0 20 0 18 0 255648193 9787813888 419610 33554432000 1073741824 1073778376 140734943922000 140009366448424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25596] ppid=25587 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/25589/task/25596/stat : 25596 (java) S 25587 25589 22462 0 -1 4202560 73 0 0 0 10 2 0 0 20 0 18 0 255648193 9787813888 419610 33554432000 1073741824 1073778376 140734943922000 140009365396392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25597] ppid=25587 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/25589/task/25597/stat : 25597 (java) S 25587 25589 22462 0 -1 4202560 76 0 0 0 10 3 0 0 20 0 18 0 255648193 9787813888 419610 33554432000 1073741824 1073778376 140734943922000 140009364343848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25598] ppid=25587 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/25589/task/25598/stat : 25598 (java) S 25587 25589 22462 0 -1 4202560 387 0 0 0 12 4 0 0 20 0 18 0 255648193 9787813888 419610 33554432000 1073741824 1073778376 140734943922000 140009363290792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25599] ppid=25587 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/25589/task/25599/stat : 25599 (java) S 25587 25589 22462 0 -1 4202560 286 0 0 0 11 1 0 0 20 0 18 0 255648193 9787813888 419610 33554432000 1073741824 1073778376 140734943922000 140009362238248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25589/tid=25600] ppid=25587 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25600/stat : 25600 (java) S 25587 25589 22462 0 -1 4202560 966 0 0 0 0 0 0 0 20 0 18 0 255648194 9787813888 419610 33554432000 1073741824 1073778376 140734943922000 140009232365928 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25601] ppid=25587 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25601/stat : 25601 (java) S 25587 25589 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255648195 9787813888 419610 33554432000 1073741824 1073778376 140734943922000 140009231312248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25602] ppid=25587 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25602/stat : 25602 (java) S 25587 25589 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 255648195 9787813888 419610 33554432000 1073741824 1073778376 140734943922000 140009230259080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25603] ppid=25587 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25603/stat : 25603 (java) S 25587 25589 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255648197 9787813888 419610 33554432000 1073741824 1073778376 140734943922000 140009229207824 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25604] ppid=25587 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/25589/task/25604/stat : 25604 (java) S 25587 25589 22462 0 -1 4202560 2987 0 0 0 28 0 0 0 20 0 18 0 255648197 9787813888 419610 33554432000 1073741824 1073778376 140734943922000 140009228155704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25589/tid=25605] ppid=25587 vsize=9558412 CPUtime=0.26 cores=0,2,4,6
/proc/25589/task/25605/stat : 25605 (java) S 25587 25589 22462 0 -1 4202560 2960 0 0 0 26 0 0 0 20 0 18 0 255648197 9787813888 420122 33554432000 1073741824 1073778376 140734943922000 140009227103160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25606] ppid=25587 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25606/stat : 25606 (java) S 25587 25589 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255648197 9787813888 420122 33554432000 1073741824 1073778376 140734943922000 140009226050296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25607] ppid=25587 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25607/stat : 25607 (java) S 25587 25589 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255648197 9787813888 420122 33554432000 1073741824 1073778376 140734943922000 140009224997960 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 9558412

[startup+6.30077 s]
/proc/loadavg: 2.82 2.20 2.06 3/214 25607
/proc/meminfo: memFree=24748544/32873844 swapFree=7124/7124
[pid=25589] ppid=25587 vsize=9624976 CPUtime=9.07 cores=0,2,4,6
/proc/25589/stat : 25589 (java) S 25587 25589 22462 0 -1 4202496 15211 0 1 0 835 72 0 0 20 0 19 0 255648191 9855975424 590298 33554432000 1073741824 1073778376 140734943922000 140734943913136 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25589/statm: 2406244 590299 2260 9 0 2396937 0
[pid=25589/tid=25590] ppid=25587 vsize=9624976 CPUtime=5.53 cores=0,2,4,6
/proc/25589/task/25590/stat : 25590 (java) R 25587 25589 22462 0 -1 4202560 4041 0 1 0 523 30 0 0 20 0 19 0 255648192 9855975424 590299 33554432000 1073741824 1073778376 140734943922000 140009408115336 273909068860 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25592] ppid=25587 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/25589/task/25592/stat : 25592 (java) S 25587 25589 22462 0 -1 4202560 178 0 0 0 32 6 0 0 20 0 19 0 255648193 9855975424 590299 33554432000 1073741824 1073778376 140734943922000 140009369606568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25589/tid=25593] ppid=25587 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/25589/task/25593/stat : 25593 (java) S 25587 25589 22462 0 -1 4202560 410 0 0 0 35 8 0 0 20 0 19 0 255648193 9855975424 590299 33554432000 1073741824 1073778376 140734943922000 140009368554024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25589/tid=25594] ppid=25587 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/25589/task/25594/stat : 25594 (java) S 25587 25589 22462 0 -1 4202560 149 0 0 0 29 6 0 0 20 0 19 0 255648193 9855975424 590299 33554432000 1073741824 1073778376 140734943922000 140009367500968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25589/tid=25595] ppid=25587 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/25589/task/25595/stat : 25595 (java) S 25587 25589 22462 0 -1 4202560 397 0 0 0 26 5 0 0 20 0 19 0 255648193 9855975424 590299 33554432000 1073741824 1073778376 140734943922000 140009366448424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25589/tid=25596] ppid=25587 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/25589/task/25596/stat : 25596 (java) S 25587 25589 22462 0 -1 4202560 438 0 0 0 24 4 0 0 20 0 19 0 255648193 9855975424 590299 33554432000 1073741824 1073778376 140734943922000 140009365396392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25597] ppid=25587 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/25589/task/25597/stat : 25597 (java) S 25587 25589 22462 0 -1 4202560 414 0 0 0 20 4 0 0 20 0 19 0 255648193 9855975424 590299 33554432000 1073741824 1073778376 140734943922000 140009364343848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25589/tid=25598] ppid=25587 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/25589/task/25598/stat : 25598 (java) S 25587 25589 22462 0 -1 4202560 443 0 0 0 29 5 0 0 20 0 19 0 255648193 9855975424 590299 33554432000 1073741824 1073778376 140734943922000 140009363290792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25589/tid=25599] ppid=25587 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/25589/task/25599/stat : 25599 (java) S 25587 25589 22462 0 -1 4202560 345 0 0 0 30 4 0 0 20 0 19 0 255648193 9855975424 590299 33554432000 1073741824 1073778376 140734943922000 140009362238248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25589/tid=25600] ppid=25587 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25600/stat : 25600 (java) S 25587 25589 22462 0 -1 4202560 1265 0 0 0 0 0 0 0 20 0 19 0 255648194 9855975424 590299 33554432000 1073741824 1073778376 140734943922000 140009232365928 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25601] ppid=25587 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25601/stat : 25601 (java) S 25587 25589 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255648195 9855975424 590299 33554432000 1073741824 1073778376 140734943922000 140009231312248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25602] ppid=25587 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25602/stat : 25602 (java) S 25587 25589 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255648195 9855975424 590299 33554432000 1073741824 1073778376 140734943922000 140009230259080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25603] ppid=25587 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25603/stat : 25603 (java) S 25587 25589 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255648197 9855975424 590299 33554432000 1073741824 1073778376 140734943922000 140009229207824 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25604] ppid=25587 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/25589/task/25604/stat : 25604 (java) S 25587 25589 22462 0 -1 4202560 2988 0 0 0 36 0 0 0 20 0 19 0 255648197 9855975424 590299 33554432000 1073741824 1073778376 140734943922000 140009228155704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25589/tid=25605] ppid=25587 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/25589/task/25605/stat : 25605 (java) S 25587 25589 22462 0 -1 4202560 2963 0 0 0 35 0 0 0 20 0 19 0 255648197 9855975424 590299 33554432000 1073741824 1073778376 140734943922000 140009227103160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25606] ppid=25587 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25606/stat : 25606 (java) S 25587 25589 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255648197 9855975424 590299 33554432000 1073741824 1073778376 140734943922000 140009226050296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25607] ppid=25587 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25607/stat : 25607 (java) S 25587 25589 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255648197 9855975424 590299 33554432000 1073741824 1073778376 140734943922000 140009224997960 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=25589/tid=25604] ppid=25587 vsize=9624976 CPUtime=1.02 cores=0,2,4,6
/proc/25589/task/25604/stat : 25604 (java) S 25587 25589 22462 0 -1 4202560 9814 0 0 0 99 3 0 0 20 0 19 0 255648197 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009228155704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25589/tid=25605] ppid=25587 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/25589/task/25605/stat : 25605 (java) S 25587 25589 22462 0 -1 4202560 3070 0 0 0 67 0 0 0 20 0 19 0 255648197 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009227103160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25606] ppid=25587 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25606/stat : 25606 (java) S 25587 25589 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255648197 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009226050296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25607] ppid=25587 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/25589/task/25607/stat : 25607 (java) S 25587 25589 22462 0 -1 4202560 95 0 0 0 41 35 0 0 20 0 19 0 255648197 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009224997960 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25589/tid=25608] ppid=25587 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25608/stat : 25608 (java) S 25587 25589 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255648822 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140008216323112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1666.94
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 25657
/proc/meminfo: memFree=24216492/32873844 swapFree=7124/7124
[pid=25589] ppid=25587 vsize=9624976 CPUtime=1726.96 cores=0,2,4,6
/proc/25589/stat : 25589 (java) S 25587 25589 22462 0 -1 4202496 22565 0 1 0 172576 120 0 0 20 0 19 0 255648191 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140734943913136 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25589/statm: 2406244 642745 2281 9 0 2396937 0
[pid=25589/tid=25590] ppid=25587 vsize=9624976 CPUtime=1710.06 cores=0,2,4,6
/proc/25589/task/25590/stat : 25590 (java) R 25587 25589 22462 0 -1 4202560 4056 0 1 0 170949 57 0 0 20 0 19 0 255648192 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009408114976 140009240595340 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25592] ppid=25587 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/25589/task/25592/stat : 25592 (java) S 25587 25589 22462 0 -1 4202560 206 0 0 0 38 6 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009369606568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25593] ppid=25587 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/25589/task/25593/stat : 25593 (java) S 25587 25589 22462 0 -1 4202560 433 0 0 0 42 8 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009368554024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25594] ppid=25587 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/25589/task/25594/stat : 25594 (java) S 25587 25589 22462 0 -1 4202560 204 0 0 0 34 7 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009367500968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25589/tid=25595] ppid=25587 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/25589/task/25595/stat : 25595 (java) S 25587 25589 22462 0 -1 4202560 407 0 0 0 33 5 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009366448424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25596] ppid=25587 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/25589/task/25596/stat : 25596 (java) S 25587 25589 22462 0 -1 4202560 449 0 0 0 29 5 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009365396392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25597] ppid=25587 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/25589/task/25597/stat : 25597 (java) S 25587 25589 22462 0 -1 4202560 443 0 0 0 28 6 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009364343848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25598] ppid=25587 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/25589/task/25598/stat : 25598 (java) S 25587 25589 22462 0 -1 4202560 461 0 0 0 34 7 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009363290792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25599] ppid=25587 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/25589/task/25599/stat : 25599 (java) S 25587 25589 22462 0 -1 4202560 358 0 0 0 36 5 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009362238248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25589/tid=25600] ppid=25587 vsize=9624976 CPUtime=6.87 cores=0,2,4,6
/proc/25589/task/25600/stat : 25600 (java) S 25587 25589 22462 0 -1 4202560 1384 0 0 0 685 2 0 0 20 0 19 0 255648194 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009232365928 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25589/tid=25601] ppid=25587 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25601/stat : 25601 (java) S 25587 25589 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255648195 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009231312248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25602] ppid=25587 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25602/stat : 25602 (java) S 25587 25589 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255648195 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009230259080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25603] ppid=25587 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25603/stat : 25603 (java) S 25587 25589 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255648197 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009229207824 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25604] ppid=25587 vsize=9624976 CPUtime=1.02 cores=0,2,4,6
/proc/25589/task/25604/stat : 25604 (java) S 25587 25589 22462 0 -1 4202560 9814 0 0 0 99 3 0 0 20 0 19 0 255648197 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009228155704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25589/tid=25605] ppid=25587 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/25589/task/25605/stat : 25605 (java) S 25587 25589 22462 0 -1 4202560 3070 0 0 0 67 0 0 0 20 0 19 0 255648197 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009227103160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25606] ppid=25587 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25606/stat : 25606 (java) S 25587 25589 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255648197 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009226050296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25607] ppid=25587 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/25589/task/25607/stat : 25607 (java) S 25587 25589 22462 0 -1 4202560 99 0 0 0 44 36 0 0 20 0 19 0 255648197 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009224997960 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25589/tid=25608] ppid=25587 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25608/stat : 25608 (java) S 25587 25589 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255648822 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140008216323112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.96
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/215 25657
/proc/meminfo: memFree=24215996/32873844 swapFree=7124/7124
[pid=25589] ppid=25587 vsize=9624976 CPUtime=1786.97 cores=0,2,4,6
/proc/25589/stat : 25589 (java) S 25587 25589 22462 0 -1 4202496 22569 0 1 0 178576 121 0 0 20 0 19 0 255648191 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140734943913136 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25589/statm: 2406244 642745 2281 9 0 2396937 0
[pid=25589/tid=25590] ppid=25587 vsize=9624976 CPUtime=1769.91 cores=0,2,4,6
/proc/25589/task/25590/stat : 25590 (java) R 25587 25589 22462 0 -1 4202560 4056 0 1 0 176933 58 0 0 20 0 19 0 255648192 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009408114976 140009240595220 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25592] ppid=25587 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/25589/task/25592/stat : 25592 (java) S 25587 25589 22462 0 -1 4202560 206 0 0 0 38 6 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009369606568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25593] ppid=25587 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/25589/task/25593/stat : 25593 (java) S 25587 25589 22462 0 -1 4202560 433 0 0 0 42 8 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009368554024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25594] ppid=25587 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/25589/task/25594/stat : 25594 (java) S 25587 25589 22462 0 -1 4202560 204 0 0 0 34 7 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009367500968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25589/tid=25595] ppid=25587 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/25589/task/25595/stat : 25595 (java) S 25587 25589 22462 0 -1 4202560 407 0 0 0 33 5 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009366448424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25596] ppid=25587 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/25589/task/25596/stat : 25596 (java) S 25587 25589 22462 0 -1 4202560 449 0 0 0 29 5 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009365396392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25597] ppid=25587 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/25589/task/25597/stat : 25597 (java) S 25587 25589 22462 0 -1 4202560 443 0 0 0 28 6 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009364343848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25598] ppid=25587 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/25589/task/25598/stat : 25598 (java) S 25587 25589 22462 0 -1 4202560 461 0 0 0 34 7 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009363290792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25599] ppid=25587 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/25589/task/25599/stat : 25599 (java) S 25587 25589 22462 0 -1 4202560 358 0 0 0 36 5 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009362238248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25589/tid=25600] ppid=25587 vsize=9624976 CPUtime=6.88 cores=0,2,4,6
/proc/25589/task/25600/stat : 25600 (java) S 25587 25589 22462 0 -1 4202560 1384 0 0 0 685 3 0 0 20 0 19 0 255648194 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009232365928 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25589/tid=25601] ppid=25587 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25601/stat : 25601 (java) S 25587 25589 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255648195 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009231312248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25602] ppid=25587 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25602/stat : 25602 (java) S 25587 25589 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255648195 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009230259080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25603] ppid=25587 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25603/stat : 25603 (java) S 25587 25589 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255648197 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009229207824 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25604] ppid=25587 vsize=9624976 CPUtime=1.02 cores=0,2,4,6
/proc/25589/task/25604/stat : 25604 (java) S 25587 25589 22462 0 -1 4202560 9814 0 0 0 99 3 0 0 20 0 19 0 255648197 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009228155704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25589/tid=25605] ppid=25587 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/25589/task/25605/stat : 25605 (java) S 25587 25589 22462 0 -1 4202560 3070 0 0 0 67 0 0 0 20 0 19 0 255648197 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009227103160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25606] ppid=25587 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25606/stat : 25606 (java) S 25587 25589 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255648197 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009226050296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25607] ppid=25587 vsize=9624976 CPUtime=0.82 cores=0,2,4,6
/proc/25589/task/25607/stat : 25607 (java) S 25587 25589 22462 0 -1 4202560 103 0 0 0 45 37 0 0 20 0 19 0 255648197 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009224997960 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25589/tid=25608] ppid=25587 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25608/stat : 25608 (java) S 25587 25589 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255648822 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140008216323112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1786.97
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 1.97 2.00 2.00 3/215 25716
/proc/meminfo: memFree=26668384/32873844 swapFree=7124/7124
[pid=25589] ppid=25587 vsize=9624976 CPUtime=1800.08 cores=0,2,4,6
/proc/25589/stat : 25589 (java) S 25587 25589 22462 0 -1 4202496 22569 0 1 0 179887 121 0 0 20 0 19 0 255648191 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140734943913136 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25589/statm: 2406244 642745 2281 9 0 2396937 0
[pid=25589/tid=25590] ppid=25587 vsize=9624976 CPUtime=1782.98 cores=0,2,4,6
/proc/25589/task/25590/stat : 25590 (java) R 25587 25589 22462 0 -1 4202560 4056 0 1 0 178239 59 0 0 20 0 19 0 255648192 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009408114976 140009240600655 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25592] ppid=25587 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/25589/task/25592/stat : 25592 (java) S 25587 25589 22462 0 -1 4202560 206 0 0 0 38 6 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009369606568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25593] ppid=25587 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/25589/task/25593/stat : 25593 (java) S 25587 25589 22462 0 -1 4202560 433 0 0 0 42 8 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009368554024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25594] ppid=25587 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/25589/task/25594/stat : 25594 (java) S 25587 25589 22462 0 -1 4202560 204 0 0 0 34 7 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009367500968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25589/tid=25595] ppid=25587 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/25589/task/25595/stat : 25595 (java) S 25587 25589 22462 0 -1 4202560 407 0 0 0 33 5 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009366448424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25596] ppid=25587 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/25589/task/25596/stat : 25596 (java) S 25587 25589 22462 0 -1 4202560 449 0 0 0 29 5 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009365396392 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25597] ppid=25587 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/25589/task/25597/stat : 25597 (java) S 25587 25589 22462 0 -1 4202560 443 0 0 0 28 6 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009364343848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25598] ppid=25587 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/25589/task/25598/stat : 25598 (java) S 25587 25589 22462 0 -1 4202560 461 0 0 0 34 7 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009363290792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25599] ppid=25587 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/25589/task/25599/stat : 25599 (java) S 25587 25589 22462 0 -1 4202560 358 0 0 0 36 5 0 0 20 0 19 0 255648193 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009362238248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25589/tid=25600] ppid=25587 vsize=9624976 CPUtime=6.88 cores=0,2,4,6
/proc/25589/task/25600/stat : 25600 (java) S 25587 25589 22462 0 -1 4202560 1384 0 0 0 685 3 0 0 20 0 19 0 255648194 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009232365928 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25589/tid=25601] ppid=25587 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25601/stat : 25601 (java) S 25587 25589 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255648195 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009231312248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25602] ppid=25587 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25602/stat : 25602 (java) S 25587 25589 22462 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255648195 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009230259080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25603] ppid=25587 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25603/stat : 25603 (java) S 25587 25589 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255648197 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009229207824 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25589/tid=25604] ppid=25587 vsize=9624976 CPUtime=1.02 cores=0,2,4,6
/proc/25589/task/25604/stat : 25604 (java) S 25587 25589 22462 0 -1 4202560 9814 0 0 0 99 3 0 0 20 0 19 0 255648197 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009228155704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25589/tid=25605] ppid=25587 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/25589/task/25605/stat : 25605 (java) S 25587 25589 22462 0 -1 4202560 3070 0 0 0 67 0 0 0 20 0 19 0 255648197 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009227103160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25606] ppid=25587 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25606/stat : 25606 (java) S 25587 25589 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255648197 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009226050296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25589/tid=25607] ppid=25587 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/25589/task/25607/stat : 25607 (java) S 25587 25589 22462 0 -1 4202560 103 0 0 0 46 37 0 0 20 0 19 0 255648197 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140009224997960 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25589/tid=25608] ppid=25587 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25589/task/25608/stat : 25608 (java) S 25587 25589 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255648822 9855975424 642745 33554432000 1073741824 1073778376 140734943922000 140008216323112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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

Child status: 143

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

Real time (s): 1795.44
CPU time (s): 1800.08
CPU user time (s): 1798.87
CPU system time (s): 1.21
CPU usage (%): 100.258
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.23
system time used= 1.65175
maximum resident set size= 2571108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22604
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38930
involuntary context switches= 8402

runsolver used 6.02308 second user time and 15.6706 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-24 23:33:48
IDJOB=3689977
IDBENCH=92615
IDSOLVER=2269
FILE ID=node134/3689977-1337895227
RUNJOBID= node134-1337871881-22478
PBS_JOBID= 14620070
Free space on /tmp= 71660 MiB

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

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

MD5SUM BENCH= 9306639b4fe31ed54dc3203c6f1fc129
RANDOM SEED=217653829

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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	: 5332.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.55
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.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26977740 kB
Buffers:          230032 kB
Cached:          2523208 kB
SwapCached:            0 kB
Active:          2896128 kB
Inactive:        2216628 kB
Active(anon):    2355756 kB
Inactive(anon):     5996 kB
Active(file):     540372 kB
Inactive(file):  2210632 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             63192 kB
Writeback:             0 kB
AnonPages:       2380440 kB
Mapped:            22632 kB
Shmem:               212 kB
Slab:             629736 kB
SReclaimable:      70936 kB
SUnreclaim:       558800 kB
KernelStack:        1608 kB
PageTables:         8844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3272692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2328576 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= 71692 MiB
End job on node134 at 2012-05-25 00:03:45