Trace number 4101218

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 898.872

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-fit1d.opb
MD5SUMba437a46cdfe6ecad707b12b94061ac9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -20
Optimality of the best value was proved NO
Number of variables11514
Total number of constraints1050
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1050
Minimum length of a constraint11
Maximum length of a constraint11514
Number of terms in the objective function 11514
Biggest coefficient in the objective function 3344
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 531132
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 15548
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 531582
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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-4101218-1466213330.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.69/0.93	c ... done. Wall clock time 0.814s.
1.69/0.93	c declared #vars     11514
1.69/0.95	c #constraints  1051
1.69/0.95	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.69/0.95	c constraints type 
1.69/0.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1051
1.69/0.95	c 1051 constraints processed.
1.69/0.95	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.69/0.95	c constraints type 
1.69/0.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1051
1.69/0.95	c 1051 constraints processed.
1.69/0.95	c objective function length is 11514 literals
7.14/3.05	c cleaning 2500 clauses out of 5000 with flag 13630/5000
13.74/6.13	c cleaning 4251 clauses out of 8505 with flag 26116/11005
21.46/9.98	c cleaning 5616 clauses out of 11249 with flag 40429/18000
30.80/14.52	c cleaning 6809 clauses out of 13634 with flag 56793/26001
40.50/19.35	c cleaning 7904 clauses out of 15824 with flag 75167/35000
51.51/24.89	c cleaning 8948 clauses out of 17920 with flag 95640/45000
64.47/31.25	c cleaning 9974 clauses out of 19974 with flag 117686/56002
78.89/38.34	c cleaning 10990 clauses out of 22002 with flag 141713/68004
94.29/46.01	c cleaning 11994 clauses out of 24009 with flag 167744/81001
110.68/54.22	c cleaning 13003 clauses out of 26021 with flag 195878/95007
131.77/64.67	c cleaning 13992 clauses out of 28013 with flag 226971/110002
155.37/76.44	c cleaning 14997 clauses out of 30019 with flag 262274/126000
182.00/89.96	c cleaning 16001 clauses out of 32022 with flag 299316/143000
210.74/104.21	c cleaning 17000 clauses out of 34022 with flag 336467/161001
243.12/120.45	c cleaning 18008 clauses out of 36027 with flag 376507/180006
281.92/139.76	c cleaning 18995 clauses out of 38014 with flag 418130/200001
321.09/159.35	c cleaning 20000 clauses out of 40019 with flag 461173/221001
364.15/181.22	c cleaning 21004 clauses out of 42023 with flag 507188/243005
406.36/202.35	c cleaning 21998 clauses out of 44014 with flag 554417/266000
448.65/223.49	c cleaning 23001 clauses out of 46016 with flag 603563/290000
500.64/249.34	c cleaning 23997 clauses out of 48015 with flag 654840/315000
564.38/281.00	c cleaning 25002 clauses out of 50018 with flag 709208/341000
613.19/305.44	c cleaning 26000 clauses out of 52018 with flag 765749/368002
657.99/327.80	c cleaning 26996 clauses out of 54018 with flag 824554/396002
709.19/353.90	c cleaning 28006 clauses out of 56028 with flag 887450/425008
756.84/377.62	c cleaning 28989 clauses out of 58014 with flag 948316/455000
816.35/407.33	c cleaning 29995 clauses out of 60029 with flag 1013437/486004
865.71/431.90	c cleaning 31000 clauses out of 62032 with flag 1080996/518002
929.09/463.53	c cleaning 31998 clauses out of 64031 with flag 1150774/551001
1003.10/500.40	c cleaning 33006 clauses out of 66033 with flag 1227011/585001
1089.39/543.40	c cleaning 34001 clauses out of 68028 with flag 1303698/620002
1173.01/586.09	c cleaning 34999 clauses out of 70032 with flag 1382252/656007
1273.49/636.23	c cleaning 35987 clauses out of 72026 with flag 1464923/693000
1352.23/675.55	c cleaning 36995 clauses out of 74041 with flag 1545449/731002
1441.57/720.18	c cleaning 37999 clauses out of 76045 with flag 1632456/770001
1551.33/774.91	c cleaning 39010 clauses out of 78046 with flag 1721646/810001
1653.63/826.01	c cleaning 40013 clauses out of 80039 with flag 1808660/851004
1745.01/871.43	c cleaning 41012 clauses out of 82026 with flag 1892939/893004
1800.00/898.81	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/898.81	c starts		: 162
1800.00/898.81	c conflicts		: 915540
1800.00/898.81	c decisions		: 1137591
1800.00/898.81	c propagations		: 183723352
1800.00/898.81	c inspects		: 7904785903
1800.00/898.81	c shortcuts		: 0
1800.00/898.81	c learnt literals	: 0
1800.00/898.81	c learnt binary clauses	: 0
1800.00/898.81	c learnt ternary clauses	: 0
1800.00/898.81	c learnt constraints	: 915539
1800.00/898.81	c ignored constraints	: 0
1800.00/898.81	c root simplifications	: 0
1800.00/898.81	c removed literals (reason simplification)	: 7887288
1800.00/898.81	c reason swapping (by a shorter reason)	: 0
1800.00/898.81	c Calls to reduceDB	: 38
1800.00/898.81	c Number of update (reduction) of LBD	: 18736
1800.00/898.81	c Imported unit clauses	: 0
1800.00/898.81	c number of reductions to clauses (during analyze)	: 0
1800.00/898.81	c number of learned constraints concerned by reduction	: 0
1800.00/898.81	c number of learning phase by resolution	: 0
1800.00/898.81	c number of learning phase by cutting planes	: 0
1800.00/898.81	c speed (assignments/second)	: 204626.7979141189
1800.00/898.81	c non guided choices	6417
1800.00/898.83	c learnt constraints type 
1800.00/898.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 63550
1800.00/898.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/898.83	c starts		: 6
1800.00/898.83	c conflicts		: 873
1800.00/898.83	c decisions		: 75252
1800.00/898.83	c propagations		: 196438
1800.00/898.83	c inspects		: 8432071
1800.00/898.83	c shortcuts		: 0
1800.00/898.83	c learnt literals	: 0
1800.00/898.83	c learnt binary clauses	: 0
1800.00/898.83	c learnt ternary clauses	: 0
1800.00/898.83	c learnt constraints	: 872
1800.00/898.83	c ignored constraints	: 0
1800.00/898.83	c root simplifications	: 0
1800.00/898.83	c removed literals (reason simplification)	: 0
1800.00/898.83	c reason swapping (by a shorter reason)	: 0
1800.00/898.83	c Calls to reduceDB	: 0
1800.00/898.83	c Number of update (reduction) of LBD	: 0
1800.00/898.83	c Imported unit clauses	: 0
1800.00/898.83	c number of reductions to clauses (during analyze)	: 0
1800.00/898.83	c number of learned constraints concerned by reduction	: 0
1800.00/898.83	c number of learning phase by resolution	: 0
1800.00/898.83	c number of learning phase by cutting planes	: 0
1800.00/898.83	c speed (assignments/second)	: 218.78271639038255
1800.00/898.83	c non guided choices	0
1800.00/898.83	c learnt constraints type 
1800.00/898.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 872
1800.00/898.83	s UNKNOWN
1800.00/898.83	c Total wall clock time (in seconds): 898.721

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-4101218-1466213330/watcher-4101218-1466213330 -o /tmp/evaluation-result-4101218-1466213330/solver-4101218-1466213330 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1315 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101218-1466213330.opb 

