Trace number 4080573

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 895.675

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K96.opb
MD5SUM12d577f059d1da283bb935f5e106dee7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small 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 variables6528
Total number of constraints6722
Number of constraints which are clauses6626
Number of constraints which are cardinality constraints (but not clauses)96
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint96
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 97
Number of bits of the biggest sum of numbers7
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4080573-1465278064.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.83/0.46	c ... done. Wall clock time 0.353s.
0.83/0.46	c declared #vars     6528
0.83/0.46	c #constraints  6722
0.83/0.46	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.83/0.46	c constraints type 
0.83/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5389
0.83/0.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 96
0.83/0.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.83/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1235
0.83/0.46	c 6722 constraints processed.
0.83/0.46	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.83/0.46	c constraints type 
0.83/0.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1235
0.83/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5389
0.83/0.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 96
0.83/0.46	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.83/0.46	c 6722 constraints processed.
6.94/2.45	c cleaning 2489 clauses out of 4995 with flag 26317/5000
9.99/3.86	c cleaning 4235 clauses out of 8502 with flag 61679/11003
13.54/5.59	c cleaning 5621 clauses out of 11254 with flag 107506/18000
17.42/7.47	c cleaning 6791 clauses out of 13626 with flag 160187/26000
22.14/9.73	c cleaning 7889 clauses out of 15835 with flag 217791/35001
26.98/12.13	c cleaning 8933 clauses out of 17948 with flag 278415/45003
32.50/14.89	c cleaning 9771 clauses out of 20000 with flag 342073/56000
38.52/17.87	c cleaning 10358 clauses out of 22227 with flag 405326/68001
45.47/21.29	c cleaning 11022 clauses out of 24865 with flag 478719/81000
53.47/25.22	c cleaning 12008 clauses out of 27842 with flag 565962/95001
60.48/28.73	c cleaning 12822 clauses out of 30831 with flag 651548/110000
69.26/33.02	c cleaning 13636 clauses out of 34008 with flag 740006/126000
79.65/38.24	c cleaning 14387 clauses out of 37370 with flag 841195/143000
90.05/43.43	c cleaning 15431 clauses out of 40983 with flag 949726/161001
102.88/49.75	c cleaning 16235 clauses out of 44550 with flag 1063065/180001
115.57/56.03	c cleaning 16903 clauses out of 48321 with flag 1182103/200008
129.24/62.85	c cleaning 17941 clauses out of 52409 with flag 1312420/221001
143.23/69.84	c cleaning 19101 clauses out of 56464 with flag 1448277/243000
157.79/77.10	c cleaning 19745 clauses out of 60362 with flag 1590452/266000
174.75/85.84	c cleaning 20737 clauses out of 64615 with flag 1736401/290000
191.19/94.07	c cleaning 21445 clauses out of 68877 with flag 1897859/315000
209.26/103.05	c cleaning 22452 clauses out of 73432 with flag 2058309/341001
227.96/112.39	c cleaning 23364 clauses out of 77977 with flag 2236252/368000
237.34/117.09	c cleaning 0 clauses out of 5002 with flag 0/5002
249.09/122.75	c cleaning 24295 clauses out of 82613 with flag 2423739/396000
271.45/133.82	c cleaning 25071 clauses out of 87317 with flag 2622499/425001
293.88/144.90	c cleaning 26378 clauses out of 92243 with flag 2817450/455001
319.41/157.70	c cleaning 27115 clauses out of 96864 with flag 3035207/486000
344.48/170.00	c cleaning 27882 clauses out of 101748 with flag 3249109/518000
372.02/183.77	c cleaning 28918 clauses out of 106862 with flag 3481442/551000
400.60/197.97	c cleaning 29989 clauses out of 111943 with flag 3729989/585000
430.63/213.46	c cleaning 30617 clauses out of 116952 with flag 3988219/620001
459.92/228.02	c cleaning 31458 clauses out of 122332 with flag 4251952/656001
491.66/243.86	c cleaning 32768 clauses out of 127878 with flag 4532509/693005
520.45/258.17	c cleaning 33389 clauses out of 133103 with flag 4812866/731000
552.29/273.99	c cleaning 34911 clauses out of 138714 with flag 5092499/770000
588.28/291.55	c cleaning 35926 clauses out of 143807 with flag 5392536/810004
624.71/309.59	c cleaning 36622 clauses out of 148872 with flag 5702262/851000
664.11/329.10	c cleaning 37519 clauses out of 154249 with flag 6027527/893000
705.75/350.52	c cleaning 38298 clauses out of 159730 with flag 6358778/936001
745.12/370.17	c cleaning 39303 clauses out of 165431 with flag 6707681/980003
787.56/391.23	c cleaning 40614 clauses out of 171124 with flag 7068486/1025001
830.84/412.79	c cleaning 41619 clauses out of 176513 with flag 7441248/1071004
875.69/434.94	c cleaning 42403 clauses out of 181891 with flag 7829984/1118001
921.66/457.71	c cleaning 43456 clauses out of 187487 with flag 8224049/1166000
973.20/483.26	c cleaning 44299 clauses out of 193032 with flag 8627560/1215002
1023.89/508.33	c cleaning 45204 clauses out of 198731 with flag 9048561/1265000
1078.81/535.56	c cleaning 46495 clauses out of 204527 with flag 9470910/1316000
1131.74/561.79	c cleaning 47526 clauses out of 210035 with flag 9911580/1368003
1183.93/587.76	c cleaning 48494 clauses out of 215505 with flag 10372412/1421000
1242.87/616.90	c cleaning 49475 clauses out of 221011 with flag 10863538/1475000
1304.76/647.58	c cleaning 50603 clauses out of 226537 with flag 11352464/1530001
1368.18/678.84	c cleaning 51433 clauses out of 231934 with flag 11874473/1586001
1429.38/710.68	c cleaning 52582 clauses out of 237499 with flag 12391715/1643000
1485.56/738.77	c cleaning 53631 clauses out of 242916 with flag 12948095/1701000
1543.36/767.62	c cleaning 54459 clauses out of 248285 with flag 13530475/1760000
1603.56/797.71	c cleaning 55489 clauses out of 253829 with flag 14133983/1820004
1671.98/831.79	c cleaning 56611 clauses out of 259338 with flag 14757327/1881003
1737.19/864.11	c cleaning 57594 clauses out of 264725 with flag 15353785/1943001
1800.18/895.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/895.60	c starts		: 14094
1800.18/895.60	c conflicts		: 2003787
1800.18/895.60	c decisions		: 31718430
1800.18/895.60	c propagations		: 744690978
1800.18/895.60	c inspects		: 5033787064
1800.18/895.60	c shortcuts		: 0
1800.18/895.60	c learnt literals	: 108
1800.18/895.60	c learnt binary clauses	: 80496
1800.18/895.60	c learnt ternary clauses	: 87031
1800.18/895.60	c learnt constraints	: 2003679
1800.18/895.60	c ignored constraints	: 0
1800.18/895.60	c root simplifications	: 0
1800.18/895.60	c removed literals (reason simplification)	: 27968862
1800.18/895.60	c reason swapping (by a shorter reason)	: 0
1800.18/895.60	c Calls to reduceDB	: 58
1800.18/895.60	c Number of update (reduction) of LBD	: 1619285
1800.18/895.60	c Imported unit clauses	: 0
1800.18/895.60	c number of reductions to clauses (during analyze)	: 0
1800.18/895.60	c number of learned constraints concerned by reduction	: 0
1800.18/895.60	c number of learning phase by resolution	: 0
1800.18/895.60	c number of learning phase by cutting planes	: 0
1800.18/895.60	c speed (assignments/second)	: 831940.7658148303
1800.18/895.60	c non guided choices	5375
1800.18/895.65	c learnt constraints type 
1800.18/895.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 80496
1800.18/895.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 187421
1800.18/895.65	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/895.65	c starts		: 34
1800.18/895.65	c conflicts		: 10388
1800.18/895.65	c decisions		: 97467
1800.18/895.65	c propagations		: 3385240
1800.18/895.65	c inspects		: 698043991
1800.18/895.65	c shortcuts		: 0
1800.18/895.65	c learnt literals	: 0
1800.18/895.65	c learnt binary clauses	: 0
1800.18/895.65	c learnt ternary clauses	: 0
1800.18/895.65	c learnt constraints	: 10387
1800.18/895.65	c ignored constraints	: 0
1800.18/895.65	c root simplifications	: 0
1800.18/895.65	c removed literals (reason simplification)	: 0
1800.18/895.65	c reason swapping (by a shorter reason)	: 0
1800.18/895.65	c Calls to reduceDB	: 1
1800.18/895.65	c Number of update (reduction) of LBD	: 0
1800.18/895.65	c Imported unit clauses	: 0
1800.18/895.65	c number of reductions to clauses (during analyze)	: 0
1800.18/895.65	c number of learned constraints concerned by reduction	: 0
1800.18/895.65	c number of learning phase by resolution	: 0
1800.18/895.65	c number of learning phase by cutting planes	: 0
1800.18/895.65	c speed (assignments/second)	: 3781.638958955649
1800.18/895.65	c non guided choices	2633
1800.18/895.66	c learnt constraints type 
1800.18/895.66	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 233
1800.18/895.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1220
1800.18/895.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8934
1800.18/895.66	s UNKNOWN
1800.18/895.66	c Total wall clock time (in seconds): 895.549

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-4080573-1465278064/watcher-4080573-1465278064 -o /tmp/evaluation-result-4080573-1465278064/solver-4080573-1465278064 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465276272-27594 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080573-1465278064.opb 

