Trace number 4099738

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
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.13 885.59

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos9.opb
MD5SUM9b565ffd2f62b11d1859d685ea38235b
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables874498
Total number of constraints110909
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints110822
Minimum length of a constraint11
Maximum length of a constraint14080
Number of terms in the objective function 198658
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 38727219
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 30720
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 38727219
Number of bits of the biggest sum of numbers26
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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 Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
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 phase appearing in latest learned clause 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 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4099738-1466206135.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
28.44/16.60	c ... done. Wall clock time 16.489s.
28.44/16.60	c declared #vars     874498
28.44/16.60	c #constraints  118637
28.44/16.60	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
28.44/16.60	c constraints type 
28.44/16.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 87
28.44/16.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 118550
28.44/16.60	c 118637 constraints processed.
28.44/16.60	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
28.44/16.60	c constraints type 
28.44/16.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 87
28.44/16.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 118550
28.44/16.60	c 118637 constraints processed.
28.44/16.60	c objective function length is 198658 literals
96.50/47.23	c cleaning 2501 clauses out of 5002 with flag 10014/5002
113.73/55.54	c cleaning 0 clauses out of 5000 with flag 0/5000
148.44/72.20	c cleaning 4263 clauses out of 8528 with flag 22075/11029
212.16/103.16	c cleaning 5620 clauses out of 11241 with flag 36034/18005
222.68/108.25	c cleaning 0 clauses out of 11000 with flag 0/11000
293.37/142.77	c cleaning 6820 clauses out of 13641 with flag 52086/26025
397.22/194.89	c cleaning 7898 clauses out of 15796 with flag 70052/35000
414.57/203.43	c cleaning 0 clauses out of 18000 with flag 0/18000
520.61/255.62	c cleaning 8954 clauses out of 17910 with flag 90104/45012
674.87/331.21	c cleaning 9973 clauses out of 19946 with flag 112112/56002
736.34/361.44	c cleaning 0 clauses out of 26000 with flag 0/26000
844.48/416.22	c cleaning 10986 clauses out of 21971 with flag 136135/68000
965.78/475.69	c cleaning 11994 clauses out of 23988 with flag 162155/81003
1102.21/542.26	c cleaning 13008 clauses out of 26018 with flag 190213/95027
1272.12/626.70	c cleaning 0 clauses out of 35001 with flag 0/35001
1276.01/628.64	c cleaning 13995 clauses out of 27992 with flag 220201/110009
1488.85/733.06	c cleaning 15004 clauses out of 30007 with flag 252259/126019
1721.65/847.21	c cleaning 15988 clauses out of 31984 with flag 286271/143000
1800.13/885.50	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/885.50	c starts		: 1
1800.13/885.50	c conflicts		: 152220
1800.13/885.50	c decisions		: 337040
1800.13/885.50	c propagations		: 3650234
1800.13/885.50	c inspects		: 931565697
1800.13/885.50	c shortcuts		: 0
1800.13/885.50	c learnt literals	: 0
1800.13/885.50	c learnt binary clauses	: 0
1800.13/885.50	c learnt ternary clauses	: 0
1800.13/885.50	c learnt constraints	: 152219
1800.13/885.50	c ignored constraints	: 0
1800.13/885.50	c root simplifications	: 0
1800.13/885.50	c removed literals (reason simplification)	: 167210
1800.13/885.50	c reason swapping (by a shorter reason)	: 0
1800.13/885.50	c Calls to reduceDB	: 13
1800.13/885.50	c Number of update (reduction) of LBD	: 23
1800.13/885.50	c Imported unit clauses	: 0
1800.13/885.50	c number of reductions to clauses (during analyze)	: 0
1800.13/885.50	c number of learned constraints concerned by reduction	: 0
1800.13/885.50	c number of learning phase by resolution	: 0
1800.13/885.50	c number of learning phase by cutting planes	: 0
1800.13/885.50	c speed (assignments/second)	: 4201.722710984902
1800.13/885.50	c non guided choices	0
1800.13/885.52	c learnt constraints type 
1800.13/885.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 25216
1800.13/885.52	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/885.52	c starts		: 66
1800.13/885.52	c conflicts		: 44287
1800.13/885.52	c decisions		: 515580
1800.13/885.52	c propagations		: 7616151
1800.13/885.52	c inspects		: 993186729
1800.13/885.52	c shortcuts		: 0
1800.13/885.52	c learnt literals	: 0
1800.13/885.52	c learnt binary clauses	: 0
1800.13/885.52	c learnt ternary clauses	: 0
1800.13/885.52	c learnt constraints	: 44286
1800.13/885.52	c ignored constraints	: 0
1800.13/885.52	c root simplifications	: 0
1800.13/885.52	c removed literals (reason simplification)	: 0
1800.13/885.52	c reason swapping (by a shorter reason)	: 0
1800.13/885.52	c Calls to reduceDB	: 5
1800.13/885.52	c Number of update (reduction) of LBD	: 0
1800.13/885.52	c Imported unit clauses	: 0
1800.13/885.52	c number of reductions to clauses (during analyze)	: 0
1800.13/885.52	c number of learned constraints concerned by reduction	: 0
1800.13/885.52	c number of learning phase by resolution	: 0
1800.13/885.52	c number of learning phase by cutting planes	: 0
1800.13/885.52	c speed (assignments/second)	: 8766.691606427552
1800.13/885.52	c non guided choices	763
1800.13/885.54	c learnt constraints type 
1800.13/885.54	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 7225
1800.13/885.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37061
1800.13/885.55	s UNKNOWN
1800.13/885.55	c Total wall clock time (in seconds): 885.436

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4099738-1466206135/watcher-4099738-1466206135 -o /tmp/evaluation-result-4099738-1466206135/solver-4099738-1466206135 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7345 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4099738-1466206135.opb 

