Trace number 4089716

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.06 893.071

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v080-n1.opb
MD5SUM604488d4fee69c2c6e1cbbbc66463d76
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.038993
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables159
Total number of constraints80
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4089716-1466016716.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.13	c ... done. Wall clock time 0.026s.
0.10/0.13	c declared #vars     159
0.10/0.13	c #constraints  160
0.10/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 158
0.10/0.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.14	c 160 constraints processed.
0.10/0.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.10/0.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 158
0.10/0.14	c 160 constraints processed.
2.32/0.79	c cleaning 2494 clauses out of 5000 with flag 45027/5000
4.33/1.29	c cleaning 4245 clauses out of 8506 with flag 112925/11000
5.92/1.88	c cleaning 5621 clauses out of 11262 with flag 186112/18001
7.56/2.61	c cleaning 6816 clauses out of 13642 with flag 279944/26002
9.38/3.52	c cleaning 7904 clauses out of 15824 with flag 391235/35000
11.62/4.65	c cleaning 8951 clauses out of 17920 with flag 516955/45000
14.21/5.90	c cleaning 9978 clauses out of 19971 with flag 644712/56002
14.81/6.23	c cleaning 0 clauses out of 5000 with flag 0/5000
17.53/7.49	c cleaning 10986 clauses out of 21992 with flag 786571/68001
21.44/9.29	c cleaning 11993 clauses out of 24006 with flag 938495/81001
25.84/11.48	c cleaning 12995 clauses out of 26014 with flag 1114165/95002
30.67/13.84	c cleaning 14004 clauses out of 28017 with flag 1288377/110000
35.47/16.26	c cleaning 15005 clauses out of 30017 with flag 1463297/126004
41.71/19.30	c cleaning 15986 clauses out of 32009 with flag 1647324/143001
48.52/22.75	c cleaning 16991 clauses out of 34022 with flag 1853909/161000
56.56/26.74	c cleaning 17999 clauses out of 36031 with flag 2082418/180000
65.01/30.98	c cleaning 18997 clauses out of 38032 with flag 2305016/200000
74.61/35.77	c cleaning 19997 clauses out of 40035 with flag 2553415/221000
82.23/39.54	c cleaning 0 clauses out of 11000 with flag 0/11000
86.45/41.68	c cleaning 21005 clauses out of 42038 with flag 2821603/243000
99.48/48.11	c cleaning 21999 clauses out of 44036 with flag 3091229/266003
112.52/54.68	c cleaning 23014 clauses out of 46034 with flag 3374274/290000
126.95/61.84	c cleaning 24005 clauses out of 48021 with flag 3672167/315001
142.41/69.52	c cleaning 24994 clauses out of 50015 with flag 4009997/341000
159.31/77.96	c cleaning 26005 clauses out of 52022 with flag 4372165/368001
177.64/87.01	c cleaning 27007 clauses out of 54017 with flag 4733438/396001
197.53/96.92	c cleaning 27987 clauses out of 56010 with flag 5133165/425001
218.25/107.27	c cleaning 28993 clauses out of 58022 with flag 5555640/455000
235.13/115.65	c cleaning 0 clauses out of 18000 with flag 0/18000
240.36/118.20	c cleaning 30007 clauses out of 60029 with flag 5976121/486000
264.08/130.04	c cleaning 31001 clauses out of 62022 with flag 6389185/518000
291.43/143.67	c cleaning 32002 clauses out of 64022 with flag 6833869/551001
321.81/158.74	c cleaning 32998 clauses out of 66019 with flag 7293876/585000
352.34/173.98	c cleaning 34000 clauses out of 68022 with flag 7734232/620001
384.91/190.12	c cleaning 35005 clauses out of 70021 with flag 8164481/656000
419.85/207.56	c cleaning 35995 clauses out of 72016 with flag 8603996/693000
455.81/225.47	c cleaning 36998 clauses out of 74021 with flag 9096996/731000
493.02/243.90	c cleaning 38002 clauses out of 76023 with flag 9616665/770000
506.08/250.42	c cleaning 0 clauses out of 26001 with flag 0/26001
533.03/263.81	c cleaning 39003 clauses out of 78022 with flag 10126648/810001
575.09/284.77	c cleaning 40001 clauses out of 80019 with flag 10629879/851001
619.23/306.69	c cleaning 40999 clauses out of 82018 with flag 11119981/893001
670.96/332.32	c cleaning 42004 clauses out of 84020 with flag 11663889/936002
721.09/357.20	c cleaning 42996 clauses out of 86016 with flag 12234263/980002
774.29/383.69	c cleaning 43993 clauses out of 88018 with flag 12816830/1025000
833.10/412.89	c cleaning 45004 clauses out of 90025 with flag 13424628/1071000
895.57/443.80	c cleaning 46001 clauses out of 92022 with flag 14057108/1118001
928.03/459.90	c cleaning 0 clauses out of 35004 with flag 0/35004
965.10/478.37	c cleaning 46999 clauses out of 94020 with flag 14679159/1166000
1036.40/513.77	c cleaning 48000 clauses out of 96021 with flag 15282185/1215000
1107.23/548.91	c cleaning 49000 clauses out of 98021 with flag 15880392/1265000
1180.81/585.47	c cleaning 50000 clauses out of 100022 with flag 16485559/1316001
1261.42/625.48	c cleaning 50995 clauses out of 102021 with flag 17192295/1368000
1346.67/667.78	c cleaning 52007 clauses out of 104027 with flag 17898782/1421001
1439.17/713.61	c cleaning 53001 clauses out of 106019 with flag 18650908/1475000
1539.16/763.48	c cleaning 54001 clauses out of 108019 with flag 19413167/1530001
1571.58/779.50	c cleaning 0 clauses out of 45001 with flag 0/45001
1636.61/811.90	c cleaning 54995 clauses out of 110018 with flag 20149510/1586001
1744.13/865.29	c cleaning 56000 clauses out of 112023 with flag 20972736/1643001
1800.06/893.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/893.00	c starts		: 232
1800.06/893.00	c conflicts		: 1679260
1800.06/893.00	c decisions		: 1918607
1800.06/893.00	c propagations		: 53110559
1800.06/893.00	c inspects		: 12409952723
1800.06/893.00	c shortcuts		: 0
1800.06/893.00	c learnt literals	: 0
1800.06/893.00	c learnt binary clauses	: 0
1800.06/893.00	c learnt ternary clauses	: 0
1800.06/893.00	c learnt constraints	: 1679260
1800.06/893.00	c ignored constraints	: 0
1800.06/893.00	c root simplifications	: 0
1800.06/893.00	c removed literals (reason simplification)	: 9147394
1800.06/893.00	c reason swapping (by a shorter reason)	: 0
1800.06/893.00	c Calls to reduceDB	: 53
1800.06/893.00	c Number of update (reduction) of LBD	: 606442
1800.06/893.00	c Imported unit clauses	: 0
1800.06/893.00	c number of reductions to clauses (during analyze)	: 0
1800.06/893.00	c number of learned constraints concerned by reduction	: 0
1800.06/893.00	c number of learning phase by resolution	: 0
1800.06/893.00	c number of learning phase by cutting planes	: 0
1800.06/893.00	c speed (assignments/second)	: 59483.442588616614
1800.06/893.00	c non guided choices	31
1800.06/893.03	c learnt constraints type 
1800.06/893.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 92283
1800.06/893.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/893.03	c starts		: 66
1800.06/893.03	c conflicts		: 47986
1800.06/893.03	c decisions		: 57293
1800.06/893.03	c propagations		: 361094
1800.06/893.03	c inspects		: 1361865358
1800.06/893.03	c shortcuts		: 0
1800.06/893.03	c learnt literals	: 0
1800.06/893.03	c learnt binary clauses	: 0
1800.06/893.03	c learnt ternary clauses	: 0
1800.06/893.03	c learnt constraints	: 47986
1800.06/893.03	c ignored constraints	: 0
1800.06/893.03	c root simplifications	: 0
1800.06/893.03	c removed literals (reason simplification)	: 0
1800.06/893.03	c reason swapping (by a shorter reason)	: 0
1800.06/893.03	c Calls to reduceDB	: 6
1800.06/893.03	c Number of update (reduction) of LBD	: 0
1800.06/893.03	c Imported unit clauses	: 0
1800.06/893.03	c number of reductions to clauses (during analyze)	: 0
1800.06/893.03	c number of learned constraints concerned by reduction	: 0
1800.06/893.04	c number of learning phase by resolution	: 0
1800.06/893.04	c number of learning phase by cutting planes	: 0
1800.06/893.04	c speed (assignments/second)	: 404.40813309515676
1800.06/893.04	c non guided choices	32
1800.06/893.06	c learnt constraints type 
1800.06/893.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
1800.06/893.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 47981
1800.06/893.06	s UNKNOWN
1800.06/893.06	c Total wall clock time (in seconds): 892.949

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-4089716-1466016716/watcher-4089716-1466016716 -o /tmp/evaluation-result-4089716-1466016716/solver-4089716-1466016716 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5783 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4089716-1466016716.opb 