pid=28028
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.35 4.23 3.82 4/197 28031
/proc/meminfo: memFree=29024040/32872528 swapFree=16636/1570076
[pid=28031] ppid=28028 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/28031/stat : 28031 (java) S 28028 28031 27578 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 109738735 98570240 978 33554432000 1073741824 1073778376 140733311972144 140733311963280 213422997565 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28031/statm: 24065 978 744 9 0 16771 0
[pid=28031/tid=28032] ppid=28028 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28032/stat : 28032 (java) R 28028 28031 27578 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 109738736 98570240 978 33554432000 1073741824 1073778376 140733311972144 140709625679400 213419640192 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.35 4.23 3.82 4/197 28031
/proc/meminfo: memFree=29024040/32872528 swapFree=16636/1570076
[pid=28031] ppid=28028 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/28031/stat : 28031 (java) S 28028 28031 27578 0 -1 4202496 4480 0 1 0 10 1 0 0 20 0 18 0 109738735 9787879424 6112 33554432000 1073741824 1073778376 140733311972144 140733311963280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28031/statm: 2389619 6112 2156 9 0 2380296 0
[pid=28031/tid=28032] ppid=28028 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/28031/task/28032/stat : 28032 (java) R 28028 28031 27578 0 -1 4202560 2384 0 1 0 7 0 0 0 20 0 18 0 109738736 9787879424 6112 33554432000 1073741824 1073778376 140733311972144 140709625681160 213423023373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200261 s]
/proc/loadavg: 4.35 4.23 3.82 4/197 28031
/proc/meminfo: memFree=29024040/32872528 swapFree=16636/1570076
[pid=28031] ppid=28028 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/28031/stat : 28031 (java) S 28028 28031 27578 0 -1 4202496 6723 0 1 0 30 1 0 0 20 0 18 0 109738735 9787879424 8704 33554432000 1073741824 1073778376 140733311972144 140733311963280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28031/statm: 2389619 8704 2222 9 0 2380296 0
[pid=28031/tid=28032] ppid=28028 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/28031/task/28032/stat : 28032 (java) R 28028 28031 27578 0 -1 4202560 2404 0 1 0 17 0 0 0 20 0 18 0 109738736 9787879424 8704 33554432000 1073741824 1073778376 140733311972144 140709625681160 140709453650253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300275 s]
/proc/loadavg: 4.35 4.23 3.82 4/197 28031
/proc/meminfo: memFree=29024040/32872528 swapFree=16636/1570076
[pid=28031] ppid=28028 vsize=9558476 CPUtime=0.59 cores=0,2,4,6
/proc/28031/stat : 28031 (java) S 28028 28031 27578 0 -1 4202496 7340 0 1 0 58 1 0 0 20 0 18 0 109738735 9787879424 10526 33554432000 1073741824 1073778376 140733311972144 140733311963280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28031/statm: 2389619 10526 2237 9 0 2380296 0
[pid=28031/tid=28032] ppid=28028 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/28031/task/28032/stat : 28032 (java) R 28028 28031 27578 0 -1 4202560 2407 0 1 0 27 0 0 0 20 0 18 0 109738736 9787879424 10526 33554432000 1073741824 1073778376 140733311972144 140709625681160 140709453651505 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9558476