pid=9537
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: 1.92 0.82 0.41 3/174 9540
/proc/meminfo: memFree=30237044/32872528 swapFree=1505436/1685308
[pid=9540] ppid=9537 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/9540/stat : 9540 (java) R 9537 9540 7329 0 -1 4202496 684 0 0 0 0 0 0 0 20 0 1 0 22659676 23793664 334 33554432000 1073741824 1073778376 140736861712496 140736861701560 215115414081 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9540/statm: 5809 346 266 9 0 128 0

[startup+0.100154 s]
/proc/loadavg: 1.92 0.82 0.41 3/174 9540
/proc/meminfo: memFree=30237044/32872528 swapFree=1505436/1685308
[pid=9540] ppid=9537 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/9540/stat : 9540 (java) S 9537 9540 7329 0 -1 4202496 4442 0 1 0 9 1 0 0 20 0 18 0 22659676 9787879424 6052 33554432000 1073741824 1073778376 140736861712496 140736861703632 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9540/statm: 2389619 6052 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 1.92 0.82 0.41 3/174 9540
/proc/meminfo: memFree=30237044/32872528 swapFree=1505436/1685308
[pid=9540] ppid=9537 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/9540/stat : 9540 (java) S 9537 9540 7329 0 -1 4202496 5163 0 1 0 28 1 0 0 20 0 18 0 22659676 9787879424 16835 33554432000 1073741824 1073778376 140736861712496 140736861703632 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9540/statm: 2389619 16835 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300324 s]
/proc/loadavg: 1.92 0.82 0.41 3/174 9540
/proc/meminfo: memFree=30237044/32872528 swapFree=1505436/1685308
[pid=9540] ppid=9537 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/9540/stat : 9540 (java) S 9537 9540 7329 0 -1 4202496 5497 0 1 0 44 2 0 0 20 0 18 0 22659676 9787879424 22535 33554432000 1073741824 1073778376 140736861712496 140736861703632 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9540/statm: 2389619 22535 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700219 s]
/proc/loadavg: 1.92 0.82 0.41 3/174 9540
/proc/meminfo: memFree=30237044/32872528 swapFree=1505436/1685308
[pid=9540] ppid=9537 vsize=9558476 CPUtime=1.15 cores=0,2,4,6
/proc/9540/stat : 9540 (java) S 9537 9540 7329 0 -1 4202496 7116 0 1 0 110 5 0 0 20 0 18 0 22659676 9787879424 53237 33554432000 1073741824 1073778376 140736861712496 140736861703632 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9540/statm: 2389619 53237 2260 9 0 2380296 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 1.92 0.82 0.41 5/192 9558
/proc/meminfo: memFree=29872232/32872528 swapFree=1505436/1685308
[pid=9540] ppid=9537 vsize=9558476 CPUtime=3.61 cores=0,2,4,6
/proc/9540/stat : 9540 (java) S 9537 9540 7329 0 -1 4202496 32252 0 1 0 338 23 0 0 20 0 18 0 22659676 9787879424 134314 33554432000 1073741824 1073778376 140736861712496 140736861703632 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9540/statm: 2389619 134314 2264 9 0 2380296 0
[pid=9540/tid=9542] ppid=9537 vsize=9558476 CPUtime=1.23 cores=0,2,4,6
/proc/9540/task/9542/stat : 9542 (java) S 9537 9540 7329 0 -1 4202560 2524 0 1 0 118 5 0 0 20 0 18 0 22659677 9787879424 134314 33554432000 1073741824 1073778376 140736861712496 140543098674632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9540/tid=9543] ppid=9537 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/9540/task/9543/stat : 9543 (java) R 9537 9540 7329 0 -1 4202560 292 0 0 0 10 3 0 0 20 0 18 0 22659678 9787879424 134314 33554432000 1073741824 1073778376 140736861712496 140543076776664 140543101146825 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9544] ppid=9537 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/9540/task/9544/stat : 9544 (java) R 9537 9540 7329 0 -1 4202560 375 0 0 0 5 0 0 0 20 0 18 0 22659678 9787879424 134314 33554432000 1073741824 1073778376 140736861712496 140543075723448 140543101146825 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9540/tid=9545] ppid=9537 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/9540/task/9545/stat : 9545 (java) R 9537 9540 7329 0 -1 4202560 63 0 0 0 6 2 0 0 20 0 18 0 22659678 9787879424 134314 33554432000 1073741824 1073778376 140736861712496 140542872644056 140543101146809 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9540/tid=9546] ppid=9537 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/9540/task/9546/stat : 9546 (java) R 9537 9540 7329 0 -1 4202560 68 0 0 0 9 2 0 0 20 0 18 0 22659678 9787879424 134314 33554432000 1073741824 1073778376 140736861712496 140542871591256 140543101953948 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9547] ppid=9537 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9540/task/9547/stat : 9547 (java) R 9537 9540 7329 0 -1 4202560 408 0 0 0 8 1 0 0 20 0 18 0 22659678 9787879424 134314 33554432000 1073741824 1073778376 140736861712496 140542870539064 140543101146809 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9540/tid=9548] ppid=9537 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/9540/task/9548/stat : 9548 (java) R 9537 9540 7329 0 -1 4202560 138 0 0 0 7 1 0 0 20 0 18 0 22659678 9787879424 134314 33554432000 1073741824 1073778376 140736861712496 140542869486384 140543101146825 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9540/tid=9549] ppid=9537 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/9540/task/9549/stat : 9549 (java) R 9537 9540 7329 0 -1 4202560 197 0 0 0 10 0 0 0 20 0 18 0 22659678 9787879424 134314 33554432000 1073741824 1073778376 140736861712496 140542868433880 140543105184080 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9550] ppid=9537 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/9540/task/9550/stat : 9550 (java) R 9537 9540 7329 0 -1 4202560 94 0 0 0 9 2 0 0 20 0 18 0 22659678 9787879424 134314 33554432000 1073741824 1073778376 140736861712496 140542867381080 140543105184179 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9540/tid=9551] ppid=9537 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9551/stat : 9551 (java) S 9537 9540 7329 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 18 0 22659679 9787879424 134314 33554432000 1073741824 1073778376 140736861712496 140542855181704 215127995452 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9552] ppid=9537 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9552/stat : 9552 (java) S 9537 9540 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22659680 9787879424 134314 33554432000 1073741824 1073778376 140736861712496 140542854128888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9553] ppid=9537 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9553/stat : 9553 (java) S 9537 9540 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22659680 9787879424 134314 33554432000 1073741824 1073778376 140736861712496 140542853075976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9554] ppid=9537 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9554/stat : 9554 (java) S 9537 9540 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659682 9787879424 134314 33554432000 1073741824 1073778376 140736861712496 140542852024464 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9555] ppid=9537 vsize=9558476 CPUtime=0.77 cores=0,2,4,6
/proc/9540/task/9555/stat : 9555 (java) S 9537 9540 7329 0 -1 4202560 12908 0 0 0 75 2 0 0 20 0 18 0 22659682 9787879424 134314 33554432000 1073741824 1073778376 140736861712496 140542850958696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9556] ppid=9537 vsize=9558476 CPUtime=0.7 cores=0,2,4,6
/proc/9540/task/9556/stat : 9556 (java) S 9537 9540 7329 0 -1 4202560 13863 0 0 0 67 3 0 0 20 0 18 0 22659682 9787879424 134314 33554432000 1073741824 1073778376 140736861712496 140542849905896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9557] ppid=9537 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9557/stat : 9557 (java) S 9537 9540 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659682 9787879424 134314 33554432000 1073741824 1073778376 140736861712496 140542848867192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9558] ppid=9537 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9558/stat : 9558 (java) S 9537 9540 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659682 9787879424 134314 33554432000 1073741824 1073778376 140736861712496 140542847814600 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 9558476

