Trace number 4100906

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.02 893.463

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-scsd8.opb
MD5SUM652c15620b8183c9f7790ff4b2dde8e4
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82500
Total number of constraints397
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 constraints397
Minimum length of a constraint300
Maximum length of a constraint720
Number of terms in the objective function 82500
Biggest coefficient in the objective function 195
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 593086
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 48312
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 593086
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4100906-1466211651.opb
0.08/0.13	c reading problem ... 
0.08/0.14	c  objective function found
2.49/1.46	c ... done. Wall clock time 1.326s.
2.49/1.46	c declared #vars     82500
2.49/1.46	c #constraints  794
2.49/1.46	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.49/1.46	c constraints type 
2.49/1.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 794
2.49/1.46	c 794 constraints processed.
2.49/1.46	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.49/1.46	c constraints type 
2.49/1.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 794
2.49/1.46	c 794 constraints processed.
2.49/1.46	c objective function length is 82500 literals
11.75/5.54	c cleaning 2503 clauses out of 5005 with flag 10014/5005
20.18/9.61	c cleaning 4243 clauses out of 8498 with flag 22034/11001
29.43/14.28	c cleaning 5621 clauses out of 11254 with flag 36098/18000
40.95/19.94	c cleaning 6815 clauses out of 13633 with flag 52232/26000
45.17/22.09	c cleaning 7899 clauses out of 15818 with flag 73518/35000
51.36/25.15	c cleaning 8940 clauses out of 17920 with flag 93879/45001
59.45/29.36	c cleaning 9968 clauses out of 19980 with flag 115918/56001
67.25/33.28	c cleaning 10982 clauses out of 22011 with flag 140024/68000
76.25/37.76	c cleaning 11991 clauses out of 24029 with flag 166149/81000
87.91/43.59	c cleaning 12992 clauses out of 26038 with flag 194180/95000
98.71/48.98	c cleaning 13998 clauses out of 28046 with flag 224284/110000
113.45/56.14	c cleaning 14997 clauses out of 30048 with flag 256330/126000
128.66/63.69	c cleaning 16003 clauses out of 32051 with flag 290352/143000
148.60/73.80	c cleaning 16999 clauses out of 34049 with flag 326442/161001
171.05/84.95	c cleaning 18014 clauses out of 36050 with flag 366780/180001
197.94/98.28	c cleaning 19014 clauses out of 38035 with flag 407181/200000
225.89/112.18	c cleaning 20003 clauses out of 40021 with flag 449903/221000
256.26/127.13	c cleaning 21009 clauses out of 42025 with flag 494210/243007
288.24/143.63	c cleaning 22001 clauses out of 44009 with flag 540607/266000
318.71/158.80	c cleaning 23003 clauses out of 46010 with flag 589065/290002
334.77/166.85	c cleaning 0 clauses out of 5000 with flag 0/5000
351.73/175.20	c cleaning 24000 clauses out of 48007 with flag 639739/315002
386.69/192.45	c cleaning 25001 clauses out of 50009 with flag 692180/341004
422.74/210.22	c cleaning 26000 clauses out of 52009 with flag 746521/368005
464.80/231.10	c cleaning 26997 clauses out of 54007 with flag 802802/396003
506.82/251.93	c cleaning 28002 clauses out of 56008 with flag 860954/425001
551.04/273.65	c cleaning 29003 clauses out of 58010 with flag 921104/455005
599.64/297.42	c cleaning 29998 clauses out of 60005 with flag 983174/486003
645.82/321.51	c cleaning 30998 clauses out of 62004 with flag 1047599/518000
690.90/343.81	c cleaning 32002 clauses out of 64011 with flag 1114325/551005
691.91/344.36	c cleaning 0 clauses out of 11000 with flag 0/11000
743.41/369.66	c cleaning 32998 clauses out of 66004 with flag 1182628/585000
797.99/396.23	c cleaning 34001 clauses out of 68007 with flag 1252892/620001
854.87/423.55	c cleaning 35002 clauses out of 70008 with flag 1325289/656003
922.70/458.15	c cleaning 36002 clauses out of 72009 with flag 1399362/693006
980.02/486.49	c cleaning 36997 clauses out of 74001 with flag 1475955/731000
1043.10/517.64	c cleaning 38000 clauses out of 76005 with flag 1554304/770001
1116.59/553.89	c cleaning 38998 clauses out of 78004 with flag 1634403/810000
1185.57/587.87	c cleaning 0 clauses out of 18001 with flag 0/18001
1188.17/589.10	c cleaning 40004 clauses out of 80007 with flag 1716464/851001
1262.91/625.71	c cleaning 40998 clauses out of 82004 with flag 1800530/893002
1341.22/664.45	c cleaning 42003 clauses out of 84012 with flag 1886595/936008
1417.85/702.15	c cleaning 42996 clauses out of 86001 with flag 1974610/980000
1501.03/745.15	c cleaning 44003 clauses out of 88005 with flag 2064644/1025000
1579.00/783.84	c cleaning 44996 clauses out of 90004 with flag 2156720/1071002
1661.81/825.00	c cleaning 46002 clauses out of 92007 with flag 2250763/1118001
1747.21/867.22	c cleaning 47003 clauses out of 94006 with flag 2346821/1166002
1800.02/893.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/893.40	c starts		: 4
1800.02/893.40	c conflicts		: 1199454
1800.02/893.40	c decisions		: 1342711
1800.02/893.40	c propagations		: 139232232
1800.02/893.40	c inspects		: 5550974260
1800.02/893.40	c shortcuts		: 0
1800.02/893.40	c learnt literals	: 0
1800.02/893.40	c learnt binary clauses	: 0
1800.02/893.40	c learnt ternary clauses	: 0
1800.02/893.40	c learnt constraints	: 1199454
1800.02/893.40	c ignored constraints	: 0
1800.02/893.40	c root simplifications	: 0
1800.02/893.40	c removed literals (reason simplification)	: 7086368
1800.02/893.40	c reason swapping (by a shorter reason)	: 0
1800.02/893.40	c Calls to reduceDB	: 44
1800.02/893.40	c Number of update (reduction) of LBD	: 3495
1800.02/893.40	c Imported unit clauses	: 0
1800.02/893.40	c number of reductions to clauses (during analyze)	: 0
1800.02/893.40	c number of learned constraints concerned by reduction	: 0
1800.02/893.40	c number of learning phase by resolution	: 0
1800.02/893.40	c number of learning phase by cutting planes	: 0
1800.02/893.40	c speed (assignments/second)	: 156113.0481192284
1800.02/893.40	c non guided choices	76753
1800.02/893.43	c learnt constraints type 
1800.02/893.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 80455
1800.02/893.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/893.43	c starts		: 51
1800.02/893.43	c conflicts		: 22510
1800.02/893.43	c decisions		: 141698
1800.02/893.43	c propagations		: 326948
1800.02/893.43	c inspects		: 233537675
1800.02/893.43	c shortcuts		: 0
1800.02/893.43	c learnt literals	: 0
1800.02/893.43	c learnt binary clauses	: 0
1800.02/893.43	c learnt ternary clauses	: 0
1800.02/893.43	c learnt constraints	: 22509
1800.02/893.43	c ignored constraints	: 0
1800.02/893.43	c root simplifications	: 0
1800.02/893.43	c removed literals (reason simplification)	: 0
1800.02/893.43	c reason swapping (by a shorter reason)	: 0
1800.02/893.43	c Calls to reduceDB	: 3
1800.02/893.43	c Number of update (reduction) of LBD	: 0
1800.02/893.43	c Imported unit clauses	: 0
1800.02/893.43	c number of reductions to clauses (during analyze)	: 0
1800.02/893.43	c number of learned constraints concerned by reduction	: 0
1800.02/893.43	c number of learning phase by resolution	: 0
1800.02/893.43	c number of learning phase by cutting planes	: 0
1800.02/893.43	c speed (assignments/second)	: 366.5767831415133
1800.02/893.43	c non guided choices	3541
1800.02/893.44	c learnt constraints type 
1800.02/893.44	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 4119
1800.02/893.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18390
1800.02/893.44	s UNKNOWN
1800.02/893.44	c Total wall clock time (in seconds): 893.306

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-4100906-1466211651/watcher-4100906-1466211651 -o /tmp/evaluation-result-4100906-1466211651/solver-4100906-1466211651 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466206104-16278 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100906-1466211651.opb 

