Trace number 4119649

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.18 926.092

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/
pbfvmc-formulae/hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb
MD5SUM88e65323f9a8c58281028c3b2a47ed9f
Bench CategoryDEC-BIGINT-LIN (no optimisation, big integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2766336
Total number of constraints11830
Number of constraints which are clauses5402
Number of constraints which are cardinality constraints (but not clauses)5402
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5402
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1983745
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4451165
Number of bits of the biggest sum of numbers23
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4119649-1467269339.opb
0.09/0.12	c reading problem ... 
0.09/0.16	c  no objective function found
146.38/95.31	c ... done. Wall clock time 95.184s.
146.38/95.31	c declared #vars     2766336
146.38/95.31	c #constraints  11830
146.38/95.31	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
146.38/95.31	c constraints type 
146.38/95.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5402
146.38/95.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 5402
146.38/95.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1026
146.38/95.31	c 11830 constraints processed.
146.38/95.31	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
146.38/95.31	c constraints type 
146.38/95.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5402
146.38/95.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5402
146.38/95.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1026
146.38/95.31	c 11830 constraints processed.
247.19/145.30	c cleaning 2495 clauses out of 5000 with flag 20447/5000
313.13/177.72	c cleaning 4243 clauses out of 8508 with flag 82764/11003
384.12/213.24	c cleaning 5623 clauses out of 11263 with flag 163286/18001
500.30/271.36	c cleaning 6801 clauses out of 13639 with flag 222410/26000
578.33/310.37	c cleaning 7897 clauses out of 15838 with flag 311498/35000
644.50/343.44	c cleaning 8943 clauses out of 17941 with flag 408791/45000
725.71/384.09	c cleaning 9969 clauses out of 19998 with flag 531365/56000
824.51/433.40	c cleaning 10967 clauses out of 22029 with flag 689591/68000
930.70/486.54	c cleaning 11997 clauses out of 24063 with flag 855982/81001
1043.55/545.57	c cleaning 12993 clauses out of 26065 with flag 980079/95000
1165.96/606.75	c cleaning 13999 clauses out of 28079 with flag 1158197/110007
1301.76/674.69	c cleaning 14989 clauses out of 30074 with flag 1332983/126001
1452.24/749.75	c cleaning 15993 clauses out of 32086 with flag 1525650/143002
1604.03/825.66	c cleaning 16987 clauses out of 34095 with flag 1726023/161004
1785.19/918.60	c cleaning 17992 clauses out of 36106 with flag 1982807/180002
1800.18/926.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/926.00	c starts		: 39
1800.18/926.00	c conflicts		: 181919
1800.18/926.00	c decisions		: 55583234
1800.18/926.00	c propagations		: 238243100
1800.18/926.00	c inspects		: 383553262
1800.18/926.00	c shortcuts		: 0
1800.18/926.00	c learnt literals	: 0
1800.18/926.00	c learnt binary clauses	: 0
1800.18/926.00	c learnt ternary clauses	: 0
1800.18/926.00	c learnt constraints	: 181918
1800.18/926.00	c ignored constraints	: 0
1800.18/926.00	c root simplifications	: 0
1800.18/926.00	c removed literals (reason simplification)	: 719629
1800.18/926.00	c reason swapping (by a shorter reason)	: 0
1800.18/926.00	c Calls to reduceDB	: 15
1800.18/926.00	c Number of update (reduction) of LBD	: 97920
1800.18/926.00	c Imported unit clauses	: 0
1800.18/926.00	c number of reductions to clauses (during analyze)	: 0
1800.18/926.00	c number of learned constraints concerned by reduction	: 0
1800.18/926.00	c number of learning phase by resolution	: 0
1800.18/926.00	c number of learning phase by cutting planes	: 0
1800.18/926.00	c speed (assignments/second)	: 286863.26851781615
1800.18/926.00	c non guided choices	51345014
1800.18/926.03	c learnt constraints type 
1800.18/926.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20031
1800.18/926.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/926.03	c starts		: 1
1800.18/926.03	c conflicts		: 1
1800.18/926.03	c decisions		: 2744702
1800.18/926.03	c propagations		: 2754497
1800.18/926.03	c inspects		: 2751141
1800.18/926.03	c shortcuts		: 0
1800.18/926.03	c learnt literals	: 0
1800.18/926.03	c learnt binary clauses	: 0
1800.18/926.03	c learnt ternary clauses	: 0
1800.18/926.03	c learnt constraints	: 0
1800.18/926.03	c ignored constraints	: 0
1800.18/926.03	c root simplifications	: 0
1800.18/926.03	c removed literals (reason simplification)	: 0
1800.18/926.03	c reason swapping (by a shorter reason)	: 0
1800.18/926.03	c Calls to reduceDB	: 0
1800.18/926.03	c Number of update (reduction) of LBD	: 0
1800.18/926.03	c Imported unit clauses	: 0
1800.18/926.03	c number of reductions to clauses (during analyze)	: 0
1800.18/926.03	c number of learned constraints concerned by reduction	: 0
1800.18/926.03	c number of learning phase by resolution	: 0
1800.18/926.03	c number of learning phase by cutting planes	: 0
1800.18/926.03	c speed (assignments/second)	: 3316.50935956202
1800.18/926.03	c non guided choices	2744702
1800.18/926.03	c learnt constraints type 
1800.18/926.03	s UNKNOWN
1800.18/926.03	c Total wall clock time (in seconds): 925.907

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

pid=13077
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: 3.42 2.50 2.24 3/195 13080
/proc/meminfo: memFree=24166336/32872528 swapFree=1515120/1684772
[pid=13080] ppid=13077 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/13080/stat : 13080 (java) D 13077 13080 12810 0 -1 4202496 157 0 0 0 0 0 0 0 20 0 1 0 7887182 278528 33 33554432000 1073741824 1073778376 140737210450912 140737210448088 215115459879 0 0 4096 0 18446744072100724004 0 0 17 0 0 0 0 0 0
/proc/13080/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 3.42 2.50 2.24 3/195 13080
/proc/meminfo: memFree=24166336/32872528 swapFree=1515120/1684772
[pid=13080] ppid=13077 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/13080/stat : 13080 (java) S 13077 13080 12810 0 -1 4202496 4406 0 1 0 8 1 0 0 20 0 18 0 7887182 9787879424 6029 33554432000 1073741824 1073778376 140733475923856 140733475914992 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13080/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 3.42 2.50 2.24 3/195 13080
/proc/meminfo: memFree=24166336/32872528 swapFree=1515120/1684772
[pid=13080] ppid=13077 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/13080/stat : 13080 (java) S 13077 13080 12810 0 -1 4202496 4620 0 1 0 17 3 0 0 20 0 18 0 7887182 9787879424 37386 33554432000 1073741824 1073778376 140733475923856 140733475914992 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13080/statm: 2389619 37386 2195 9 0 2380296 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9558476

[startup+0.300216 s]
/proc/loadavg: 3.42 2.50 2.24 3/195 13080
/proc/meminfo: memFree=24166336/32872528 swapFree=1515120/1684772
[pid=13080] ppid=13077 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/13080/stat : 13080 (java) S 13077 13080 12810 0 -1 4202496 4903 0 1 0 47 7 0 0 20 0 18 0 7887182 9787879424 69301 33554432000 1073741824 1073778376 140733475923856 140733475914992 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13080/statm: 2389619 69302 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700248 s]
/proc/loadavg: 3.42 2.50 2.24 3/195 13080
/proc/meminfo: memFree=24166336/32872528 swapFree=1515120/1684772
[pid=13080] ppid=13077 vsize=9558476 CPUtime=1.55 cores=0,2,4,6
/proc/13080/stat : 13080 (java) S 13077 13080 12810 0 -1 4202496 14450 0 1 0 147 8 0 0 20 0 18 0 7887182 9787879424 76205 33554432000 1073741824 1073778376 140733475923856 140733475914992 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13080/statm: 2389619 76205 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9558476