[startup+3.10085 s]
/proc/loadavg: 1.92 0.82 0.41 3/192 9558
/proc/meminfo: memFree=29501788/32872528 swapFree=1505436/1685308
[pid=9540] ppid=9537 vsize=9558476 CPUtime=5.85 cores=0,2,4,6
/proc/9540/stat : 9540 (java) S 9537 9540 7329 0 -1 4202496 33925 0 1 0 546 39 0 0 20 0 18 0 22659676 9787879424 192466 33554432000 1073741824 1073778376 140736861712496 140736861703632 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9540/statm: 2389619 192466 2275 9 0 2380296 0
[pid=9540/tid=9542] ppid=9537 vsize=9558476 CPUtime=2.09 cores=0,2,4,6
/proc/9540/task/9542/stat : 9542 (java) R 9537 9540 7329 0 -1 4202560 2741 0 1 0 202 7 0 0 20 0 18 0 22659677 9787879424 192466 33554432000 1073741824 1073778376 140736861712496 140543098667120 140542957082882 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9540/tid=9543] ppid=9537 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/9540/task/9543/stat : 9543 (java) S 9537 9540 7329 0 -1 4202560 349 0 0 0 20 5 0 0 20 0 18 0 22659678 9787879424 192466 33554432000 1073741824 1073778376 140736861712496 140543076776488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9540/tid=9544] ppid=9537 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/9540/task/9544/stat : 9544 (java) S 9537 9540 7329 0 -1 4202560 434 0 0 0 16 3 0 0 20 0 18 0 22659678 9787879424 192466 33554432000 1073741824 1073778376 140736861712496 140543075723688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9545] ppid=9537 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/9540/task/9545/stat : 9545 (java) S 9537 9540 7329 0 -1 4202560 417 0 0 0 11 3 0 0 20 0 18 0 22659678 9787879424 192466 33554432000 1073741824 1073778376 140736861712496 140542872643880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9546] ppid=9537 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/9540/task/9546/stat : 9546 (java) S 9537 9540 7329 0 -1 4202560 122 0 0 0 17 4 0 0 20 0 18 0 22659678 9787879424 192466 33554432000 1073741824 1073778376 140736861712496 140542871591080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9540/tid=9547] ppid=9537 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/9540/task/9547/stat : 9547 (java) S 9537 9540 7329 0 -1 4202560 450 0 0 0 14 2 0 0 20 0 18 0 22659678 9787879424 192466 33554432000 1073741824 1073778376 140736861712496 140542870539304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9540/tid=9548] ppid=9537 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/9540/task/9548/stat : 9548 (java) S 9537 9540 7329 0 -1 4202560 183 0 0 0 14 3 0 0 20 0 18 0 22659678 9787879424 192466 33554432000 1073741824 1073778376 140736861712496 140542869486504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9540/tid=9549] ppid=9537 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/9540/task/9549/stat : 9549 (java) S 9537 9540 7329 0 -1 4202560 256 0 0 0 22 3 0 0 20 0 18 0 22659678 9787879424 192466 33554432000 1073741824 1073778376 140736861712496 140542868433704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9540/tid=9550] ppid=9537 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/9540/task/9550/stat : 9550 (java) S 9537 9540 7329 0 -1 4202560 489 0 0 0 19 5 0 0 20 0 18 0 22659678 9787879424 192466 33554432000 1073741824 1073778376 140736861712496 140542867380904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9540/tid=9551] ppid=9537 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/9540/task/9551/stat : 9551 (java) S 9537 9540 7329 0 -1 4202560 462 0 0 0 50 0 0 0 20 0 18 0 22659679 9787879424 192466 33554432000 1073741824 1073778376 140736861712496 140542855182824 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9552] ppid=9537 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9552/stat : 9552 (java) S 9537 9540 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22659680 9787879424 192466 33554432000 1073741824 1073778376 140736861712496 140542854128888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9553] ppid=9537 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9553/stat : 9553 (java) S 9537 9540 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22659680 9787879424 192466 33554432000 1073741824 1073778376 140736861712496 140542853075976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9554] ppid=9537 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9554/stat : 9554 (java) S 9537 9540 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659682 9787879424 192466 33554432000 1073741824 1073778376 140736861712496 140542852024464 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9555] ppid=9537 vsize=9558476 CPUtime=0.77 cores=0,2,4,6
/proc/9540/task/9555/stat : 9555 (java) S 9537 9540 7329 0 -1 4202560 12908 0 0 0 75 2 0 0 20 0 18 0 22659682 9787879424 192466 33554432000 1073741824 1073778376 140736861712496 140542850972600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9556] ppid=9537 vsize=9558476 CPUtime=0.7 cores=0,2,4,6
/proc/9540/task/9556/stat : 9556 (java) S 9537 9540 7329 0 -1 4202560 13863 0 0 0 67 3 0 0 20 0 18 0 22659682 9787879424 192466 33554432000 1073741824 1073778376 140736861712496 140542849919800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9557] ppid=9537 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9557/stat : 9557 (java) S 9537 9540 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659682 9787879424 192466 33554432000 1073741824 1073778376 140736861712496 140542848867192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9558] ppid=9537 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9558/stat : 9558 (java) S 9537 9540 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659682 9787879424 192466 33554432000 1073741824 1073778376 140736861712496 140542847814600 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 9558476