pid=17970
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.19 4.22 4.22 4/198 17973
/proc/meminfo: memFree=26007072/32872528 swapFree=1556504/1720024
[pid=17973] ppid=17970 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/17973/stat : 17973 (java) D 17970 17973 16262 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 23213772 9515008 175 33554432000 1073741824 1073778376 140736343640512 140736343623240 270330053520 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/17973/statm: 2323 175 133 9 0 71 0

[startup+0.101556 s]
/proc/loadavg: 4.19 4.22 4.22 4/198 17973
/proc/meminfo: memFree=26007072/32872528 swapFree=1556504/1720024
[pid=17973] ppid=17970 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/17973/stat : 17973 (java) S 17970 17973 16262 0 -1 4202496 4383 0 1 0 7 1 0 0 20 0 18 0 23213772 9787879424 5479 33554432000 1073741824 1073778376 140733875819152 140733875810288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17973/statm: 2389619 5479 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200206 s]
/proc/loadavg: 4.19 4.22 4.22 4/198 17973
/proc/meminfo: memFree=26007072/32872528 swapFree=1556504/1720024
[pid=17973] ppid=17970 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/17973/stat : 17973 (java) S 17970 17973 16262 0 -1 4202496 4985 0 1 0 23 2 0 0 20 0 18 0 23213772 9787879424 7479 33554432000 1073741824 1073778376 140733875819152 140733875810288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17973/statm: 2389619 7479 2204 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300208 s]
/proc/loadavg: 4.19 4.22 4.22 4/198 17973
/proc/meminfo: memFree=26007072/32872528 swapFree=1556504/1720024
[pid=17973] ppid=17970 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/17973/stat : 17973 (java) S 17970 17973 16262 0 -1 4202496 5575 0 1 0 42 2 0 0 20 0 18 0 23213772 9787879424 11703 33554432000 1073741824 1073778376 140733875819152 140733875810288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17973/statm: 2389619 11703 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700193 s]
/proc/loadavg: 4.19 4.22 4.22 4/198 17973
/proc/meminfo: memFree=26007072/32872528 swapFree=1556504/1720024
[pid=17973] ppid=17970 vsize=9558476 CPUtime=1.35 cores=0,2,4,6
/proc/17973/stat : 17973 (java) S 17970 17973 16262 0 -1 4202496 15368 0 1 0 130 5 0 0 20 0 18 0 23213772 9787879424 42057 33554432000 1073741824 1073778376 140733875819152 140733875810288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17973/statm: 2389619 42057 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 4.19 4.22 4.22 4/216 17991
/proc/meminfo: memFree=25733988/32872528 swapFree=1556504/1720024
[pid=17973] ppid=17970 vsize=9691604 CPUtime=2.68 cores=0,2,4,6
/proc/17973/stat : 17973 (java) S 17970 17973 16262 0 -1 4202496 16551 0 1 0 248 20 0 0 20 0 20 0 23213772 9924202496 86316 33554432000 1073741824 1073778376 140733875819152 140733875810288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17973/statm: 2422901 86316 2271 9 0 2413578 0
[pid=17973/tid=17975] ppid=17970 vsize=9691604 CPUtime=1.28 cores=0,2,4,6
/proc/17973/task/17975/stat : 17975 (java) S 17970 17973 16262 0 -1 4202560 2484 0 1 0 124 4 0 0 20 0 20 0 23213773 9924202496 86316 33554432000 1073741824 1073778376 140733875819152 140026219795320 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17976] ppid=17970 vsize=9691604 CPUtime=0.08 cores=0,2,4,6
/proc/17973/task/17976/stat : 17976 (java) S 17970 17973 16262 0 -1 4202560 104 0 0 0 6 2 0 0 20 0 20 0 23213774 9924202496 86316 33554432000 1073741824 1073778376 140733875819152 140026208856488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17977] ppid=17970 vsize=9691604 CPUtime=0.05 cores=0,2,4,6
/proc/17973/task/17977/stat : 17977 (java) S 17970 17973 16262 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 20 0 23213774 9924202496 86316 33554432000 1073741824 1073778376 140733875819152 140026207803944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17978] ppid=17970 vsize=9691604 CPUtime=0.09 cores=0,2,4,6
/proc/17973/task/17978/stat : 17978 (java) S 17970 17973 16262 0 -1 4202560 98 0 0 0 7 2 0 0 20 0 20 0 23213774 9924202496 86316 33554432000 1073741824 1073778376 140733875819152 140026206750888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17979] ppid=17970 vsize=9691604 CPUtime=0.04 cores=0,2,4,6
/proc/17973/task/17979/stat : 17979 (java) S 17970 17973 16262 0 -1 4202560 63 0 0 0 3 1 0 0 20 0 20 0 23213774 9924202496 86316 33554432000 1073741824 1073778376 140733875819152 140026205698344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17980] ppid=17970 vsize=9691604 CPUtime=0.04 cores=0,2,4,6
/proc/17973/task/17980/stat : 17980 (java) S 17970 17973 16262 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 20 0 23213774 9924202496 86316 33554432000 1073741824 1073778376 140733875819152 140026204646312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17981] ppid=17970 vsize=9691604 CPUtime=0.04 cores=0,2,4,6
/proc/17973/task/17981/stat : 17981 (java) S 17970 17973 16262 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 20 0 23213774 9924202496 86316 33554432000 1073741824 1073778376 140733875819152 140026203593768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17982] ppid=17970 vsize=9691604 CPUtime=0.03 cores=0,2,4,6
/proc/17973/task/17982/stat : 17982 (java) S 17970 17973 16262 0 -1 4202560 93 0 0 0 2 1 0 0 20 0 20 0 23213774 9924202496 86316 33554432000 1073741824 1073778376 140733875819152 140026056489640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17983] ppid=17970 vsize=9691604 CPUtime=0.03 cores=0,2,4,6
/proc/17973/task/17983/stat : 17983 (java) S 17970 17973 16262 0 -1 4202560 204 0 0 0 2 1 0 0 20 0 20 0 23213774 9924202496 86316 33554432000 1073741824 1073778376 140733875819152 140026055437096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17984] ppid=17970 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17984/stat : 17984 (java) S 17970 17973 16262 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 20 0 23213775 9924202496 86316 33554432000 1073741824 1073778376 140733875819152 140026043238760 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17985] ppid=17970 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17985/stat : 17985 (java) S 17970 17973 16262 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 23213776 9924202496 86316 33554432000 1073741824 1073778376 140733875819152 140026042185080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17986] ppid=17970 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17986/stat : 17986 (java) S 17970 17973 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 23213776 9924202496 86316 33554432000 1073741824 1073778376 140733875819152 140026041131912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17987] ppid=17970 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17987/stat : 17987 (java) S 17970 17973 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 23213778 9924202496 86316 33554432000 1073741824 1073778376 140733875819152 140026040080656 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17988] ppid=17970 vsize=9691604 CPUtime=0.29 cores=0,2,4,6
/proc/17973/task/17988/stat : 17988 (java) S 17970 17973 16262 0 -1 4202560 3280 0 0 0 29 0 0 0 20 0 20 0 23213778 9924202496 86316 33554432000 1073741824 1073778376 140733875819152 140026039028536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17989] ppid=17970 vsize=9691604 CPUtime=0.5 cores=0,2,4,6
/proc/17973/task/17989/stat : 17989 (java) S 17970 17973 16262 0 -1 4202560 8799 0 0 0 48 2 0 0 20 0 20 0 23213778 9924202496 86316 33554432000 1073741824 1073778376 140733875819152 140026037975992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17990] ppid=17970 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17990/stat : 17990 (java) S 17970 17973 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 23213778 9924202496 86316 33554432000 1073741824 1073778376 140733875819152 140026036923128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17991] ppid=17970 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17991/stat : 17991 (java) S 17970 17973 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 23213778 9924202496 86316 33554432000 1073741824 1073778376 140733875819152 140026035870792 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 9691604