pid=3857
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: 4.94 4.39 4.24 4/197 3860
/proc/meminfo: memFree=27092060/32872528 swapFree=877056/942464
[pid=3860] ppid=3857 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/3860/stat : 3860 (java) S 3857 3860 1299 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 23381920 98570240 978 33554432000 1073741824 1073778376 140734074618336 140734074609472 213196505149 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3860/statm: 24065 978 744 9 0 16771 0
[pid=3860/tid=3861] ppid=3857 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3861/stat : 3861 (java) R 3857 3860 1299 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 23381920 98570240 978 33554432000 1073741824 1073778376 140734074618336 140150177713704 213193147776 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 4.94 4.39 4.24 4/197 3860
/proc/meminfo: memFree=27092060/32872528 swapFree=877056/942464
[pid=3860] ppid=3857 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/3860/stat : 3860 (java) S 3857 3860 1299 0 -1 4202496 4427 0 1 0 9 1 0 0 20 0 18 0 23381920 9787879424 6056 33554432000 1073741824 1073778376 140734074618336 140734074609472 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3860/statm: 2389619 6056 2141 9 0 2380296 0
[pid=3860/tid=3861] ppid=3857 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/3860/task/3861/stat : 3861 (java) R 3857 3860 1299 0 -1 4202560 2386 0 1 0 7 0 0 0 20 0 18 0 23381920 9787879424 6056 33554432000 1073741824 1073778376 140734074618336 140150177717152 140150185619112 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) 9558476

