Trace number 4081632

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.05 896.452

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-807456.opb
MD5SUM21cf0355c32a3177f2f6fa914b5dacc6
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1635
Total number of constraints840
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)840
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint9
Number of terms in the objective function 1635
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1635
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1635
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081632-1465268400.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.51/0.31	c ... done. Wall clock time 0.185s.
0.51/0.31	c declared #vars     1635
0.51/0.31	c #constraints  1680
0.51/0.31	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.51/0.31	c constraints type 
0.51/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 800
0.51/0.31	c org.sat4j.specs.Constr$1 => 4
0.51/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 800
0.51/0.31	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.51/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
0.51/0.31	c 1680 constraints processed.
0.51/0.31	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.51/0.31	c constraints type 
0.51/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 72
0.51/0.31	c org.sat4j.specs.Constr$1 => 4
0.51/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 800
0.51/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 800
0.51/0.31	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.51/0.31	c 1680 constraints processed.
0.51/0.31	c objective function length is 1635 literals
4.08/1.36	c cleaning 2495 clauses out of 4996 with flag 40972/5002
6.27/2.35	c cleaning 4244 clauses out of 8498 with flag 105310/11001
9.03/3.66	c cleaning 5621 clauses out of 11252 with flag 208300/18000
12.31/5.20	c cleaning 6808 clauses out of 13630 with flag 322244/26000
15.99/7.05	c cleaning 7904 clauses out of 15822 with flag 469249/35000
20.52/9.27	c cleaning 8949 clauses out of 17918 with flag 633422/45000
25.52/11.79	c cleaning 9983 clauses out of 19971 with flag 834123/56002
31.41/14.65	c cleaning 10983 clauses out of 21988 with flag 1064353/68002
38.21/18.08	c cleaning 11993 clauses out of 24004 with flag 1356796/81001
45.92/21.85	c cleaning 12995 clauses out of 26012 with flag 1608786/95002
54.45/26.05	c cleaning 14001 clauses out of 28015 with flag 1878740/110000
63.85/30.76	c cleaning 15002 clauses out of 30014 with flag 2192896/126000
74.64/36.04	c cleaning 15997 clauses out of 32013 with flag 2520328/143001
86.45/41.97	c cleaning 17000 clauses out of 34015 with flag 2906061/161000
98.90/48.20	c cleaning 17995 clauses out of 36015 with flag 3293416/180000
112.97/55.10	c cleaning 18999 clauses out of 38020 with flag 3663597/200000
128.24/62.73	c cleaning 19997 clauses out of 40026 with flag 4023188/221005
145.89/71.57	c cleaning 21008 clauses out of 42025 with flag 4507985/243001
164.12/80.67	c cleaning 22000 clauses out of 44016 with flag 4997167/266000
183.80/90.43	c cleaning 23004 clauses out of 46017 with flag 5512701/290001
195.88/96.42	c cleaning 0 clauses out of 5001 with flag 0/5001
204.10/100.59	c cleaning 24005 clauses out of 48013 with flag 6014822/315001
227.99/112.39	c cleaning 24997 clauses out of 50007 with flag 6581988/341000
252.86/124.79	c cleaning 25997 clauses out of 52012 with flag 7219174/368002
279.35/137.93	c cleaning 27001 clauses out of 54013 with flag 7936410/396000
307.10/151.72	c cleaning 27999 clauses out of 56012 with flag 8544038/425000
336.65/166.49	c cleaning 29001 clauses out of 58013 with flag 9159584/455000
370.56/183.34	c cleaning 29999 clauses out of 60015 with flag 9886892/486003
405.40/201.03	c cleaning 30998 clauses out of 62013 with flag 10668481/518000
440.95/218.72	c cleaning 31998 clauses out of 64015 with flag 11460169/551000
478.74/237.51	c cleaning 33004 clauses out of 66021 with flag 12276989/585004
519.10/257.65	c cleaning 33999 clauses out of 68013 with flag 13056224/620000
561.91/278.99	c cleaning 34987 clauses out of 70017 with flag 13977984/656003
607.46/301.63	c cleaning 36001 clauses out of 72027 with flag 14970895/693000
656.30/325.93	c cleaning 36998 clauses out of 74026 with flag 16032666/731000
707.12/351.24	c cleaning 37999 clauses out of 76029 with flag 16986666/770001
761.24/378.63	c cleaning 39010 clauses out of 78031 with flag 18003120/810002
817.25/406.52	c cleaning 40001 clauses out of 80019 with flag 18982953/851000
876.46/436.08	c cleaning 40999 clauses out of 82018 with flag 19973730/893000
938.32/466.82	c cleaning 42007 clauses out of 84022 with flag 21029388/936003
1003.33/499.11	c cleaning 42994 clauses out of 86014 with flag 22079808/980002
1070.42/532.53	c cleaning 44000 clauses out of 88018 with flag 23229389/1025000
1140.50/567.48	c cleaning 45004 clauses out of 90018 with flag 24419048/1071000
1141.91/568.14	c cleaning 0 clauses out of 11000 with flag 0/11000
1215.44/604.79	c cleaning 46002 clauses out of 92015 with flag 25658939/1118001
1289.74/641.79	c cleaning 46989 clauses out of 94013 with flag 26869595/1166001
1369.73/681.52	c cleaning 48004 clauses out of 96026 with flag 28127268/1215003
1455.67/724.34	c cleaning 49001 clauses out of 98022 with flag 29568184/1265003
1546.35/770.12	c cleaning 49999 clauses out of 100019 with flag 30940667/1316001
1640.16/816.82	c cleaning 51001 clauses out of 102019 with flag 32292029/1368000
1731.27/862.24	c cleaning 52002 clauses out of 104018 with flag 33633980/1421000
1800.05/896.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/896.40	c starts		: 1682
1800.05/896.40	c conflicts		: 1463262
1800.05/896.40	c decisions		: 1890705
1800.05/896.40	c propagations		: 323989415
1800.05/896.40	c inspects		: 9273749708
1800.05/896.40	c shortcuts		: 0
1800.05/896.40	c learnt literals	: 10
1800.05/896.40	c learnt binary clauses	: 131
1800.05/896.40	c learnt ternary clauses	: 328
1800.05/896.40	c learnt constraints	: 1463252
1800.05/896.40	c ignored constraints	: 0
1800.05/896.40	c root simplifications	: 0
1800.05/896.40	c removed literals (reason simplification)	: 40230619
1800.05/896.40	c reason swapping (by a shorter reason)	: 0
1800.05/896.40	c Calls to reduceDB	: 49
1800.05/896.40	c Number of update (reduction) of LBD	: 645961
1800.05/896.40	c Imported unit clauses	: 0
1800.05/896.40	c number of reductions to clauses (during analyze)	: 0
1800.05/896.40	c number of learned constraints concerned by reduction	: 0
1800.05/896.40	c number of learning phase by resolution	: 0
1800.05/896.40	c number of learning phase by cutting planes	: 0
1800.05/896.40	c speed (assignments/second)	: 361561.4328567411
1800.05/896.40	c non guided choices	0
1800.05/896.43	c learnt constraints type 
1800.05/896.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 131
1800.05/896.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 94147
1800.05/896.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/896.43	c starts		: 38
1800.05/896.43	c conflicts		: 13525
1800.05/896.43	c decisions		: 45352
1800.05/896.43	c propagations		: 2483185
1800.05/896.43	c inspects		: 952108944
1800.05/896.43	c shortcuts		: 0
1800.05/896.43	c learnt literals	: 0
1800.05/896.43	c learnt binary clauses	: 0
1800.05/896.43	c learnt ternary clauses	: 0
1800.05/896.43	c learnt constraints	: 13525
1800.05/896.43	c ignored constraints	: 0
1800.05/896.43	c root simplifications	: 0
1800.05/896.43	c removed literals (reason simplification)	: 0
1800.05/896.43	c reason swapping (by a shorter reason)	: 0
1800.05/896.43	c Calls to reduceDB	: 2
1800.05/896.43	c Number of update (reduction) of LBD	: 0
1800.05/896.43	c Imported unit clauses	: 0
1800.05/896.43	c number of reductions to clauses (during analyze)	: 0
1800.05/896.43	c number of learned constraints concerned by reduction	: 0
1800.05/896.43	c number of learning phase by resolution	: 0
1800.05/896.43	c number of learning phase by cutting planes	: 0
1800.05/896.43	c speed (assignments/second)	: 2771.0685395001287
1800.05/896.43	c non guided choices	0
1800.05/896.44	c learnt constraints type 
1800.05/896.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 149
1800.05/896.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13376
1800.05/896.44	s UNKNOWN
1800.05/896.44	c Total wall clock time (in seconds): 896.316

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