[startup+3.10092 s]
/proc/loadavg: 4.19 4.22 4.22 5/220 17995
/proc/meminfo: memFree=25631496/32872528 swapFree=1556504/1720024
[pid=17973] ppid=17970 vsize=9824732 CPUtime=6.91 cores=0,2,4,6
/proc/17973/stat : 17973 (java) S 17970 17973 16262 0 -1 4202496 20694 0 1 0 661 30 0 0 20 0 22 0 23213772 10060525568 119498 33554432000 1073741824 1073778376 140733875819152 140733875810288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17973/statm: 2456183 119498 2277 9 0 2446860 0
[pid=17973/tid=17975] ppid=17970 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/17973/task/17975/stat : 17975 (java) S 17970 17973 16262 0 -1 4202560 2484 0 1 0 124 4 0 0 20 0 22 0 23213773 10060525568 119498 33554432000 1073741824 1073778376 140733875819152 140026219795320 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17976] ppid=17970 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/17973/task/17976/stat : 17976 (java) S 17970 17973 16262 0 -1 4202560 124 0 0 0 10 4 0 0 20 0 22 0 23213774 10060525568 119498 33554432000 1073741824 1073778376 140733875819152 140026208856488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17977] ppid=17970 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/17973/task/17977/stat : 17977 (java) S 17970 17973 16262 0 -1 4202560 48 0 0 0 8 2 0 0 20 0 22 0 23213774 10060525568 119498 33554432000 1073741824 1073778376 140733875819152 140026207803944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17978] ppid=17970 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/17973/task/17978/stat : 17978 (java) S 17970 17973 16262 0 -1 4202560 130 0 0 0 11 4 0 0 20 0 22 0 23213774 10060525568 119498 33554432000 1073741824 1073778376 140733875819152 140026206750888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17979] ppid=17970 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/17973/task/17979/stat : 17979 (java) S 17970 17973 16262 0 -1 4202560 87 0 0 0 7 2 0 0 20 0 22 0 23213774 10060525568 119498 33554432000 1073741824 1073778376 140733875819152 140026205698344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17980] ppid=17970 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/17973/task/17980/stat : 17980 (java) S 17970 17973 16262 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 22 0 23213774 10060525568 119498 33554432000 1073741824 1073778376 140733875819152 140026204646312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17981] ppid=17970 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/17973/task/17981/stat : 17981 (java) S 17970 17973 16262 0 -1 4202560 57 0 0 0 8 4 0 0 20 0 22 0 23213774 10060525568 119498 33554432000 1073741824 1073778376 140733875819152 140026203593768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17982] ppid=17970 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/17973/task/17982/stat : 17982 (java) S 17970 17973 16262 0 -1 4202560 119 0 0 0 7 3 0 0 20 0 22 0 23213774 10060525568 119498 33554432000 1073741824 1073778376 140733875819152 140026056489640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17983] ppid=17970 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/17973/task/17983/stat : 17983 (java) S 17970 17973 16262 0 -1 4202560 253 0 0 0 5 2 0 0 20 0 22 0 23213774 10060525568 119498 33554432000 1073741824 1073778376 140733875819152 140026055437096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17984] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17984/stat : 17984 (java) S 17970 17973 16262 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 23213775 10060525568 119498 33554432000 1073741824 1073778376 140733875819152 140026043238760 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17985] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17985/stat : 17985 (java) S 17970 17973 16262 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 23213776 10060525568 119498 33554432000 1073741824 1073778376 140733875819152 140026042185080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17986] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17986/stat : 17986 (java) S 17970 17973 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23213776 10060525568 119498 33554432000 1073741824 1073778376 140733875819152 140026041131912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17987] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17987/stat : 17987 (java) S 17970 17973 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23213778 10060525568 119498 33554432000 1073741824 1073778376 140733875819152 140026040080656 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17988] ppid=17970 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/17973/task/17988/stat : 17988 (java) S 17970 17973 16262 0 -1 4202560 6999 0 0 0 73 2 0 0 20 0 22 0 23213778 10060525568 119498 33554432000 1073741824 1073778376 140733875819152 140026039028536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17989] ppid=17970 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/17973/task/17989/stat : 17989 (java) S 17970 17973 16262 0 -1 4202560 8813 0 0 0 86 2 0 0 20 0 22 0 23213778 10060525568 119498 33554432000 1073741824 1073778376 140733875819152 140026037975992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17990] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17990/stat : 17990 (java) S 17970 17973 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23213778 10060525568 119498 33554432000 1073741824 1073778376 140733875819152 140026036923128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17991] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17991/stat : 17991 (java) S 17970 17973 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23213778 10060525568 119498 33554432000 1073741824 1073778376 140733875819152 140026035870792 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17992] ppid=17970 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/17973/task/17992/stat : 17992 (java) R 17970 17973 16262 0 -1 4202560 29 0 0 0 149 0 0 0 20 0 22 0 23213919 10060525568 119498 33554432000 1073741824 1073778376 140733875819152 140026034815560 140026085012122 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17993] ppid=17970 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/17973/task/17993/stat : 17993 (java) R 17970 17973 16262 0 -1 4202560 45 0 0 0 149 0 0 0 20 0 22 0 23213919 10060525568 119498 33554432000 1073741824 1073778376 140733875819152 140026033762536 140026085110939 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17994] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17994/stat : 17994 (java) S 17970 17973 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23213926 10060525568 119498 33554432000 1073741824 1073778376 140733875819152 140026032710440 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17995] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17995/stat : 17995 (java) S 17970 17973 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23213926 10060525568 119498 33554432000 1073741824 1073778376 140733875819152 140026031657896 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 9824732