[startup+0.200314 s]
/proc/loadavg: 4.94 4.39 4.24 4/197 3860
/proc/meminfo: memFree=27092060/32872528 swapFree=877056/942464
[pid=3860] ppid=3857 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/3860/stat : 3860 (java) S 3857 3860 1299 0 -1 4202496 4950 0 1 0 28 1 0 0 20 0 18 0 23381920 9787879424 6987 33554432000 1073741824 1073778376 140734074618336 140734074609472 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3860/statm: 2389619 6987 2221 9 0 2380296 0
[pid=3860/tid=3861] ppid=3857 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/3860/task/3861/stat : 3861 (java) R 3857 3860 1299 0 -1 4202560 2401 0 1 0 17 0 0 0 20 0 18 0 23381920 9787879424 6987 33554432000 1073741824 1073778376 140734074618336 140150177718216 213196530957 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300316 s]
/proc/loadavg: 4.94 4.39 4.24 4/197 3860
/proc/meminfo: memFree=27092060/32872528 swapFree=877056/942464
[pid=3860] ppid=3857 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/3860/stat : 3860 (java) S 3857 3860 1299 0 -1 4202496 6243 0 1 0 51 1 0 0 20 0 18 0 23381920 9787879424 9544 33554432000 1073741824 1073778376 140734074618336 140734074609472 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3860/statm: 2389619 9573 2235 9 0 2380296 0
[pid=3860/tid=3861] ppid=3857 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/3860/task/3861/stat : 3861 (java) R 3857 3860 1299 0 -1 4202560 2418 0 1 0 26 1 0 0 20 0 18 0 23381920 9787879424 9577 33554432000 1073741824 1073778376 140734074618336 140150177714808 140150034252229 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700284 s]
/proc/loadavg: 4.94 4.39 4.24 4/197 3860
/proc/meminfo: memFree=27092060/32872528 swapFree=877056/942464
[pid=3860] ppid=3857 vsize=9558476 CPUtime=1.36 cores=0,2,4,6
/proc/3860/stat : 3860 (java) S 3857 3860 1299 0 -1 4202496 13350 0 1 0 132 4 0 0 20 0 18 0 23381920 9787879424 36328 33554432000 1073741824 1073778376 140734074618336 140734074609472 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3860/statm: 2389619 36328 2254 9 0 2380296 0
[pid=3860/tid=3861] ppid=3857 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/3860/task/3861/stat : 3861 (java) R 3857 3860 1299 0 -1 4202560 2469 0 1 0 64 3 0 0 20 0 18 0 23381920 9787879424 36328 33554432000 1073741824 1073778376 140734074618336 140150177710016 140150034800709 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 4.94 4.39 4.24 7/219 3882
/proc/meminfo: memFree=26897756/32872528 swapFree=877056/942464
[pid=3860] ppid=3857 vsize=9824732 CPUtime=3.66 cores=0,2,4,6
/proc/3860/stat : 3860 (java) S 3857 3860 1299 0 -1 4202496 20038 0 1 0 355 11 0 0 20 0 22 0 23381920 10060525568 51297 33554432000 1073741824 1073778376 140734074618336 140734074609472 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3860/statm: 2456183 51297 2282 9 0 2446860 0
[pid=3860/tid=3861] ppid=3857 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/3860/task/3861/stat : 3861 (java) S 3857 3860 1299 0 -1 4202560 2492 0 1 0 83 4 0 0 20 0 22 0 23381920 10060525568 51297 33554432000 1073741824 1073778376 140734074618336 140150177719160 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3860/tid=3863] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3863/stat : 3863 (java) S 3857 3860 1299 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 23381921 10060525568 51297 33554432000 1073741824 1073778376 140734074618336 140150155819560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3864] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3864/stat : 3864 (java) S 3857 3860 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23381921 10060525568 51297 33554432000 1073741824 1073778376 140734074618336 140150154766760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3865] ppid=3857 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3860/task/3865/stat : 3865 (java) S 3857 3860 1299 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 23381921 10060525568 51297 33554432000 1073741824 1073778376 140734074618336 140150153713960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3860/tid=3866] ppid=3857 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/3860/task/3866/stat : 3866 (java) S 3857 3860 1299 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 23381921 10060525568 51297 33554432000 1073741824 1073778376 140734074618336 140150152661160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3860/tid=3867] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3867/stat : 3867 (java) S 3857 3860 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23381921 10060525568 51297 33554432000 1073741824 1073778376 140734074618336 140149816028200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3868] ppid=3857 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3860/task/3868/stat : 3868 (java) S 3857 3860 1299 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 23381921 10060525568 51297 33554432000 1073741824 1073778376 140734074618336 140149814975400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3860/tid=3869] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3869/stat : 3869 (java) S 3857 3860 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23381921 10060525568 51297 33554432000 1073741824 1073778376 140734074618336 140149813922600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3870] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3870/stat : 3870 (java) S 3857 3860 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23381921 10060525568 51297 33554432000 1073741824 1073778376 140734074618336 140149812869800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3871] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3871/stat : 3871 (java) S 3857 3860 1299 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 23381922 10060525568 51297 33554432000 1073741824 1073778376 140734074618336 140149800458728 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3872] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3872/stat : 3872 (java) S 3857 3860 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23381923 10060525568 51297 33554432000 1073741824 1073778376 140734074618336 140149799404792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3873] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3873/stat : 3873 (java) S 3857 3860 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23381923 10060525568 51297 33554432000 1073741824 1073778376 140734074618336 140149798351880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3874] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3874/stat : 3874 (java) S 3857 3860 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23381925 10060525568 51297 33554432000 1073741824 1073778376 140734074618336 140149797300368 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3875] ppid=3857 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/3860/task/3875/stat : 3875 (java) S 3857 3860 1299 0 -1 4202560 7797 0 0 0 82 2 0 0 20 0 22 0 23381925 10060525568 51297 33554432000 1073741824 1073778376 140734074618336 140149796248504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3876] ppid=3857 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/3860/task/3876/stat : 3876 (java) R 3857 3860 1299 0 -1 4202560 8283 0 0 0 62 2 0 0 20 0 22 0 23381925 10060525568 51297 33554432000 1073741824 1073778376 140734074618336 140149795195584 140150184532431 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3877] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3877/stat : 3877 (java) S 3857 3860 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23381925 10060525568 51297 33554432000 1073741824 1073778376 140734074618336 140149794143096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3878] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3878/stat : 3878 (java) S 3857 3860 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23381925 10060525568 51297 33554432000 1073741824 1073778376 140734074618336 140149793090504 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3879] ppid=3857 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/3860/task/3879/stat : 3879 (java) R 3857 3860 1299 0 -1 4202560 23 0 0 0 55 0 0 0 20 0 22 0 23382013 10060525568 51297 33554432000 1073741824 1073778376 140734074618336 140149792035416 140150035152101 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3860/tid=3880] ppid=3857 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/3860/task/3880/stat : 3880 (java) R 3857 3860 1299 0 -1 4202560 22 0 0 0 54 0 0 0 20 0 22 0 23382013 10060525568 51297 33554432000 1073741824 1073778376 140734074618336 140149790982040 140150035109660 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3860/tid=3881] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3881/stat : 3881 (java) S 3857 3860 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23382017 10060525568 51297 33554432000 1073741824 1073778376 140734074618336 140149789930408 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3882] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3882/stat : 3882 (java) S 3857 3860 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23382017 10060525568 51297 33554432000 1073741824 1073778376 140734074618336 140149788877608 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 9824732