pid=26408
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.49 4.34 4.23 4/197 26411
/proc/meminfo: memFree=27219872/32872528 swapFree=16636/1570076
[pid=26411] ppid=26408 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26411/stat : 26411 (java) D 26408 26411 17726 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 108772378 9515008 183 33554432000 1073741824 1073778376 140733960482288 140733960473320 213419638453 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/26411/statm: 2323 183 140 9 0 71 0

[startup+0.100089 s]
/proc/loadavg: 4.49 4.34 4.23 4/197 26411
/proc/meminfo: memFree=27219872/32872528 swapFree=16636/1570076
[pid=26411] ppid=26408 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/26411/stat : 26411 (java) S 26408 26411 17726 0 -1 4202496 4399 0 1 0 8 1 0 0 20 0 18 0 108772378 9787879424 6038 33554432000 1073741824 1073778376 140735859915632 140735859906768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26411/statm: 2389619 6038 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200283 s]
/proc/loadavg: 4.49 4.34 4.23 4/197 26411
/proc/meminfo: memFree=27219872/32872528 swapFree=16636/1570076
[pid=26411] ppid=26408 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/26411/stat : 26411 (java) S 26408 26411 17726 0 -1 4202496 4905 0 1 0 24 1 0 0 20 0 18 0 108772378 9787879424 7458 33554432000 1073741824 1073778376 140735859915632 140735859906768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26411/statm: 2389619 7458 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300314 s]
/proc/loadavg: 4.49 4.34 4.23 4/197 26411
/proc/meminfo: memFree=27219872/32872528 swapFree=16636/1570076
[pid=26411] ppid=26408 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/26411/stat : 26411 (java) S 26408 26411 17726 0 -1 4202496 6426 0 1 0 49 2 0 0 20 0 18 0 108772378 9787879424 14617 33554432000 1073741824 1073778376 140735859915632 140735859906768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26411/statm: 2389619 14617 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700203 s]
/proc/loadavg: 4.49 4.34 4.23 4/197 26411
/proc/meminfo: memFree=27219872/32872528 swapFree=16636/1570076
[pid=26411] ppid=26408 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/26411/stat : 26411 (java) S 26408 26411 17726 0 -1 4202496 18217 0 1 0 202 4 0 0 20 0 22 0 108772378 10060525568 25257 33554432000 1073741824 1073778376 140735859915632 140735859906768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26411/statm: 2456183 25257 2252 9 0 2446860 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.49 4.34 4.23 5/220 26436
/proc/meminfo: memFree=27075224/32872528 swapFree=16636/1570076
[pid=26411] ppid=26408 vsize=9824732 CPUtime=4.57 cores=1,3,5,7
/proc/26411/stat : 26411 (java) S 26408 26411 17726 0 -1 4202496 21098 0 1 0 451 6 0 0 20 0 22 0 108772378 10060525568 47743 33554432000 1073741824 1073778376 140735859915632 140735859906768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26411/statm: 2456183 47743 2283 9 0 2446860 0
[pid=26411/tid=26413] ppid=26408 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/26411/task/26413/stat : 26413 (java) S 26408 26411 17726 0 -1 4202560 2430 0 1 0 26 2 0 0 20 0 22 0 108772379 10060525568 47743 33554432000 1073741824 1073778376 140735859915632 139675192492920 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26414] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26414/stat : 26414 (java) S 26408 26411 17726 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 108772380 10060525568 47743 33554432000 1073741824 1073778376 140735859915632 139675164945064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26415] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26415/stat : 26415 (java) S 26408 26411 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 108772380 10060525568 47743 33554432000 1073741824 1073778376 140735859915632 139675163892520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26411/tid=26416] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26416/stat : 26416 (java) S 26408 26411 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108772380 10060525568 47743 33554432000 1073741824 1073778376 140735859915632 139675162839976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26417] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26417/stat : 26417 (java) S 26408 26411 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108772380 10060525568 47743 33554432000 1073741824 1073778376 140735859915632 139675161787432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26411/tid=26418] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26418/stat : 26418 (java) S 26408 26411 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 108772380 10060525568 47743 33554432000 1073741824 1073778376 140735859915632 139675160733864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26411/tid=26419] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26419/stat : 26419 (java) S 26408 26411 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 108772380 10060525568 47743 33554432000 1073741824 1073778376 140735859915632 139675159681320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26411/tid=26420] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26420/stat : 26420 (java) S 26408 26411 17726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 108772380 10060525568 47743 33554432000 1073741824 1073778376 140735859915632 139675158628776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26421] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26421/stat : 26421 (java) S 26408 26411 17726 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 108772380 10060525568 47743 33554432000 1073741824 1073778376 140735859915632 139675157576232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26411/tid=26422] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26422/stat : 26422 (java) S 26408 26411 17726 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 108772381 10060525568 47743 33554432000 1073741824 1073778376 140735859915632 139674545789544 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26423] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26423/stat : 26423 (java) S 26408 26411 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108772382 10060525568 47743 33554432000 1073741824 1073778376 140735859915632 139674544735864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26424] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26424/stat : 26424 (java) S 26408 26411 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108772382 10060525568 47743 33554432000 1073741824 1073778376 140735859915632 139674543683208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26425] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26425/stat : 26425 (java) S 26408 26411 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108772384 10060525568 47743 33554432000 1073741824 1073778376 140735859915632 139674542631952 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26426] ppid=26408 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/26411/task/26426/stat : 26426 (java) S 26408 26411 17726 0 -1 4202560 7552 0 0 0 92 1 0 0 20 0 22 0 108772384 10060525568 47743 33554432000 1073741824 1073778376 140735859915632 139674541578296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26427] ppid=26408 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/26411/task/26427/stat : 26427 (java) S 26408 26411 17726 0 -1 4202560 9646 0 0 0 93 2 0 0 20 0 22 0 108772384 10060525568 47743 33554432000 1073741824 1073778376 140735859915632 139674540525752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26428] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26428/stat : 26428 (java) S 26408 26411 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108772384 10060525568 47743 33554432000 1073741824 1073778376 140735859915632 139674539473400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26429] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26429/stat : 26429 (java) S 26408 26411 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108772384 10060525568 47743 33554432000 1073741824 1073778376 140735859915632 139674538421064 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26430] ppid=26408 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/26411/task/26430/stat : 26430 (java) R 26408 26411 17726 0 -1 4202560 17 0 0 0 113 0 0 0 20 0 22 0 108772409 10060525568 47743 33554432000 1073741824 1073778376 140735859915632 139674537315248 139675038253831 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26431] ppid=26408 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/26411/task/26431/stat : 26431 (java) R 26408 26411 17726 0 -1 4202560 82 0 0 0 114 0 0 0 20 0 22 0 108772409 10060525568 47743 33554432000 1073741824 1073778376 140735859915632 139674536264360 139675038280420 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26411/tid=26432] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26432/stat : 26432 (java) S 26408 26411 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108772410 10060525568 47743 33554432000 1073741824 1073778376 140735859915632 139674535212584 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26433] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26433/stat : 26433 (java) S 26408 26411 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108772410 10060525568 47743 33554432000 1073741824 1073778376 140735859915632 139674534160040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 9824732