[startup+0.700236 s]
/proc/loadavg: 4.35 4.23 3.82 4/197 28031
/proc/meminfo: memFree=29024040/32872528 swapFree=16636/1570076
[pid=28031] ppid=28028 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/28031/stat : 28031 (java) S 28028 28031 27578 0 -1 4202496 22871 0 1 0 191 4 0 0 20 0 22 0 109738735 10060525568 30158 33554432000 1073741824 1073778376 140733311972144 140733311963280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28031/statm: 2456183 30158 2256 9 0 2446860 0
[pid=28031/tid=28032] ppid=28028 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/28031/task/28032/stat : 28032 (java) S 28028 28031 27578 0 -1 4202560 2481 0 1 0 43 1 0 0 20 0 22 0 109738736 10060525568 30158 33554432000 1073741824 1073778376 140733311972144 140709625684856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9824732

[startup+1.50091 s]
/proc/loadavg: 4.35 4.23 3.82 7/219 28053
/proc/meminfo: memFree=28817856/32872528 swapFree=16636/1570076
[pid=28031] ppid=28028 vsize=9824732 CPUtime=4.87 cores=0,2,4,6
/proc/28031/stat : 28031 (java) S 28028 28031 27578 0 -1 4202496 27016 0 1 0 481 6 0 0 20 0 22 0 109738735 10060525568 41030 33554432000 1073741824 1073778376 140733311972144 140733311963280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28031/statm: 2456183 41030 2275 9 0 2446860 0
[pid=28031/tid=28032] ppid=28028 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/28031/task/28032/stat : 28032 (java) S 28028 28031 27578 0 -1 4202560 2481 0 1 0 43 1 0 0 20 0 22 0 109738736 10060525568 41030 33554432000 1073741824 1073778376 140733311972144 140709625684856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28034] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28034/stat : 28034 (java) S 28028 28031 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109738737 10060525568 41030 33554432000 1073741824 1073778376 140733311972144 140709587175592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28035] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28035/stat : 28035 (java) S 28028 28031 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109738737 10060525568 41030 33554432000 1073741824 1073778376 140733311972144 140709586123048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28036] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28036/stat : 28036 (java) S 28028 28031 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109738737 10060525568 41030 33554432000 1073741824 1073778376 140733311972144 140709585070504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28037] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28037/stat : 28037 (java) S 28028 28031 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109738737 10060525568 41030 33554432000 1073741824 1073778376 140733311972144 140709584017960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28038] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28038/stat : 28038 (java) S 28028 28031 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109738737 10060525568 41030 33554432000 1073741824 1073778376 140733311972144 140709582965416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28039] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28039/stat : 28039 (java) S 28028 28031 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109738737 10060525568 41030 33554432000 1073741824 1073778376 140733311972144 140709581912872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28040] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28040/stat : 28040 (java) S 28028 28031 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109738737 10060525568 41030 33554432000 1073741824 1073778376 140733311972144 140709580860328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28041] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28041/stat : 28041 (java) S 28028 28031 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109738737 10060525568 41030 33554432000 1073741824 1073778376 140733311972144 140709579807784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28042] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28042/stat : 28042 (java) S 28028 28031 27578 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 109738738 10060525568 41030 33554432000 1073741824 1073778376 140733311972144 140709449410664 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28043] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28043/stat : 28043 (java) S 28028 28031 27578 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 109738738 10060525568 41030 33554432000 1073741824 1073778376 140733311972144 140709448356984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28044] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28044/stat : 28044 (java) S 28028 28031 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109738738 10060525568 41030 33554432000 1073741824 1073778376 140733311972144 140709447304328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28045] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28045/stat : 28045 (java) S 28028 28031 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109738740 10060525568 41030 33554432000 1073741824 1073778376 140733311972144 140709446253072 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28046] ppid=28028 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/28031/task/28046/stat : 28046 (java) S 28028 28031 27578 0 -1 4202560 10611 0 0 0 116 2 0 0 20 0 22 0 109738740 10060525568 41030 33554432000 1073741824 1073778376 140733311972144 140709445200440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28047] ppid=28028 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/28031/task/28047/stat : 28047 (java) S 28028 28031 27578 0 -1 4202560 12561 0 0 0 125 2 0 0 20 0 22 0 109738740 10060525568 41030 33554432000 1073741824 1073778376 140733311972144 140709444147896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28048] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28048/stat : 28048 (java) S 28028 28031 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109738740 10060525568 41030 33554432000 1073741824 1073778376 140733311972144 140709443095544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28049] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28049/stat : 28049 (java) S 28028 28031 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109738740 10060525568 41030 33554432000 1073741824 1073778376 140733311972144 140709442043208 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28050] ppid=28028 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/28031/task/28050/stat : 28050 (java) R 28028 28031 27578 0 -1 4202560 25 0 0 0 92 0 0 0 20 0 22 0 109738782 10060525568 41030 33554432000 1073741824 1073778376 140733311972144 140709440987320 140709454442635 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28051] ppid=28028 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/28031/task/28051/stat : 28051 (java) R 28028 28031 27578 0 -1 4202560 58 0 0 0 98 0 0 0 20 0 22 0 109738782 10060525568 41030 33554432000 1073741824 1073778376 140733311972144 140709439934456 140709454231115 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28052] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28052/stat : 28052 (java) S 28028 28031 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109738783 10060525568 41030 33554432000 1073741824 1073778376 140733311972144 140709438882856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28053] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28053/stat : 28053 (java) S 28028 28031 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109738783 10060525568 41030 33554432000 1073741824 1073778376 140733311972144 140708161774760 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.40 4.25 3.83 5/219 28053
/proc/meminfo: memFree=28745044/32872528 swapFree=16636/1570076
[pid=28031] ppid=28028 vsize=9824732 CPUtime=8.43 cores=0,2,4,6
/proc/28031/stat : 28031 (java) S 28028 28031 27578 0 -1 4202496 27227 0 1 0 833 10 0 0 20 0 22 0 109738735 10060525568 82593 33554432000 1073741824 1073778376 140733311972144 140733311963280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28031/statm: 2456183 82593 2292 9 0 2446860 0
[pid=28031/tid=28032] ppid=28028 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/28031/task/28032/stat : 28032 (java) S 28028 28031 27578 0 -1 4202560 2481 0 1 0 43 1 0 0 20 0 22 0 109738736 10060525568 82593 33554432000 1073741824 1073778376 140733311972144 140709625684856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28034] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28034/stat : 28034 (java) S 28028 28031 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109738737 10060525568 82593 33554432000 1073741824 1073778376 140733311972144 140709587175592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28035] ppid=28028 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28031/task/28035/stat : 28035 (java) S 28028 28031 27578 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 109738737 10060525568 82593 33554432000 1073741824 1073778376 140733311972144 140709586123048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28036] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28036/stat : 28036 (java) S 28028 28031 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109738737 10060525568 82593 33554432000 1073741824 1073778376 140733311972144 140709585070504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28037] ppid=28028 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/28031/task/28037/stat : 28037 (java) S 28028 28031 27578 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 109738737 10060525568 82593 33554432000 1073741824 1073778376 140733311972144 140709584017960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28038] ppid=28028 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/28031/task/28038/stat : 28038 (java) S 28028 28031 27578 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 109738737 10060525568 82593 33554432000 1073741824 1073778376 140733311972144 140709582965416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28039] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28039/stat : 28039 (java) S 28028 28031 27578 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 109738737 10060525568 82593 33554432000 1073741824 1073778376 140733311972144 140709581912872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28040] ppid=28028 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/28031/task/28040/stat : 28040 (java) S 28028 28031 27578 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 109738737 10060525568 82593 33554432000 1073741824 1073778376 140733311972144 140709580860328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28041] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28041/stat : 28041 (java) S 28028 28031 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109738737 10060525568 82593 33554432000 1073741824 1073778376 140733311972144 140709579807784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28042] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28042/stat : 28042 (java) S 28028 28031 27578 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 109738738 10060525568 82593 33554432000 1073741824 1073778376 140733311972144 140709449410664 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28043] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28043/stat : 28043 (java) S 28028 28031 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109738738 10060525568 82593 33554432000 1073741824 1073778376 140733311972144 140709448356984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28044] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28044/stat : 28044 (java) S 28028 28031 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109738738 10060525568 82593 33554432000 1073741824 1073778376 140733311972144 140709447304328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28045] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28045/stat : 28045 (java) S 28028 28031 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109738740 10060525568 82593 33554432000 1073741824 1073778376 140733311972144 140709446253072 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28046] ppid=28028 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/28031/task/28046/stat : 28046 (java) S 28028 28031 27578 0 -1 4202560 10615 0 0 0 135 2 0 0 20 0 22 0 109738740 10060525568 82593 33554432000 1073741824 1073778376 140733311972144 140709445200440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28047] ppid=28028 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/28031/task/28047/stat : 28047 (java) S 28028 28031 27578 0 -1 4202560 12566 0 0 0 137 3 0 0 20 0 22 0 109738740 10060525568 82593 33554432000 1073741824 1073778376 140733311972144 140709444147896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28048] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28048/stat : 28048 (java) S 28028 28031 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109738740 10060525568 82593 33554432000 1073741824 1073778376 140733311972144 140709443095544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28049] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28049/stat : 28049 (java) S 28028 28031 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109738740 10060525568 82593 33554432000 1073741824 1073778376 140733311972144 140709442043208 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28050] ppid=28028 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/28031/task/28050/stat : 28050 (java) R 28028 28031 27578 0 -1 4202560 28 0 0 0 245 0 0 0 20 0 22 0 109738782 10060525568 82593 33554432000 1073741824 1073778376 140733311972144 140709440987112 140709454313504 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28051] ppid=28028 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/28031/task/28051/stat : 28051 (java) R 28028 28031 27578 0 -1 4202560 126 0 0 0 251 2 0 0 20 0 22 0 109738782 10060525568 82593 33554432000 1073741824 1073778376 140733311972144 140709439934408 140709454736344 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28052] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28052/stat : 28052 (java) S 28028 28031 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109738783 10060525568 82593 33554432000 1073741824 1073778376 140733311972144 140709438882856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28053] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28053/stat : 28053 (java) S 28028 28031 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109738783 10060525568 82593 33554432000 1073741824 1073778376 140733311972144 140708161774760 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.43
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.40 4.25 3.83 5/219 28053
/proc/meminfo: memFree=28252128/32872528 swapFree=16636/1570076
[pid=28031] ppid=28028 vsize=9824732 CPUtime=15.14 cores=0,2,4,6
/proc/28031/stat : 28031 (java) S 28028 28031 27578 0 -1 4202496 27961 0 1 0 1491 23 0 0 20 0 22 0 109738735 10060525568 158630 33554432000 1073741824 1073778376 140733311972144 140733311963280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28031/statm: 2456183 158630 2292 9 0 2446860 0
[pid=28031/tid=28032] ppid=28028 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/28031/task/28032/stat : 28032 (java) S 28028 28031 27578 0 -1 4202560 2481 0 1 0 43 1 0 0 20 0 22 0 109738736 10060525568 158630 33554432000 1073741824 1073778376 140733311972144 140709625684856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28034] ppid=28028 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/28031/task/28034/stat : 28034 (java) S 28028 28031 27578 0 -1 4202560 46 0 0 0 6 3 0 0 20 0 22 0 109738737 10060525568 158630 33554432000 1073741824 1073778376 140733311972144 140709587175592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28035] ppid=28028 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/28031/task/28035/stat : 28035 (java) S 28028 28031 27578 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 109738737 10060525568 158630 33554432000 1073741824 1073778376 140733311972144 140709586123048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28036] ppid=28028 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/28031/task/28036/stat : 28036 (java) S 28028 28031 27578 0 -1 4202560 43 0 0 0 4 0 0 0 20 0 22 0 109738737 10060525568 158630 33554432000 1073741824 1073778376 140733311972144 140709585070504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28037] ppid=28028 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/28031/task/28037/stat : 28037 (java) S 28028 28031 27578 0 -1 4202560 47 0 0 0 7 2 0 0 20 0 22 0 109738737 10060525568 158630 33554432000 1073741824 1073778376 140733311972144 140709584017960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28038] ppid=28028 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/28031/task/28038/stat : 28038 (java) S 28028 28031 27578 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 22 0 109738737 10060525568 158630 33554432000 1073741824 1073778376 140733311972144 140709582965416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28039] ppid=28028 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/28031/task/28039/stat : 28039 (java) S 28028 28031 27578 0 -1 4202560 36 0 0 0 5 1 0 0 20 0 22 0 109738737 10060525568 158630 33554432000 1073741824 1073778376 140733311972144 140709581912872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28040] ppid=28028 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/28031/task/28040/stat : 28040 (java) S 28028 28031 27578 0 -1 4202560 58 0 0 0 6 2 0 0 20 0 22 0 109738737 10060525568 158630 33554432000 1073741824 1073778376 140733311972144 140709580860328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28041] ppid=28028 vsize=9824732 CPUtime=0.03 cores=0,2,4,6

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