pid=9098
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.04 4.04 4.00 4/197 9101
/proc/meminfo: memFree=28744232/32872528 swapFree=248296/248296
[pid=9101] ppid=9098 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/9101/stat : 9101 (java) S 9098 9101 5767 0 -1 4202496 1330 0 0 0 0 0 0 0 20 0 2 0 3722039 98635776 960 33554432000 1073741824 1073778376 140734436206000 140734436197136 247067607101 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9101/statm: 24081 962 730 9 0 16771 0
[pid=9101/tid=9102] ppid=9098 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9102/stat : 9102 (java) R 9098 9101 5767 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 3722039 98570240 977 33554432000 1073741824 1073778376 140734436206000 139738771078696 247064249728 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100119 s]
/proc/loadavg: 4.04 4.04 4.00 4/197 9101
/proc/meminfo: memFree=28744232/32872528 swapFree=248296/248296
[pid=9101] ppid=9098 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/9101/stat : 9101 (java) S 9098 9101 5767 0 -1 4202496 4553 0 1 0 9 1 0 0 20 0 18 0 3722039 9787879424 5653 33554432000 1073741824 1073778376 140734436206000 140734436197136 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9101/statm: 2389619 5653 2156 9 0 2380296 0
[pid=9101/tid=9102] ppid=9098 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/9101/task/9102/stat : 9102 (java) R 9098 9101 5767 0 -1 4202560 2443 0 1 0 6 1 0 0 20 0 18 0 3722039 9787879424 5653 33554432000 1073741824 1073778376 140734436206000 139738771080456 247067634733 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200294 s]
/proc/loadavg: 4.04 4.04 4.00 4/197 9101
/proc/meminfo: memFree=28744232/32872528 swapFree=248296/248296
[pid=9101] ppid=9098 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/9101/stat : 9101 (java) S 9098 9101 5767 0 -1 4202496 6802 0 1 0 32 2 0 0 20 0 22 0 3722039 10060525568 8787 33554432000 1073741824 1073778376 140734436206000 140734436197136 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9101/statm: 2456183 8787 2218 9 0 2446860 0
[pid=9101/tid=9102] ppid=9098 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/9101/task/9102/stat : 9102 (java) S 9098 9101 5767 0 -1 4202560 2461 0 1 0 11 1 0 0 20 0 22 0 3722039 10060525568 8788 33554432000 1073741824 1073778376 140734436206000 139738771084152 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 9824732

