Trace number 4080339

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.74 896.257

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24ls.opb
MD5SUM1a4510076d9024b805728ffe22c0d108
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark33.5499
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints737
Number of constraints which are clauses397
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints338
Minimum length of a constraint2
Maximum length of a constraint169
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 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
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@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4080339-1465217699.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.25/0.24	c ... done. Wall clock time 0.13s.
0.25/0.24	c declared #vars     490
0.25/0.24	c #constraints  737
0.25/0.24	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.25/0.24	c constraints type 
0.25/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 144
0.25/0.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.25/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 253
0.25/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 338
0.25/0.24	c 737 constraints processed.
0.25/0.24	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.25/0.24	c constraints type 
0.25/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 253
0.25/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 144
0.25/0.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.25/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 338
0.25/0.24	c 737 constraints processed.
3.68/1.19	c cleaning 2499 clauses out of 5000 with flag 18765/5000
5.01/1.75	c cleaning 4246 clauses out of 8501 with flag 42192/11000
6.29/2.37	c cleaning 5622 clauses out of 11255 with flag 69685/18000
7.93/3.13	c cleaning 6815 clauses out of 13633 with flag 101703/26000
9.80/4.03	c cleaning 7903 clauses out of 15818 with flag 136124/35000
12.08/5.12	c cleaning 8944 clauses out of 17915 with flag 173587/45000
14.54/6.34	c cleaning 9983 clauses out of 19971 with flag 214187/56000
17.37/7.71	c cleaning 10988 clauses out of 21989 with flag 257900/68001
20.64/9.35	c cleaning 12000 clauses out of 24004 with flag 305933/81004
24.26/11.12	c cleaning 12986 clauses out of 26001 with flag 358508/95001
28.54/13.21	c cleaning 13993 clauses out of 28015 with flag 417121/110001
33.18/15.58	c cleaning 15004 clauses out of 30023 with flag 472032/126002
38.87/18.33	c cleaning 16005 clauses out of 32020 with flag 517487/143003
44.95/21.31	c cleaning 17001 clauses out of 34012 with flag 565604/161000
51.15/24.40	c cleaning 18003 clauses out of 36011 with flag 615652/180000
57.96/27.81	c cleaning 19002 clauses out of 38013 with flag 671246/200005
64.65/31.10	c cleaning 19997 clauses out of 40006 with flag 732842/221000
71.45/34.53	c cleaning 20997 clauses out of 42010 with flag 799020/243001
79.34/38.46	c cleaning 22002 clauses out of 44012 with flag 867121/266000
89.42/43.44	c cleaning 22989 clauses out of 46010 with flag 939334/290000
99.43/48.42	c cleaning 24005 clauses out of 48021 with flag 1012251/315000
109.09/53.26	c cleaning 24998 clauses out of 50016 with flag 1088640/341000
120.09/58.72	c cleaning 26003 clauses out of 52018 with flag 1173680/368000
133.16/65.20	c cleaning 26998 clauses out of 54015 with flag 1259145/396000
147.04/72.12	c cleaning 28004 clauses out of 56017 with flag 1353911/425000
160.32/78.77	c cleaning 29000 clauses out of 58014 with flag 1449425/455001
174.99/86.24	c cleaning 29995 clauses out of 60013 with flag 1548547/486000
189.84/93.62	c cleaning 30998 clauses out of 62018 with flag 1650855/518000
203.53/100.40	c cleaning 32003 clauses out of 64020 with flag 1751082/551000
219.39/108.36	c cleaning 32999 clauses out of 66017 with flag 1858748/585000
234.58/115.99	c cleaning 34002 clauses out of 68019 with flag 1971179/620001
253.50/125.32	c cleaning 34999 clauses out of 70016 with flag 2085006/656000
272.33/134.71	c cleaning 35992 clauses out of 72017 with flag 2209099/693000
289.21/143.16	c cleaning 37002 clauses out of 74025 with flag 2333272/731000
295.00/146.10	c cleaning 0 clauses out of 5000 with flag 0/5000
310.69/153.41	c cleaning 38002 clauses out of 76024 with flag 2467458/770001
336.11/166.00	c cleaning 39001 clauses out of 78021 with flag 2604896/810000
358.76/177.34	c cleaning 40000 clauses out of 80022 with flag 2754608/851002
382.49/189.42	c cleaning 41004 clauses out of 82021 with flag 2898530/893001
410.41/203.30	c cleaning 41992 clauses out of 84016 with flag 3045893/936000
450.73/223.49	c cleaning 43002 clauses out of 86025 with flag 3200912/980001
495.24/245.65	c cleaning 44004 clauses out of 88024 with flag 3348043/1025002
542.29/269.07	c cleaning 45003 clauses out of 90018 with flag 3494220/1071000
592.08/293.82	c cleaning 45999 clauses out of 92016 with flag 3642795/1118001
641.45/318.40	c cleaning 47003 clauses out of 94017 with flag 3792794/1166001
697.96/346.53	c cleaning 47998 clauses out of 96014 with flag 3942554/1215001
753.74/374.22	c cleaning 48993 clauses out of 98016 with flag 4099036/1265001
807.75/401.11	c cleaning 49999 clauses out of 100024 with flag 4257142/1316002
849.97/422.18	c cleaning 51002 clauses out of 102023 with flag 4420055/1368000
896.21/445.14	c cleaning 52002 clauses out of 104022 with flag 4590303/1421001
945.38/470.06	c cleaning 53000 clauses out of 106020 with flag 4758370/1475001
1001.97/498.21	c cleaning 53996 clauses out of 108020 with flag 4977285/1530001
1064.22/529.28	c cleaning 54974 clauses out of 110023 with flag 5230947/1586000
1135.68/564.85	c cleaning 55980 clauses out of 112049 with flag 5468328/1643000
1212.63/603.16	c cleaning 57028 clauses out of 114069 with flag 5696240/1701000
1276.17/634.80	c cleaning 58008 clauses out of 116041 with flag 5946083/1760000
1336.19/664.62	c cleaning 59007 clauses out of 118033 with flag 6198915/1820000
1400.84/696.89	c cleaning 59969 clauses out of 120028 with flag 6466704/1881002
1461.06/727.48	c cleaning 60991 clauses out of 122057 with flag 6721108/1943000
1526.35/759.94	c cleaning 62002 clauses out of 124066 with flag 6978495/2006000
1623.94/808.58	c cleaning 63008 clauses out of 126064 with flag 7269647/2070000
1724.37/858.57	c cleaning 64023 clauses out of 128062 with flag 7535892/2135006
1800.10/896.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/896.20	c starts		: 640
1800.10/896.20	c conflicts		: 2188541
1800.10/896.20	c decisions		: 4246635
1800.10/896.20	c propagations		: 81732264
1800.10/896.20	c inspects		: 9205100661
1800.10/896.20	c shortcuts		: 0
1800.10/896.20	c learnt literals	: 0
1800.10/896.20	c learnt binary clauses	: 0
1800.10/896.20	c learnt ternary clauses	: 0
1800.10/896.20	c learnt constraints	: 2188541
1800.10/896.20	c ignored constraints	: 0
1800.10/896.20	c root simplifications	: 0
1800.10/896.20	c removed literals (reason simplification)	: 8077719
1800.10/896.20	c reason swapping (by a shorter reason)	: 0
1800.10/896.20	c Calls to reduceDB	: 61
1800.10/896.20	c Number of update (reduction) of LBD	: 632684
1800.10/896.20	c Imported unit clauses	: 0
1800.10/896.20	c number of reductions to clauses (during analyze)	: 0
1800.10/896.20	c number of learned constraints concerned by reduction	: 0
1800.10/896.20	c number of learning phase by resolution	: 0
1800.10/896.20	c number of learning phase by cutting planes	: 0
1800.10/896.20	c speed (assignments/second)	: 91223.32073601664
1800.10/896.20	c non guided choices	56
1800.10/896.23	c learnt constraints type 
1800.10/896.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 117574
1800.10/896.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/896.23	c starts		: 35
1800.10/896.23	c conflicts		: 10753
1800.10/896.23	c decisions		: 16962
1800.10/896.23	c propagations		: 448488
1800.10/896.23	c inspects		: 931678445
1800.10/896.23	c shortcuts		: 0
1800.10/896.23	c learnt literals	: 0
1800.10/896.23	c learnt binary clauses	: 0
1800.10/896.23	c learnt ternary clauses	: 0
1800.10/896.23	c learnt constraints	: 10752
1800.10/896.23	c ignored constraints	: 0
1800.10/896.23	c root simplifications	: 0
1800.10/896.23	c removed literals (reason simplification)	: 0
1800.10/896.23	c reason swapping (by a shorter reason)	: 0
1800.10/896.23	c Calls to reduceDB	: 1
1800.10/896.23	c Number of update (reduction) of LBD	: 0
1800.10/896.23	c Imported unit clauses	: 0
1800.10/896.23	c number of reductions to clauses (during analyze)	: 0
1800.10/896.23	c number of learned constraints concerned by reduction	: 0
1800.10/896.23	c number of learning phase by resolution	: 0
1800.10/896.23	c number of learning phase by cutting planes	: 0
1800.10/896.23	c speed (assignments/second)	: 500.5541399781023
1800.10/896.23	c non guided choices	56
1800.10/896.23	c learnt constraints type 
1800.10/896.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10752
1800.10/896.23	s UNKNOWN
1800.10/896.23	c Total wall clock time (in seconds): 896.125

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-4080339-1465217699/watcher-4080339-1465217699 -o /tmp/evaluation-result-4080339-1465217699/solver-4080339-1465217699 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465216787-3987 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080339-1465217699.opb 