[startup+6.30086 s]
/proc/loadavg: 4.18 4.22 4.22 5/220 17995
/proc/meminfo: memFree=25563164/32872528 swapFree=1556504/1720024
[pid=17973] ppid=17970 vsize=9824732 CPUtime=13.35 cores=0,2,4,6
/proc/17973/stat : 17973 (java) S 17970 17973 16262 0 -1 4202496 21037 0 1 0 1305 30 0 0 20 0 22 0 23213772 10060525568 119583 33554432000 1073741824 1073778376 140733875819152 140733875810288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17973/statm: 2456183 119583 2282 9 0 2446860 0
[pid=17973/tid=17975] ppid=17970 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/17973/task/17975/stat : 17975 (java) S 17970 17973 16262 0 -1 4202560 2484 0 1 0 124 4 0 0 20 0 22 0 23213773 10060525568 119583 33554432000 1073741824 1073778376 140733875819152 140026219795320 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17976] ppid=17970 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/17973/task/17976/stat : 17976 (java) S 17970 17973 16262 0 -1 4202560 124 0 0 0 10 4 0 0 20 0 22 0 23213774 10060525568 119583 33554432000 1073741824 1073778376 140733875819152 140026208856488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17977] ppid=17970 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/17973/task/17977/stat : 17977 (java) S 17970 17973 16262 0 -1 4202560 48 0 0 0 8 2 0 0 20 0 22 0 23213774 10060525568 119583 33554432000 1073741824 1073778376 140733875819152 140026207803944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17978] ppid=17970 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/17973/task/17978/stat : 17978 (java) S 17970 17973 16262 0 -1 4202560 130 0 0 0 11 4 0 0 20 0 22 0 23213774 10060525568 119583 33554432000 1073741824 1073778376 140733875819152 140026206750888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17979] ppid=17970 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/17973/task/17979/stat : 17979 (java) S 17970 17973 16262 0 -1 4202560 87 0 0 0 7 2 0 0 20 0 22 0 23213774 10060525568 119583 33554432000 1073741824 1073778376 140733875819152 140026205698344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17980] ppid=17970 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/17973/task/17980/stat : 17980 (java) S 17970 17973 16262 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 22 0 23213774 10060525568 119583 33554432000 1073741824 1073778376 140733875819152 140026204646312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17981] ppid=17970 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/17973/task/17981/stat : 17981 (java) S 17970 17973 16262 0 -1 4202560 57 0 0 0 8 4 0 0 20 0 22 0 23213774 10060525568 119583 33554432000 1073741824 1073778376 140733875819152 140026203593768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17982] ppid=17970 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/17973/task/17982/stat : 17982 (java) S 17970 17973 16262 0 -1 4202560 119 0 0 0 7 3 0 0 20 0 22 0 23213774 10060525568 119583 33554432000 1073741824 1073778376 140733875819152 140026056489640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17983] ppid=17970 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/17973/task/17983/stat : 17983 (java) S 17970 17973 16262 0 -1 4202560 253 0 0 0 5 2 0 0 20 0 22 0 23213774 10060525568 119583 33554432000 1073741824 1073778376 140733875819152 140026055437096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17984] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17984/stat : 17984 (java) S 17970 17973 16262 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 23213775 10060525568 119583 33554432000 1073741824 1073778376 140733875819152 140026043238760 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17985] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17985/stat : 17985 (java) S 17970 17973 16262 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 23213776 10060525568 119583 33554432000 1073741824 1073778376 140733875819152 140026042185080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17986] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17986/stat : 17986 (java) S 17970 17973 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23213776 10060525568 119583 33554432000 1073741824 1073778376 140733875819152 140026041131912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17987] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17987/stat : 17987 (java) S 17970 17973 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23213778 10060525568 119583 33554432000 1073741824 1073778376 140733875819152 140026040080656 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17988] ppid=17970 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/17973/task/17988/stat : 17988 (java) S 17970 17973 16262 0 -1 4202560 7335 0 0 0 78 2 0 0 20 0 22 0 23213778 10060525568 119583 33554432000 1073741824 1073778376 140733875819152 140026039028536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17989] ppid=17970 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/17973/task/17989/stat : 17989 (java) S 17970 17973 16262 0 -1 4202560 8817 0 0 0 87 2 0 0 20 0 22 0 23213778 10060525568 119583 33554432000 1073741824 1073778376 140733875819152 140026037975992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17990] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17990/stat : 17990 (java) S 17970 17973 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23213778 10060525568 119583 33554432000 1073741824 1073778376 140733875819152 140026036923128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17991] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17991/stat : 17991 (java) S 17970 17973 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23213778 10060525568 119583 33554432000 1073741824 1073778376 140733875819152 140026035870792 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17992] ppid=17970 vsize=9824732 CPUtime=4.68 cores=0,2,4,6

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