[startup+0.300301 s]
/proc/loadavg: 4.04 4.04 4.00 4/197 9101
/proc/meminfo: memFree=28744232/32872528 swapFree=248296/248296
[pid=9101] ppid=9098 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/9101/stat : 9101 (java) S 9098 9101 5767 0 -1 4202496 9812 0 1 0 71 2 0 0 20 0 22 0 3722039 10060525568 10579 33554432000 1073741824 1073778376 140734436206000 140734436197136 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9101/statm: 2456183 10579 2231 9 0 2446860 0
[pid=9101/tid=9102] ppid=9098 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/9101/task/9102/stat : 9102 (java) S 9098 9101 5767 0 -1 4202560 2461 0 1 0 11 1 0 0 20 0 22 0 3722039 10060525568 10579 33554432000 1073741824 1073778376 140734436206000 139738771084152 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 9824732

[startup+0.700252 s]
/proc/loadavg: 4.04 4.04 4.00 4/197 9101
/proc/meminfo: memFree=28744232/32872528 swapFree=248296/248296
[pid=9101] ppid=9098 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/9101/stat : 9101 (java) S 9098 9101 5767 0 -1 4202496 20668 0 1 0 227 5 0 0 20 0 22 0 3722039 10060525568 26003 33554432000 1073741824 1073778376 140734436206000 140734436197136 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9101/statm: 2456183 26003 2241 9 0 2446860 0
[pid=9101/tid=9102] ppid=9098 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/9101/task/9102/stat : 9102 (java) S 9098 9101 5767 0 -1 4202560 2461 0 1 0 11 1 0 0 20 0 22 0 3722039 10060525568 26003 33554432000 1073741824 1073778376 140734436206000 139738771084152 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.04 4.04 4.00 7/219 9123
/proc/meminfo: memFree=28565260/32872528 swapFree=248296/248296
[pid=9101] ppid=9098 vsize=9824732 CPUtime=5.31 cores=0,2,4,6
/proc/9101/stat : 9101 (java) S 9098 9101 5767 0 -1 4202496 35682 0 1 0 523 8 0 0 20 0 22 0 3722039 10060525568 47731 33554432000 1073741824 1073778376 140734436206000 140734436197136 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9101/statm: 2456183 47731 2272 9 0 2446860 0
[pid=9101/tid=9102] ppid=9098 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/9101/task/9102/stat : 9102 (java) S 9098 9101 5767 0 -1 4202560 2461 0 1 0 11 1 0 0 20 0 22 0 3722039 10060525568 47731 33554432000 1073741824 1073778376 140734436206000 139738771084152 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9101/tid=9104] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9104/stat : 9104 (java) S 9098 9101 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3722040 10060525568 47731 33554432000 1073741824 1073778376 140734436206000 139738709813672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9105] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9105/stat : 9105 (java) S 9098 9101 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3722040 10060525568 47731 33554432000 1073741824 1073778376 140734436206000 139738708761128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9101/tid=9106] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9106/stat : 9106 (java) S 9098 9101 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3722040 10060525568 47731 33554432000 1073741824 1073778376 140734436206000 139738612447400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9101/tid=9107] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9107/stat : 9107 (java) S 9098 9101 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3722040 10060525568 47731 33554432000 1073741824 1073778376 140734436206000 139738611394856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9101/tid=9108] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9108/stat : 9108 (java) S 9098 9101 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3722040 10060525568 47731 33554432000 1073741824 1073778376 140734436206000 139738610342824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9101/tid=9109] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9109/stat : 9109 (java) S 9098 9101 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3722040 10060525568 47731 33554432000 1073741824 1073778376 140734436206000 139738609290280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9110] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9110/stat : 9110 (java) S 9098 9101 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3722040 10060525568 47731 33554432000 1073741824 1073778376 140734436206000 139738608237224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9111] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9111/stat : 9111 (java) S 9098 9101 5767 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 3722040 10060525568 47731 33554432000 1073741824 1073778376 140734436206000 139738607184680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9101/tid=9112] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9112/stat : 9112 (java) S 9098 9101 5767 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3722041 10060525568 47731 33554432000 1073741824 1073778376 140734436206000 139738594986344 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9113] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9113/stat : 9113 (java) S 9098 9101 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3722042 10060525568 47731 33554432000 1073741824 1073778376 140734436206000 139738593932664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9114] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9114/stat : 9114 (java) S 9098 9101 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3722042 10060525568 47731 33554432000 1073741824 1073778376 140734436206000 139738592879496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9115] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9115/stat : 9115 (java) S 9098 9101 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3722044 10060525568 47731 33554432000 1073741824 1073778376 140734436206000 139738591828240 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9116] ppid=9098 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/9101/task/9116/stat : 9116 (java) S 9098 9101 5767 0 -1 4202560 16998 0 0 0 121 3 0 0 20 0 22 0 3722044 10060525568 47731 33554432000 1073741824 1073778376 140734436206000 139738590776120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9117] ppid=9098 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/9101/task/9117/stat : 9117 (java) S 9098 9101 5767 0 -1 4202560 14710 0 0 0 120 3 0 0 20 0 22 0 3722044 10060525568 47731 33554432000 1073741824 1073778376 140734436206000 139738589723576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9101/tid=9118] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9118/stat : 9118 (java) S 9098 9101 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3722044 10060525568 47731 33554432000 1073741824 1073778376 140734436206000 139738588670712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9101/tid=9119] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9119/stat : 9119 (java) S 9098 9101 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3722044 10060525568 47731 33554432000 1073741824 1073778376 140734436206000 139738587618376 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9120] ppid=9098 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/9101/task/9120/stat : 9120 (java) R 9098 9101 5767 0 -1 4202560 34 0 0 0 132 0 0 0 20 0 22 0 3722053 10060525568 47731 33554432000 1073741824 1073778376 140734436206000 139738586563240 139738711423055 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9101/tid=9121] ppid=9098 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/9101/task/9121/stat : 9121 (java) R 9098 9101 5767 0 -1 4202560 98 0 0 0 128 1 0 0 20 0 22 0 3722053 10060525568 47731 33554432000 1073741824 1073778376 140734436206000 139738585509112 139738711652255 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9101/tid=9122] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9122/stat : 9122 (java) S 9098 9101 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3722053 10060525568 47731 33554432000 1073741824 1073778376 140734436206000 139738584458024 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9101/tid=9123] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9123/stat : 9123 (java) S 9098 9101 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3722053 10060525568 47731 33554432000 1073741824 1073778376 140734436206000 139738583405480 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 9824732