pid=4263
running on 4 cores: 1,3,5,7

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.13 3.90 3.12 4/197 4266
/proc/meminfo: memFree=30648224/32872528 swapFree=10608/190480
[pid=4266] ppid=4263 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/4266/stat : 4266 (java) S 4263 4266 3970 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 103705197 98570240 976 33554432000 1073741824 1073778376 140733535064144 140733535055280 249653395517 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4266/statm: 24065 976 743 9 0 16771 0
[pid=4266/tid=4267] ppid=4263 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4267/stat : 4267 (java) R 4263 4266 3970 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 103705198 98570240 976 33554432000 1073741824 1073778376 140733535064144 139635296344264 249650038144 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 4.13 3.90 3.12 4/197 4266
/proc/meminfo: memFree=30648224/32872528 swapFree=10608/190480
[pid=4266] ppid=4263 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/4266/stat : 4266 (java) S 4263 4266 3970 0 -1 4202496 4488 0 1 0 9 1 0 0 20 0 18 0 103705197 9787879424 6126 33554432000 1073741824 1073778376 140733535064144 140733535055280 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4266/statm: 2389619 6126 2156 9 0 2380296 0
[pid=4266/tid=4267] ppid=4263 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/4266/task/4267/stat : 4267 (java) R 4263 4266 3970 0 -1 4202560 2417 0 1 0 7 0 0 0 20 0 18 0 103705198 9787879424 6126 33554432000 1073741824 1073778376 140733535064144 139635296353184 249653421325 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200336 s]
/proc/loadavg: 4.13 3.90 3.12 4/197 4266
/proc/meminfo: memFree=30648224/32872528 swapFree=10608/190480
[pid=4266] ppid=4263 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/4266/stat : 4266 (java) S 4263 4266 3970 0 -1 4202496 4745 0 1 0 24 1 0 0 20 0 18 0 103705197 9787879424 7346 33554432000 1073741824 1073778376 140733535064144 140733535055280 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4266/statm: 2389619 7346 2205 9 0 2380296 0
[pid=4266/tid=4267] ppid=4263 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/4266/task/4267/stat : 4267 (java) R 4263 4266 3970 0 -1 4202560 2449 0 1 0 17 0 0 0 20 0 18 0 103705198 9787879424 7346 33554432000 1073741824 1073778376 140733535064144 139635296339280 139635168494992 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300292 s]
/proc/loadavg: 4.13 3.90 3.12 4/197 4266
/proc/meminfo: memFree=30648224/32872528 swapFree=10608/190480
[pid=4266] ppid=4263 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/4266/stat : 4266 (java) S 4263 4266 3970 0 -1 4202496 6561 0 1 0 52 2 0 0 20 0 22 0 103705197 10060525568 9893 33554432000 1073741824 1073778376 140733535064144 140733535055280 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4266/statm: 2456183 9893 2245 9 0 2446860 0
[pid=4266/tid=4267] ppid=4263 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/4266/task/4267/stat : 4267 (java) S 4263 4266 3970 0 -1 4202560 2485 0 1 0 22 0 0 0 20 0 22 0 103705198 10060525568 9893 33554432000 1073741824 1073778376 140733535064144 139635296355192 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9824732