/proc/17973/task/17978/stat : 17978 (java) S 17970 17973 16262 0 -1 4202560 828 0 0 0 529 33 0 0 20 0 22 0 23213774 10060525568 1153587 33554432000 1073741824 1073778376 140733875819152 140026206750888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17979] ppid=17970 vsize=9824732 CPUtime=5.63 cores=0,2,4,6
/proc/17973/task/17979/stat : 17979 (java) S 17970 17973 16262 0 -1 4202560 912 0 0 0 531 32 0 0 20 0 22 0 23213774 10060525568 1153587 33554432000 1073741824 1073778376 140733875819152 140026205698344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17980] ppid=17970 vsize=9824732 CPUtime=5.8 cores=0,2,4,6
/proc/17973/task/17980/stat : 17980 (java) S 17970 17973 16262 0 -1 4202560 770 0 0 0 556 24 0 0 20 0 22 0 23213774 10060525568 1153587 33554432000 1073741824 1073778376 140733875819152 140026204646312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17981] ppid=17970 vsize=9824732 CPUtime=5.63 cores=0,2,4,6
/proc/17973/task/17981/stat : 17981 (java) S 17970 17973 16262 0 -1 4202560 795 0 0 0 535 28 0 0 20 0 22 0 23213774 10060525568 1153587 33554432000 1073741824 1073778376 140733875819152 140026203593768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17982] ppid=17970 vsize=9824732 CPUtime=6.46 cores=0,2,4,6
/proc/17973/task/17982/stat : 17982 (java) S 17970 17973 16262 0 -1 4202560 1013 0 0 0 609 37 0 0 20 0 22 0 23213774 10060525568 1153587 33554432000 1073741824 1073778376 140733875819152 140026056489640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17983] ppid=17970 vsize=9824732 CPUtime=5.83 cores=0,2,4,6
/proc/17973/task/17983/stat : 17983 (java) S 17970 17973 16262 0 -1 4202560 984 0 0 0 552 31 0 0 20 0 22 0 23213774 10060525568 1153587 33554432000 1073741824 1073778376 140733875819152 140026055437096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17984] ppid=17970 vsize=9824732 CPUtime=11.71 cores=0,2,4,6
/proc/17973/task/17984/stat : 17984 (java) S 17970 17973 16262 0 -1 4202560 4003 0 0 0 1160 11 0 0 20 0 22 0 23213775 10060525568 1153587 33554432000 1073741824 1073778376 140733875819152 140026043238760 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17985] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17985/stat : 17985 (java) S 17970 17973 16262 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 23213776 10060525568 1153587 33554432000 1073741824 1073778376 140733875819152 140026042185080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17986] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17986/stat : 17986 (java) S 17970 17973 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23213776 10060525568 1153587 33554432000 1073741824 1073778376 140733875819152 140026041131912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17987] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17987/stat : 17987 (java) S 17970 17973 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23213778 10060525568 1153587 33554432000 1073741824 1073778376 140733875819152 140026040080656 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17988] ppid=17970 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/17973/task/17988/stat : 17988 (java) S 17970 17973 16262 0 -1 4202560 9407 0 0 0 141 2 0 0 20 0 22 0 23213778 10060525568 1153587 33554432000 1073741824 1073778376 140733875819152 140026039028536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17989] ppid=17970 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/17973/task/17989/stat : 17989 (java) S 17970 17973 16262 0 -1 4202560 8927 0 0 0 142 2 0 0 20 0 22 0 23213778 10060525568 1153587 33554432000 1073741824 1073778376 140733875819152 140026037975992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17990] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17990/stat : 17990 (java) S 17970 17973 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23213778 10060525568 1153587 33554432000 1073741824 1073778376 140733875819152 140026036923128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17991] ppid=17970 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/17973/task/17991/stat : 17991 (java) S 17970 17973 16262 0 -1 4202560 47 0 0 0 14 14 0 0 20 0 22 0 23213778 10060525568 1153587 33554432000 1073741824 1073778376 140733875819152 140026035870792 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17992] ppid=17970 vsize=9824732 CPUtime=794.94 cores=0,2,4,6
/proc/17973/task/17992/stat : 17992 (java) R 17970 17973 16262 0 -1 4202560 310 0 0 0 79478 16 0 0 20 0 22 0 23213919 10060525568 1153587 33554432000 1073741824 1073778376 140733875819152 140026034813536 140026085074263 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17993] ppid=17970 vsize=9824732 CPUtime=794.88 cores=0,2,4,6
/proc/17973/task/17993/stat : 17993 (java) R 17970 17973 16262 0 -1 4202560 1373 0 0 0 79456 32 0 0 20 0 22 0 23213919 10060525568 1153587 33554432000 1073741824 1073778376 140733875819152 140026033761632 140026085093972 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17994] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17994/stat : 17994 (java) S 17970 17973 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23213926 10060525568 1153587 33554432000 1073741824 1073778376 140733875819152 140026032710440 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17995] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17995/stat : 17995 (java) S 17970 17973 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23213926 10060525568 1153587 33554432000 1073741824 1073778376 140733875819152 140026031657896 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1656.61
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.45 4.45 4.33 5/219 18474
/proc/meminfo: memFree=21604924/32872528 swapFree=1556504/1720024
[pid=17973] ppid=17970 vsize=9824732 CPUtime=1777.6 cores=0,2,4,6
/proc/17973/stat : 17973 (java) S 17970 17973 16262 0 -1 4202496 35211 0 1 0 177457 303 0 0 20 0 22 0 23213772 10060525568 1153613 33554432000 1073741824 1073778376 140733875819152 140733875810288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17973/statm: 2456183 1153613 2291 9 0 2446860 0
[pid=17973/tid=17975] ppid=17970 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/17973/task/17975/stat : 17975 (java) S 17970 17973 16262 0 -1 4202560 2504 0 1 0 126 6 0 0 20 0 22 0 23213773 10060525568 1153613 33554432000 1073741824 1073778376 140733875819152 140026219795320 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17976] ppid=17970 vsize=9824732 CPUtime=6.32 cores=0,2,4,6
/proc/17973/task/17976/stat : 17976 (java) S 17970 17973 16262 0 -1 4202560 870 0 0 0 601 31 0 0 20 0 22 0 23213774 10060525568 1153613 33554432000 1073741824 1073778376 140733875819152 140026208856488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17977] ppid=17970 vsize=9824732 CPUtime=5.76 cores=0,2,4,6
/proc/17973/task/17977/stat : 17977 (java) S 17970 17973 16262 0 -1 4202560 1145 0 0 0 548 28 0 0 20 0 22 0 23213774 10060525568 1153613 33554432000 1073741824 1073778376 140733875819152 140026207803944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17978] ppid=17970 vsize=9824732 CPUtime=5.8 cores=0,2,4,6
/proc/17973/task/17978/stat : 17978 (java) S 17970 17973 16262 0 -1 4202560 828 0 0 0 547 33 0 0 20 0 22 0 23213774 10060525568 1153613 33554432000 1073741824 1073778376 140733875819152 140026206750888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17979] ppid=17970 vsize=9824732 CPUtime=5.93 cores=0,2,4,6
/proc/17973/task/17979/stat : 17979 (java) S 17970 17973 16262 0 -1 4202560 913 0 0 0 561 32 0 0 20 0 22 0 23213774 10060525568 1153613 33554432000 1073741824 1073778376 140733875819152 140026205698344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17980] ppid=17970 vsize=9824732 CPUtime=6.08 cores=0,2,4,6
/proc/17973/task/17980/stat : 17980 (java) S 17970 17973 16262 0 -1 4202560 792 0 0 0 584 24 0 0 20 0 22 0 23213774 10060525568 1153613 33554432000 1073741824 1073778376 140733875819152 140026204646312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17981] ppid=17970 vsize=9824732 CPUtime=5.92 cores=0,2,4,6
/proc/17973/task/17981/stat : 17981 (java) S 17970 17973 16262 0 -1 4202560 795 0 0 0 564 28 0 0 20 0 22 0 23213774 10060525568 1153613 33554432000 1073741824 1073778376 140733875819152 140026203593768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17982] ppid=17970 vsize=9824732 CPUtime=6.78 cores=0,2,4,6
/proc/17973/task/17982/stat : 17982 (java) S 17970 17973 16262 0 -1 4202560 1013 0 0 0 641 37 0 0 20 0 22 0 23213774 10060525568 1153613 33554432000 1073741824 1073778376 140733875819152 140026056489640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17983] ppid=17970 vsize=9824732 CPUtime=6.06 cores=0,2,4,6
/proc/17973/task/17983/stat : 17983 (java) S 17970 17973 16262 0 -1 4202560 984 0 0 0 575 31 0 0 20 0 22 0 23213774 10060525568 1153613 33554432000 1073741824 1073778376 140733875819152 140026055437096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17984] ppid=17970 vsize=9824732 CPUtime=11.72 cores=0,2,4,6
/proc/17973/task/17984/stat : 17984 (java) S 17970 17973 16262 0 -1 4202560 4028 0 0 0 1160 12 0 0 20 0 22 0 23213775 10060525568 1153613 33554432000 1073741824 1073778376 140733875819152 140026043238760 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17985] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17985/stat : 17985 (java) S 17970 17973 16262 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 23213776 10060525568 1153613 33554432000 1073741824 1073778376 140733875819152 140026042185080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17986] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17986/stat : 17986 (java) S 17970 17973 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23213776 10060525568 1153613 33554432000 1073741824 1073778376 140733875819152 140026041131912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17987] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17987/stat : 17987 (java) S 17970 17973 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23213778 10060525568 1153613 33554432000 1073741824 1073778376 140733875819152 140026040080656 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17988] ppid=17970 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/17973/task/17988/stat : 17988 (java) S 17970 17973 16262 0 -1 4202560 9407 0 0 0 141 2 0 0 20 0 22 0 23213778 10060525568 1153613 33554432000 1073741824 1073778376 140733875819152 140026039028536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17989] ppid=17970 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/17973/task/17989/stat : 17989 (java) S 17970 17973 16262 0 -1 4202560 8927 0 0 0 142 2 0 0 20 0 22 0 23213778 10060525568 1153613 33554432000 1073741824 1073778376 140733875819152 140026037975992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17990] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17990/stat : 17990 (java) S 17970 17973 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23213778 10060525568 1153613 33554432000 1073741824 1073778376 140733875819152 140026036923128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17991] ppid=17970 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/17973/task/17991/stat : 17991 (java) S 17970 17973 16262 0 -1 4202560 51 0 0 0 15 15 0 0 20 0 22 0 23213778 10060525568 1153613 33554432000 1073741824 1073778376 140733875819152 140026035870792 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17992] ppid=17970 vsize=9824732 CPUtime=854.18 cores=0,2,4,6
/proc/17973/task/17992/stat : 17992 (java) R 17970 17973 16262 0 -1 4202560 312 0 0 0 85402 16 0 0 20 0 22 0 23213919 10060525568 1153613 33554432000 1073741824 1073778376 140733875819152 140026034813488 140026085012416 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17993] ppid=17970 vsize=9824732 CPUtime=854.12 cores=0,2,4,6
/proc/17973/task/17993/stat : 17993 (java) R 17970 17973 16262 0 -1 4202560 1375 0 0 0 85380 32 0 0 20 0 22 0 23213919 10060525568 1153613 33554432000 1073741824 1073778376 140733875819152 140026033761776 140026085059877 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17994] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17994/stat : 17994 (java) S 17970 17973 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23213926 10060525568 1153613 33554432000 1073741824 1073778376 140733875819152 140026032710440 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17995] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17995/stat : 17995 (java) S 17970 17973 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23213926 10060525568 1153613 33554432000 1073741824 1073778376 140733875819152 140026031657896 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1777.6
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.401 s]
/proc/loadavg: 4.38 4.44 4.33 5/219 18474
/proc/meminfo: memFree=21611996/32872528 swapFree=1556504/1720024
[pid=17973] ppid=17970 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/17973/stat : 17973 (java) S 17970 17973 16262 0 -1 4202496 35238 0 1 0 179699 303 0 0 20 0 22 0 23213772 10060525568 1153639 33554432000 1073741824 1073778376 140733875819152 140733875810288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17973/statm: 2456183 1153639 2291 9 0 2446860 0
[pid=17973/tid=17975] ppid=17970 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/17973/task/17975/stat : 17975 (java) S 17970 17973 16262 0 -1 4202560 2504 0 1 0 126 6 0 0 20 0 22 0 23213773 10060525568 1153639 33554432000 1073741824 1073778376 140733875819152 140026219795320 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17976] ppid=17970 vsize=9824732 CPUtime=6.36 cores=0,2,4,6
/proc/17973/task/17976/stat : 17976 (java) S 17970 17973 16262 0 -1 4202560 870 0 0 0 605 31 0 0 20 0 22 0 23213774 10060525568 1153639 33554432000 1073741824 1073778376 140733875819152 140026208856488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17977] ppid=17970 vsize=9824732 CPUtime=5.83 cores=0,2,4,6
/proc/17973/task/17977/stat : 17977 (java) S 17970 17973 16262 0 -1 4202560 1145 0 0 0 555 28 0 0 20 0 22 0 23213774 10060525568 1153639 33554432000 1073741824 1073778376 140733875819152 140026207803944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17978] ppid=17970 vsize=9824732 CPUtime=5.85 cores=0,2,4,6
/proc/17973/task/17978/stat : 17978 (java) S 17970 17973 16262 0 -1 4202560 853 0 0 0 552 33 0 0 20 0 22 0 23213774 10060525568 1153639 33554432000 1073741824 1073778376 140733875819152 140026206750888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17979] ppid=17970 vsize=9824732 CPUtime=5.99 cores=0,2,4,6
/proc/17973/task/17979/stat : 17979 (java) S 17970 17973 16262 0 -1 4202560 913 0 0 0 567 32 0 0 20 0 22 0 23213774 10060525568 1153639 33554432000 1073741824 1073778376 140733875819152 140026205698344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17980] ppid=17970 vsize=9824732 CPUtime=6.21 cores=0,2,4,6
/proc/17973/task/17980/stat : 17980 (java) S 17970 17973 16262 0 -1 4202560 792 0 0 0 597 24 0 0 20 0 22 0 23213774 10060525568 1153639 33554432000 1073741824 1073778376 140733875819152 140026204646312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17981] ppid=17970 vsize=9824732 CPUtime=5.99 cores=0,2,4,6
/proc/17973/task/17981/stat : 17981 (java) S 17970 17973 16262 0 -1 4202560 796 0 0 0 571 28 0 0 20 0 22 0 23213774 10060525568 1153639 33554432000 1073741824 1073778376 140733875819152 140026203593768 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17982] ppid=17970 vsize=9824732 CPUtime=6.82 cores=0,2,4,6
/proc/17973/task/17982/stat : 17982 (java) S 17970 17973 16262 0 -1 4202560 1013 0 0 0 645 37 0 0 20 0 22 0 23213774 10060525568 1153639 33554432000 1073741824 1073778376 140733875819152 140026056489640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17983] ppid=17970 vsize=9824732 CPUtime=6.12 cores=0,2,4,6
/proc/17973/task/17983/stat : 17983 (java) S 17970 17973 16262 0 -1 4202560 984 0 0 0 581 31 0 0 20 0 22 0 23213774 10060525568 1153639 33554432000 1073741824 1073778376 140733875819152 140026055437096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17984] ppid=17970 vsize=9824732 CPUtime=11.72 cores=0,2,4,6
/proc/17973/task/17984/stat : 17984 (java) S 17970 17973 16262 0 -1 4202560 4028 0 0 0 1160 12 0 0 20 0 22 0 23213775 10060525568 1153639 33554432000 1073741824 1073778376 140733875819152 140026043238760 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17985] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17985/stat : 17985 (java) S 17970 17973 16262 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 23213776 10060525568 1153639 33554432000 1073741824 1073778376 140733875819152 140026042185080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17986] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17986/stat : 17986 (java) S 17970 17973 16262 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23213776 10060525568 1153639 33554432000 1073741824 1073778376 140733875819152 140026041131912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17987] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17987/stat : 17987 (java) S 17970 17973 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23213778 10060525568 1153639 33554432000 1073741824 1073778376 140733875819152 140026040080656 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17988] ppid=17970 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/17973/task/17988/stat : 17988 (java) S 17970 17973 16262 0 -1 4202560 9407 0 0 0 141 2 0 0 20 0 22 0 23213778 10060525568 1153639 33554432000 1073741824 1073778376 140733875819152 140026039028536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17989] ppid=17970 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/17973/task/17989/stat : 17989 (java) S 17970 17973 16262 0 -1 4202560 8927 0 0 0 142 2 0 0 20 0 22 0 23213778 10060525568 1153639 33554432000 1073741824 1073778376 140733875819152 140026037975992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17973/tid=17990] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17990/stat : 17990 (java) S 17970 17973 16262 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23213778 10060525568 1153639 33554432000 1073741824 1073778376 140733875819152 140026036923128 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17991] ppid=17970 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/17973/task/17991/stat : 17991 (java) S 17970 17973 16262 0 -1 4202560 51 0 0 0 15 15 0 0 20 0 22 0 23213778 10060525568 1153639 33554432000 1073741824 1073778376 140733875819152 140026035870792 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17992] ppid=17970 vsize=9824732 CPUtime=865.12 cores=0,2,4,6
/proc/17973/task/17992/stat : 17992 (java) R 17970 17973 16262 0 -1 4202560 313 0 0 0 86495 17 0 0 20 0 22 0 23213919 10060525568 1153639 33554432000 1073741824 1073778376 140733875819152 140026034815472 140026084871980 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17973/tid=17993] ppid=17970 vsize=9824732 CPUtime=865.05 cores=0,2,4,6
/proc/17973/task/17993/stat : 17993 (java) R 17970 17973 16262 0 -1 4202560 1375 0 0 0 86472 33 0 0 20 0 22 0 23213919 10060525568 1153639 33554432000 1073741824 1073778376 140733875819152 140026033761760 140026085059867 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17973/tid=17994] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17994/stat : 17994 (java) S 17970 17973 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23213926 10060525568 1153639 33554432000 1073741824 1073778376 140733875819152 140026032710440 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17973/tid=17995] ppid=17970 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17973/task/17995/stat : 17995 (java) S 17970 17973 16262 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23213926 10060525568 1153639 33554432000 1073741824 1073778376 140733875819152 140026031657896 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 17973 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 17973 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=498498
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=483470
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 893.463
CPU time (s): 1800.02
CPU user time (s): 1796.99
CPU system time (s): 3.03
CPU usage (%): 201.465
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.5
system time used= 3.48347
maximum resident set size= 4614732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35294
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23755
involuntary context switches= 32925

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.43317 second user time and 7.64384 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 03:00:51
IDJOB=4100906
IDBENCH=1676
IDSOLVER=2543
FILE ID=node117/4100906-1466211651
RUNJOBID= node117-1466206104-16278
PBS_JOBID= 19918159
Free space on /tmp= 71704 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-scsd8.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100906-1466211651/watcher-4100906-1466211651 -o /tmp/evaluation-result-4100906-1466211651/solver-4100906-1466211651 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466206104-16278 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100906-1466211651.opb

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

MD5SUM BENCH= 652c15620b8183c9f7790ff4b2dde8e4
RANDOM SEED=731703446

node117.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.912
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.82
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.912
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.912
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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.912
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.912
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.912
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.912
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:        26007336 kB
Buffers:          145864 kB
Cached:          1764536 kB
SwapCached:            0 kB
Active:          2589472 kB
Inactive:        1792968 kB
Active(anon):    2474712 kB
Inactive(anon):        0 kB
Active(file):     114760 kB
Inactive(file):  1792968 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              4232 kB
Writeback:             0 kB
AnonPages:       4196244 kB
Mapped:            20980 kB
Shmem:               204 kB
Slab:             620748 kB
SReclaimable:      64688 kB
SUnreclaim:       556060 kB
KernelStack:        1672 kB
PageTables:        12228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4433304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2584576 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= 71736 MiB
End job on node117 at 2016-06-18 03:15:45