[startup+3.101 s]
/proc/loadavg: 4.03 4.04 4.00 8/219 9123
/proc/meminfo: memFree=28423764/32872528 swapFree=248296/248296
[pid=9101] ppid=9098 vsize=9824732 CPUtime=8.57 cores=0,2,4,6
/proc/9101/stat : 9101 (java) S 9098 9101 5767 0 -1 4202496 36109 0 1 0 844 13 0 0 20 0 22 0 3722039 10060525568 83894 33554432000 1073741824 1073778376 140734436206000 140734436197136 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9101/statm: 2456183 83894 2272 9 0 2446860 0
[pid=9101/tid=9102] ppid=9098 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/9101/task/9102/stat : 9102 (java) S 9098 9101 5767 0 -1 4202560 2461 0 1 0 11 1 0 0 20 0 22 0 3722039 10060525568 83894 33554432000 1073741824 1073778376 140734436206000 139738771084152 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9101/tid=9104] ppid=9098 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9101/task/9104/stat : 9104 (java) S 9098 9101 5767 0 -1 4202560 65 0 0 0 3 0 0 0 20 0 22 0 3722040 10060525568 83894 33554432000 1073741824 1073778376 140734436206000 139738709813672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9101/tid=9105] ppid=9098 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9101/task/9105/stat : 9105 (java) S 9098 9101 5767 0 -1 4202560 61 0 0 0 1 0 0 0 20 0 22 0 3722040 10060525568 83894 33554432000 1073741824 1073778376 140734436206000 139738708761128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9101/tid=9106] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9106/stat : 9106 (java) S 9098 9101 5767 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 3722040 10060525568 83894 33554432000 1073741824 1073778376 140734436206000 139738612447400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9101/tid=9107] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9107/stat : 9107 (java) S 9098 9101 5767 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 3722040 10060525568 83894 33554432000 1073741824 1073778376 140734436206000 139738611394856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9108] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9108/stat : 9108 (java) S 9098 9101 5767 0 -1 4202560 61 0 0 0 0 0 0 0 20 0 22 0 3722040 10060525568 83894 33554432000 1073741824 1073778376 140734436206000 139738610342824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9101/tid=9109] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9109/stat : 9109 (java) S 9098 9101 5767 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 3722040 10060525568 83894 33554432000 1073741824 1073778376 140734436206000 139738609290280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9101/tid=9110] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9110/stat : 9110 (java) S 9098 9101 5767 0 -1 4202560 62 0 0 0 0 0 0 0 20 0 22 0 3722040 10060525568 83894 33554432000 1073741824 1073778376 140734436206000 139738608237224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9111] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9111/stat : 9111 (java) S 9098 9101 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3722040 10060525568 83894 33554432000 1073741824 1073778376 140734436206000 139738607184680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9101/tid=9112] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9112/stat : 9112 (java) S 9098 9101 5767 0 -1 4202560 185 0 0 0 0 0 0 0 20 0 22 0 3722041 10060525568 83894 33554432000 1073741824 1073778376 140734436206000 139738594986344 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9113] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9113/stat : 9113 (java) S 9098 9101 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3722042 10060525568 83894 33554432000 1073741824 1073778376 140734436206000 139738593932664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9114] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9114/stat : 9114 (java) S 9098 9101 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3722042 10060525568 83894 33554432000 1073741824 1073778376 140734436206000 139738592879496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9115] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9115/stat : 9115 (java) S 9098 9101 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3722044 10060525568 83894 33554432000 1073741824 1073778376 140734436206000 139738591828240 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9116] ppid=9098 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/9101/task/9116/stat : 9116 (java) S 9098 9101 5767 0 -1 4202560 17001 0 0 0 123 3 0 0 20 0 22 0 3722044 10060525568 83894 33554432000 1073741824 1073778376 140734436206000 139738590776120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9117] ppid=9098 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/9101/task/9117/stat : 9117 (java) S 9098 9101 5767 0 -1 4202560 14710 0 0 0 121 3 0 0 20 0 22 0 3722044 10060525568 83894 33554432000 1073741824 1073778376 140734436206000 139738589723576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9101/tid=9118] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9118/stat : 9118 (java) S 9098 9101 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3722044 10060525568 83894 33554432000 1073741824 1073778376 140734436206000 139738588670712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9101/tid=9119] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9119/stat : 9119 (java) S 9098 9101 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3722044 10060525568 83894 33554432000 1073741824 1073778376 140734436206000 139738587618376 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9120] ppid=9098 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/9101/task/9120/stat : 9120 (java) R 9098 9101 5767 0 -1 4202560 38 0 0 0 287 0 0 0 20 0 22 0 3722053 10060525568 83894 33554432000 1073741824 1073778376 140734436206000 139738586563288 139738711268345 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9101/tid=9121] ppid=9098 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/9101/task/9121/stat : 9121 (java) R 9098 9101 5767 0 -1 4202560 156 0 0 0 281 3 0 0 20 0 22 0 3722053 10060525568 83894 33554432000 1073741824 1073778376 140734436206000 139738585509360 139738711342788 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9122] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9122/stat : 9122 (java) S 9098 9101 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3722053 10060525568 83894 33554432000 1073741824 1073778376 140734436206000 139738584458024 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9101/tid=9123] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9123/stat : 9123 (java) S 9098 9101 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3722053 10060525568 83894 33554432000 1073741824 1073778376 140734436206000 139738583405480 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.57
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 4.03 4.04 4.00 5/219 9123
/proc/meminfo: memFree=28146332/32872528 swapFree=248296/248296
[pid=9101] ppid=9098 vsize=9824732 CPUtime=15.15 cores=0,2,4,6
/proc/9101/stat : 9101 (java) S 9098 9101 5767 0 -1 4202496 38516 0 1 0 1491 24 0 0 20 0 22 0 3722039 10060525568 235525 33554432000 1073741824 1073778376 140734436206000 140734436197136 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9101/statm: 2456183 235525 2272 9 0 2446860 0
[pid=9101/tid=9102] ppid=9098 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/9101/task/9102/stat : 9102 (java) S 9098 9101 5767 0 -1 4202560 2461 0 1 0 11 1 0 0 20 0 22 0 3722039 10060525568 235525 33554432000 1073741824 1073778376 140734436206000 139738771084152 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9101/tid=9104] ppid=9098 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9101/task/9104/stat : 9104 (java) S 9098 9101 5767 0 -1 4202560 70 0 0 0 3 0 0 0 20 0 22 0 3722040 10060525568 235525 33554432000 1073741824 1073778376 140734436206000 139738709813672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9101/tid=9105] ppid=9098 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9101/task/9105/stat : 9105 (java) S 9098 9101 5767 0 -1 4202560 70 0 0 0 3 0 0 0 20 0 22 0 3722040 10060525568 235525 33554432000 1073741824 1073778376 140734436206000 139738708761128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9101/tid=9106] ppid=9098 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9101/task/9106/stat : 9106 (java) S 9098 9101 5767 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 3722040 10060525568 235525 33554432000 1073741824 1073778376 140734436206000 139738612447400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9101/tid=9107] ppid=9098 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9101/task/9107/stat : 9107 (java) S 9098 9101 5767 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 3722040 10060525568 235525 33554432000 1073741824 1073778376 140734436206000 139738611394856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9108] ppid=9098 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9101/task/9108/stat : 9108 (java) S 9098 9101 5767 0 -1 4202560 61 0 0 0 1 0 0 0 20 0 22 0 3722040 10060525568 235525 33554432000 1073741824 1073778376 140734436206000 139738610342824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9101/tid=9109] ppid=9098 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9101/task/9109/stat : 9109 (java) S 9098 9101 5767 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 3722040 10060525568 235525 33554432000 1073741824 1073778376 140734436206000 139738609290280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9101/tid=9110] ppid=9098 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9101/task/9110/stat : 9110 (java) S 9098 9101 5767 0 -1 4202560 68 0 0 0 1 0 0 0 20 0 22 0 3722040 10060525568 235525 33554432000 1073741824 1073778376 140734436206000 139738608237224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9111] ppid=9098 vsize=9824732 CPUtime=0.02 cores=0,2,4,6

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