[startup+3.1009 s]
/proc/loadavg: 4.49 4.34 4.23 5/220 26436
/proc/meminfo: memFree=26980396/32872528 swapFree=16636/1570076
[pid=26411] ppid=26408 vsize=9824732 CPUtime=8.02 cores=1,3,5,7
/proc/26411/stat : 26411 (java) S 26408 26411 17726 0 -1 4202496 21429 0 1 0 789 13 0 0 20 0 22 0 108772378 10060525568 91437 33554432000 1073741824 1073778376 140735859915632 140735859906768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26411/statm: 2456183 91437 2284 9 0 2446860 0
[pid=26411/tid=26413] ppid=26408 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/26411/task/26413/stat : 26413 (java) S 26408 26411 17726 0 -1 4202560 2430 0 1 0 26 2 0 0 20 0 22 0 108772379 10060525568 91437 33554432000 1073741824 1073778376 140735859915632 139675192492920 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26414] ppid=26408 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/26411/task/26414/stat : 26414 (java) S 26408 26411 17726 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 22 0 108772380 10060525568 91437 33554432000 1073741824 1073778376 140735859915632 139675164945064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26415] ppid=26408 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/26411/task/26415/stat : 26415 (java) S 26408 26411 17726 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 108772380 10060525568 91437 33554432000 1073741824 1073778376 140735859915632 139675163892520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26416] ppid=26408 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/26411/task/26416/stat : 26416 (java) S 26408 26411 17726 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 22 0 108772380 10060525568 91437 33554432000 1073741824 1073778376 140735859915632 139675162839976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26417] ppid=26408 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/26411/task/26417/stat : 26417 (java) S 26408 26411 17726 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 108772380 10060525568 91437 33554432000 1073741824 1073778376 140735859915632 139675161787432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26411/tid=26418] ppid=26408 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/26411/task/26418/stat : 26418 (java) S 26408 26411 17726 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 108772380 10060525568 91437 33554432000 1073741824 1073778376 140735859915632 139675160733864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26411/tid=26419] ppid=26408 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/26411/task/26419/stat : 26419 (java) S 26408 26411 17726 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 108772380 10060525568 91437 33554432000 1073741824 1073778376 140735859915632 139675159681320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26420] ppid=26408 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/26411/task/26420/stat : 26420 (java) S 26408 26411 17726 0 -1 4202560 36 0 0 0 4 1 0 0 20 0 22 0 108772380 10060525568 91437 33554432000 1073741824 1073778376 140735859915632 139675158628776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26421] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26421/stat : 26421 (java) S 26408 26411 17726 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 22 0 108772380 10060525568 91437 33554432000 1073741824 1073778376 140735859915632 139675157576232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26411/tid=26422] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26422/stat : 26422 (java) S 26408 26411 17726 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 108772381 10060525568 91437 33554432000 1073741824 1073778376 140735859915632 139674545789544 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26423] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26423/stat : 26423 (java) S 26408 26411 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108772382 10060525568 91437 33554432000 1073741824 1073778376 140735859915632 139674544735864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26424] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26424/stat : 26424 (java) S 26408 26411 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108772382 10060525568 91437 33554432000 1073741824 1073778376 140735859915632 139674543683208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26425] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26425/stat : 26425 (java) S 26408 26411 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108772384 10060525568 91437 33554432000 1073741824 1073778376 140735859915632 139674542631952 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26426] ppid=26408 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/26411/task/26426/stat : 26426 (java) S 26408 26411 17726 0 -1 4202560 7552 0 0 0 95 1 0 0 20 0 22 0 108772384 10060525568 91437 33554432000 1073741824 1073778376 140735859915632 139674541578296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26427] ppid=26408 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/26411/task/26427/stat : 26427 (java) S 26408 26411 17726 0 -1 4202560 9647 0 0 0 105 2 0 0 20 0 22 0 108772384 10060525568 91437 33554432000 1073741824 1073778376 140735859915632 139674540525752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26428] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26428/stat : 26428 (java) S 26408 26411 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108772384 10060525568 91437 33554432000 1073741824 1073778376 140735859915632 139674539473400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26429] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26429/stat : 26429 (java) S 26408 26411 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108772384 10060525568 91437 33554432000 1073741824 1073778376 140735859915632 139674538421064 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26430] ppid=26408 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/26411/task/26430/stat : 26430 (java) R 26408 26411 17726 0 -1 4202560 18 0 0 0 266 0 0 0 20 0 22 0 108772409 10060525568 91437 33554432000 1073741824 1073778376 140735859915632 139674537317400 139675038163633 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26431] ppid=26408 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/26411/task/26431/stat : 26431 (java) R 26408 26411 17726 0 -1 4202560 143 0 0 0 263 2 0 0 20 0 22 0 108772409 10060525568 91437 33554432000 1073741824 1073778376 140735859915632 139674536263368 139675037931840 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26432] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26432/stat : 26432 (java) S 26408 26411 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108772410 10060525568 91437 33554432000 1073741824 1073778376 140735859915632 139674535212584 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26433] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26433/stat : 26433 (java) S 26408 26411 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108772410 10060525568 91437 33554432000 1073741824 1073778376 140735859915632 139674534160040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.02
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.45 4.34 4.22 5/220 26436
/proc/meminfo: memFree=26608860/32872528 swapFree=16636/1570076
[pid=26411] ppid=26408 vsize=9824732 CPUtime=14.59 cores=1,3,5,7
/proc/26411/stat : 26411 (java) S 26408 26411 17726 0 -1 4202496 22005 0 1 0 1437 22 0 0 20 0 22 0 108772378 10060525568 161725 33554432000 1073741824 1073778376 140735859915632 140735859906768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26411/statm: 2456183 161725 2284 9 0 2446860 0
[pid=26411/tid=26413] ppid=26408 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/26411/task/26413/stat : 26413 (java) S 26408 26411 17726 0 -1 4202560 2430 0 1 0 26 2 0 0 20 0 22 0 108772379 10060525568 161725 33554432000 1073741824 1073778376 140735859915632 139675192492920 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26414] ppid=26408 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/26411/task/26414/stat : 26414 (java) S 26408 26411 17726 0 -1 4202560 69 0 0 0 5 2 0 0 20 0 22 0 108772380 10060525568 161725 33554432000 1073741824 1073778376 140735859915632 139675164945064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26415] ppid=26408 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/26411/task/26415/stat : 26415 (java) S 26408 26411 17726 0 -1 4202560 48 0 0 0 3 2 0 0 20 0 22 0 108772380 10060525568 161725 33554432000 1073741824 1073778376 140735859915632 139675163892520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26416] ppid=26408 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/26411/task/26416/stat : 26416 (java) S 26408 26411 17726 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 22 0 108772380 10060525568 161725 33554432000 1073741824 1073778376 140735859915632 139675162839976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26411/tid=26417] ppid=26408 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/26411/task/26417/stat : 26417 (java) S 26408 26411 17726 0 -1 4202560 38 0 0 0 3 2 0 0 20 0 22 0 108772380 10060525568 161725 33554432000 1073741824 1073778376 140735859915632 139675161787432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26418] ppid=26408 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/26411/task/26418/stat : 26418 (java) S 26408 26411 17726 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 108772380 10060525568 161725 33554432000 1073741824 1073778376 140735859915632 139675160733864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26411/tid=26419] ppid=26408 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/26411/task/26419/stat : 26419 (java) S 26408 26411 17726 0 -1 4202560 51 0 0 0 7 1 0 0 20 0 22 0 108772380 10060525568 161725 33554432000 1073741824 1073778376 140735859915632 139675159681320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26420] ppid=26408 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/26411/task/26420/stat : 26420 (java) S 26408 26411 17726 0 -1 4202560 44 0 0 0 6 2 0 0 20 0 22 0 108772380 10060525568 161725 33554432000 1073741824 1073778376 140735859915632 139675158628776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26421] ppid=26408 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/26411/task/26421/stat : 26421 (java) S 26408 26411 17726 0 -1 4202560 45 0 0 0 4 1 0 0 20 0 22 0 108772380 10060525568 161725 33554432000 1073741824 1073778376 140735859915632 139675157576232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26422] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26422/stat : 26422 (java) S 26408 26411 17726 0 -1 4202560 462 0 0 0 0 0 0 0 20 0 22 0 108772381 10060525568 161725 33554432000 1073741824 1073778376 140735859915632 139674545789544 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26423] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26423/stat : 26423 (java) S 26408 26411 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108772382 10060525568 161725 33554432000 1073741824 1073778376 140735859915632 139674544735864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26424] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26424/stat : 26424 (java) S 26408 26411 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108772382 10060525568 161725 33554432000 1073741824 1073778376 140735859915632 139674543683208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26425] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26425/stat : 26425 (java) S 26408 26411 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108772384 10060525568 161725 33554432000 1073741824 1073778376 140735859915632 139674542631952 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26426] ppid=26408 vsize=9824732 CPUtime=0.99 cores=1,3,5,7

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