[startup+1.50075 s]
/proc/loadavg: 3.42 2.50 2.24 10/213 13098
/proc/meminfo: memFree=23646400/32872528 swapFree=1515120/1684772
[pid=13080] ppid=13077 vsize=9558476 CPUtime=3.19 cores=0,2,4,6
/proc/13080/stat : 13080 (java) S 13077 13080 12810 0 -1 4202496 17626 0 1 0 292 27 0 0 20 0 18 0 7887182 9787879424 150768 33554432000 1073741824 1073778376 140733475923856 140733475914992 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13080/statm: 2389619 150768 2263 9 0 2380296 0
[pid=13080/tid=13082] ppid=13077 vsize=9558476 CPUtime=1.06 cores=0,2,4,6
/proc/13080/task/13082/stat : 13082 (java) S 13077 13080 12810 0 -1 4202560 2528 0 1 0 101 5 0 0 20 0 18 0 7887184 9787879424 150768 33554432000 1073741824 1073778376 140733475923856 140060800363176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13080/tid=13083] ppid=13077 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/13080/task/13083/stat : 13083 (java) R 13077 13080 12810 0 -1 4202560 218 0 0 0 19 4 0 0 20 0 18 0 7887185 9787879424 150768 33554432000 1073741824 1073778376 140733475923856 140060772817840 140060804122441 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13084] ppid=13077 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/13080/task/13084/stat : 13084 (java) R 13077 13080 12810 0 -1 4202560 141 0 0 0 17 3 0 0 20 0 18 0 7887185 9787879424 150768 33554432000 1073741824 1073778376 140733475923856 140060771765336 140060804122072 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13085] ppid=13077 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/13080/task/13085/stat : 13085 (java) R 13077 13080 12810 0 -1 4202560 673 0 0 0 10 2 0 0 20 0 18 0 7887185 9787879424 150768 33554432000 1073741824 1073778376 140733475923856 140060770712120 140060807261100 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13086] ppid=13077 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/13080/task/13086/stat : 13086 (java) R 13077 13080 12810 0 -1 4202560 415 0 0 0 23 3 0 0 20 0 18 0 7887185 9787879424 150768 33554432000 1073741824 1073778376 140733475923856 140060769659736 140060807860008 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13080/tid=13087] ppid=13077 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/13080/task/13087/stat : 13087 (java) R 13077 13080 12810 0 -1 4202560 651 0 0 0 9 0 0 0 20 0 18 0 7887185 9787879424 150768 33554432000 1073741824 1073778376 140733475923856 140060768606520 140060807261667 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13088] ppid=13077 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/13080/task/13088/stat : 13088 (java) R 13077 13080 12810 0 -1 4202560 451 0 0 0 12 3 0 0 20 0 18 0 7887185 9787879424 150768 33554432000 1073741824 1073778376 140733475923856 140060767553720 140060804120992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13089] ppid=13077 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/13080/task/13089/stat : 13089 (java) R 13077 13080 12810 0 -1 4202560 216 0 0 0 10 2 0 0 20 0 18 0 7887185 9787879424 150768 33554432000 1073741824 1073778376 140733475923856 140060766501336 140060804122077 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13090] ppid=13077 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/13080/task/13090/stat : 13090 (java) R 13077 13080 12810 0 -1 4202560 462 0 0 0 10 2 0 0 20 0 18 0 7887185 9787879424 150768 33554432000 1073741824 1073778376 140733475923856 140060765448120 140060804122072 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13091] ppid=13077 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13091/stat : 13091 (java) S 13077 13080 12810 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 7887186 9787879424 150768 33554432000 1073741824 1073778376 140733475923856 140060154374024 215127995452 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13092] ppid=13077 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13092/stat : 13092 (java) S 13077 13080 12810 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 7887186 9787879424 150768 33554432000 1073741824 1073778376 140733475923856 140060153321208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13093] ppid=13077 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13093/stat : 13093 (java) S 13077 13080 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 7887186 9787879424 150768 33554432000 1073741824 1073778376 140733475923856 140060152268296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13094] ppid=13077 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13094/stat : 13094 (java) S 13077 13080 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7887189 9787879424 150768 33554432000 1073741824 1073778376 140733475923856 140060151216784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13095] ppid=13077 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/13080/task/13095/stat : 13095 (java) S 13077 13080 12810 0 -1 4202560 2454 0 0 0 25 0 0 0 20 0 18 0 7887189 9787879424 150768 33554432000 1073741824 1073778376 140733475923856 140060150163896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13096] ppid=13077 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/13080/task/13096/stat : 13096 (java) S 13077 13080 12810 0 -1 4202560 8095 0 0 0 40 1 0 0 20 0 18 0 7887189 9787879424 150768 33554432000 1073741824 1073778376 140733475923856 140060149111096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13097] ppid=13077 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13097/stat : 13097 (java) S 13077 13080 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7887189 9787879424 150768 33554432000 1073741824 1073778376 140733475923856 140060148058488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13098] ppid=13077 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13098/stat : 13098 (java) S 13077 13080 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7887189 9787879424 150768 33554432000 1073741824 1073778376 140733475923856 140060147005896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 9558476