/proc/9101/task/9106/stat : 9106 (java) S 9098 9101 5767 0 -1 4202560 430 0 0 0 321 9 0 0 20 0 22 0 3722040 10060525568 496560 33554432000 1073741824 1073778376 140734436206000 139738612447400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9107] ppid=9098 vsize=9824732 CPUtime=3.26 cores=0,2,4,6
/proc/9101/task/9107/stat : 9107 (java) S 9098 9101 5767 0 -1 4202560 448 0 0 0 317 9 0 0 20 0 22 0 3722040 10060525568 496560 33554432000 1073741824 1073778376 140734436206000 139738611394856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9108] ppid=9098 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/9101/task/9108/stat : 9108 (java) S 9098 9101 5767 0 -1 4202560 453 0 0 0 299 7 0 0 20 0 22 0 3722040 10060525568 496560 33554432000 1073741824 1073778376 140734436206000 139738610342824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9109] ppid=9098 vsize=9824732 CPUtime=3.26 cores=0,2,4,6
/proc/9101/task/9109/stat : 9109 (java) S 9098 9101 5767 0 -1 4202560 410 0 0 0 318 8 0 0 20 0 22 0 3722040 10060525568 496560 33554432000 1073741824 1073778376 140734436206000 139738609290280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9110] ppid=9098 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/9101/task/9110/stat : 9110 (java) S 9098 9101 5767 0 -1 4202560 475 0 0 0 311 10 0 0 20 0 22 0 3722040 10060525568 496560 33554432000 1073741824 1073778376 140734436206000 139738608237224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9101/tid=9111] ppid=9098 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/9101/task/9111/stat : 9111 (java) S 9098 9101 5767 0 -1 4202560 406 0 0 0 295 8 0 0 20 0 22 0 3722040 10060525568 496560 33554432000 1073741824 1073778376 140734436206000 139738607184680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9112] ppid=9098 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/9101/task/9112/stat : 9112 (java) S 9098 9101 5767 0 -1 4202560 1283 0 0 0 41 24 0 0 20 0 22 0 3722041 10060525568 496560 33554432000 1073741824 1073778376 140734436206000 139738594986344 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9101/tid=9113] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9113/stat : 9113 (java) S 9098 9101 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3722042 10060525568 496560 33554432000 1073741824 1073778376 140734436206000 139738593932664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9114] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9114/stat : 9114 (java) S 9098 9101 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3722042 10060525568 496560 33554432000 1073741824 1073778376 140734436206000 139738592879496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9115] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9115/stat : 9115 (java) S 9098 9101 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3722044 10060525568 496560 33554432000 1073741824 1073778376 140734436206000 139738591828240 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9116] ppid=9098 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/9101/task/9116/stat : 9116 (java) S 9098 9101 5767 0 -1 4202560 17011 0 0 0 127 3 0 0 20 0 22 0 3722044 10060525568 496560 33554432000 1073741824 1073778376 140734436206000 139738590776120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9117] ppid=9098 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/9101/task/9117/stat : 9117 (java) S 9098 9101 5767 0 -1 4202560 18674 0 0 0 182 3 0 0 20 0 22 0 3722044 10060525568 496560 33554432000 1073741824 1073778376 140734436206000 139738589723576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9118] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9118/stat : 9118 (java) S 9098 9101 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3722044 10060525568 496560 33554432000 1073741824 1073778376 140734436206000 139738588670712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9101/tid=9119] ppid=9098 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/9101/task/9119/stat : 9119 (java) S 9098 9101 5767 0 -1 4202560 47 0 0 0 20 14 0 0 20 0 22 0 3722044 10060525568 496560 33554432000 1073741824 1073778376 140734436206000 139738587618376 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9101/tid=9120] ppid=9098 vsize=9824732 CPUtime=812.08 cores=0,2,4,6
/proc/9101/task/9120/stat : 9120 (java) R 9098 9101 5767 0 -1 4202560 236 0 0 0 81193 15 0 0 20 0 22 0 3722053 10060525568 496560 33554432000 1073741824 1073778376 140734436206000 139738586561920 139738711281987 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9101/tid=9121] ppid=9098 vsize=9824732 CPUtime=812.03 cores=0,2,4,6
/proc/9101/task/9121/stat : 9121 (java) R 9098 9101 5767 0 -1 4202560 1264 0 0 0 81166 37 0 0 20 0 22 0 3722053 10060525568 496560 33554432000 1073741824 1073778376 140734436206000 139738585508712 139738711350324 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9101/tid=9122] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9122/stat : 9122 (java) S 9098 9101 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3722053 10060525568 496560 33554432000 1073741824 1073778376 140734436206000 139738584458024 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9101/tid=9123] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9123/stat : 9123 (java) S 9098 9101 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3722053 10060525568 496560 33554432000 1073741824 1073778376 140734436206000 139738583405480 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1657.75
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.03 4.13 4.06 5/219 9235
/proc/meminfo: memFree=27003200/32872528 swapFree=248296/248296
[pid=9101] ppid=9098 vsize=9824732 CPUtime=1778.61 cores=0,2,4,6
/proc/9101/stat : 9101 (java) S 9098 9101 5767 0 -1 4202496 45893 0 1 0 177716 145 0 0 20 0 22 0 3722039 10060525568 496145 33554432000 1073741824 1073778376 140734436206000 140734436197136 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9101/statm: 2456183 496145 2281 9 0 2446860 0
[pid=9101/tid=9102] ppid=9098 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/9101/task/9102/stat : 9102 (java) S 9098 9101 5767 0 -1 4202560 2474 0 1 0 14 3 0 0 20 0 22 0 3722039 10060525568 496145 33554432000 1073741824 1073778376 140734436206000 139738771084152 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9101/tid=9104] ppid=9098 vsize=9824732 CPUtime=3.38 cores=0,2,4,6
/proc/9101/task/9104/stat : 9104 (java) S 9098 9101 5767 0 -1 4202560 491 0 0 0 328 10 0 0 20 0 22 0 3722040 10060525568 496145 33554432000 1073741824 1073778376 140734436206000 139738709813672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9101/tid=9105] ppid=9098 vsize=9824732 CPUtime=3.49 cores=0,2,4,6
/proc/9101/task/9105/stat : 9105 (java) S 9098 9101 5767 0 -1 4202560 473 0 0 0 340 9 0 0 20 0 22 0 3722040 10060525568 496145 33554432000 1073741824 1073778376 140734436206000 139738708761128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9106] ppid=9098 vsize=9824732 CPUtime=3.58 cores=0,2,4,6
/proc/9101/task/9106/stat : 9106 (java) S 9098 9101 5767 0 -1 4202560 433 0 0 0 348 10 0 0 20 0 22 0 3722040 10060525568 496145 33554432000 1073741824 1073778376 140734436206000 139738612447400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9107] ppid=9098 vsize=9824732 CPUtime=3.53 cores=0,2,4,6
/proc/9101/task/9107/stat : 9107 (java) S 9098 9101 5767 0 -1 4202560 450 0 0 0 343 10 0 0 20 0 22 0 3722040 10060525568 496145 33554432000 1073741824 1073778376 140734436206000 139738611394856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9108] ppid=9098 vsize=9824732 CPUtime=3.29 cores=0,2,4,6
/proc/9101/task/9108/stat : 9108 (java) S 9098 9101 5767 0 -1 4202560 457 0 0 0 322 7 0 0 20 0 22 0 3722040 10060525568 496145 33554432000 1073741824 1073778376 140734436206000 139738610342824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9109] ppid=9098 vsize=9824732 CPUtime=3.48 cores=0,2,4,6
/proc/9101/task/9109/stat : 9109 (java) S 9098 9101 5767 0 -1 4202560 415 0 0 0 340 8 0 0 20 0 22 0 3722040 10060525568 496145 33554432000 1073741824 1073778376 140734436206000 139738609290280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9110] ppid=9098 vsize=9824732 CPUtime=3.48 cores=0,2,4,6
/proc/9101/task/9110/stat : 9110 (java) S 9098 9101 5767 0 -1 4202560 477 0 0 0 338 10 0 0 20 0 22 0 3722040 10060525568 496145 33554432000 1073741824 1073778376 140734436206000 139738608237224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9111] ppid=9098 vsize=9824732 CPUtime=3.24 cores=0,2,4,6
/proc/9101/task/9111/stat : 9111 (java) S 9098 9101 5767 0 -1 4202560 412 0 0 0 316 8 0 0 20 0 22 0 3722040 10060525568 496145 33554432000 1073741824 1073778376 140734436206000 139738607184680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9101/tid=9112] ppid=9098 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/9101/task/9112/stat : 9112 (java) S 9098 9101 5767 0 -1 4202560 1287 0 0 0 41 25 0 0 20 0 22 0 3722041 10060525568 496145 33554432000 1073741824 1073778376 140734436206000 139738594986344 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9101/tid=9113] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9113/stat : 9113 (java) S 9098 9101 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3722042 10060525568 496145 33554432000 1073741824 1073778376 140734436206000 139738593932664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9114] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9114/stat : 9114 (java) S 9098 9101 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3722042 10060525568 496145 33554432000 1073741824 1073778376 140734436206000 139738592879496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9115] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9115/stat : 9115 (java) S 9098 9101 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3722044 10060525568 496145 33554432000 1073741824 1073778376 140734436206000 139738591828240 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9116] ppid=9098 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/9101/task/9116/stat : 9116 (java) S 9098 9101 5767 0 -1 4202560 17011 0 0 0 127 3 0 0 20 0 22 0 3722044 10060525568 496145 33554432000 1073741824 1073778376 140734436206000 139738590776120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9117] ppid=9098 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/9101/task/9117/stat : 9117 (java) S 9098 9101 5767 0 -1 4202560 18674 0 0 0 182 3 0 0 20 0 22 0 3722044 10060525568 496145 33554432000 1073741824 1073778376 140734436206000 139738589723576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9118] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9118/stat : 9118 (java) S 9098 9101 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3722044 10060525568 496145 33554432000 1073741824 1073778376 140734436206000 139738588670712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9101/tid=9119] ppid=9098 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/9101/task/9119/stat : 9119 (java) S 9098 9101 5767 0 -1 4202560 51 0 0 0 22 15 0 0 20 0 22 0 3722044 10060525568 496145 33554432000 1073741824 1073778376 140734436206000 139738587618376 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9101/tid=9120] ppid=9098 vsize=9824732 CPUtime=871.37 cores=0,2,4,6
/proc/9101/task/9120/stat : 9120 (java) R 9098 9101 5767 0 -1 4202560 256 0 0 0 87121 16 0 0 20 0 22 0 3722053 10060525568 496145 33554432000 1073741824 1073778376 140734436206000 139738586561936 139738711282447 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9101/tid=9121] ppid=9098 vsize=9824732 CPUtime=871.3 cores=0,2,4,6
/proc/9101/task/9121/stat : 9121 (java) R 9098 9101 5767 0 -1 4202560 1265 0 0 0 87092 38 0 0 20 0 22 0 3722053 10060525568 496145 33554432000 1073741824 1073778376 140734436206000 139738585508592 139738711351225 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9101/tid=9122] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9122/stat : 9122 (java) S 9098 9101 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3722053 10060525568 496145 33554432000 1073741824 1073778376 140734436206000 139738584458024 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9101/tid=9123] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9123/stat : 9123 (java) S 9098 9101 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3722053 10060525568 496145 33554432000 1073741824 1073778376 140734436206000 139738583405480 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1778.61
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.001 s]
/proc/loadavg: 4.03 4.13 4.06 5/219 9235
/proc/meminfo: memFree=27007852/32872528 swapFree=248296/248296
[pid=9101] ppid=9098 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/9101/stat : 9101 (java) S 9098 9101 5767 0 -1 4202496 45897 0 1 0 179860 146 0 0 20 0 22 0 3722039 10060525568 496464 33554432000 1073741824 1073778376 140734436206000 140734436197136 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9101/statm: 2456183 496464 2281 9 0 2446860 0
[pid=9101/tid=9102] ppid=9098 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/9101/task/9102/stat : 9102 (java) S 9098 9101 5767 0 -1 4202560 2474 0 1 0 14 3 0 0 20 0 22 0 3722039 10060525568 496464 33554432000 1073741824 1073778376 140734436206000 139738771084152 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9101/tid=9104] ppid=9098 vsize=9824732 CPUtime=3.42 cores=0,2,4,6
/proc/9101/task/9104/stat : 9104 (java) S 9098 9101 5767 0 -1 4202560 491 0 0 0 332 10 0 0 20 0 22 0 3722040 10060525568 496464 33554432000 1073741824 1073778376 140734436206000 139738709813672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9105] ppid=9098 vsize=9824732 CPUtime=3.52 cores=0,2,4,6
/proc/9101/task/9105/stat : 9105 (java) S 9098 9101 5767 0 -1 4202560 473 0 0 0 343 9 0 0 20 0 22 0 3722040 10060525568 496464 33554432000 1073741824 1073778376 140734436206000 139738708761128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9101/tid=9106] ppid=9098 vsize=9824732 CPUtime=3.61 cores=0,2,4,6
/proc/9101/task/9106/stat : 9106 (java) S 9098 9101 5767 0 -1 4202560 433 0 0 0 351 10 0 0 20 0 22 0 3722040 10060525568 496464 33554432000 1073741824 1073778376 140734436206000 139738612447400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9101/tid=9107] ppid=9098 vsize=9824732 CPUtime=3.55 cores=0,2,4,6
/proc/9101/task/9107/stat : 9107 (java) S 9098 9101 5767 0 -1 4202560 450 0 0 0 345 10 0 0 20 0 22 0 3722040 10060525568 496464 33554432000 1073741824 1073778376 140734436206000 139738611394856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9101/tid=9108] ppid=9098 vsize=9824732 CPUtime=3.31 cores=0,2,4,6
/proc/9101/task/9108/stat : 9108 (java) S 9098 9101 5767 0 -1 4202560 457 0 0 0 324 7 0 0 20 0 22 0 3722040 10060525568 496464 33554432000 1073741824 1073778376 140734436206000 139738610342824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9109] ppid=9098 vsize=9824732 CPUtime=3.5 cores=0,2,4,6
/proc/9101/task/9109/stat : 9109 (java) S 9098 9101 5767 0 -1 4202560 415 0 0 0 342 8 0 0 20 0 22 0 3722040 10060525568 496464 33554432000 1073741824 1073778376 140734436206000 139738609290280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9101/tid=9110] ppid=9098 vsize=9824732 CPUtime=3.5 cores=0,2,4,6
/proc/9101/task/9110/stat : 9110 (java) S 9098 9101 5767 0 -1 4202560 479 0 0 0 340 10 0 0 20 0 22 0 3722040 10060525568 496464 33554432000 1073741824 1073778376 140734436206000 139738608237224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9111] ppid=9098 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/9101/task/9111/stat : 9111 (java) S 9098 9101 5767 0 -1 4202560 412 0 0 0 319 8 0 0 20 0 22 0 3722040 10060525568 496464 33554432000 1073741824 1073778376 140734436206000 139738607184680 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9101/tid=9112] ppid=9098 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/9101/task/9112/stat : 9112 (java) S 9098 9101 5767 0 -1 4202560 1287 0 0 0 41 26 0 0 20 0 22 0 3722041 10060525568 496464 33554432000 1073741824 1073778376 140734436206000 139738594986344 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9101/tid=9113] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9113/stat : 9113 (java) S 9098 9101 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3722042 10060525568 496464 33554432000 1073741824 1073778376 140734436206000 139738593932664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9114] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9114/stat : 9114 (java) S 9098 9101 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3722042 10060525568 496464 33554432000 1073741824 1073778376 140734436206000 139738592879496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9115] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9115/stat : 9115 (java) S 9098 9101 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3722044 10060525568 496464 33554432000 1073741824 1073778376 140734436206000 139738591828240 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9116] ppid=9098 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/9101/task/9116/stat : 9116 (java) S 9098 9101 5767 0 -1 4202560 17011 0 0 0 127 3 0 0 20 0 22 0 3722044 10060525568 496464 33554432000 1073741824 1073778376 140734436206000 139738590776120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9117] ppid=9098 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/9101/task/9117/stat : 9117 (java) S 9098 9101 5767 0 -1 4202560 18674 0 0 0 182 3 0 0 20 0 22 0 3722044 10060525568 496464 33554432000 1073741824 1073778376 140734436206000 139738589723576 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9101/tid=9118] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9118/stat : 9118 (java) S 9098 9101 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3722044 10060525568 496464 33554432000 1073741824 1073778376 140734436206000 139738588670712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9101/tid=9119] ppid=9098 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/9101/task/9119/stat : 9119 (java) S 9098 9101 5767 0 -1 4202560 51 0 0 0 22 15 0 0 20 0 22 0 3722044 10060525568 496464 33554432000 1073741824 1073778376 140734436206000 139738587618376 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9101/tid=9120] ppid=9098 vsize=9824732 CPUtime=881.97 cores=0,2,4,6
/proc/9101/task/9120/stat : 9120 (java) R 9098 9101 5767 0 -1 4202560 257 0 0 0 88181 16 0 0 20 0 22 0 3722053 10060525568 496464 33554432000 1073741824 1073778376 140734436206000 139738586561920 139738711213223 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9101/tid=9121] ppid=9098 vsize=9824732 CPUtime=881.89 cores=0,2,4,6
/proc/9101/task/9121/stat : 9121 (java) R 9098 9101 5767 0 -1 4202560 1266 0 0 0 88151 38 0 0 20 0 22 0 3722053 10060525568 496464 33554432000 1073741824 1073778376 140734436206000 139738585508592 139738711343043 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9101/tid=9122] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9122/stat : 9122 (java) S 9098 9101 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3722053 10060525568 496464 33554432000 1073741824 1073778376 140734436206000 139738584458024 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9101/tid=9123] ppid=9098 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9101/task/9123/stat : 9123 (java) S 9098 9101 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3722053 10060525568 496464 33554432000 1073741824 1073778376 140734436206000 139738583405480 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 9101 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 9101 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=438203
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=921707
# CPU time returned by wait4() is 1796.36
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 893.071
CPU time (s): 1800.06
CPU user time (s): 1798.6
CPU system time (s): 1.46
CPU usage (%): 201.558
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.44
system time used= 1.92171
maximum resident set size= 2072408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45944
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= 32556
involuntary context switches= 54084

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.85211 second user time and 7.2659 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 20:51:56
IDJOB=4089716
IDBENCH=107446
IDSOLVER=2543
FILE ID=node103/4089716-1466016716
RUNJOBID= node103-1466012165-5783
PBS_JOBID= 19902805
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v080-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089716-1466016716/watcher-4089716-1466016716 -o /tmp/evaluation-result-4089716-1466016716/solver-4089716-1466016716 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5783 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4089716-1466016716.opb

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

MD5SUM BENCH= 604488d4fee69c2c6e1cbbbc66463d76
RANDOM SEED=809699068

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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:        28745140 kB
Buffers:          128228 kB
Cached:           344012 kB
SwapCached:            0 kB
Active:          2827892 kB
Inactive:         326528 kB
Active(anon):    2685008 kB
Inactive(anon):        0 kB
Active(file):     142884 kB
Inactive(file):   326528 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:       2957328 kB
Mapped:            21564 kB
Shmem:               204 kB
Slab:             574760 kB
SReclaimable:      18688 kB
SUnreclaim:       556072 kB
KernelStack:        1808 kB
PageTables:        10816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3129092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2650112 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 node103 at 2016-06-15 21:06:49