[startup+6.30073 s]
/proc/loadavg: 2.64 0.99 0.46 4/213 9586
/proc/meminfo: memFree=28302676/32872528 swapFree=1505436/1685308
[pid=9540] ppid=9537 vsize=9558476 CPUtime=10.82 cores=0,2,4,6
/proc/9540/stat : 9540 (java) S 9537 9540 7329 0 -1 4202496 37834 0 1 0 1009 73 0 0 20 0 18 0 22659676 9787879424 310792 33554432000 1073741824 1073778376 140736861712496 140736861703632 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9540/statm: 2389619 310792 2284 9 0 2380296 0
[pid=9540/tid=9542] ppid=9537 vsize=9558476 CPUtime=3.74 cores=0,2,4,6
/proc/9540/task/9542/stat : 9542 (java) R 9537 9540 7329 0 -1 4202560 2815 0 1 0 364 10 0 0 20 0 18 0 22659677 9787879424 310792 33554432000 1073741824 1073778376 140736861712496 140543098666992 215128007949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9540/tid=9543] ppid=9537 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/9540/task/9543/stat : 9543 (java) S 9537 9540 7329 0 -1 4202560 567 0 0 0 45 8 0 0 20 0 18 0 22659678 9787879424 310792 33554432000 1073741824 1073778376 140736861712496 140543076776488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9544] ppid=9537 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/9540/task/9544/stat : 9544 (java) S 9537 9540 7329 0 -1 4202560 847 0 0 0 44 8 0 0 20 0 18 0 22659678 9787879424 310792 33554432000 1073741824 1073778376 140736861712496 140543075723688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9540/tid=9545] ppid=9537 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/9540/task/9545/stat : 9545 (java) S 9537 9540 7329 0 -1 4202560 857 0 0 0 41 7 0 0 20 0 18 0 22659678 9787879424 310792 33554432000 1073741824 1073778376 140736861712496 140542872643880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9546] ppid=9537 vsize=9558476 CPUtime=0.4 cores=0,2,4,6
/proc/9540/task/9546/stat : 9546 (java) S 9537 9540 7329 0 -1 4202560 1120 0 0 0 34 6 0 0 20 0 18 0 22659678 9787879424 310792 33554432000 1073741824 1073778376 140736861712496 140542871591080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9547] ppid=9537 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/9540/task/9547/stat : 9547 (java) S 9537 9540 7329 0 -1 4202560 537 0 0 0 39 6 0 0 20 0 18 0 22659678 9787879424 310792 33554432000 1073741824 1073778376 140736861712496 140542870539304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9548] ppid=9537 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/9540/task/9548/stat : 9548 (java) S 9537 9540 7329 0 -1 4202560 1029 0 0 0 41 8 0 0 20 0 18 0 22659678 9787879424 310792 33554432000 1073741824 1073778376 140736861712496 140542869486504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9540/tid=9549] ppid=9537 vsize=9558476 CPUtime=0.59 cores=0,2,4,6
/proc/9540/task/9549/stat : 9549 (java) S 9537 9540 7329 0 -1 4202560 346 0 0 0 51 8 0 0 20 0 18 0 22659678 9787879424 310792 33554432000 1073741824 1073778376 140736861712496 140542868433704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9550] ppid=9537 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/9540/task/9550/stat : 9550 (java) S 9537 9540 7329 0 -1 4202560 578 0 0 0 41 8 0 0 20 0 18 0 22659678 9787879424 310792 33554432000 1073741824 1073778376 140736861712496 140542867380904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9551] ppid=9537 vsize=9558476 CPUtime=1.44 cores=0,2,4,6
/proc/9540/task/9551/stat : 9551 (java) S 9537 9540 7329 0 -1 4202560 1110 0 0 0 144 0 0 0 20 0 18 0 22659679 9787879424 310792 33554432000 1073741824 1073778376 140736861712496 140542855182824 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9552] ppid=9537 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9552/stat : 9552 (java) S 9537 9540 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22659680 9787879424 310792 33554432000 1073741824 1073778376 140736861712496 140542854128888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9553] ppid=9537 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9553/stat : 9553 (java) S 9537 9540 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22659680 9787879424 310792 33554432000 1073741824 1073778376 140736861712496 140542853075976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9554] ppid=9537 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9554/stat : 9554 (java) S 9537 9540 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659682 9787879424 310792 33554432000 1073741824 1073778376 140736861712496 140542852024464 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9555] ppid=9537 vsize=9558476 CPUtime=0.84 cores=0,2,4,6
/proc/9540/task/9555/stat : 9555 (java) S 9537 9540 7329 0 -1 4202560 12914 0 0 0 82 2 0 0 20 0 18 0 22659682 9787879424 310792 33554432000 1073741824 1073778376 140736861712496 140542850972600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9556] ppid=9537 vsize=9558476 CPUtime=0.71 cores=0,2,4,6
/proc/9540/task/9556/stat : 9556 (java) S 9537 9540 7329 0 -1 4202560 13863 0 0 0 68 3 0 0 20 0 18 0 22659682 9787879424 310792 33554432000 1073741824 1073778376 140736861712496 140542849919800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9557] ppid=9537 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9557/stat : 9557 (java) S 9537 9540 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659682 9787879424 310792 33554432000 1073741824 1073778376 140736861712496 140542848867192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9558] ppid=9537 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9558/stat : 9558 (java) S 9537 9540 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659682 9787879424 310792 33554432000 1073741824 1073778376 140736861712496 140542847814600 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.82
Current children cumulated vsize (KiB) 9558476