[startup+3.10086 s]
/proc/loadavg: 3.42 2.50 2.24 3/213 13098
/proc/meminfo: memFree=23195848/32872528 swapFree=1515120/1684772
[pid=13080] ppid=13077 vsize=9558476 CPUtime=5.48 cores=0,2,4,6
/proc/13080/stat : 13080 (java) S 13077 13080 12810 0 -1 4202496 19308 0 1 0 506 42 0 0 20 0 18 0 7887182 9787879424 194903 33554432000 1073741824 1073778376 140733475923856 140733475914992 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13080/statm: 2389619 194903 2274 9 0 2380296 0
[pid=13080/tid=13082] ppid=13077 vsize=9558476 CPUtime=2.02 cores=0,2,4,6
/proc/13080/task/13082/stat : 13082 (java) R 13077 13080 12810 0 -1 4202560 2723 0 1 0 196 6 0 0 20 0 18 0 7887184 9787879424 194903 33554432000 1073741824 1073778376 140733475923856 140060800356272 140060645769807 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13080/tid=13083] ppid=13077 vsize=9558476 CPUtime=0.42 cores=0,2,4,6
/proc/13080/task/13083/stat : 13083 (java) S 13077 13080 12810 0 -1 4202560 279 0 0 0 35 7 0 0 20 0 18 0 7887185 9787879424 194903 33554432000 1073741824 1073778376 140733475923856 140060772817960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13084] ppid=13077 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/13080/task/13084/stat : 13084 (java) S 13077 13080 12810 0 -1 4202560 184 0 0 0 26 5 0 0 20 0 18 0 7887185 9787879424 194903 33554432000 1073741824 1073778376 140733475923856 140060771765160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13085] ppid=13077 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/13080/task/13085/stat : 13085 (java) S 13077 13080 12810 0 -1 4202560 711 0 0 0 16 3 0 0 20 0 18 0 7887185 9787879424 194903 33554432000 1073741824 1073778376 140733475923856 140060770712360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13086] ppid=13077 vsize=9558476 CPUtime=0.38 cores=0,2,4,6
/proc/13080/task/13086/stat : 13086 (java) S 13077 13080 12810 0 -1 4202560 462 0 0 0 33 5 0 0 20 0 18 0 7887185 9787879424 194903 33554432000 1073741824 1073778376 140733475923856 140060769659560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13087] ppid=13077 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/13080/task/13087/stat : 13087 (java) S 13077 13080 12810 0 -1 4202560 694 0 0 0 19 3 0 0 20 0 18 0 7887185 9787879424 194903 33554432000 1073741824 1073778376 140733475923856 140060768606760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13088] ppid=13077 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/13080/task/13088/stat : 13088 (java) S 13077 13080 12810 0 -1 4202560 832 0 0 0 24 5 0 0 20 0 18 0 7887185 9787879424 194903 33554432000 1073741824 1073778376 140733475923856 140060767553960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13089] ppid=13077 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/13080/task/13089/stat : 13089 (java) S 13077 13080 12810 0 -1 4202560 648 0 0 0 16 3 0 0 20 0 18 0 7887185 9787879424 194903 33554432000 1073741824 1073778376 140733475923856 140060766501160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13090] ppid=13077 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/13080/task/13090/stat : 13090 (java) S 13077 13080 12810 0 -1 4202560 498 0 0 0 20 4 0 0 20 0 18 0 7887185 9787879424 194903 33554432000 1073741824 1073778376 140733475923856 140060765448360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13091] ppid=13077 vsize=9558476 CPUtime=0.39 cores=0,2,4,6
/proc/13080/task/13091/stat : 13091 (java) S 13077 13080 12810 0 -1 4202560 476 0 0 0 39 0 0 0 20 0 18 0 7887186 9787879424 194903 33554432000 1073741824 1073778376 140733475923856 140060154375144 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13080/tid=13092] ppid=13077 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13092/stat : 13092 (java) S 13077 13080 12810 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 7887186 9787879424 194903 33554432000 1073741824 1073778376 140733475923856 140060153321208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13093] ppid=13077 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13093/stat : 13093 (java) S 13077 13080 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 7887186 9787879424 194903 33554432000 1073741824 1073778376 140733475923856 140060152268296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13094] ppid=13077 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13094/stat : 13094 (java) S 13077 13080 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7887189 9787879424 194903 33554432000 1073741824 1073778376 140733475923856 140060151216784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13095] ppid=13077 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/13080/task/13095/stat : 13095 (java) S 13077 13080 12810 0 -1 4202560 2454 0 0 0 25 0 0 0 20 0 18 0 7887189 9787879424 194903 33554432000 1073741824 1073778376 140733475923856 140060150163896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13096] ppid=13077 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/13080/task/13096/stat : 13096 (java) S 13077 13080 12810 0 -1 4202560 8095 0 0 0 40 1 0 0 20 0 18 0 7887189 9787879424 194903 33554432000 1073741824 1073778376 140733475923856 140060149111096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13097] ppid=13077 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13097/stat : 13097 (java) S 13077 13080 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7887189 9787879424 194903 33554432000 1073741824 1073778376 140733475923856 140060148058488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13098] ppid=13077 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13098/stat : 13098 (java) S 13077 13080 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7887189 9787879424 194903 33554432000 1073741824 1073778376 140733475923856 140060147005896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 9558476