/proc/28031/task/28036/stat : 28036 (java) S 28028 28031 27578 0 -1 4202560 616 0 0 0 277 16 0 0 20 0 22 0 109738737 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709585070504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28037] ppid=28028 vsize=9824732 CPUtime=3.54 cores=0,2,4,6
/proc/28031/task/28037/stat : 28037 (java) S 28028 28031 27578 0 -1 4202560 605 0 0 0 337 17 0 0 20 0 22 0 109738737 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709584017960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28038] ppid=28028 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/28031/task/28038/stat : 28038 (java) S 28028 28031 27578 0 -1 4202560 688 0 0 0 295 17 0 0 20 0 22 0 109738737 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709582965416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28039] ppid=28028 vsize=9824732 CPUtime=3.41 cores=0,2,4,6
/proc/28031/task/28039/stat : 28039 (java) S 28028 28031 27578 0 -1 4202560 616 0 0 0 324 17 0 0 20 0 22 0 109738737 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709581912872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28040] ppid=28028 vsize=9824732 CPUtime=3.17 cores=0,2,4,6
/proc/28031/task/28040/stat : 28040 (java) S 28028 28031 27578 0 -1 4202560 745 0 0 0 301 16 0 0 20 0 22 0 109738737 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709580860328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28041] ppid=28028 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/28031/task/28041/stat : 28041 (java) S 28028 28031 27578 0 -1 4202560 476 0 0 0 285 13 0 0 20 0 22 0 109738737 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709579807784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28042] ppid=28028 vsize=9824732 CPUtime=6.13 cores=0,2,4,6
/proc/28031/task/28042/stat : 28042 (java) S 28028 28031 27578 0 -1 4202560 2465 0 0 0 608 5 0 0 20 0 22 0 109738738 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709449410664 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28043] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28043/stat : 28043 (java) S 28028 28031 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109738738 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709448356984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28044] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28044/stat : 28044 (java) S 28028 28031 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109738738 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709447304328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28045] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28045/stat : 28045 (java) S 28028 28031 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109738740 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709446253072 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28046] ppid=28028 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/28031/task/28046/stat : 28046 (java) S 28028 28031 27578 0 -1 4202560 10618 0 0 0 153 2 0 0 20 0 22 0 109738740 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709445200440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28047] ppid=28028 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/28031/task/28047/stat : 28047 (java) S 28028 28031 27578 0 -1 4202560 12577 0 0 0 165 3 0 0 20 0 22 0 109738740 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709444147896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28048] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28048/stat : 28048 (java) S 28028 28031 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109738740 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709443095544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28049] ppid=28028 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/28031/task/28049/stat : 28049 (java) S 28028 28031 27578 0 -1 4202560 47 0 0 0 14 13 0 0 20 0 22 0 109738740 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709442043208 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28050] ppid=28028 vsize=9824732 CPUtime=806.6 cores=0,2,4,6
/proc/28031/task/28050/stat : 28050 (java) R 28028 28031 27578 0 -1 4202560 69 0 0 0 80647 13 0 0 20 0 22 0 109738782 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709440986288 140709454477452 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28051] ppid=28028 vsize=9824732 CPUtime=806.68 cores=0,2,4,6
/proc/28031/task/28051/stat : 28051 (java) R 28028 28031 27578 0 -1 4202560 2605 0 0 0 80619 49 0 0 20 0 22 0 109738782 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709439932848 140709454595154 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28052] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28052/stat : 28052 (java) S 28028 28031 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109738783 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709438882856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28053] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28053/stat : 28053 (java) S 28028 28031 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109738783 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140708161774760 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1652.98
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.25 4.25 4.05 5/219 28142
/proc/meminfo: memFree=25925668/32872528 swapFree=16636/1570076
[pid=28031] ppid=28028 vsize=9824732 CPUtime=1773.6 cores=0,2,4,6
/proc/28031/stat : 28031 (java) S 28028 28031 27578 0 -1 4202496 37178 0 1 0 177168 192 0 0 20 0 22 0 109738735 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140733311963280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28031/statm: 2456183 960155 2301 9 0 2446860 0
[pid=28031/tid=28032] ppid=28028 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/28031/task/28032/stat : 28032 (java) S 28028 28031 27578 0 -1 4202560 2491 0 1 0 46 2 0 0 20 0 22 0 109738736 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709625684856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28034] ppid=28028 vsize=9824732 CPUtime=3.38 cores=0,2,4,6
/proc/28031/task/28034/stat : 28034 (java) S 28028 28031 27578 0 -1 4202560 553 0 0 0 323 15 0 0 20 0 22 0 109738737 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709587175592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28035] ppid=28028 vsize=9824732 CPUtime=3.38 cores=0,2,4,6
/proc/28031/task/28035/stat : 28035 (java) S 28028 28031 27578 0 -1 4202560 730 0 0 0 320 18 0 0 20 0 22 0 109738737 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709586123048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28036] ppid=28028 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/28031/task/28036/stat : 28036 (java) S 28028 28031 27578 0 -1 4202560 616 0 0 0 296 16 0 0 20 0 22 0 109738737 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709585070504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28037] ppid=28028 vsize=9824732 CPUtime=3.7 cores=0,2,4,6
/proc/28031/task/28037/stat : 28037 (java) S 28028 28031 27578 0 -1 4202560 605 0 0 0 353 17 0 0 20 0 22 0 109738737 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709584017960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28038] ppid=28028 vsize=9824732 CPUtime=3.26 cores=0,2,4,6
/proc/28031/task/28038/stat : 28038 (java) S 28028 28031 27578 0 -1 4202560 688 0 0 0 309 17 0 0 20 0 22 0 109738737 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709582965416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28039] ppid=28028 vsize=9824732 CPUtime=3.54 cores=0,2,4,6
/proc/28031/task/28039/stat : 28039 (java) S 28028 28031 27578 0 -1 4202560 616 0 0 0 337 17 0 0 20 0 22 0 109738737 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709581912872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28040] ppid=28028 vsize=9824732 CPUtime=3.29 cores=0,2,4,6
/proc/28031/task/28040/stat : 28040 (java) S 28028 28031 27578 0 -1 4202560 745 0 0 0 313 16 0 0 20 0 22 0 109738737 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709580860328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28041] ppid=28028 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/28031/task/28041/stat : 28041 (java) S 28028 28031 27578 0 -1 4202560 476 0 0 0 303 13 0 0 20 0 22 0 109738737 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709579807784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28042] ppid=28028 vsize=9824732 CPUtime=6.13 cores=0,2,4,6
/proc/28031/task/28042/stat : 28042 (java) S 28028 28031 27578 0 -1 4202560 2467 0 0 0 608 5 0 0 20 0 22 0 109738738 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709449410664 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28043] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28043/stat : 28043 (java) S 28028 28031 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109738738 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709448356984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28044] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28044/stat : 28044 (java) S 28028 28031 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109738738 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709447304328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28045] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28045/stat : 28045 (java) S 28028 28031 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109738740 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709446253072 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28046] ppid=28028 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/28031/task/28046/stat : 28046 (java) S 28028 28031 27578 0 -1 4202560 10618 0 0 0 153 2 0 0 20 0 22 0 109738740 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709445200440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28047] ppid=28028 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/28031/task/28047/stat : 28047 (java) S 28028 28031 27578 0 -1 4202560 12578 0 0 0 165 3 0 0 20 0 22 0 109738740 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709444147896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28048] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28048/stat : 28048 (java) S 28028 28031 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109738740 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709443095544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28049] ppid=28028 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/28031/task/28049/stat : 28049 (java) S 28028 28031 27578 0 -1 4202560 51 0 0 0 16 14 0 0 20 0 22 0 109738740 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709442043208 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28050] ppid=28028 vsize=9824732 CPUtime=866.11 cores=0,2,4,6
/proc/28031/task/28050/stat : 28050 (java) R 28028 28031 27578 0 -1 4202560 72 0 0 0 86597 14 0 0 20 0 22 0 109738782 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709440978576 140709454477512 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28051] ppid=28028 vsize=9824732 CPUtime=866.17 cores=0,2,4,6
/proc/28031/task/28051/stat : 28051 (java) R 28028 28031 27578 0 -1 4202560 2606 0 0 0 86567 50 0 0 20 0 22 0 109738782 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709439932480 140709455051592 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28052] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28052/stat : 28052 (java) S 28028 28031 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109738783 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709438882856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28053] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28053/stat : 28053 (java) S 28028 28031 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109738783 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140708161774760 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1773.6
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.601 s]
/proc/loadavg: 4.20 4.23 4.05 5/219 28142
/proc/meminfo: memFree=25102696/32872528 swapFree=16636/1570076
[pid=28031] ppid=28028 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/28031/stat : 28031 (java) S 28028 28031 27578 0 -1 4202496 37180 0 1 0 179826 192 0 0 20 0 22 0 109738735 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140733311963280 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28031/statm: 2456183 960155 2301 9 0 2446860 0
[pid=28031/tid=28032] ppid=28028 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/28031/task/28032/stat : 28032 (java) S 28028 28031 27578 0 -1 4202560 2491 0 1 0 46 2 0 0 20 0 22 0 109738736 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709625684856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28034] ppid=28028 vsize=9824732 CPUtime=3.38 cores=0,2,4,6
/proc/28031/task/28034/stat : 28034 (java) S 28028 28031 27578 0 -1 4202560 553 0 0 0 323 15 0 0 20 0 22 0 109738737 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709587175592 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28035] ppid=28028 vsize=9824732 CPUtime=3.38 cores=0,2,4,6
/proc/28031/task/28035/stat : 28035 (java) S 28028 28031 27578 0 -1 4202560 730 0 0 0 320 18 0 0 20 0 22 0 109738737 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709586123048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28036] ppid=28028 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/28031/task/28036/stat : 28036 (java) S 28028 28031 27578 0 -1 4202560 616 0 0 0 296 16 0 0 20 0 22 0 109738737 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709585070504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28037] ppid=28028 vsize=9824732 CPUtime=3.7 cores=0,2,4,6
/proc/28031/task/28037/stat : 28037 (java) S 28028 28031 27578 0 -1 4202560 605 0 0 0 353 17 0 0 20 0 22 0 109738737 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709584017960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28038] ppid=28028 vsize=9824732 CPUtime=3.26 cores=0,2,4,6
/proc/28031/task/28038/stat : 28038 (java) S 28028 28031 27578 0 -1 4202560 688 0 0 0 309 17 0 0 20 0 22 0 109738737 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709582965416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28039] ppid=28028 vsize=9824732 CPUtime=3.54 cores=0,2,4,6
/proc/28031/task/28039/stat : 28039 (java) S 28028 28031 27578 0 -1 4202560 616 0 0 0 337 17 0 0 20 0 22 0 109738737 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709581912872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28040] ppid=28028 vsize=9824732 CPUtime=3.29 cores=0,2,4,6
/proc/28031/task/28040/stat : 28040 (java) S 28028 28031 27578 0 -1 4202560 745 0 0 0 313 16 0 0 20 0 22 0 109738737 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709580860328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28041] ppid=28028 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/28031/task/28041/stat : 28041 (java) S 28028 28031 27578 0 -1 4202560 476 0 0 0 303 13 0 0 20 0 22 0 109738737 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709579807784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28042] ppid=28028 vsize=9824732 CPUtime=6.13 cores=0,2,4,6
/proc/28031/task/28042/stat : 28042 (java) S 28028 28031 27578 0 -1 4202560 2467 0 0 0 608 5 0 0 20 0 22 0 109738738 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709449410664 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28031/tid=28043] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28043/stat : 28043 (java) S 28028 28031 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109738738 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709448356984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28044] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28044/stat : 28044 (java) S 28028 28031 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109738738 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709447304328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28045] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28045/stat : 28045 (java) S 28028 28031 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109738740 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709446253072 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28046] ppid=28028 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/28031/task/28046/stat : 28046 (java) S 28028 28031 27578 0 -1 4202560 10618 0 0 0 153 2 0 0 20 0 22 0 109738740 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709445200440 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28047] ppid=28028 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/28031/task/28047/stat : 28047 (java) S 28028 28031 27578 0 -1 4202560 12578 0 0 0 165 3 0 0 20 0 22 0 109738740 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709444147896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28048] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28048/stat : 28048 (java) S 28028 28031 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109738740 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709443095544 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28031/tid=28049] ppid=28028 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/28031/task/28049/stat : 28049 (java) S 28028 28031 27578 0 -1 4202560 53 0 0 0 16 14 0 0 20 0 22 0 109738740 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709442043208 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28050] ppid=28028 vsize=9824732 CPUtime=879.37 cores=0,2,4,6
/proc/28031/task/28050/stat : 28050 (java) R 28028 28031 27578 0 -1 4202560 72 0 0 0 87923 14 0 0 20 0 22 0 109738782 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709440978576 140709454500036 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28031/tid=28051] ppid=28028 vsize=9824732 CPUtime=879.43 cores=0,2,4,6
/proc/28031/task/28051/stat : 28051 (java) R 28028 28031 27578 0 -1 4202560 2606 0 0 0 87892 51 0 0 20 0 22 0 109738782 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709439932480 140709454877620 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28052] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28052/stat : 28052 (java) S 28028 28031 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109738783 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140709438882856 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28031/tid=28053] ppid=28028 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/28031/task/28053/stat : 28053 (java) S 28028 28031 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109738783 10060525568 960155 33554432000 1073741824 1073778376 140733311972144 140708161774760 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 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 28031 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 28031 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=848293
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=371639
# CPU time returned by wait4() is 1796.22
# 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): 895.675
CPU time (s): 1800.18
CPU user time (s): 1798.26
CPU system time (s): 1.92
CPU usage (%): 200.986
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.85
system time used= 2.37164
maximum resident set size= 3840736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37215
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23471
involuntary context switches= 25157

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.60315 second user time and 7.52386 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 07:41:04
IDJOB=4080573
IDBENCH=90135
IDSOLVER=2543
FILE ID=node140/4080573-1465278064
RUNJOBID= node140-1465276272-27594
PBS_JOBID= 19843305
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K96.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080573-1465278064/watcher-4080573-1465278064 -o /tmp/evaluation-result-4080573-1465278064/solver-4080573-1465278064 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465276272-27594 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080573-1465278064.opb

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

MD5SUM BENCH= 12d577f059d1da283bb935f5e106dee7
RANDOM SEED=1461960501

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29032876 kB
Buffers:          123596 kB
Cached:           303424 kB
SwapCached:         1688 kB
Active:          1154056 kB
Inactive:         352104 kB
Active(anon):    1078804 kB
Inactive(anon):     2692 kB
Active(file):      75252 kB
Inactive(file):   349412 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098688 kB
Dirty:              2576 kB
Writeback:             0 kB
AnonPages:       2658296 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             603496 kB
SReclaimable:      47472 kB
SUnreclaim:       556024 kB
KernelStack:        1808 kB
PageTables:         9260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3202512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2588672 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= 71740 MiB
End job on node140 at 2016-06-07 07:56:00