[startup+12.7079 s]
/proc/loadavg: 2.67 1.03 0.48 5/213 9586
/proc/meminfo: memFree=25365652/32872528 swapFree=1505436/1685308
[pid=9540] ppid=9537 vsize=9558476 CPUtime=23 cores=0,2,4,6
/proc/9540/stat : 9540 (java) S 9537 9540 7329 0 -1 4202496 41856 0 1 0 2072 228 0 0 20 0 18 0 22659676 9787879424 689582 33554432000 1073741824 1073778376 140736861712496 140736861703632 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9540/statm: 2389619 689582 2284 9 0 2380296 0

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

/proc/9540/task/9545/stat : 9545 (java) S 9537 9540 7329 0 -1 4202560 1839 0 0 0 1242 57 0 0 20 0 22 0 22659678 10060525568 1457587 33554432000 1073741824 1073778376 140736861712496 140542872643880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9546] ppid=9537 vsize=9824732 CPUtime=12.13 cores=0,2,4,6
/proc/9540/task/9546/stat : 9546 (java) S 9537 9540 7329 0 -1 4202560 2311 0 0 0 1148 65 0 0 20 0 22 0 22659678 10060525568 1457587 33554432000 1073741824 1073778376 140736861712496 140542871591080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9540/tid=9547] ppid=9537 vsize=9824732 CPUtime=12.04 cores=0,2,4,6
/proc/9540/task/9547/stat : 9547 (java) S 9537 9540 7329 0 -1 4202560 1501 0 0 0 1141 63 0 0 20 0 22 0 22659678 10060525568 1457587 33554432000 1073741824 1073778376 140736861712496 140542870539304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9548] ppid=9537 vsize=9824732 CPUtime=12.42 cores=0,2,4,6
/proc/9540/task/9548/stat : 9548 (java) S 9537 9540 7329 0 -1 4202560 2235 0 0 0 1176 66 0 0 20 0 22 0 22659678 10060525568 1457587 33554432000 1073741824 1073778376 140736861712496 140542869486504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9549] ppid=9537 vsize=9824732 CPUtime=12.59 cores=0,2,4,6
/proc/9540/task/9549/stat : 9549 (java) S 9537 9540 7329 0 -1 4202560 1695 0 0 0 1192 67 0 0 20 0 22 0 22659678 10060525568 1457587 33554432000 1073741824 1073778376 140736861712496 140542868433704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9550] ppid=9537 vsize=9824732 CPUtime=12.17 cores=0,2,4,6
/proc/9540/task/9550/stat : 9550 (java) S 9537 9540 7329 0 -1 4202560 2121 0 0 0 1146 71 0 0 20 0 22 0 22659678 10060525568 1457587 33554432000 1073741824 1073778376 140736861712496 140542867380904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9551] ppid=9537 vsize=9824732 CPUtime=17.17 cores=0,2,4,6
/proc/9540/task/9551/stat : 9551 (java) S 9537 9540 7329 0 -1 4202560 5274 0 0 0 1698 19 0 0 20 0 22 0 22659679 10060525568 1457587 33554432000 1073741824 1073778376 140736861712496 140542855182824 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9540/tid=9552] ppid=9537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9552/stat : 9552 (java) S 9537 9540 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22659680 10060525568 1457587 33554432000 1073741824 1073778376 140736861712496 140542854128888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9553] ppid=9537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9553/stat : 9553 (java) S 9537 9540 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22659680 10060525568 1457587 33554432000 1073741824 1073778376 140736861712496 140542853075976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9554] ppid=9537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9554/stat : 9554 (java) S 9537 9540 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22659682 10060525568 1457587 33554432000 1073741824 1073778376 140736861712496 140542852024464 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9555] ppid=9537 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/9540/task/9555/stat : 9555 (java) S 9537 9540 7329 0 -1 4202560 15231 0 0 0 250 3 0 0 20 0 22 0 22659682 10060525568 1457587 33554432000 1073741824 1073778376 140736861712496 140542850972600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9540/tid=9556] ppid=9537 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/9540/task/9556/stat : 9556 (java) S 9537 9540 7329 0 -1 4202560 15205 0 0 0 261 3 0 0 20 0 22 0 22659682 10060525568 1457587 33554432000 1073741824 1073778376 140736861712496 140542849919800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9557] ppid=9537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9557/stat : 9557 (java) S 9537 9540 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22659682 10060525568 1457587 33554432000 1073741824 1073778376 140736861712496 140542848867192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9558] ppid=9537 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/9540/task/9558/stat : 9558 (java) S 9537 9540 7329 0 -1 4202560 47 0 0 0 16 17 0 0 20 0 22 0 22659682 10060525568 1457587 33554432000 1073741824 1073778376 140736861712496 140542847814600 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9540/tid=9587] ppid=9537 vsize=9824732 CPUtime=768.27 cores=0,2,4,6
/proc/9540/task/9587/stat : 9587 (java) R 9537 9540 7329 0 -1 4202560 149 0 0 0 76815 12 0 0 20 0 22 0 22661337 10060525568 1457587 33554432000 1073741824 1073778376 140736861712496 140542846758448 140542958160879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9540/tid=9588] ppid=9537 vsize=9824732 CPUtime=768.23 cores=0,2,4,6
/proc/9540/task/9588/stat : 9588 (java) R 9537 9540 7329 0 -1 4202560 138 0 0 0 76811 12 0 0 20 0 22 0 22661337 10060525568 1457587 33554432000 1073741824 1073778376 140736861712496 140542845704672 140542957211932 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9540/tid=9589] ppid=9537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9589/stat : 9589 (java) S 9537 9540 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22661353 10060525568 1457587 33554432000 1073741824 1073778376 140736861712496 140542844654504 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9590] ppid=9537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9590/stat : 9590 (java) S 9537 9540 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22661353 10060525568 1457587 33554432000 1073741824 1073778376 140736861712496 140542843601704 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1670.7
Current children cumulated vsize (KiB) 9824732