[startup+6.30088 s]
/proc/loadavg: 3.39 2.51 2.25 11/213 13098
/proc/meminfo: memFree=22534776/32872528 swapFree=1515120/1684772
[pid=13080] ppid=13077 vsize=9558476 CPUtime=10.8 cores=0,2,4,6
/proc/13080/stat : 13080 (java) S 13077 13080 12810 0 -1 4202496 23440 0 1 0 990 90 0 0 20 0 18 0 7887182 9787879424 343846 33554432000 1073741824 1073778376 140733475923856 140733475914992 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13080/statm: 2389619 343846 2274 9 0 2380296 0
[pid=13080/tid=13082] ppid=13077 vsize=9558476 CPUtime=3.46 cores=0,2,4,6
/proc/13080/task/13082/stat : 13082 (java) R 13077 13080 12810 0 -1 4202560 2813 0 1 0 337 9 0 0 20 0 18 0 7887184 9787879424 343846 33554432000 1073741824 1073778376 140733475923856 140060800356272 215128007949 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13080/tid=13083] ppid=13077 vsize=9558476 CPUtime=0.85 cores=0,2,4,6
/proc/13080/task/13083/stat : 13083 (java) S 13077 13080 12810 0 -1 4202560 421 0 0 0 71 14 0 0 20 0 18 0 7887185 9787879424 343846 33554432000 1073741824 1073778376 140733475923856 140060772817960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13080/tid=13084] ppid=13077 vsize=9558476 CPUtime=0.66 cores=0,2,4,6
/proc/13080/task/13084/stat : 13084 (java) S 13077 13080 12810 0 -1 4202560 308 0 0 0 55 11 0 0 20 0 18 0 7887185 9787879424 343846 33554432000 1073741824 1073778376 140733475923856 140060771765160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13085] ppid=13077 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/13080/task/13085/stat : 13085 (java) S 13077 13080 12810 0 -1 4202560 1551 0 0 0 42 7 0 0 20 0 18 0 7887185 9787879424 343846 33554432000 1073741824 1073778376 140733475923856 140060770712360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13086] ppid=13077 vsize=9558476 CPUtime=0.69 cores=0,2,4,6
/proc/13080/task/13086/stat : 13086 (java) S 13077 13080 12810 0 -1 4202560 582 0 0 0 59 10 0 0 20 0 18 0 7887185 9787879424 343846 33554432000 1073741824 1073778376 140733475923856 140060769659560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13080/tid=13087] ppid=13077 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/13080/task/13087/stat : 13087 (java) S 13077 13080 12810 0 -1 4202560 1090 0 0 0 46 7 0 0 20 0 18 0 7887185 9787879424 343846 33554432000 1073741824 1073778376 140733475923856 140060768606760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13088] ppid=13077 vsize=9558476 CPUtime=0.7 cores=0,2,4,6
/proc/13080/task/13088/stat : 13088 (java) S 13077 13080 12810 0 -1 4202560 958 0 0 0 59 11 0 0 20 0 18 0 7887185 9787879424 343846 33554432000 1073741824 1073778376 140733475923856 140060767553960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13089] ppid=13077 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/13080/task/13089/stat : 13089 (java) S 13077 13080 12810 0 -1 4202560 1076 0 0 0 46 8 0 0 20 0 18 0 7887185 9787879424 343846 33554432000 1073741824 1073778376 140733475923856 140060766501160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13090] ppid=13077 vsize=9558476 CPUtime=0.62 cores=0,2,4,6
/proc/13080/task/13090/stat : 13090 (java) S 13077 13080 12810 0 -1 4202560 1627 0 0 0 52 10 0 0 20 0 18 0 7887185 9787879424 343846 33554432000 1073741824 1073778376 140733475923856 140060765448360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13091] ppid=13077 vsize=9558476 CPUtime=1.4 cores=0,2,4,6
/proc/13080/task/13091/stat : 13091 (java) S 13077 13080 12810 0 -1 4202560 1213 0 0 0 139 1 0 0 20 0 18 0 7887186 9787879424 343846 33554432000 1073741824 1073778376 140733475923856 140060154375144 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13092] ppid=13077 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13092/stat : 13092 (java) S 13077 13080 12810 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 7887186 9787879424 343846 33554432000 1073741824 1073778376 140733475923856 140060153321208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13093] ppid=13077 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13093/stat : 13093 (java) S 13077 13080 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 7887186 9787879424 343846 33554432000 1073741824 1073778376 140733475923856 140060152268296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13094] ppid=13077 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13094/stat : 13094 (java) S 13077 13080 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7887189 9787879424 343846 33554432000 1073741824 1073778376 140733475923856 140060151216784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13095] ppid=13077 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/13080/task/13095/stat : 13095 (java) S 13077 13080 12810 0 -1 4202560 2454 0 0 0 25 0 0 0 20 0 18 0 7887189 9787879424 343846 33554432000 1073741824 1073778376 140733475923856 140060150163896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13096] ppid=13077 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/13080/task/13096/stat : 13096 (java) S 13077 13080 12810 0 -1 4202560 8095 0 0 0 40 1 0 0 20 0 18 0 7887189 9787879424 343846 33554432000 1073741824 1073778376 140733475923856 140060149111096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13097] ppid=13077 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13097/stat : 13097 (java) S 13077 13080 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7887189 9787879424 343846 33554432000 1073741824 1073778376 140733475923856 140060148058488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13098] ppid=13077 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13098/stat : 13098 (java) S 13077 13080 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7887189 9787879424 343846 33554432000 1073741824 1073778376 140733475923856 140060147005896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.8
Current children cumulated vsize (KiB) 9558476