[startup+3.10085 s]
/proc/loadavg: 4.94 4.39 4.24 5/219 3882
/proc/meminfo: memFree=26845340/32872528 swapFree=877056/942464
[pid=3860] ppid=3857 vsize=9824732 CPUtime=7.39 cores=0,2,4,6
/proc/3860/stat : 3860 (java) S 3857 3860 1299 0 -1 4202496 20528 0 1 0 722 17 0 0 20 0 22 0 23381920 10060525568 63464 33554432000 1073741824 1073778376 140734074618336 140734074609472 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3860/statm: 2456183 63464 2290 9 0 2446860 0
[pid=3860/tid=3861] ppid=3857 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/3860/task/3861/stat : 3861 (java) S 3857 3860 1299 0 -1 4202560 2492 0 1 0 83 4 0 0 20 0 22 0 23381920 10060525568 63464 33554432000 1073741824 1073778376 140734074618336 140150177719160 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3860/tid=3863] ppid=3857 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/3860/task/3863/stat : 3863 (java) S 3857 3860 1299 0 -1 4202560 106 0 0 0 2 0 0 0 20 0 22 0 23381921 10060525568 63464 33554432000 1073741824 1073778376 140734074618336 140150155819560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3864] ppid=3857 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3860/task/3864/stat : 3864 (java) S 3857 3860 1299 0 -1 4202560 107 0 0 0 3 1 0 0 20 0 22 0 23381921 10060525568 63464 33554432000 1073741824 1073778376 140734074618336 140150154766760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3865] ppid=3857 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/3860/task/3865/stat : 3865 (java) S 3857 3860 1299 0 -1 4202560 69 0 0 0 1 1 0 0 20 0 22 0 23381921 10060525568 63464 33554432000 1073741824 1073778376 140734074618336 140150153713960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3866] ppid=3857 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/3860/task/3866/stat : 3866 (java) S 3857 3860 1299 0 -1 4202560 133 0 0 0 5 3 0 0 20 0 22 0 23381921 10060525568 63464 33554432000 1073741824 1073778376 140734074618336 140150152661160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3860/tid=3867] ppid=3857 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/3860/task/3867/stat : 3867 (java) S 3857 3860 1299 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 22 0 23381921 10060525568 63464 33554432000 1073741824 1073778376 140734074618336 140149816028200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3868] ppid=3857 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/3860/task/3868/stat : 3868 (java) S 3857 3860 1299 0 -1 4202560 20 0 0 0 1 2 0 0 20 0 22 0 23381921 10060525568 63464 33554432000 1073741824 1073778376 140734074618336 140149814975400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3869] ppid=3857 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/3860/task/3869/stat : 3869 (java) S 3857 3860 1299 0 -1 4202560 63 0 0 0 1 2 0 0 20 0 22 0 23381921 10060525568 63464 33554432000 1073741824 1073778376 140734074618336 140149813922600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3860/tid=3870] ppid=3857 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/3860/task/3870/stat : 3870 (java) S 3857 3860 1299 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 23381921 10060525568 63464 33554432000 1073741824 1073778376 140734074618336 140149812869800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3871] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3871/stat : 3871 (java) S 3857 3860 1299 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 23381922 10060525568 63464 33554432000 1073741824 1073778376 140734074618336 140149800458728 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3872] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3872/stat : 3872 (java) S 3857 3860 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23381923 10060525568 63464 33554432000 1073741824 1073778376 140734074618336 140149799404792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3873] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3873/stat : 3873 (java) S 3857 3860 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23381923 10060525568 63464 33554432000 1073741824 1073778376 140734074618336 140149798351880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3874] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3874/stat : 3874 (java) S 3857 3860 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23381925 10060525568 63464 33554432000 1073741824 1073778376 140734074618336 140149797300368 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3875] ppid=3857 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/3860/task/3875/stat : 3875 (java) S 3857 3860 1299 0 -1 4202560 7813 0 0 0 108 2 0 0 20 0 22 0 23381925 10060525568 63464 33554432000 1073741824 1073778376 140734074618336 140149796248504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3876] ppid=3857 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/3860/task/3876/stat : 3876 (java) S 3857 3860 1299 0 -1 4202560 8305 0 0 0 82 2 0 0 20 0 22 0 23381925 10060525568 63464 33554432000 1073741824 1073778376 140734074618336 140149795195704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3877] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3877/stat : 3877 (java) S 3857 3860 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23381925 10060525568 63464 33554432000 1073741824 1073778376 140734074618336 140149794143096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3878] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3878/stat : 3878 (java) S 3857 3860 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23381925 10060525568 63464 33554432000 1073741824 1073778376 140734074618336 140149793090504 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3879] ppid=3857 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/3860/task/3879/stat : 3879 (java) R 3857 3860 1299 0 -1 4202560 24 0 0 0 207 0 0 0 20 0 22 0 23382013 10060525568 63464 33554432000 1073741824 1073778376 140734074618336 140149792026656 140150035155258 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3860/tid=3880] ppid=3857 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/3860/task/3880/stat : 3880 (java) R 3857 3860 1299 0 -1 4202560 23 0 0 0 207 0 0 0 20 0 22 0 23382013 10060525568 63464 33554432000 1073741824 1073778376 140734074618336 140149790982696 140150035441755 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3860/tid=3881] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3881/stat : 3881 (java) S 3857 3860 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23382017 10060525568 63464 33554432000 1073741824 1073778376 140734074618336 140149789930408 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3882] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3882/stat : 3882 (java) S 3857 3860 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23382017 10060525568 63464 33554432000 1073741824 1073778376 140734074618336 140149788877608 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 4.86 4.39 4.24 5/219 3882
/proc/meminfo: memFree=26691580/32872528 swapFree=877056/942464
[pid=3860] ppid=3857 vsize=9824732 CPUtime=14.14 cores=0,2,4,6
/proc/3860/stat : 3860 (java) S 3857 3860 1299 0 -1 4202496 20805 0 1 0 1390 24 0 0 20 0 22 0 23381920 10060525568 101744 33554432000 1073741824 1073778376 140734074618336 140734074609472 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3860/statm: 2456183 101744 2291 9 0 2446860 0
[pid=3860/tid=3861] ppid=3857 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/3860/task/3861/stat : 3861 (java) S 3857 3860 1299 0 -1 4202560 2492 0 1 0 83 4 0 0 20 0 22 0 23381920 10060525568 101744 33554432000 1073741824 1073778376 140734074618336 140150177719160 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3860/tid=3863] ppid=3857 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/3860/task/3863/stat : 3863 (java) S 3857 3860 1299 0 -1 4202560 110 0 0 0 2 1 0 0 20 0 22 0 23381921 10060525568 101744 33554432000 1073741824 1073778376 140734074618336 140150155819560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3860/tid=3864] ppid=3857 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/3860/task/3864/stat : 3864 (java) S 3857 3860 1299 0 -1 4202560 130 0 0 0 7 2 0 0 20 0 22 0 23381921 10060525568 101744 33554432000 1073741824 1073778376 140734074618336 140150154766760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3865] ppid=3857 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3860/task/3865/stat : 3865 (java) S 3857 3860 1299 0 -1 4202560 75 0 0 0 2 2 0 0 20 0 22 0 23381921 10060525568 101744 33554432000 1073741824 1073778376 140734074618336 140150153713960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3860/tid=3866] ppid=3857 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/3860/task/3866/stat : 3866 (java) S 3857 3860 1299 0 -1 4202560 156 0 0 0 10 3 0 0 20 0 22 0 23381921 10060525568 101744 33554432000 1073741824 1073778376 140734074618336 140150152661160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3860/tid=3867] ppid=3857 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/3860/task/3867/stat : 3867 (java) S 3857 3860 1299 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 23381921 10060525568 101744 33554432000 1073741824 1073778376 140734074618336 140149816028200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3860/tid=3868] ppid=3857 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/3860/task/3868/stat : 3868 (java) S 3857 3860 1299 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 22 0 23381921 10060525568 101744 33554432000 1073741824 1073778376 140734074618336 140149814975400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3869] ppid=3857 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3860/task/3869/stat : 3869 (java) S 3857 3860 1299 0 -1 4202560 75 0 0 0 3 3 0 0 20 0 22 0 23381921 10060525568 101744 33554432000 1073741824 1073778376 140734074618336 140149813922600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3860/tid=3870] ppid=3857 vsize=9824732 CPUtime=0.03 cores=0,2,4,6

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