[startup+882.301 s]
/proc/loadavg: 4.28 4.15 2.81 5/221 9617
/proc/meminfo: memFree=16326480/32872528 swapFree=1505436/1685308
[pid=9540] ppid=9537 vsize=9824732 CPUtime=1793.5 cores=0,2,4,6
/proc/9540/stat : 9540 (java) S 9537 9540 7329 0 -1 4202496 56705 0 1 0 178765 585 0 0 20 0 22 0 22659676 10060525568 1515443 33554432000 1073741824 1073778376 140736861712496 140736861703632 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9540/statm: 2456183 1515443 2298 9 0 2446860 0
[pid=9540/tid=9542] ppid=9537 vsize=9824732 CPUtime=8.87 cores=0,2,4,6
/proc/9540/task/9542/stat : 9542 (java) S 9537 9540 7329 0 -1 4202560 3399 0 1 0 873 14 0 0 20 0 22 0 22659677 10060525568 1515443 33554432000 1073741824 1073778376 140736861712496 140543098676088 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9540/tid=9543] ppid=9537 vsize=9824732 CPUtime=12.39 cores=0,2,4,6
/proc/9540/task/9543/stat : 9543 (java) S 9537 9540 7329 0 -1 4202560 1895 0 0 0 1177 62 0 0 20 0 22 0 22659678 10060525568 1515443 33554432000 1073741824 1073778376 140736861712496 140543076776488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9544] ppid=9537 vsize=9824732 CPUtime=13.57 cores=0,2,4,6
/proc/9540/task/9544/stat : 9544 (java) S 9537 9540 7329 0 -1 4202560 2207 0 0 0 1293 64 0 0 20 0 22 0 22659678 10060525568 1515443 33554432000 1073741824 1073778376 140736861712496 140543075723688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9545] ppid=9537 vsize=9824732 CPUtime=13.79 cores=0,2,4,6
/proc/9540/task/9545/stat : 9545 (java) S 9537 9540 7329 0 -1 4202560 1879 0 0 0 1319 60 0 0 20 0 22 0 22659678 10060525568 1515443 33554432000 1073741824 1073778376 140736861712496 140542872643880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9546] ppid=9537 vsize=9824732 CPUtime=12.9 cores=0,2,4,6
/proc/9540/task/9546/stat : 9546 (java) S 9537 9540 7329 0 -1 4202560 2335 0 0 0 1224 66 0 0 20 0 22 0 22659678 10060525568 1515443 33554432000 1073741824 1073778376 140736861712496 140542871591080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9547] ppid=9537 vsize=9824732 CPUtime=12.72 cores=0,2,4,6
/proc/9540/task/9547/stat : 9547 (java) S 9537 9540 7329 0 -1 4202560 1520 0 0 0 1207 65 0 0 20 0 22 0 22659678 10060525568 1515443 33554432000 1073741824 1073778376 140736861712496 140542870539304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9548] ppid=9537 vsize=9824732 CPUtime=13.12 cores=0,2,4,6
/proc/9540/task/9548/stat : 9548 (java) S 9537 9540 7329 0 -1 4202560 2265 0 0 0 1244 68 0 0 20 0 22 0 22659678 10060525568 1515443 33554432000 1073741824 1073778376 140736861712496 140542869486504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9549] ppid=9537 vsize=9824732 CPUtime=13.23 cores=0,2,4,6
/proc/9540/task/9549/stat : 9549 (java) S 9537 9540 7329 0 -1 4202560 1719 0 0 0 1254 69 0 0 20 0 22 0 22659678 10060525568 1515443 33554432000 1073741824 1073778376 140736861712496 140542868433704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9550] ppid=9537 vsize=9824732 CPUtime=12.96 cores=0,2,4,6
/proc/9540/task/9550/stat : 9550 (java) S 9537 9540 7329 0 -1 4202560 2156 0 0 0 1223 73 0 0 20 0 22 0 22659678 10060525568 1515443 33554432000 1073741824 1073778376 140736861712496 140542867380904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9551] ppid=9537 vsize=9824732 CPUtime=17.19 cores=0,2,4,6
/proc/9540/task/9551/stat : 9551 (java) S 9537 9540 7329 0 -1 4202560 5278 0 0 0 1699 20 0 0 20 0 22 0 22659679 10060525568 1515443 33554432000 1073741824 1073778376 140736861712496 140542855182824 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9540/tid=9552] ppid=9537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9552/stat : 9552 (java) S 9537 9540 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22659680 10060525568 1515443 33554432000 1073741824 1073778376 140736861712496 140542854128888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9553] ppid=9537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9553/stat : 9553 (java) S 9537 9540 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22659680 10060525568 1515443 33554432000 1073741824 1073778376 140736861712496 140542853075976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9554] ppid=9537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9554/stat : 9554 (java) S 9537 9540 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22659682 10060525568 1515443 33554432000 1073741824 1073778376 140736861712496 140542852024464 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9555] ppid=9537 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/9540/task/9555/stat : 9555 (java) S 9537 9540 7329 0 -1 4202560 15231 0 0 0 250 3 0 0 20 0 22 0 22659682 10060525568 1515443 33554432000 1073741824 1073778376 140736861712496 140542850972600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9540/tid=9556] ppid=9537 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/9540/task/9556/stat : 9556 (java) S 9537 9540 7329 0 -1 4202560 15205 0 0 0 261 3 0 0 20 0 22 0 22659682 10060525568 1515443 33554432000 1073741824 1073778376 140736861712496 140542849919800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9557] ppid=9537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9557/stat : 9557 (java) S 9537 9540 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22659682 10060525568 1515443 33554432000 1073741824 1073778376 140736861712496 140542848867192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9558] ppid=9537 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/9540/task/9558/stat : 9558 (java) S 9537 9540 7329 0 -1 4202560 51 0 0 0 17 18 0 0 20 0 22 0 22659682 10060525568 1515443 33554432000 1073741824 1073778376 140736861712496 140542847814600 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9587] ppid=9537 vsize=9824732 CPUtime=826.53 cores=0,2,4,6
/proc/9540/task/9587/stat : 9587 (java) R 9537 9540 7329 0 -1 4202560 160 0 0 0 82640 13 0 0 20 0 22 0 22661337 10060525568 1515443 33554432000 1073741824 1073778376 140736861712496 140542846758448 140542957811282 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9540/tid=9588] ppid=9537 vsize=9824732 CPUtime=826.49 cores=0,2,4,6
/proc/9540/task/9588/stat : 9588 (java) R 9537 9540 7329 0 -1 4202560 141 0 0 0 82636 13 0 0 20 0 22 0 22661337 10060525568 1515443 33554432000 1073741824 1073778376 140736861712496 140542845704720 140542957210847 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9540/tid=9589] ppid=9537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9589/stat : 9589 (java) S 9537 9540 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22661353 10060525568 1515443 33554432000 1073741824 1073778376 140736861712496 140542844654504 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9590] ppid=9537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9590/stat : 9590 (java) S 9537 9540 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22661353 10060525568 1515443 33554432000 1073741824 1073778376 140736861712496 140542843601704 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1793.5
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+885.501 s]
/proc/loadavg: 4.33 4.16 2.83 6/221 9617
/proc/meminfo: memFree=16301780/32872528 swapFree=1505436/1685308
[pid=9540] ppid=9537 vsize=9824732 CPUtime=1800.13 cores=0,2,4,6
/proc/9540/stat : 9540 (java) S 9537 9540 7329 0 -1 4202496 56724 0 1 0 179427 586 0 0 20 0 22 0 22659676 10060525568 1521075 33554432000 1073741824 1073778376 140736861712496 140736861703632 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9540/statm: 2456183 1521075 2298 9 0 2446860 0
[pid=9540/tid=9542] ppid=9537 vsize=9824732 CPUtime=8.88 cores=0,2,4,6
/proc/9540/task/9542/stat : 9542 (java) S 9537 9540 7329 0 -1 4202560 3399 0 1 0 873 15 0 0 20 0 22 0 22659677 10060525568 1521075 33554432000 1073741824 1073778376 140736861712496 140543098676088 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9540/tid=9543] ppid=9537 vsize=9824732 CPUtime=12.48 cores=0,2,4,6
/proc/9540/task/9543/stat : 9543 (java) S 9537 9540 7329 0 -1 4202560 1898 0 0 0 1186 62 0 0 20 0 22 0 22659678 10060525568 1521075 33554432000 1073741824 1073778376 140736861712496 140543076776488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9544] ppid=9537 vsize=9824732 CPUtime=13.65 cores=0,2,4,6
/proc/9540/task/9544/stat : 9544 (java) S 9537 9540 7329 0 -1 4202560 2211 0 0 0 1301 64 0 0 20 0 22 0 22659678 10060525568 1521075 33554432000 1073741824 1073778376 140736861712496 140543075723688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9545] ppid=9537 vsize=9824732 CPUtime=13.83 cores=0,2,4,6
/proc/9540/task/9545/stat : 9545 (java) S 9537 9540 7329 0 -1 4202560 1881 0 0 0 1323 60 0 0 20 0 22 0 22659678 10060525568 1521075 33554432000 1073741824 1073778376 140736861712496 140542872643880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9540/tid=9546] ppid=9537 vsize=9824732 CPUtime=12.99 cores=0,2,4,6
/proc/9540/task/9546/stat : 9546 (java) S 9537 9540 7329 0 -1 4202560 2336 0 0 0 1233 66 0 0 20 0 22 0 22659678 10060525568 1521075 33554432000 1073741824 1073778376 140736861712496 140542871591080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9547] ppid=9537 vsize=9824732 CPUtime=12.76 cores=0,2,4,6
/proc/9540/task/9547/stat : 9547 (java) S 9537 9540 7329 0 -1 4202560 1520 0 0 0 1211 65 0 0 20 0 22 0 22659678 10060525568 1521075 33554432000 1073741824 1073778376 140736861712496 140542870539304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9540/tid=9548] ppid=9537 vsize=9824732 CPUtime=13.17 cores=0,2,4,6
/proc/9540/task/9548/stat : 9548 (java) S 9537 9540 7329 0 -1 4202560 2265 0 0 0 1249 68 0 0 20 0 22 0 22659678 10060525568 1521075 33554432000 1073741824 1073778376 140736861712496 140542869486504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9549] ppid=9537 vsize=9824732 CPUtime=13.27 cores=0,2,4,6
/proc/9540/task/9549/stat : 9549 (java) S 9537 9540 7329 0 -1 4202560 1722 0 0 0 1258 69 0 0 20 0 22 0 22659678 10060525568 1521075 33554432000 1073741824 1073778376 140736861712496 140542868433704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9540/tid=9550] ppid=9537 vsize=9824732 CPUtime=13.04 cores=0,2,4,6
/proc/9540/task/9550/stat : 9550 (java) S 9537 9540 7329 0 -1 4202560 2161 0 0 0 1231 73 0 0 20 0 22 0 22659678 10060525568 1521075 33554432000 1073741824 1073778376 140736861712496 140542867380904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9540/tid=9551] ppid=9537 vsize=9824732 CPUtime=17.19 cores=0,2,4,6
/proc/9540/task/9551/stat : 9551 (java) S 9537 9540 7329 0 -1 4202560 5278 0 0 0 1699 20 0 0 20 0 22 0 22659679 10060525568 1521075 33554432000 1073741824 1073778376 140736861712496 140542855182824 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9540/tid=9552] ppid=9537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9552/stat : 9552 (java) S 9537 9540 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22659680 10060525568 1521075 33554432000 1073741824 1073778376 140736861712496 140542854128888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9553] ppid=9537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9553/stat : 9553 (java) S 9537 9540 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22659680 10060525568 1521075 33554432000 1073741824 1073778376 140736861712496 140542853075976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9554] ppid=9537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9554/stat : 9554 (java) S 9537 9540 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22659682 10060525568 1521075 33554432000 1073741824 1073778376 140736861712496 140542852024464 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9555] ppid=9537 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/9540/task/9555/stat : 9555 (java) S 9537 9540 7329 0 -1 4202560 15231 0 0 0 250 3 0 0 20 0 22 0 22659682 10060525568 1521075 33554432000 1073741824 1073778376 140736861712496 140542850972600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9540/tid=9556] ppid=9537 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/9540/task/9556/stat : 9556 (java) S 9537 9540 7329 0 -1 4202560 15205 0 0 0 261 3 0 0 20 0 22 0 22659682 10060525568 1521075 33554432000 1073741824 1073778376 140736861712496 140542849919800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9557] ppid=9537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9557/stat : 9557 (java) S 9537 9540 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22659682 10060525568 1521075 33554432000 1073741824 1073778376 140736861712496 140542848867192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9540/tid=9558] ppid=9537 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/9540/task/9558/stat : 9558 (java) S 9537 9540 7329 0 -1 4202560 51 0 0 0 17 18 0 0 20 0 22 0 22659682 10060525568 1521075 33554432000 1073741824 1073778376 140736861712496 140542847814600 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9587] ppid=9537 vsize=9824732 CPUtime=829.59 cores=0,2,4,6
/proc/9540/task/9587/stat : 9587 (java) R 9537 9540 7329 0 -1 4202560 161 0 0 0 82946 13 0 0 20 0 22 0 22661337 10060525568 1521075 33554432000 1073741824 1073778376 140736861712496 140542846758448 140542957811168 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9540/tid=9588] ppid=9537 vsize=9824732 CPUtime=829.55 cores=0,2,4,6
/proc/9540/task/9588/stat : 9588 (java) R 9537 9540 7329 0 -1 4202560 141 0 0 0 82942 13 0 0 20 0 22 0 22661337 10060525568 1521075 33554432000 1073741824 1073778376 140736861712496 140542845704560 140542957210744 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9540/tid=9589] ppid=9537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9589/stat : 9589 (java) S 9537 9540 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22661353 10060525568 1521075 33554432000 1073741824 1073778376 140736861712496 140542844654504 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9540/tid=9590] ppid=9537 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9540/task/9590/stat : 9590 (java) S 9537 9540 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22661353 10060525568 1521075 33554432000 1073741824 1073778376 140736861712496 140542843601704 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 9540 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9540 and gives
#  childrusage.ru_utime.tv_sec=1790
#  childrusage.ru_utime.tv_usec=98863
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=313040
# CPU time returned by wait4() is 1796.41
# while last known CPU time is 1800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 885.59
CPU time (s): 1800.13
CPU user time (s): 1794.27
CPU system time (s): 5.86
CPU usage (%): 203.269
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.1
system time used= 6.31304
maximum resident set size= 6084416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56759
page faults= 1
swaps= 0
block input operations= 8
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32407
involuntary context switches= 54391

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.70213 second user time and 7.74482 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-18 01:28:57
IDJOB=4099738
IDBENCH=1505
IDSOLVER=2543
FILE ID=node135/4099738-1466206135
RUNJOBID= node135-1466206056-7345
PBS_JOBID= 19918142
Free space on /tmp= 71604 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos9.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099738-1466206135/watcher-4099738-1466206135 -o /tmp/evaluation-result-4099738-1466206135/solver-4099738-1466206135 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7345 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4099738-1466206135.opb

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

MD5SUM BENCH= 9b565ffd2f62b11d1859d685ea38235b
RANDOM SEED=1199335987

node135.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.004
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.00
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.004
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.55
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.004
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.57
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.004
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.55
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.004
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.004
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.004
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.55
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.004
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30241672 kB
Buffers:           36712 kB
Cached:           192484 kB
SwapCached:          704 kB
Active:            92860 kB
Inactive:         142768 kB
Active(anon):       7840 kB
Inactive(anon):     1264 kB
Active(file):      85020 kB
Inactive(file):   141504 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100412 kB
Dirty:            105560 kB
Writeback:             0 kB
AnonPages:       1691528 kB
Mapped:             7044 kB
Shmem:                 0 kB
Slab:             575076 kB
SReclaimable:      18140 kB
SUnreclaim:       556936 kB
KernelStack:        1424 kB
PageTables:         7308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1785072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71540 MiB
End job on node135 at 2016-06-18 01:43:43