[startup+12.7009 s]
/proc/loadavg: 3.92 2.63 2.29 3/213 13098
/proc/meminfo: memFree=21268288/32872528 swapFree=1515120/1684772
[pid=13080] ppid=13077 vsize=9558476 CPUtime=22.03 cores=0,2,4,6
/proc/13080/stat : 13080 (java) S 13077 13080 12810 0 -1 4202496 35895 0 1 0 2016 187 0 0 20 0 18 0 7887182 9787879424 633678 33554432000 1073741824 1073778376 140733475923856 140733475914992 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13080/statm: 2389619 633678 2274 9 0 2380296 0

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

/proc/13080/task/13085/stat : 13085 (java) S 13077 13080 12810 0 -1 4202560 16627 0 0 0 802 62 0 0 20 0 22 0 7887185 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060770712360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13080/tid=13086] ppid=13077 vsize=9824732 CPUtime=8.84 cores=0,2,4,6
/proc/13080/task/13086/stat : 13086 (java) S 13077 13080 12810 0 -1 4202560 25002 0 0 0 820 64 0 0 20 0 22 0 7887185 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060769659560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13087] ppid=13077 vsize=9824732 CPUtime=8.77 cores=0,2,4,6
/proc/13080/task/13087/stat : 13087 (java) S 13077 13080 12810 0 -1 4202560 23493 0 0 0 815 62 0 0 20 0 22 0 7887185 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060768606760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13088] ppid=13077 vsize=9824732 CPUtime=9.04 cores=0,2,4,6
/proc/13080/task/13088/stat : 13088 (java) S 13077 13080 12810 0 -1 4202560 21404 0 0 0 841 63 0 0 20 0 22 0 7887185 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060767553960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13089] ppid=13077 vsize=9824732 CPUtime=8.49 cores=0,2,4,6
/proc/13080/task/13089/stat : 13089 (java) S 13077 13080 12810 0 -1 4202560 14332 0 0 0 797 52 0 0 20 0 22 0 7887185 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060766501160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13090] ppid=13077 vsize=9824732 CPUtime=8.5 cores=0,2,4,6
/proc/13080/task/13090/stat : 13090 (java) S 13077 13080 12810 0 -1 4202560 18523 0 0 0 798 52 0 0 20 0 22 0 7887185 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060765448360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13091] ppid=13077 vsize=9824732 CPUtime=21.58 cores=0,2,4,6
/proc/13080/task/13091/stat : 13091 (java) S 13077 13080 12810 0 -1 4202560 5798 0 0 0 2150 8 0 0 20 0 22 0 7887186 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060154375144 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13092] ppid=13077 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13092/stat : 13092 (java) S 13077 13080 12810 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 7887186 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060153321208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13093] ppid=13077 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13093/stat : 13093 (java) S 13077 13080 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 7887186 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060152268296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13094] ppid=13077 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13094/stat : 13094 (java) S 13077 13080 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7887189 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060151216784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13095] ppid=13077 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/13080/task/13095/stat : 13095 (java) S 13077 13080 12810 0 -1 4202560 6969 0 0 0 118 2 0 0 20 0 22 0 7887189 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060150163896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13080/tid=13096] ppid=13077 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/13080/task/13096/stat : 13096 (java) S 13077 13080 12810 0 -1 4202560 8120 0 0 0 110 2 0 0 20 0 22 0 7887189 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060149111096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13097] ppid=13077 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13097/stat : 13097 (java) S 13077 13080 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7887189 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060148058488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13098] ppid=13077 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/13080/task/13098/stat : 13098 (java) S 13077 13080 12810 0 -1 4202560 47 0 0 0 16 20 0 0 20 0 22 0 7887189 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060147005896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13107] ppid=13077 vsize=9824732 CPUtime=718.54 cores=0,2,4,6
/proc/13080/task/13107/stat : 13107 (java) R 13077 13080 12810 0 -1 4202560 29 0 0 0 71844 10 0 0 20 0 22 0 7896714 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060145943072 140060646041963 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13108] ppid=13077 vsize=9824732 CPUtime=718.66 cores=0,2,4,6
/proc/13080/task/13108/stat : 13108 (java) R 13077 13080 12810 0 -1 4202560 28 0 0 0 71856 10 0 0 20 0 22 0 7896714 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060144896832 140060646450579 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13080/tid=13109] ppid=13077 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13109/stat : 13109 (java) S 13077 13080 12810 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 7896732 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060143846824 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13110] ppid=13077 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13110/stat : 13110 (java) S 13077 13080 12810 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 7896732 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060142794024 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1597.43
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.26 3.22 2.86 4/219 13152
/proc/meminfo: memFree=16898096/32872528 swapFree=1515120/1684772
[pid=13080] ppid=13077 vsize=9824732 CPUtime=1717.45 cores=0,2,4,6
/proc/13080/stat : 13080 (java) S 13077 13080 12810 0 -1 4202496 178122 0 1 0 171215 530 0 0 20 0 22 0 7887182 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140733475914992 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13080/statm: 2456183 1633227 2298 9 0 2446860 0
[pid=13080/tid=13082] ppid=13077 vsize=9824732 CPUtime=61.62 cores=0,2,4,6
/proc/13080/task/13082/stat : 13082 (java) S 13077 13080 12810 0 -1 4202560 3448 0 1 0 6144 18 0 0 20 0 22 0 7887184 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060800365432 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13080/tid=13083] ppid=13077 vsize=9824732 CPUtime=9.19 cores=0,2,4,6
/proc/13080/task/13083/stat : 13083 (java) S 13077 13080 12810 0 -1 4202560 17157 0 0 0 850 69 0 0 20 0 22 0 7887185 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060772817960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13084] ppid=13077 vsize=9824732 CPUtime=9.14 cores=0,2,4,6
/proc/13080/task/13084/stat : 13084 (java) S 13077 13080 12810 0 -1 4202560 15876 0 0 0 853 61 0 0 20 0 22 0 7887185 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060771765160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13085] ppid=13077 vsize=9824732 CPUtime=8.64 cores=0,2,4,6
/proc/13080/task/13085/stat : 13085 (java) S 13077 13080 12810 0 -1 4202560 16627 0 0 0 802 62 0 0 20 0 22 0 7887185 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060770712360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13080/tid=13086] ppid=13077 vsize=9824732 CPUtime=8.84 cores=0,2,4,6
/proc/13080/task/13086/stat : 13086 (java) S 13077 13080 12810 0 -1 4202560 25002 0 0 0 820 64 0 0 20 0 22 0 7887185 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060769659560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13087] ppid=13077 vsize=9824732 CPUtime=8.77 cores=0,2,4,6
/proc/13080/task/13087/stat : 13087 (java) S 13077 13080 12810 0 -1 4202560 23493 0 0 0 815 62 0 0 20 0 22 0 7887185 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060768606760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13088] ppid=13077 vsize=9824732 CPUtime=9.04 cores=0,2,4,6
/proc/13080/task/13088/stat : 13088 (java) S 13077 13080 12810 0 -1 4202560 21404 0 0 0 841 63 0 0 20 0 22 0 7887185 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060767553960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13089] ppid=13077 vsize=9824732 CPUtime=8.49 cores=0,2,4,6
/proc/13080/task/13089/stat : 13089 (java) S 13077 13080 12810 0 -1 4202560 14332 0 0 0 797 52 0 0 20 0 22 0 7887185 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060766501160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13090] ppid=13077 vsize=9824732 CPUtime=8.5 cores=0,2,4,6
/proc/13080/task/13090/stat : 13090 (java) S 13077 13080 12810 0 -1 4202560 18523 0 0 0 798 52 0 0 20 0 22 0 7887185 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060765448360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13091] ppid=13077 vsize=9824732 CPUtime=21.58 cores=0,2,4,6
/proc/13080/task/13091/stat : 13091 (java) S 13077 13080 12810 0 -1 4202560 5798 0 0 0 2150 8 0 0 20 0 22 0 7887186 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060154375144 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13092] ppid=13077 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13092/stat : 13092 (java) S 13077 13080 12810 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 7887186 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060153321208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13093] ppid=13077 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13093/stat : 13093 (java) S 13077 13080 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 7887186 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060152268296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13094] ppid=13077 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13094/stat : 13094 (java) S 13077 13080 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7887189 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060151216784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13095] ppid=13077 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/13080/task/13095/stat : 13095 (java) S 13077 13080 12810 0 -1 4202560 6969 0 0 0 118 2 0 0 20 0 22 0 7887189 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060150163896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13080/tid=13096] ppid=13077 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/13080/task/13096/stat : 13096 (java) S 13077 13080 12810 0 -1 4202560 8120 0 0 0 110 2 0 0 20 0 22 0 7887189 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060149111096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13097] ppid=13077 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13097/stat : 13097 (java) S 13077 13080 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7887189 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060148058488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13098] ppid=13077 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/13080/task/13098/stat : 13098 (java) S 13077 13080 12810 0 -1 4202560 51 0 0 0 17 22 0 0 20 0 22 0 7887189 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060147005896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13107] ppid=13077 vsize=9824732 CPUtime=778.4 cores=0,2,4,6
/proc/13080/task/13107/stat : 13107 (java) R 13077 13080 12810 0 -1 4202560 29 0 0 0 77829 11 0 0 20 0 22 0 7896714 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060145943072 140060646243853 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13108] ppid=13077 vsize=9824732 CPUtime=778.51 cores=0,2,4,6
/proc/13080/task/13108/stat : 13108 (java) R 13077 13080 12810 0 -1 4202560 28 0 0 0 77840 11 0 0 20 0 22 0 7896714 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060144896832 140060646450439 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13080/tid=13109] ppid=13077 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13109/stat : 13109 (java) S 13077 13080 12810 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 7896732 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060143846824 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13110] ppid=13077 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13110/stat : 13110 (java) S 13077 13080 12810 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 7896732 10060525568 1633227 33554432000 1073741824 1073778376 140733475923856 140060142794024 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1717.45
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+926.001 s]
/proc/loadavg: 3.17 3.20 2.87 4/219 13153
/proc/meminfo: memFree=16381700/32872528 swapFree=1515120/1684772
[pid=13080] ppid=13077 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/13080/stat : 13080 (java) S 13077 13080 12810 0 -1 4202496 180522 0 1 0 179423 595 0 0 20 0 22 0 7887182 10060525568 1762094 33554432000 1073741824 1073778376 140733475923856 140733475914992 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13080/statm: 2456183 1762094 2298 9 0 2446860 0
[pid=13080/tid=13082] ppid=13077 vsize=9824732 CPUtime=61.62 cores=0,2,4,6
/proc/13080/task/13082/stat : 13082 (java) S 13077 13080 12810 0 -1 4202560 3449 0 1 0 6144 18 0 0 20 0 22 0 7887184 10060525568 1762094 33554432000 1073741824 1073778376 140733475923856 140060800365432 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13080/tid=13083] ppid=13077 vsize=9824732 CPUtime=9.28 cores=0,2,4,6
/proc/13080/task/13083/stat : 13083 (java) S 13077 13080 12810 0 -1 4202560 17295 0 0 0 856 72 0 0 20 0 22 0 7887185 10060525568 1762094 33554432000 1073741824 1073778376 140733475923856 140060772817960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13080/tid=13084] ppid=13077 vsize=9824732 CPUtime=9.41 cores=0,2,4,6
/proc/13080/task/13084/stat : 13084 (java) S 13077 13080 12810 0 -1 4202560 16080 0 0 0 867 74 0 0 20 0 22 0 7887185 10060525568 1762094 33554432000 1073741824 1073778376 140733475923856 140060771765160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13080/tid=13085] ppid=13077 vsize=9824732 CPUtime=8.83 cores=0,2,4,6
/proc/13080/task/13085/stat : 13085 (java) S 13077 13080 12810 0 -1 4202560 16686 0 0 0 818 65 0 0 20 0 22 0 7887185 10060525568 1762094 33554432000 1073741824 1073778376 140733475923856 140060770712360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13086] ppid=13077 vsize=9824732 CPUtime=9.31 cores=0,2,4,6
/proc/13080/task/13086/stat : 13086 (java) S 13077 13080 12810 0 -1 4202560 25319 0 0 0 851 80 0 0 20 0 22 0 7887185 10060525568 1762094 33554432000 1073741824 1073778376 140733475923856 140060769659560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13087] ppid=13077 vsize=9824732 CPUtime=9 cores=0,2,4,6
/proc/13080/task/13087/stat : 13087 (java) S 13077 13080 12810 0 -1 4202560 23656 0 0 0 828 72 0 0 20 0 22 0 7887185 10060525568 1762094 33554432000 1073741824 1073778376 140733475923856 140060768606760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13088] ppid=13077 vsize=9824732 CPUtime=9.22 cores=0,2,4,6
/proc/13080/task/13088/stat : 13088 (java) S 13077 13080 12810 0 -1 4202560 21523 0 0 0 852 70 0 0 20 0 22 0 7887185 10060525568 1762094 33554432000 1073741824 1073778376 140733475923856 140060767553960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13089] ppid=13077 vsize=9824732 CPUtime=8.78 cores=0,2,4,6
/proc/13080/task/13089/stat : 13089 (java) S 13077 13080 12810 0 -1 4202560 14509 0 0 0 820 58 0 0 20 0 22 0 7887185 10060525568 1762094 33554432000 1073741824 1073778376 140733475923856 140060766501160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13090] ppid=13077 vsize=9824732 CPUtime=8.67 cores=0,2,4,6
/proc/13080/task/13090/stat : 13090 (java) S 13077 13080 12810 0 -1 4202560 18669 0 0 0 811 56 0 0 20 0 22 0 7887185 10060525568 1762094 33554432000 1073741824 1073778376 140733475923856 140060765448360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13091] ppid=13077 vsize=9824732 CPUtime=27.15 cores=0,2,4,6
/proc/13080/task/13091/stat : 13091 (java) S 13077 13080 12810 0 -1 4202560 6872 0 0 0 2707 8 0 0 20 0 22 0 7887186 10060525568 1762094 33554432000 1073741824 1073778376 140733475923856 140060154375144 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13092] ppid=13077 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13092/stat : 13092 (java) S 13077 13080 12810 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 7887186 10060525568 1762094 33554432000 1073741824 1073778376 140733475923856 140060153321208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13093] ppid=13077 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13093/stat : 13093 (java) S 13077 13080 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 7887186 10060525568 1762094 33554432000 1073741824 1073778376 140733475923856 140060152268296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13094] ppid=13077 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13094/stat : 13094 (java) S 13077 13080 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7887189 10060525568 1762094 33554432000 1073741824 1073778376 140733475923856 140060151216784 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13095] ppid=13077 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/13080/task/13095/stat : 13095 (java) S 13077 13080 12810 0 -1 4202560 6969 0 0 0 118 2 0 0 20 0 22 0 7887189 10060525568 1762094 33554432000 1073741824 1073778376 140733475923856 140060150163896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13080/tid=13096] ppid=13077 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/13080/task/13096/stat : 13096 (java) S 13077 13080 12810 0 -1 4202560 8120 0 0 0 110 2 0 0 20 0 22 0 7887189 10060525568 1762094 33554432000 1073741824 1073778376 140733475923856 140060149111096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13097] ppid=13077 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13097/stat : 13097 (java) S 13077 13080 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 7887189 10060525568 1762094 33554432000 1073741824 1073778376 140733475923856 140060148058488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13098] ppid=13077 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/13080/task/13098/stat : 13098 (java) S 13077 13080 12810 0 -1 4202560 53 0 0 0 18 22 0 0 20 0 22 0 7887189 10060525568 1762094 33554432000 1073741824 1073778376 140733475923856 140060147005896 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13107] ppid=13077 vsize=9824732 CPUtime=815.92 cores=0,2,4,6
/proc/13080/task/13107/stat : 13107 (java) R 13077 13080 12810 0 -1 4202560 29 0 0 0 81580 12 0 0 20 0 22 0 7896714 10060525568 1762094 33554432000 1073741824 1073778376 140733475923856 140060145943072 140060646251368 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13080/tid=13108] ppid=13077 vsize=9824732 CPUtime=816.03 cores=0,2,4,6
/proc/13080/task/13108/stat : 13108 (java) R 13077 13080 12810 0 -1 4202560 28 0 0 0 81591 12 0 0 20 0 22 0 7896714 10060525568 1762094 33554432000 1073741824 1073778376 140733475923856 140060144896832 140060646450502 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13080/tid=13109] ppid=13077 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13109/stat : 13109 (java) S 13077 13080 12810 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 7896732 10060525568 1762094 33554432000 1073741824 1073778376 140733475923856 140060143846824 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13080/tid=13110] ppid=13077 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13080/task/13110/stat : 13110 (java) S 13077 13080 12810 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 7896732 10060525568 1762094 33554432000 1073741824 1073778376 140733475923856 140060142794024 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 13080 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 13080 and gives
#  childrusage.ru_utime.tv_sec=1789
#  childrusage.ru_utime.tv_usec=919890
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=431022
# CPU time returned by wait4() is 1796.35
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 926.092
CPU time (s): 1800.18
CPU user time (s): 1794.23
CPU system time (s): 5.95
CPU usage (%): 194.385
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.92
system time used= 6.43102
maximum resident set size= 7048492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180554
page faults= 1
swaps= 0
block input operations= 8
block output operations= 688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47442
involuntary context switches= 68449

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.03408 second user time and 7.85281 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-30 08:49:05
IDJOB=4119649
IDBENCH=111781
IDSOLVER=2543
FILE ID=node135/4119649-1467269339
RUNJOBID= node135-1467269312-12965
PBS_JOBID= 20004497
Free space on /tmp= 71464 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/pbfvmc-formulae/hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119649-1467269339/watcher-4119649-1467269339 -o /tmp/evaluation-result-4119649-1467269339/solver-4119649-1467269339 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1467269312-12965 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119649-1467269339.opb

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

MD5SUM BENCH= 88e65323f9a8c58281028c3b2a47ed9f
RANDOM SEED=563897895

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		: 2666.722
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.44
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.722
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.722
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		: 2666.722
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.56
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.722
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.54
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.722
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		: 2666.722
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.68
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.722
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:        24167392 kB
Buffers:          191212 kB
Cached:          2006772 kB
SwapCached:            0 kB
Active:          4508144 kB
Inactive:        1737792 kB
Active(anon):    4050780 kB
Inactive(anon):        0 kB
Active(file):     457364 kB
Inactive(file):  1737792 kB
Unevictable:     1684772 kB
Mlocked:         1515120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            247504 kB
Writeback:             0 kB
AnonPages:       5737076 kB
Mapped:            22112 kB
Shmem:               216 kB
Slab:             624672 kB
SReclaimable:      66924 kB
SUnreclaim:       557748 kB
KernelStack:        1584 kB
PageTables:        15452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6891080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988112 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4091904 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= 71460 MiB
End job on node135 at 2016-06-30 09:04:31