[startup+0.700247 s]
/proc/loadavg: 4.13 3.90 3.12 4/197 4266
/proc/meminfo: memFree=30648224/32872528 swapFree=10608/190480
[pid=4266] ppid=4263 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/4266/stat : 4266 (java) S 4263 4266 3970 0 -1 4202496 18177 0 1 0 208 5 0 0 20 0 22 0 103705197 10060525568 18992 33554432000 1073741824 1073778376 140733535064144 140733535055280 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4266/statm: 2456183 18992 2254 9 0 2446860 0
[pid=4266/tid=4267] ppid=4263 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/4266/task/4267/stat : 4267 (java) S 4263 4266 3970 0 -1 4202560 2485 0 1 0 22 0 0 0 20 0 22 0 103705198 10060525568 18992 33554432000 1073741824 1073778376 140733535064144 139635296355192 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9824732

[startup+1.50092 s]
/proc/loadavg: 4.28 3.94 3.14 5/219 4288
/proc/meminfo: memFree=30130372/32872528 swapFree=10608/190480
[pid=4266] ppid=4263 vsize=9824732 CPUtime=4.54 cores=1,3,5,7
/proc/4266/stat : 4266 (java) S 4263 4266 3970 0 -1 4202496 19348 0 1 0 444 10 0 0 20 0 22 0 103705197 10060525568 51382 33554432000 1073741824 1073778376 140733535064144 140733535055280 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4266/statm: 2456183 51382 2284 9 0 2446860 0
[pid=4266/tid=4267] ppid=4263 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/4266/task/4267/stat : 4267 (java) S 4263 4266 3970 0 -1 4202560 2485 0 1 0 22 0 0 0 20 0 22 0 103705198 10060525568 51382 33554432000 1073741824 1073778376 140733535064144 139635296355192 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4269] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4269/stat : 4269 (java) S 4263 4266 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103705198 10060525568 51382 33554432000 1073741824 1073778376 140733535064144 139635140053800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4270] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4270/stat : 4270 (java) S 4263 4266 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103705198 10060525568 51382 33554432000 1073741824 1073778376 140733535064144 139635139001000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4271] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4271/stat : 4271 (java) S 4263 4266 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103705198 10060525568 51382 33554432000 1073741824 1073778376 140733535064144 139635137948712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4266/tid=4272] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4272/stat : 4272 (java) S 4263 4266 3970 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 103705198 10060525568 51382 33554432000 1073741824 1073778376 140733535064144 139635136895912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4273] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4273/stat : 4273 (java) S 4263 4266 3970 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 103705198 10060525568 51382 33554432000 1073741824 1073778376 140733535064144 139635135842600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4266/tid=4274] ppid=4263 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/4266/task/4274/stat : 4274 (java) S 4263 4266 3970 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 103705198 10060525568 51382 33554432000 1073741824 1073778376 140733535064144 139635134789800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4275] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4275/stat : 4275 (java) S 4263 4266 3970 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 103705198 10060525568 51382 33554432000 1073741824 1073778376 140733535064144 139635133737512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4266/tid=4276] ppid=4263 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/4266/task/4276/stat : 4276 (java) S 4263 4266 3970 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 103705198 10060525568 51382 33554432000 1073741824 1073778376 140733535064144 139635132684712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4277] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4277/stat : 4277 (java) S 4263 4266 3970 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 103705199 10060525568 51382 33554432000 1073741824 1073778376 140733535064144 139635120487144 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4278] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4278/stat : 4278 (java) S 4263 4266 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103705200 10060525568 51382 33554432000 1073741824 1073778376 140733535064144 139635119433208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4266/tid=4279] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4279/stat : 4279 (java) S 4263 4266 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103705200 10060525568 51382 33554432000 1073741824 1073778376 140733535064144 139635118380808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4280] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4280/stat : 4280 (java) S 4263 4266 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103705202 10060525568 51382 33554432000 1073741824 1073778376 140733535064144 139635117329296 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4281] ppid=4263 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/4266/task/4281/stat : 4281 (java) S 4263 4266 3970 0 -1 4202560 6143 0 0 0 86 2 0 0 20 0 22 0 103705202 10060525568 51382 33554432000 1073741824 1073778376 140733535064144 139635116275896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4282] ppid=4263 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/4266/task/4282/stat : 4282 (java) S 4263 4266 3970 0 -1 4202560 9197 0 0 0 86 3 0 0 20 0 22 0 103705202 10060525568 51382 33554432000 1073741824 1073778376 140733535064144 139635115223096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4283] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4283/stat : 4283 (java) S 4263 4266 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103705202 10060525568 51382 33554432000 1073741824 1073778376 140733535064144 139635114171000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4284] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4284/stat : 4284 (java) S 4263 4266 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103705202 10060525568 51382 33554432000 1073741824 1073778376 140733535064144 139635113118408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4285] ppid=4263 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/4266/task/4285/stat : 4285 (java) R 4263 4266 3970 0 -1 4202560 26 0 0 0 118 0 0 0 20 0 22 0 103705222 10060525568 51382 33554432000 1073741824 1073778376 140733535064144 139635112061920 139635169049730 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4286] ppid=4263 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/4266/task/4286/stat : 4286 (java) R 4263 4266 3970 0 -1 4202560 89 0 0 0 116 2 0 0 20 0 22 0 103705222 10060525568 51382 33554432000 1073741824 1073778376 140733535064144 139635111010056 139635168915694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4287] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4287/stat : 4287 (java) S 4263 4266 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103705222 10060525568 51382 33554432000 1073741824 1073778376 140733535064144 139635109959336 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4288] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4288/stat : 4288 (java) S 4263 4266 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103705222 10060525568 51382 33554432000 1073741824 1073778376 140733535064144 139635108906536 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 9824732