/proc/26411/task/26416/stat : 26416 (java) S 26408 26411 17726 0 -1 4202560 367 0 0 0 216 13 0 0 20 0 22 0 108772380 10060525568 649419 33554432000 1073741824 1073778376 140735859915632 139675162839976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26417] ppid=26408 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/26411/task/26417/stat : 26417 (java) S 26408 26411 17726 0 -1 4202560 354 0 0 0 216 12 0 0 20 0 22 0 108772380 10060525568 649419 33554432000 1073741824 1073778376 140735859915632 139675161787432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26418] ppid=26408 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/26411/task/26418/stat : 26418 (java) S 26408 26411 17726 0 -1 4202560 366 0 0 0 213 12 0 0 20 0 22 0 108772380 10060525568 649419 33554432000 1073741824 1073778376 140735859915632 139675160733864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26411/tid=26419] ppid=26408 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/26411/task/26419/stat : 26419 (java) S 26408 26411 17726 0 -1 4202560 383 0 0 0 189 12 0 0 20 0 22 0 108772380 10060525568 649419 33554432000 1073741824 1073778376 140735859915632 139675159681320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26411/tid=26420] ppid=26408 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/26411/task/26420/stat : 26420 (java) S 26408 26411 17726 0 -1 4202560 391 0 0 0 201 12 0 0 20 0 22 0 108772380 10060525568 649419 33554432000 1073741824 1073778376 140735859915632 139675158628776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26421] ppid=26408 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/26411/task/26421/stat : 26421 (java) S 26408 26411 17726 0 -1 4202560 325 0 0 0 189 11 0 0 20 0 22 0 108772380 10060525568 649419 33554432000 1073741824 1073778376 140735859915632 139675157576232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26422] ppid=26408 vsize=9824732 CPUtime=3.24 cores=1,3,5,7
/proc/26411/task/26422/stat : 26422 (java) S 26408 26411 17726 0 -1 4202560 1959 0 0 0 309 15 0 0 20 0 22 0 108772381 10060525568 649419 33554432000 1073741824 1073778376 140735859915632 139674545789544 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26423] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26423/stat : 26423 (java) S 26408 26411 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108772382 10060525568 649419 33554432000 1073741824 1073778376 140735859915632 139674544735864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26424] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26424/stat : 26424 (java) S 26408 26411 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108772382 10060525568 649419 33554432000 1073741824 1073778376 140735859915632 139674543683208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26425] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26425/stat : 26425 (java) S 26408 26411 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108772384 10060525568 649419 33554432000 1073741824 1073778376 140735859915632 139674542631952 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26426] ppid=26408 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/26411/task/26426/stat : 26426 (java) S 26408 26411 17726 0 -1 4202560 8184 0 0 0 122 1 0 0 20 0 22 0 108772384 10060525568 649419 33554432000 1073741824 1073778376 140735859915632 139674541578296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26427] ppid=26408 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/26411/task/26427/stat : 26427 (java) S 26408 26411 17726 0 -1 4202560 9665 0 0 0 137 2 0 0 20 0 22 0 108772384 10060525568 649419 33554432000 1073741824 1073778376 140735859915632 139674540525752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26428] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26428/stat : 26428 (java) S 26408 26411 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108772384 10060525568 649419 33554432000 1073741824 1073778376 140735859915632 139674539473400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26429] ppid=26408 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/26411/task/26429/stat : 26429 (java) S 26408 26411 17726 0 -1 4202560 49 0 0 0 11 21 0 0 20 0 22 0 108772384 10060525568 649419 33554432000 1073741824 1073778376 140735859915632 139674538421064 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26430] ppid=26408 vsize=9824732 CPUtime=811.65 cores=1,3,5,7
/proc/26411/task/26430/stat : 26430 (java) R 26408 26411 17726 0 -1 4202560 107 0 0 0 81151 14 0 0 20 0 22 0 108772409 10060525568 649419 33554432000 1073741824 1073778376 140735859915632 139674537308304 139675038189507 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26431] ppid=26408 vsize=9824732 CPUtime=811.61 cores=1,3,5,7
/proc/26411/task/26431/stat : 26431 (java) R 26408 26411 17726 0 -1 4202560 2098 0 0 0 81113 48 0 0 20 0 22 0 108772409 10060525568 649419 33554432000 1073741824 1073778376 140735859915632 139674536263472 139675038356907 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26432] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26432/stat : 26432 (java) S 26408 26411 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108772410 10060525568 649419 33554432000 1073741824 1073778376 140735859915632 139674535212584 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26433] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26433/stat : 26433 (java) S 26408 26411 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108772410 10060525568 649419 33554432000 1073741824 1073778376 140735859915632 139674534160040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1651.16
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.46 4.33 4.25 6/219 26548
/proc/meminfo: memFree=24412096/32872528 swapFree=16636/1570076
[pid=26411] ppid=26408 vsize=9824732 CPUtime=1771.71 cores=1,3,5,7
/proc/26411/stat : 26411 (java) S 26408 26411 17726 0 -1 4202496 28757 0 1 0 177000 171 0 0 20 0 22 0 108772378 10060525568 639544 33554432000 1073741824 1073778376 140735859915632 140735859906768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26411/statm: 2456183 639544 2293 9 0 2446860 0
[pid=26411/tid=26413] ppid=26408 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/26411/task/26413/stat : 26413 (java) S 26408 26411 17726 0 -1 4202560 2441 0 1 0 28 4 0 0 20 0 22 0 108772379 10060525568 639544 33554432000 1073741824 1073778376 140735859915632 139675192492920 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26414] ppid=26408 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/26411/task/26414/stat : 26414 (java) S 26408 26411 17726 0 -1 4202560 378 0 0 0 225 10 0 0 20 0 22 0 108772380 10060525568 639544 33554432000 1073741824 1073778376 140735859915632 139675164945064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26415] ppid=26408 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/26411/task/26415/stat : 26415 (java) S 26408 26411 17726 0 -1 4202560 354 0 0 0 215 10 0 0 20 0 22 0 108772380 10060525568 639544 33554432000 1073741824 1073778376 140735859915632 139675163892520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26411/tid=26416] ppid=26408 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/26411/task/26416/stat : 26416 (java) S 26408 26411 17726 0 -1 4202560 379 0 0 0 232 13 0 0 20 0 22 0 108772380 10060525568 639544 33554432000 1073741824 1073778376 140735859915632 139675162839976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26411/tid=26417] ppid=26408 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/26411/task/26417/stat : 26417 (java) S 26408 26411 17726 0 -1 4202560 374 0 0 0 230 12 0 0 20 0 22 0 108772380 10060525568 639544 33554432000 1073741824 1073778376 140735859915632 139675161787432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26418] ppid=26408 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/26411/task/26418/stat : 26418 (java) S 26408 26411 17726 0 -1 4202560 366 0 0 0 225 12 0 0 20 0 22 0 108772380 10060525568 639544 33554432000 1073741824 1073778376 140735859915632 139675160733864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26419] ppid=26408 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/26411/task/26419/stat : 26419 (java) S 26408 26411 17726 0 -1 4202560 391 0 0 0 207 12 0 0 20 0 22 0 108772380 10060525568 639544 33554432000 1073741824 1073778376 140735859915632 139675159681320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26420] ppid=26408 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/26411/task/26420/stat : 26420 (java) S 26408 26411 17726 0 -1 4202560 403 0 0 0 212 12 0 0 20 0 22 0 108772380 10060525568 639544 33554432000 1073741824 1073778376 140735859915632 139675158628776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26421] ppid=26408 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/26411/task/26421/stat : 26421 (java) S 26408 26411 17726 0 -1 4202560 329 0 0 0 204 11 0 0 20 0 22 0 108772380 10060525568 639544 33554432000 1073741824 1073778376 140735859915632 139675157576232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26422] ppid=26408 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/26411/task/26422/stat : 26422 (java) S 26408 26411 17726 0 -1 4202560 1963 0 0 0 309 16 0 0 20 0 22 0 108772381 10060525568 639544 33554432000 1073741824 1073778376 140735859915632 139674545789544 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26411/tid=26423] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26423/stat : 26423 (java) S 26408 26411 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108772382 10060525568 639544 33554432000 1073741824 1073778376 140735859915632 139674544735864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26424] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26424/stat : 26424 (java) S 26408 26411 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108772382 10060525568 639544 33554432000 1073741824 1073778376 140735859915632 139674543683208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26425] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26425/stat : 26425 (java) S 26408 26411 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108772384 10060525568 639544 33554432000 1073741824 1073778376 140735859915632 139674542631952 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26426] ppid=26408 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/26411/task/26426/stat : 26426 (java) S 26408 26411 17726 0 -1 4202560 8184 0 0 0 122 1 0 0 20 0 22 0 108772384 10060525568 639544 33554432000 1073741824 1073778376 140735859915632 139674541578296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26427] ppid=26408 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/26411/task/26427/stat : 26427 (java) S 26408 26411 17726 0 -1 4202560 9665 0 0 0 137 2 0 0 20 0 22 0 108772384 10060525568 639544 33554432000 1073741824 1073778376 140735859915632 139674540525752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26428] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26428/stat : 26428 (java) S 26408 26411 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108772384 10060525568 639544 33554432000 1073741824 1073778376 140735859915632 139674539473400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26429] ppid=26408 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/26411/task/26429/stat : 26429 (java) S 26408 26411 17726 0 -1 4202560 51 0 0 0 12 22 0 0 20 0 22 0 108772384 10060525568 639544 33554432000 1073741824 1073778376 140735859915632 139674538421064 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26430] ppid=26408 vsize=9824732 CPUtime=871.15 cores=1,3,5,7
/proc/26411/task/26430/stat : 26430 (java) R 26408 26411 17726 0 -1 4202560 113 0 0 0 87100 15 0 0 20 0 22 0 108772409 10060525568 639544 33554432000 1073741824 1073778376 140735859915632 139674537315248 139675038189507 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26431] ppid=26408 vsize=9824732 CPUtime=871.13 cores=1,3,5,7
/proc/26411/task/26431/stat : 26431 (java) R 26408 26411 17726 0 -1 4202560 2101 0 0 0 87064 49 0 0 20 0 22 0 108772409 10060525568 639544 33554432000 1073741824 1073778376 140735859915632 139674536263456 139675038359185 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26432] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26432/stat : 26432 (java) S 26408 26411 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108772410 10060525568 639544 33554432000 1073741824 1073778376 140735859915632 139674535212584 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26433] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26433/stat : 26433 (java) S 26408 26411 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108772410 10060525568 639544 33554432000 1073741824 1073778376 140735859915632 139674534160040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1771.71
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.401 s]
/proc/loadavg: 4.36 4.31 4.25 5/219 26548
/proc/meminfo: memFree=24428348/32872528 swapFree=16636/1570076
[pid=26411] ppid=26408 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/26411/stat : 26411 (java) S 26408 26411 17726 0 -1 4202496 28782 0 1 0 179834 171 0 0 20 0 22 0 108772378 10060525568 635554 33554432000 1073741824 1073778376 140735859915632 140735859906768 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26411/statm: 2456183 635554 2293 9 0 2446860 0
[pid=26411/tid=26413] ppid=26408 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/26411/task/26413/stat : 26413 (java) S 26408 26411 17726 0 -1 4202560 2441 0 1 0 28 4 0 0 20 0 22 0 108772379 10060525568 635554 33554432000 1073741824 1073778376 140735859915632 139675192492920 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26414] ppid=26408 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/26411/task/26414/stat : 26414 (java) S 26408 26411 17726 0 -1 4202560 380 0 0 0 232 10 0 0 20 0 22 0 108772380 10060525568 635554 33554432000 1073741824 1073778376 140735859915632 139675164945064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26411/tid=26415] ppid=26408 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/26411/task/26415/stat : 26415 (java) S 26408 26411 17726 0 -1 4202560 359 0 0 0 220 10 0 0 20 0 22 0 108772380 10060525568 635554 33554432000 1073741824 1073778376 140735859915632 139675163892520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26416] ppid=26408 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/26411/task/26416/stat : 26416 (java) S 26408 26411 17726 0 -1 4202560 384 0 0 0 239 13 0 0 20 0 22 0 108772380 10060525568 635554 33554432000 1073741824 1073778376 140735859915632 139675162839976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26417] ppid=26408 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/26411/task/26417/stat : 26417 (java) S 26408 26411 17726 0 -1 4202560 374 0 0 0 233 12 0 0 20 0 22 0 108772380 10060525568 635554 33554432000 1073741824 1073778376 140735859915632 139675161787432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26418] ppid=26408 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/26411/task/26418/stat : 26418 (java) S 26408 26411 17726 0 -1 4202560 369 0 0 0 230 12 0 0 20 0 22 0 108772380 10060525568 635554 33554432000 1073741824 1073778376 140735859915632 139675160733864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26419] ppid=26408 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/26411/task/26419/stat : 26419 (java) S 26408 26411 17726 0 -1 4202560 391 0 0 0 210 12 0 0 20 0 22 0 108772380 10060525568 635554 33554432000 1073741824 1073778376 140735859915632 139675159681320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26420] ppid=26408 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/26411/task/26420/stat : 26420 (java) S 26408 26411 17726 0 -1 4202560 403 0 0 0 215 12 0 0 20 0 22 0 108772380 10060525568 635554 33554432000 1073741824 1073778376 140735859915632 139675158628776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26421] ppid=26408 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/26411/task/26421/stat : 26421 (java) S 26408 26411 17726 0 -1 4202560 332 0 0 0 206 11 0 0 20 0 22 0 108772380 10060525568 635554 33554432000 1073741824 1073778376 140735859915632 139675157576232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26422] ppid=26408 vsize=9824732 CPUtime=3.26 cores=1,3,5,7
/proc/26411/task/26422/stat : 26422 (java) S 26408 26411 17726 0 -1 4202560 1965 0 0 0 309 17 0 0 20 0 22 0 108772381 10060525568 635554 33554432000 1073741824 1073778376 140735859915632 139674545789544 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26423] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26423/stat : 26423 (java) S 26408 26411 17726 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108772382 10060525568 635554 33554432000 1073741824 1073778376 140735859915632 139674544735864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26424] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26424/stat : 26424 (java) S 26408 26411 17726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108772382 10060525568 635554 33554432000 1073741824 1073778376 140735859915632 139674543683208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26425] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26425/stat : 26425 (java) S 26408 26411 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108772384 10060525568 635554 33554432000 1073741824 1073778376 140735859915632 139674542631952 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26426] ppid=26408 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/26411/task/26426/stat : 26426 (java) S 26408 26411 17726 0 -1 4202560 8184 0 0 0 122 1 0 0 20 0 22 0 108772384 10060525568 635554 33554432000 1073741824 1073778376 140735859915632 139674541578296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26427] ppid=26408 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/26411/task/26427/stat : 26427 (java) S 26408 26411 17726 0 -1 4202560 9665 0 0 0 137 2 0 0 20 0 22 0 108772384 10060525568 635554 33554432000 1073741824 1073778376 140735859915632 139674540525752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26428] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26428/stat : 26428 (java) S 26408 26411 17726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108772384 10060525568 635554 33554432000 1073741824 1073778376 140735859915632 139674539473400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26429] ppid=26408 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/26411/task/26429/stat : 26429 (java) S 26408 26411 17726 0 -1 4202560 53 0 0 0 12 23 0 0 20 0 22 0 108772384 10060525568 635554 33554432000 1073741824 1073778376 140735859915632 139674538421064 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26411/tid=26430] ppid=26408 vsize=9824732 CPUtime=885.12 cores=1,3,5,7
/proc/26411/task/26430/stat : 26430 (java) R 26408 26411 17726 0 -1 4202560 115 0 0 0 88497 15 0 0 20 0 22 0 108772409 10060525568 635554 33554432000 1073741824 1073778376 140735859915632 139674537316048 139675038247191 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26431] ppid=26408 vsize=9824732 CPUtime=885.09 cores=1,3,5,7
/proc/26411/task/26431/stat : 26431 (java) R 26408 26411 17726 0 -1 4202560 2102 0 0 0 88460 49 0 0 20 0 22 0 108772409 10060525568 635554 33554432000 1073741824 1073778376 140735859915632 139674536262560 139675038356982 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26411/tid=26432] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26432/stat : 26432 (java) S 26408 26411 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108772410 10060525568 635554 33554432000 1073741824 1073778376 140735859915632 139674535212584 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26411/tid=26433] ppid=26408 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26411/task/26433/stat : 26433 (java) S 26408 26411 17726 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108772410 10060525568 635554 33554432000 1073741824 1073778376 140735859915632 139674534160040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 26411 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 26411 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=738310
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=202665
# CPU time returned by wait4() is 1795.94
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.452
CPU time (s): 1800.05
CPU user time (s): 1798.34
CPU system time (s): 1.71
CPU usage (%): 200.797
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.74
system time used= 2.20267
maximum resident set size= 2893256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28824
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26011
involuntary context switches= 44887

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.39888 second user time and 6.48901 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 05:00:00
IDJOB=4081632
IDBENCH=89856
IDSOLVER=2543
FILE ID=node140/4081632-1465268400
RUNJOBID= node140-1465252001-17743
PBS_JOBID= 19843256
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-807456.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081632-1465268400/watcher-4081632-1465268400 -o /tmp/evaluation-result-4081632-1465268400/solver-4081632-1465268400 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465252001-17743 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081632-1465268400.opb

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

MD5SUM BENCH= 21cf0355c32a3177f2f6fa914b5dacc6
RANDOM SEED=454026594

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27220400 kB
Buffers:          123112 kB
Cached:           133464 kB
SwapCached:         1712 kB
Active:          3152520 kB
Inactive:         190692 kB
Active(anon):    3086340 kB
Inactive(anon):     2656 kB
Active(file):      66180 kB
Inactive(file):   188036 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098688 kB
Dirty:               808 kB
Writeback:             0 kB
AnonPages:       4656044 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             600300 kB
SReclaimable:      44068 kB
SUnreclaim:       556232 kB
KernelStack:        1632 kB
PageTables:        13680 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5041012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4593664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node140 at 2016-06-07 05:14:57