/proc/3860/task/3865/stat : 3865 (java) S 3857 3860 1299 0 -1 4202560 1747 0 0 0 121 24 0 0 20 0 22 0 23381921 10060525568 1012727 33554432000 1073741824 1073778376 140734074618336 140150153713960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3866] ppid=3857 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/3860/task/3866/stat : 3866 (java) S 3857 3860 1299 0 -1 4202560 1470 0 0 0 104 27 0 0 20 0 22 0 23381921 10060525568 1012727 33554432000 1073741824 1073778376 140734074618336 140150152661160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3867] ppid=3857 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/3860/task/3867/stat : 3867 (java) S 3857 3860 1299 0 -1 4202560 1157 0 0 0 110 26 0 0 20 0 22 0 23381921 10060525568 1012727 33554432000 1073741824 1073778376 140734074618336 140149816028200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3860/tid=3868] ppid=3857 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/3860/task/3868/stat : 3868 (java) S 3857 3860 1299 0 -1 4202560 1370 0 0 0 111 28 0 0 20 0 22 0 23381921 10060525568 1012727 33554432000 1073741824 1073778376 140734074618336 140149814975400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3860/tid=3869] ppid=3857 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/3860/task/3869/stat : 3869 (java) S 3857 3860 1299 0 -1 4202560 3072 0 0 0 127 36 0 0 20 0 22 0 23381921 10060525568 1012727 33554432000 1073741824 1073778376 140734074618336 140149813922600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3870] ppid=3857 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/3860/task/3870/stat : 3870 (java) S 3857 3860 1299 0 -1 4202560 1394 0 0 0 116 30 0 0 20 0 22 0 23381921 10060525568 1012727 33554432000 1073741824 1073778376 140734074618336 140149812869800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3860/tid=3871] ppid=3857 vsize=9824732 CPUtime=4.95 cores=0,2,4,6
/proc/3860/task/3871/stat : 3871 (java) S 3857 3860 1299 0 -1 4202560 2867 0 0 0 490 5 0 0 20 0 22 0 23381922 10060525568 1012727 33554432000 1073741824 1073778376 140734074618336 140149800458728 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3860/tid=3872] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3872/stat : 3872 (java) S 3857 3860 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23381923 10060525568 1012727 33554432000 1073741824 1073778376 140734074618336 140149799404792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3873] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3873/stat : 3873 (java) S 3857 3860 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23381923 10060525568 1012727 33554432000 1073741824 1073778376 140734074618336 140149798351880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3874] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3874/stat : 3874 (java) S 3857 3860 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23381925 10060525568 1012727 33554432000 1073741824 1073778376 140734074618336 140149797300368 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3875] ppid=3857 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/3860/task/3875/stat : 3875 (java) S 3857 3860 1299 0 -1 4202560 7814 0 0 0 124 2 0 0 20 0 22 0 23381925 10060525568 1012727 33554432000 1073741824 1073778376 140734074618336 140149796248504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3876] ppid=3857 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/3860/task/3876/stat : 3876 (java) S 3857 3860 1299 0 -1 4202560 8309 0 0 0 100 2 0 0 20 0 22 0 23381925 10060525568 1012727 33554432000 1073741824 1073778376 140734074618336 140149795195704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3877] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3877/stat : 3877 (java) S 3857 3860 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23381925 10060525568 1012727 33554432000 1073741824 1073778376 140734074618336 140149794143096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3878] ppid=3857 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/3860/task/3878/stat : 3878 (java) S 3857 3860 1299 0 -1 4202560 47 0 0 0 13 13 0 0 20 0 22 0 23381925 10060525568 1012727 33554432000 1073741824 1073778376 140734074618336 140149793090504 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3860/tid=3879] ppid=3857 vsize=9824732 CPUtime=811.19 cores=0,2,4,6
/proc/3860/task/3879/stat : 3879 (java) R 3857 3860 1299 0 -1 4202560 1773 0 0 0 81087 32 0 0 20 0 22 0 23382013 10060525568 1012727 33554432000 1073741824 1073778376 140734074618336 140149792033672 140150034932609 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3880] ppid=3857 vsize=9824732 CPUtime=811.26 cores=0,2,4,6
/proc/3860/task/3880/stat : 3880 (java) R 3857 3860 1299 0 -1 4202560 355 0 0 0 81104 22 0 0 20 0 22 0 23382013 10060525568 1012727 33554432000 1073741824 1073778376 140734074618336 140149790980384 140150035031665 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3881] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3881/stat : 3881 (java) S 3857 3860 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23382017 10060525568 1012727 33554432000 1073741824 1073778376 140734074618336 140149789930408 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3882] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3882/stat : 3882 (java) S 3857 3860 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23382017 10060525568 1012727 33554432000 1073741824 1073778376 140734074618336 140149788877608 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1646.23
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.17 4.22 4.23 5/219 3974
/proc/meminfo: memFree=23704212/32872528 swapFree=877056/942464
[pid=3860] ppid=3857 vsize=9824732 CPUtime=1766.82 cores=0,2,4,6
/proc/3860/stat : 3860 (java) S 3857 3860 1299 0 -1 4202496 37500 0 1 0 176406 276 0 0 20 0 22 0 23381920 10060525568 1012865 33554432000 1073741824 1073778376 140734074618336 140734074609472 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3860/statm: 2456183 1012865 2299 9 0 2446860 0
[pid=3860/tid=3861] ppid=3857 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/3860/task/3861/stat : 3861 (java) S 3857 3860 1299 0 -1 4202560 2498 0 1 0 85 5 0 0 20 0 22 0 23381920 10060525568 1012865 33554432000 1073741824 1073778376 140734074618336 140150177719160 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3863] ppid=3857 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/3860/task/3863/stat : 3863 (java) S 3857 3860 1299 0 -1 4202560 905 0 0 0 131 25 0 0 20 0 22 0 23381921 10060525568 1012865 33554432000 1073741824 1073778376 140734074618336 140150155819560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3864] ppid=3857 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/3860/task/3864/stat : 3864 (java) S 3857 3860 1299 0 -1 4202560 1329 0 0 0 120 23 0 0 20 0 22 0 23381921 10060525568 1012865 33554432000 1073741824 1073778376 140734074618336 140150154766760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3865] ppid=3857 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/3860/task/3865/stat : 3865 (java) S 3857 3860 1299 0 -1 4202560 1778 0 0 0 135 25 0 0 20 0 22 0 23381921 10060525568 1012865 33554432000 1073741824 1073778376 140734074618336 140150153713960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3866] ppid=3857 vsize=9824732 CPUtime=1.41 cores=0,2,4,6
/proc/3860/task/3866/stat : 3866 (java) S 3857 3860 1299 0 -1 4202560 1471 0 0 0 114 27 0 0 20 0 22 0 23381921 10060525568 1012865 33554432000 1073741824 1073778376 140734074618336 140150152661160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3867] ppid=3857 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/3860/task/3867/stat : 3867 (java) S 3857 3860 1299 0 -1 4202560 1185 0 0 0 134 26 0 0 20 0 22 0 23381921 10060525568 1012865 33554432000 1073741824 1073778376 140734074618336 140149816028200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3860/tid=3868] ppid=3857 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/3860/task/3868/stat : 3868 (java) S 3857 3860 1299 0 -1 4202560 1379 0 0 0 119 28 0 0 20 0 22 0 23381921 10060525568 1012865 33554432000 1073741824 1073778376 140734074618336 140149814975400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3860/tid=3869] ppid=3857 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/3860/task/3869/stat : 3869 (java) S 3857 3860 1299 0 -1 4202560 3081 0 0 0 144 36 0 0 20 0 22 0 23381921 10060525568 1012865 33554432000 1073741824 1073778376 140734074618336 140149813922600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3860/tid=3870] ppid=3857 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/3860/task/3870/stat : 3870 (java) S 3857 3860 1299 0 -1 4202560 1434 0 0 0 135 30 0 0 20 0 22 0 23381921 10060525568 1012865 33554432000 1073741824 1073778376 140734074618336 140149812869800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3871] ppid=3857 vsize=9824732 CPUtime=4.98 cores=0,2,4,6
/proc/3860/task/3871/stat : 3871 (java) S 3857 3860 1299 0 -1 4202560 2871 0 0 0 491 7 0 0 20 0 22 0 23381922 10060525568 1012865 33554432000 1073741824 1073778376 140734074618336 140149800458728 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3872] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3872/stat : 3872 (java) S 3857 3860 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23381923 10060525568 1012865 33554432000 1073741824 1073778376 140734074618336 140149799404792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3873] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3873/stat : 3873 (java) S 3857 3860 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23381923 10060525568 1012865 33554432000 1073741824 1073778376 140734074618336 140149798351880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3874] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3874/stat : 3874 (java) S 3857 3860 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23381925 10060525568 1012865 33554432000 1073741824 1073778376 140734074618336 140149797300368 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3875] ppid=3857 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/3860/task/3875/stat : 3875 (java) S 3857 3860 1299 0 -1 4202560 7814 0 0 0 124 2 0 0 20 0 22 0 23381925 10060525568 1012865 33554432000 1073741824 1073778376 140734074618336 140149796248504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3876] ppid=3857 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/3860/task/3876/stat : 3876 (java) S 3857 3860 1299 0 -1 4202560 8310 0 0 0 100 2 0 0 20 0 22 0 23381925 10060525568 1012865 33554432000 1073741824 1073778376 140734074618336 140149795195704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3877] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3877/stat : 3877 (java) S 3857 3860 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23381925 10060525568 1012865 33554432000 1073741824 1073778376 140734074618336 140149794143096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3878] ppid=3857 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/3860/task/3878/stat : 3878 (java) S 3857 3860 1299 0 -1 4202560 51 0 0 0 14 14 0 0 20 0 22 0 23381925 10060525568 1012865 33554432000 1073741824 1073778376 140734074618336 140149793090504 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3860/tid=3879] ppid=3857 vsize=9824732 CPUtime=870.68 cores=0,2,4,6
/proc/3860/task/3879/stat : 3879 (java) R 3857 3860 1299 0 -1 4202560 1774 0 0 0 87035 33 0 0 20 0 22 0 23382013 10060525568 1012865 33554432000 1073741824 1073778376 140734074618336 140149792026640 140150035154732 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3860/tid=3880] ppid=3857 vsize=9824732 CPUtime=870.79 cores=0,2,4,6
/proc/3860/task/3880/stat : 3880 (java) R 3857 3860 1299 0 -1 4202560 356 0 0 0 87056 23 0 0 20 0 22 0 23382013 10060525568 1012865 33554432000 1073741824 1073778376 140734074618336 140149790980384 140150035031632 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3881] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3881/stat : 3881 (java) S 3857 3860 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23382017 10060525568 1012865 33554432000 1073741824 1073778376 140734074618336 140149789930408 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3882] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3882/stat : 3882 (java) S 3857 3860 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23382017 10060525568 1012865 33554432000 1073741824 1073778376 140734074618336 140149788877608 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1766.82
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.808 s]
/proc/loadavg: 4.18 4.22 4.23 5/219 3974
/proc/meminfo: memFree=23717444/32872528 swapFree=877056/942464
[pid=3860] ppid=3857 vsize=9824732 CPUtime=1800 cores=0,2,4,6
/proc/3860/stat : 3860 (java) S 3857 3860 1299 0 -1 4202496 37598 0 1 0 179723 277 0 0 20 0 22 0 23381920 10060525568 1012960 33554432000 1073741824 1073778376 140734074618336 140734074609472 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3860/statm: 2456183 1012960 2299 9 0 2446860 0
[pid=3860/tid=3861] ppid=3857 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/3860/task/3861/stat : 3861 (java) S 3857 3860 1299 0 -1 4202560 2498 0 1 0 85 5 0 0 20 0 22 0 23381920 10060525568 1012960 33554432000 1073741824 1073778376 140734074618336 140150177719160 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3863] ppid=3857 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/3860/task/3863/stat : 3863 (java) S 3857 3860 1299 0 -1 4202560 909 0 0 0 138 25 0 0 20 0 22 0 23381921 10060525568 1012960 33554432000 1073741824 1073778376 140734074618336 140150155819560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3864] ppid=3857 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/3860/task/3864/stat : 3864 (java) S 3857 3860 1299 0 -1 4202560 1332 0 0 0 124 23 0 0 20 0 22 0 23381921 10060525568 1012960 33554432000 1073741824 1073778376 140734074618336 140150154766760 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3865] ppid=3857 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/3860/task/3865/stat : 3865 (java) S 3857 3860 1299 0 -1 4202560 1796 0 0 0 141 25 0 0 20 0 22 0 23381921 10060525568 1012960 33554432000 1073741824 1073778376 140734074618336 140150153713960 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3866] ppid=3857 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/3860/task/3866/stat : 3866 (java) S 3857 3860 1299 0 -1 4202560 1479 0 0 0 124 27 0 0 20 0 22 0 23381921 10060525568 1012960 33554432000 1073741824 1073778376 140734074618336 140150152661160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3867] ppid=3857 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/3860/task/3867/stat : 3867 (java) S 3857 3860 1299 0 -1 4202560 1185 0 0 0 136 26 0 0 20 0 22 0 23381921 10060525568 1012960 33554432000 1073741824 1073778376 140734074618336 140149816028200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3868] ppid=3857 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/3860/task/3868/stat : 3868 (java) S 3857 3860 1299 0 -1 4202560 1417 0 0 0 121 28 0 0 20 0 22 0 23381921 10060525568 1012960 33554432000 1073741824 1073778376 140734074618336 140149814975400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3869] ppid=3857 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/3860/task/3869/stat : 3869 (java) S 3857 3860 1299 0 -1 4202560 3082 0 0 0 146 36 0 0 20 0 22 0 23381921 10060525568 1012960 33554432000 1073741824 1073778376 140734074618336 140149813922600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3870] ppid=3857 vsize=9824732 CPUtime=1.7 cores=0,2,4,6
/proc/3860/task/3870/stat : 3870 (java) S 3857 3860 1299 0 -1 4202560 1457 0 0 0 140 30 0 0 20 0 22 0 23381921 10060525568 1012960 33554432000 1073741824 1073778376 140734074618336 140149812869800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3860/tid=3871] ppid=3857 vsize=9824732 CPUtime=4.99 cores=0,2,4,6
/proc/3860/task/3871/stat : 3871 (java) S 3857 3860 1299 0 -1 4202560 2871 0 0 0 492 7 0 0 20 0 22 0 23381922 10060525568 1012960 33554432000 1073741824 1073778376 140734074618336 140149800458728 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3860/tid=3872] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3872/stat : 3872 (java) S 3857 3860 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23381923 10060525568 1012960 33554432000 1073741824 1073778376 140734074618336 140149799404792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3873] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3873/stat : 3873 (java) S 3857 3860 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23381923 10060525568 1012960 33554432000 1073741824 1073778376 140734074618336 140149798351880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3874] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3874/stat : 3874 (java) S 3857 3860 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23381925 10060525568 1012960 33554432000 1073741824 1073778376 140734074618336 140149797300368 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3875] ppid=3857 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/3860/task/3875/stat : 3875 (java) S 3857 3860 1299 0 -1 4202560 7814 0 0 0 124 2 0 0 20 0 22 0 23381925 10060525568 1012960 33554432000 1073741824 1073778376 140734074618336 140149796248504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3876] ppid=3857 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/3860/task/3876/stat : 3876 (java) S 3857 3860 1299 0 -1 4202560 8310 0 0 0 100 2 0 0 20 0 22 0 23381925 10060525568 1012960 33554432000 1073741824 1073778376 140734074618336 140149795195704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3877] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3877/stat : 3877 (java) S 3857 3860 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23381925 10060525568 1012960 33554432000 1073741824 1073778376 140734074618336 140149794143096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3878] ppid=3857 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/3860/task/3878/stat : 3878 (java) S 3857 3860 1299 0 -1 4202560 53 0 0 0 14 14 0 0 20 0 22 0 23381925 10060525568 1012960 33554432000 1073741824 1073778376 140734074618336 140149793090504 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3860/tid=3879] ppid=3857 vsize=9824732 CPUtime=887.03 cores=0,2,4,6
/proc/3860/task/3879/stat : 3879 (java) R 3857 3860 1299 0 -1 4202560 1775 0 0 0 88669 34 0 0 20 0 22 0 23382013 10060525568 1012960 33554432000 1073741824 1073778376 140734074618336 140149792034368 140150034926191 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3860/tid=3880] ppid=3857 vsize=9824732 CPUtime=887.14 cores=0,2,4,6
/proc/3860/task/3880/stat : 3880 (java) R 3857 3860 1299 0 -1 4202560 356 0 0 0 88691 23 0 0 20 0 22 0 23382013 10060525568 1012960 33554432000 1073741824 1073778376 140734074618336 140149790980368 140150035031742 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3860/tid=3881] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3881/stat : 3881 (java) S 3857 3860 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23382017 10060525568 1012960 33554432000 1073741824 1073778376 140734074618336 140149789930408 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3860/tid=3882] ppid=3857 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3860/task/3882/stat : 3882 (java) S 3857 3860 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23382017 10060525568 1012960 33554432000 1073741824 1073778376 140734074618336 140149788877608 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 3860 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 3860 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=719465
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=260504
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.872
CPU time (s): 1800
CPU user time (s): 1797.23
CPU system time (s): 2.77
CPU usage (%): 200.251
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.72
system time used= 3.2605
maximum resident set size= 4111604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37677
page faults= 1
swaps= 0
block input operations= 0
block output operations= 888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22334
involuntary context switches= 13571

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.552 second user time and 6.20606 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 03:28:50
IDJOB=4101218
IDBENCH=1715
IDSOLVER=2543
FILE ID=node113/4101218-1466213330
RUNJOBID= node113-1466206100-1315
PBS_JOBID= 19918163
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-fit1d.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101218-1466213330/watcher-4101218-1466213330 -o /tmp/evaluation-result-4101218-1466213330/solver-4101218-1466213330 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1315 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101218-1466213330.opb

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

MD5SUM BENCH= ba437a46cdfe6ecad707b12b94061ac9
RANDOM SEED=1651300549

node113.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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		: 2666.799
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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		: 2666.799
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		: 2666.799
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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:       32872528 kB
MemFree:        27092604 kB
Buffers:           90200 kB
Cached:            92964 kB
SwapCached:         1968 kB
Active:          3975176 kB
Inactive:         124080 kB
Active(anon):    3916548 kB
Inactive(anon):     1556 kB
Active(file):      58628 kB
Inactive(file):   122524 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:              2032 kB
Writeback:             0 kB
AnonPages:       4902132 kB
Mapped:            15460 kB
Shmem:                 0 kB
Slab:             598592 kB
SReclaimable:      42164 kB
SUnreclaim:       556428 kB
KernelStack:        1776 kB
PageTables:        13992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5568528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3956736 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= 71700 MiB
End job on node113 at 2016-06-18 03:43:49