[startup+3.101 s]
/proc/loadavg: 4.28 3.94 3.14 5/219 4288
/proc/meminfo: memFree=29933332/32872528 swapFree=10608/190480
[pid=4266] ppid=4263 vsize=9824732 CPUtime=7.93 cores=1,3,5,7
/proc/4266/stat : 4266 (java) S 4263 4266 3970 0 -1 4202496 19629 0 1 0 777 16 0 0 20 0 22 0 103705197 10060525568 88382 33554432000 1073741824 1073778376 140733535064144 140733535055280 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4266/statm: 2456183 88382 2284 9 0 2446860 0
[pid=4266/tid=4267] ppid=4263 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/4266/task/4267/stat : 4267 (java) S 4263 4266 3970 0 -1 4202560 2485 0 1 0 22 0 0 0 20 0 22 0 103705198 10060525568 88382 33554432000 1073741824 1073778376 140733535064144 139635296355192 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4269] ppid=4263 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/4266/task/4269/stat : 4269 (java) S 4263 4266 3970 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 103705198 10060525568 88382 33554432000 1073741824 1073778376 140733535064144 139635140053800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4266/tid=4270] ppid=4263 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/4266/task/4270/stat : 4270 (java) S 4263 4266 3970 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 103705198 10060525568 88382 33554432000 1073741824 1073778376 140733535064144 139635139001000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4266/tid=4271] ppid=4263 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/4266/task/4271/stat : 4271 (java) S 4263 4266 3970 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 103705198 10060525568 88382 33554432000 1073741824 1073778376 140733535064144 139635137948712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4272] ppid=4263 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/4266/task/4272/stat : 4272 (java) S 4263 4266 3970 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 103705198 10060525568 88382 33554432000 1073741824 1073778376 140733535064144 139635136895912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4273] ppid=4263 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/4266/task/4273/stat : 4273 (java) S 4263 4266 3970 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 22 0 103705198 10060525568 88382 33554432000 1073741824 1073778376 140733535064144 139635135842600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4266/tid=4274] ppid=4263 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/4266/task/4274/stat : 4274 (java) S 4263 4266 3970 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 22 0 103705198 10060525568 88382 33554432000 1073741824 1073778376 140733535064144 139635134789800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4275] ppid=4263 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/4266/task/4275/stat : 4275 (java) S 4263 4266 3970 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 22 0 103705198 10060525568 88382 33554432000 1073741824 1073778376 140733535064144 139635133737512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4276] ppid=4263 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/4266/task/4276/stat : 4276 (java) S 4263 4266 3970 0 -1 4202560 22 0 0 0 4 1 0 0 20 0 22 0 103705198 10060525568 88382 33554432000 1073741824 1073778376 140733535064144 139635132684712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4266/tid=4277] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4277/stat : 4277 (java) S 4263 4266 3970 0 -1 4202560 204 0 0 0 0 0 0 0 20 0 22 0 103705199 10060525568 88382 33554432000 1073741824 1073778376 140733535064144 139635120487144 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4278] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4278/stat : 4278 (java) S 4263 4266 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103705200 10060525568 88382 33554432000 1073741824 1073778376 140733535064144 139635119433208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4266/tid=4279] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4279/stat : 4279 (java) S 4263 4266 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103705200 10060525568 88382 33554432000 1073741824 1073778376 140733535064144 139635118380808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4280] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4280/stat : 4280 (java) S 4263 4266 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103705202 10060525568 88382 33554432000 1073741824 1073778376 140733535064144 139635117329296 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4281] ppid=4263 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/4266/task/4281/stat : 4281 (java) S 4263 4266 3970 0 -1 4202560 6143 0 0 0 90 2 0 0 20 0 22 0 103705202 10060525568 88382 33554432000 1073741824 1073778376 140733535064144 139635116275896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4282] ppid=4263 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/4266/task/4282/stat : 4282 (java) S 4263 4266 3970 0 -1 4202560 9197 0 0 0 90 3 0 0 20 0 22 0 103705202 10060525568 88382 33554432000 1073741824 1073778376 140733535064144 139635115223096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4266/tid=4283] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4283/stat : 4283 (java) S 4263 4266 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103705202 10060525568 88382 33554432000 1073741824 1073778376 140733535064144 139635114171000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4284] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4284/stat : 4284 (java) S 4263 4266 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103705202 10060525568 88382 33554432000 1073741824 1073778376 140733535064144 139635113118408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4285] ppid=4263 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/4266/task/4285/stat : 4285 (java) R 4263 4266 3970 0 -1 4202560 33 0 0 0 270 0 0 0 20 0 22 0 103705222 10060525568 88382 33554432000 1073741824 1073778376 140733535064144 139635112064016 139635169166978 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4286] ppid=4263 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/4266/task/4286/stat : 4286 (java) R 4263 4266 3970 0 -1 4202560 130 0 0 0 266 3 0 0 20 0 22 0 103705222 10060525568 88382 33554432000 1073741824 1073778376 140733535064144 139635111010744 139635168908945 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4287] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4287/stat : 4287 (java) S 4263 4266 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103705222 10060525568 88382 33554432000 1073741824 1073778376 140733535064144 139635109959336 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4288] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4288/stat : 4288 (java) S 4263 4266 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103705222 10060525568 88382 33554432000 1073741824 1073778376 140733535064144 139635108906536 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.26 3.94 3.14 5/219 4288
/proc/meminfo: memFree=29538780/32872528 swapFree=10608/190480
[pid=4266] ppid=4263 vsize=9824732 CPUtime=14.54 cores=1,3,5,7
/proc/4266/stat : 4266 (java) S 4263 4266 3970 0 -1 4202496 20194 0 1 0 1423 31 0 0 20 0 22 0 103705197 10060525568 166593 33554432000 1073741824 1073778376 140733535064144 140733535055280 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4266/statm: 2456183 166593 2284 9 0 2446860 0
[pid=4266/tid=4267] ppid=4263 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/4266/task/4267/stat : 4267 (java) S 4263 4266 3970 0 -1 4202560 2485 0 1 0 22 0 0 0 20 0 22 0 103705198 10060525568 166593 33554432000 1073741824 1073778376 140733535064144 139635296355192 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4269] ppid=4263 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/4266/task/4269/stat : 4269 (java) S 4263 4266 3970 0 -1 4202560 53 0 0 0 5 3 0 0 20 0 22 0 103705198 10060525568 166593 33554432000 1073741824 1073778376 140733535064144 139635140053800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4270] ppid=4263 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/4266/task/4270/stat : 4270 (java) S 4263 4266 3970 0 -1 4202560 38 0 0 0 4 2 0 0 20 0 22 0 103705198 10060525568 166593 33554432000 1073741824 1073778376 140733535064144 139635139001000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4271] ppid=4263 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/4266/task/4271/stat : 4271 (java) S 4263 4266 3970 0 -1 4202560 45 0 0 0 9 3 0 0 20 0 22 0 103705198 10060525568 166593 33554432000 1073741824 1073778376 140733535064144 139635137948712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4272] ppid=4263 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/4266/task/4272/stat : 4272 (java) S 4263 4266 3970 0 -1 4202560 39 0 0 0 6 2 0 0 20 0 22 0 103705198 10060525568 166593 33554432000 1073741824 1073778376 140733535064144 139635136895912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4273] ppid=4263 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/4266/task/4273/stat : 4273 (java) S 4263 4266 3970 0 -1 4202560 55 0 0 0 7 3 0 0 20 0 22 0 103705198 10060525568 166593 33554432000 1073741824 1073778376 140733535064144 139635135842600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4266/tid=4274] ppid=4263 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/4266/task/4274/stat : 4274 (java) S 4263 4266 3970 0 -1 4202560 52 0 0 0 7 2 0 0 20 0 22 0 103705198 10060525568 166593 33554432000 1073741824 1073778376 140733535064144 139635134789800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4275] ppid=4263 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/4266/task/4275/stat : 4275 (java) S 4263 4266 3970 0 -1 4202560 41 0 0 0 7 1 0 0 20 0 22 0 103705198 10060525568 166593 33554432000 1073741824 1073778376 140733535064144 139635133737512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4266/tid=4276] ppid=4263 vsize=9824732 CPUtime=0.11 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.01 4.03 3.65 5/219 7524
/proc/meminfo: memFree=27340300/32872528 swapFree=10608/190480
[pid=4266] ppid=4263 vsize=9824732 CPUtime=1651.63 cores=1,3,5,7
/proc/4266/stat : 4266 (java) S 4263 4266 3970 0 -1 4202496 40037 0 1 0 164919 244 0 0 20 0 22 0 103705197 10060525568 570542 33554432000 1073741824 1073778376 140733535064144 140733535055280 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4266/statm: 2456183 570542 2293 9 0 2446860 0
[pid=4266/tid=4267] ppid=4263 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/4266/task/4267/stat : 4267 (java) S 4263 4266 3970 0 -1 4202560 2498 0 1 0 23 4 0 0 20 0 22 0 103705198 10060525568 570542 33554432000 1073741824 1073778376 140733535064144 139635296355192 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4269] ppid=4263 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/4266/task/4269/stat : 4269 (java) S 4263 4266 3970 0 -1 4202560 1166 0 0 0 189 22 0 0 20 0 22 0 103705198 10060525568 570542 33554432000 1073741824 1073778376 140733535064144 139635140053800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4270] ppid=4263 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/4266/task/4270/stat : 4270 (java) S 4263 4266 3970 0 -1 4202560 532 0 0 0 187 19 0 0 20 0 22 0 103705198 10060525568 570542 33554432000 1073741824 1073778376 140733535064144 139635139001000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4271] ppid=4263 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/4266/task/4271/stat : 4271 (java) S 4263 4266 3970 0 -1 4202560 933 0 0 0 208 26 0 0 20 0 22 0 103705198 10060525568 570542 33554432000 1073741824 1073778376 140733535064144 139635137948712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4272] ppid=4263 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/4266/task/4272/stat : 4272 (java) S 4263 4266 3970 0 -1 4202560 723 0 0 0 182 20 0 0 20 0 22 0 103705198 10060525568 570542 33554432000 1073741824 1073778376 140733535064144 139635136895912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4266/tid=4273] ppid=4263 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/4266/task/4273/stat : 4273 (java) S 4263 4266 3970 0 -1 4202560 630 0 0 0 192 24 0 0 20 0 22 0 103705198 10060525568 570542 33554432000 1073741824 1073778376 140733535064144 139635135842600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4274] ppid=4263 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/4266/task/4274/stat : 4274 (java) S 4263 4266 3970 0 -1 4202560 844 0 0 0 187 19 0 0 20 0 22 0 103705198 10060525568 570542 33554432000 1073741824 1073778376 140733535064144 139635134789800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4275] ppid=4263 vsize=9824732 CPUtime=1.87 cores=1,3,5,7
/proc/4266/task/4275/stat : 4275 (java) S 4263 4266 3970 0 -1 4202560 818 0 0 0 170 17 0 0 20 0 22 0 103705198 10060525568 570542 33554432000 1073741824 1073778376 140733535064144 139635133737512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4276] ppid=4263 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/4266/task/4276/stat : 4276 (java) S 4263 4266 3970 0 -1 4202560 519 0 0 0 203 21 0 0 20 0 22 0 103705198 10060525568 570542 33554432000 1073741824 1073778376 140733535064144 139635132684712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4266/tid=4277] ppid=4263 vsize=9824732 CPUtime=3.06 cores=1,3,5,7
/proc/4266/task/4277/stat : 4277 (java) S 4263 4266 3970 0 -1 4202560 2372 0 0 0 298 8 0 0 20 0 22 0 103705199 10060525568 570542 33554432000 1073741824 1073778376 140733535064144 139635120487144 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4278] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4278/stat : 4278 (java) S 4263 4266 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103705200 10060525568 570542 33554432000 1073741824 1073778376 140733535064144 139635119433208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4266/tid=4279] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4279/stat : 4279 (java) S 4263 4266 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103705200 10060525568 570542 33554432000 1073741824 1073778376 140733535064144 139635118380808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4280] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4280/stat : 4280 (java) S 4263 4266 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103705202 10060525568 570542 33554432000 1073741824 1073778376 140733535064144 139635117329296 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4281] ppid=4263 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/4266/task/4281/stat : 4281 (java) S 4263 4266 3970 0 -1 4202560 6146 0 0 0 95 2 0 0 20 0 22 0 103705202 10060525568 570542 33554432000 1073741824 1073778376 140733535064144 139635116275896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4266/tid=4282] ppid=4263 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/4266/task/4282/stat : 4282 (java) S 4263 4266 3970 0 -1 4202560 18667 0 0 0 189 4 0 0 20 0 22 0 103705202 10060525568 570542 33554432000 1073741824 1073778376 140733535064144 139635115223096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4283] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4283/stat : 4283 (java) S 4263 4266 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103705202 10060525568 570542 33554432000 1073741824 1073778376 140733535064144 139635114171000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4284] ppid=4263 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/4266/task/4284/stat : 4284 (java) S 4263 4266 3970 0 -1 4202560 47 0 0 0 11 23 0 0 20 0 22 0 103705202 10060525568 570542 33554432000 1073741824 1073778376 140733535064144 139635113118408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4285] ppid=4263 vsize=9824732 CPUtime=814.27 cores=1,3,5,7
/proc/4266/task/4285/stat : 4285 (java) R 4263 4266 3970 0 -1 4202560 313 0 0 0 81409 18 0 0 20 0 22 0 103705222 10060525568 570542 33554432000 1073741824 1073778376 140733535064144 139635112062752 139635169041407 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4286] ppid=4263 vsize=9824732 CPUtime=814.13 cores=1,3,5,7
/proc/4266/task/4286/stat : 4286 (java) R 4263 4266 3970 0 -1 4202560 2564 0 0 0 81357 56 0 0 20 0 22 0 103705222 10060525568 570542 33554432000 1073741824 1073778376 140733535064144 139635111009184 139635169280815 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4287] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4287/stat : 4287 (java) S 4263 4266 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103705222 10060525568 570542 33554432000 1073741824 1073778376 140733535064144 139635109959336 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4288] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4288/stat : 4288 (java) S 4263 4266 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103705222 10060525568 570542 33554432000 1073741824 1073778376 140733535064144 139635108906536 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1651.63
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.00 4.02 3.67 5/219 7525
/proc/meminfo: memFree=27526520/32872528 swapFree=10608/190480
[pid=4266] ppid=4263 vsize=9824732 CPUtime=1772.21 cores=1,3,5,7
/proc/4266/stat : 4266 (java) S 4263 4266 3970 0 -1 4202496 40104 0 1 0 176973 248 0 0 20 0 22 0 103705197 10060525568 540772 33554432000 1073741824 1073778376 140733535064144 140733535055280 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4266/statm: 2456183 540772 2293 9 0 2446860 0
[pid=4266/tid=4267] ppid=4263 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/4266/task/4267/stat : 4267 (java) S 4263 4266 3970 0 -1 4202560 2498 0 1 0 24 4 0 0 20 0 22 0 103705198 10060525568 540772 33554432000 1073741824 1073778376 140733535064144 139635296355192 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4269] ppid=4263 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/4266/task/4269/stat : 4269 (java) S 4263 4266 3970 0 -1 4202560 1166 0 0 0 206 22 0 0 20 0 22 0 103705198 10060525568 540772 33554432000 1073741824 1073778376 140733535064144 139635140053800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4266/tid=4270] ppid=4263 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/4266/task/4270/stat : 4270 (java) S 4263 4266 3970 0 -1 4202560 532 0 0 0 207 19 0 0 20 0 22 0 103705198 10060525568 540772 33554432000 1073741824 1073778376 140733535064144 139635139001000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4271] ppid=4263 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/4266/task/4271/stat : 4271 (java) S 4263 4266 3970 0 -1 4202560 933 0 0 0 224 26 0 0 20 0 22 0 103705198 10060525568 540772 33554432000 1073741824 1073778376 140733535064144 139635137948712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4272] ppid=4263 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/4266/task/4272/stat : 4272 (java) S 4263 4266 3970 0 -1 4202560 723 0 0 0 195 20 0 0 20 0 22 0 103705198 10060525568 540772 33554432000 1073741824 1073778376 140733535064144 139635136895912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4273] ppid=4263 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/4266/task/4273/stat : 4273 (java) S 4263 4266 3970 0 -1 4202560 633 0 0 0 207 24 0 0 20 0 22 0 103705198 10060525568 540772 33554432000 1073741824 1073778376 140733535064144 139635135842600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4274] ppid=4263 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/4266/task/4274/stat : 4274 (java) S 4263 4266 3970 0 -1 4202560 863 0 0 0 200 19 0 0 20 0 22 0 103705198 10060525568 540772 33554432000 1073741824 1073778376 140733535064144 139635134789800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4275] ppid=4263 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/4266/task/4275/stat : 4275 (java) S 4263 4266 3970 0 -1 4202560 818 0 0 0 185 17 0 0 20 0 22 0 103705198 10060525568 540772 33554432000 1073741824 1073778376 140733535064144 139635133737512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4276] ppid=4263 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/4266/task/4276/stat : 4276 (java) S 4263 4266 3970 0 -1 4202560 545 0 0 0 220 21 0 0 20 0 22 0 103705198 10060525568 540772 33554432000 1073741824 1073778376 140733535064144 139635132684712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4277] ppid=4263 vsize=9824732 CPUtime=3.06 cores=1,3,5,7
/proc/4266/task/4277/stat : 4277 (java) S 4263 4266 3970 0 -1 4202560 2376 0 0 0 298 8 0 0 20 0 22 0 103705199 10060525568 540772 33554432000 1073741824 1073778376 140733535064144 139635120487144 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4278] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4278/stat : 4278 (java) S 4263 4266 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103705200 10060525568 540772 33554432000 1073741824 1073778376 140733535064144 139635119433208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4266/tid=4279] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4279/stat : 4279 (java) S 4263 4266 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103705200 10060525568 540772 33554432000 1073741824 1073778376 140733535064144 139635118380808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4280] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4280/stat : 4280 (java) S 4263 4266 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103705202 10060525568 540772 33554432000 1073741824 1073778376 140733535064144 139635117329296 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4281] ppid=4263 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/4266/task/4281/stat : 4281 (java) S 4263 4266 3970 0 -1 4202560 6146 0 0 0 95 2 0 0 20 0 22 0 103705202 10060525568 540772 33554432000 1073741824 1073778376 140733535064144 139635116275896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4266/tid=4282] ppid=4263 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/4266/task/4282/stat : 4282 (java) S 4263 4266 3970 0 -1 4202560 18667 0 0 0 189 4 0 0 20 0 22 0 103705202 10060525568 540772 33554432000 1073741824 1073778376 140733535064144 139635115223096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4283] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4283/stat : 4283 (java) S 4263 4266 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103705202 10060525568 540772 33554432000 1073741824 1073778376 140733535064144 139635114171000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4284] ppid=4263 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/4266/task/4284/stat : 4284 (java) S 4263 4266 3970 0 -1 4202560 51 0 0 0 12 25 0 0 20 0 22 0 103705202 10060525568 540772 33554432000 1073741824 1073778376 140733535064144 139635113118408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4285] ppid=4263 vsize=9824732 CPUtime=873.93 cores=1,3,5,7
/proc/4266/task/4285/stat : 4285 (java) R 4263 4266 3970 0 -1 4202560 322 0 0 0 87374 19 0 0 20 0 22 0 103705222 10060525568 540772 33554432000 1073741824 1073778376 140733535064144 139635112061984 139635169041407 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4286] ppid=4263 vsize=9824732 CPUtime=873.8 cores=1,3,5,7
/proc/4266/task/4286/stat : 4286 (java) R 4263 4266 3970 0 -1 4202560 2566 0 0 0 87323 57 0 0 20 0 22 0 103705222 10060525568 540772 33554432000 1073741824 1073778376 140733535064144 139635111009728 139635169141992 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4287] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4287/stat : 4287 (java) S 4263 4266 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103705222 10060525568 540772 33554432000 1073741824 1073778376 140733535064144 139635109959336 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4288] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4288/stat : 4288 (java) S 4263 4266 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103705222 10060525568 540772 33554432000 1073741824 1073778376 140733535064144 139635108906536 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1772.21
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.201 s]
/proc/loadavg: 4.00 4.02 3.67 5/219 7525
/proc/meminfo: memFree=27540408/32872528 swapFree=10608/190480
[pid=4266] ppid=4263 vsize=9824732 CPUtime=1800.1 cores=1,3,5,7
/proc/4266/stat : 4266 (java) S 4263 4266 3970 0 -1 4202496 40107 0 1 0 179761 249 0 0 20 0 22 0 103705197 10060525568 537711 33554432000 1073741824 1073778376 140733535064144 140733535055280 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4266/statm: 2456183 537711 2293 9 0 2446860 0
[pid=4266/tid=4267] ppid=4263 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/4266/task/4267/stat : 4267 (java) S 4263 4266 3970 0 -1 4202560 2498 0 1 0 24 4 0 0 20 0 22 0 103705198 10060525568 537711 33554432000 1073741824 1073778376 140733535064144 139635296355192 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4269] ppid=4263 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/4266/task/4269/stat : 4269 (java) S 4263 4266 3970 0 -1 4202560 1166 0 0 0 210 22 0 0 20 0 22 0 103705198 10060525568 537711 33554432000 1073741824 1073778376 140733535064144 139635140053800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4270] ppid=4263 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/4266/task/4270/stat : 4270 (java) S 4263 4266 3970 0 -1 4202560 532 0 0 0 211 19 0 0 20 0 22 0 103705198 10060525568 537711 33554432000 1073741824 1073778376 140733535064144 139635139001000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4271] ppid=4263 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/4266/task/4271/stat : 4271 (java) S 4263 4266 3970 0 -1 4202560 933 0 0 0 226 26 0 0 20 0 22 0 103705198 10060525568 537711 33554432000 1073741824 1073778376 140733535064144 139635137948712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4272] ppid=4263 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/4266/task/4272/stat : 4272 (java) S 4263 4266 3970 0 -1 4202560 723 0 0 0 197 20 0 0 20 0 22 0 103705198 10060525568 537711 33554432000 1073741824 1073778376 140733535064144 139635136895912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4266/tid=4273] ppid=4263 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/4266/task/4273/stat : 4273 (java) S 4263 4266 3970 0 -1 4202560 634 0 0 0 212 24 0 0 20 0 22 0 103705198 10060525568 537711 33554432000 1073741824 1073778376 140733535064144 139635135842600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4274] ppid=4263 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/4266/task/4274/stat : 4274 (java) S 4263 4266 3970 0 -1 4202560 863 0 0 0 201 19 0 0 20 0 22 0 103705198 10060525568 537711 33554432000 1073741824 1073778376 140733535064144 139635134789800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4275] ppid=4263 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/4266/task/4275/stat : 4275 (java) S 4263 4266 3970 0 -1 4202560 818 0 0 0 188 17 0 0 20 0 22 0 103705198 10060525568 537711 33554432000 1073741824 1073778376 140733535064144 139635133737512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4276] ppid=4263 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/4266/task/4276/stat : 4276 (java) S 4263 4266 3970 0 -1 4202560 545 0 0 0 221 21 0 0 20 0 22 0 103705198 10060525568 537711 33554432000 1073741824 1073778376 140733535064144 139635132684712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4277] ppid=4263 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/4266/task/4277/stat : 4277 (java) S 4263 4266 3970 0 -1 4202560 2376 0 0 0 298 9 0 0 20 0 22 0 103705199 10060525568 537711 33554432000 1073741824 1073778376 140733535064144 139635120487144 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4278] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4278/stat : 4278 (java) S 4263 4266 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103705200 10060525568 537711 33554432000 1073741824 1073778376 140733535064144 139635119433208 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4266/tid=4279] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4279/stat : 4279 (java) S 4263 4266 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103705200 10060525568 537711 33554432000 1073741824 1073778376 140733535064144 139635118380808 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4280] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4280/stat : 4280 (java) S 4263 4266 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103705202 10060525568 537711 33554432000 1073741824 1073778376 140733535064144 139635117329296 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4281] ppid=4263 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/4266/task/4281/stat : 4281 (java) S 4263 4266 3970 0 -1 4202560 6146 0 0 0 95 2 0 0 20 0 22 0 103705202 10060525568 537711 33554432000 1073741824 1073778376 140733535064144 139635116275896 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4266/tid=4282] ppid=4263 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/4266/task/4282/stat : 4282 (java) S 4263 4266 3970 0 -1 4202560 18667 0 0 0 189 4 0 0 20 0 22 0 103705202 10060525568 537711 33554432000 1073741824 1073778376 140733535064144 139635115223096 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4283] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4283/stat : 4283 (java) S 4263 4266 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103705202 10060525568 537711 33554432000 1073741824 1073778376 140733535064144 139635114171000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4284] ppid=4263 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/4266/task/4284/stat : 4284 (java) S 4263 4266 3970 0 -1 4202560 51 0 0 0 12 25 0 0 20 0 22 0 103705202 10060525568 537711 33554432000 1073741824 1073778376 140733535064144 139635113118408 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4266/tid=4285] ppid=4263 vsize=9824732 CPUtime=887.76 cores=1,3,5,7
/proc/4266/task/4285/stat : 4285 (java) R 4263 4266 3970 0 -1 4202560 324 0 0 0 88757 19 0 0 20 0 22 0 103705222 10060525568 537711 33554432000 1073741824 1073778376 140733535064144 139635112062768 139635169041407 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4266/tid=4286] ppid=4263 vsize=9824732 CPUtime=887.63 cores=1,3,5,7
/proc/4266/task/4286/stat : 4286 (java) R 4263 4266 3970 0 -1 4202560 2566 0 0 0 88705 58 0 0 20 0 22 0 103705222 10060525568 537711 33554432000 1073741824 1073778376 140733535064144 139635111009184 139635169179130 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4287] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4287/stat : 4287 (java) S 4263 4266 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103705222 10060525568 537711 33554432000 1073741824 1073778376 140733535064144 139635109959336 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4266/tid=4288] ppid=4263 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4266/task/4288/stat : 4288 (java) S 4263 4266 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103705222 10060525568 537711 33554432000 1073741824 1073778376 140733535064144 139635108906536 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 4266 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 896.257
CPU time (s): 1800.74
CPU user time (s): 1797.68
CPU system time (s): 3.06153
CPU usage (%): 200.918
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.68
system time used= 3.06153
maximum resident set size= 3347520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40149
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24857
involuntary context switches= 37311

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.29389 second user time and 6.02308 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-06 14:54:59
IDJOB=4080339
IDBENCH=1167
IDSOLVER=2543
FILE ID=node102/4080339-1465217699
RUNJOBID= node102-1465216787-3987
PBS_JOBID= 19843204
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army13.24ls.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080339-1465217699/watcher-4080339-1465217699 -o /tmp/evaluation-result-4080339-1465217699/solver-4080339-1465217699 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465216787-3987 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080339-1465217699.opb

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

MD5SUM BENCH= 1a4510076d9024b805728ffe22c0d108
RANDOM SEED=1436753892

node102.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.470
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	: 5332.94
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.470
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.470
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.470
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.470
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.56
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.470
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.470
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.470
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:        30655284 kB
Buffers:            2164 kB
Cached:            32860 kB
SwapCached:         2116 kB
Active:          1271644 kB
Inactive:          16136 kB
Active(anon):    1254052 kB
Inactive(anon):     1056 kB
Active(file):      17592 kB
Inactive(file):    15080 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67097492 kB
Dirty:              1668 kB
Writeback:             0 kB
AnonPages:       1399460 kB
Mapped:            14192 kB
Shmem:                 0 kB
Slab:             565240 kB
SReclaimable:       9100 kB
SUnreclaim:       556140 kB
KernelStack:        1592 kB
PageTables:         7352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2412612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1347584 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= 71732 MiB
End job on node102 at 2016-06-06 15:09:55