Trace number 4101034

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.77 891.473

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-scsd1.opb
MD5SUM171c173d92217c349c0d73c9a0572b78
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4
Optimality of the best value was proved NO
Number of variables22800
Total number of constraints77
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints77
Minimum length of a constraint600
Maximum length of a constraint1500
Number of terms in the objective function 22800
Biggest coefficient in the objective function 748
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 542722
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 24156
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 542722
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4101034-1466212434.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
1.36/0.74	c ... done. Wall clock time 0.615s.
1.36/0.74	c declared #vars     22800
1.36/0.74	c #constraints  154
1.36/0.74	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.36/0.74	c constraints type 
1.36/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 154
1.36/0.74	c 154 constraints processed.
1.36/0.74	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.36/0.74	c constraints type 
1.36/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 154
1.36/0.74	c 154 constraints processed.
1.36/0.74	c objective function length is 22800 literals
6.86/3.04	c cleaning 2499 clauses out of 5001 with flag 10106/5001
11.70/5.35	c cleaning 4248 clauses out of 8501 with flag 22104/11000
16.91/7.95	c cleaning 5625 clauses out of 11254 with flag 36106/18001
23.15/11.02	c cleaning 6813 clauses out of 13629 with flag 52106/26001
30.49/14.65	c cleaning 7905 clauses out of 15815 with flag 70104/35000
38.49/18.66	c cleaning 8951 clauses out of 17911 with flag 90106/45001
48.02/23.35	c cleaning 9978 clauses out of 19961 with flag 112108/56002
57.85/28.27	c cleaning 10987 clauses out of 21984 with flag 136110/68003
68.70/33.67	c cleaning 11994 clauses out of 23996 with flag 162108/81002
81.49/40.09	c cleaning 12998 clauses out of 26000 with flag 190104/95000
94.49/46.57	c cleaning 13993 clauses out of 28002 with flag 220104/110000
109.88/54.15	c cleaning 15001 clauses out of 30010 with flag 252106/126001
126.13/62.24	c cleaning 15998 clauses out of 32012 with flag 286112/143004
143.30/70.78	c cleaning 17003 clauses out of 34010 with flag 322104/161000
162.53/80.28	c cleaning 18002 clauses out of 36007 with flag 360104/180000
184.84/91.27	c cleaning 18998 clauses out of 38006 with flag 400106/200001
207.40/102.37	c cleaning 19999 clauses out of 40008 with flag 442106/221001
233.03/116.05	c cleaning 20997 clauses out of 42009 with flag 486106/243001
258.90/128.96	c cleaning 22005 clauses out of 44013 with flag 532108/266002
286.45/142.50	c cleaning 23001 clauses out of 46007 with flag 580106/290001
304.10/151.32	c cleaning 0 clauses out of 5002 with flag 0/5002
319.47/159.50	c cleaning 23997 clauses out of 48007 with flag 630108/315002
352.00/175.68	c cleaning 25004 clauses out of 50011 with flag 682110/341003
389.93/194.22	c cleaning 25997 clauses out of 52005 with flag 736106/368001
428.66/213.42	c cleaning 27002 clauses out of 54007 with flag 792104/396000
468.98/233.37	c cleaning 28000 clauses out of 56005 with flag 850104/425000
512.11/255.90	c cleaning 0 clauses out of 11000 with flag 0/11000
512.74/256.26	c cleaning 28999 clauses out of 58006 with flag 910106/455001
553.07/276.13	c cleaning 29998 clauses out of 60007 with flag 973552/486001
595.30/297.01	c cleaning 31005 clauses out of 62010 with flag 1042286/518002
648.94/323.45	c cleaning 32002 clauses out of 64004 with flag 1108300/551001
717.24/357.13	c cleaning 32999 clauses out of 66005 with flag 1176306/585004
788.37/391.91	c cleaning 34000 clauses out of 68002 with flag 1246298/620000
845.24/419.65	c cleaning 34973 clauses out of 70013 with flag 1318336/656011
956.65/474.65	c cleaning 36008 clauses out of 72050 with flag 1392356/693021
979.87/486.21	c cleaning 0 clauses out of 18002 with flag 0/18002
1072.65/531.04	c cleaning 36965 clauses out of 74022 with flag 1468316/731001
1195.69/593.65	c cleaning 37985 clauses out of 76056 with flag 1546314/770000
1321.18/655.65	c cleaning 39017 clauses out of 78071 with flag 1626314/810000
1450.50/719.42	c cleaning 40007 clauses out of 80055 with flag 1708316/851001
1580.08/783.29	c cleaning 40998 clauses out of 82047 with flag 1792314/893000
1731.48/857.70	c cleaning 42001 clauses out of 84058 with flag 1878332/936009
1800.03/891.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/891.40	c starts		: 10
1800.03/891.40	c conflicts		: 958198
1800.03/891.40	c decisions		: 1084155
1800.03/891.40	c propagations		: 31712114
1800.03/891.40	c inspects		: 2903577152
1800.03/891.40	c shortcuts		: 0
1800.03/891.40	c learnt literals	: 0
1800.03/891.40	c learnt binary clauses	: 0
1800.03/891.40	c learnt ternary clauses	: 0
1800.03/891.40	c learnt constraints	: 958197
1800.03/891.40	c ignored constraints	: 0
1800.03/891.40	c root simplifications	: 0
1800.03/891.40	c removed literals (reason simplification)	: 11742590
1800.03/891.40	c reason swapping (by a shorter reason)	: 0
1800.03/891.40	c Calls to reduceDB	: 39
1800.03/891.40	c Number of update (reduction) of LBD	: 1214
1800.03/891.40	c Imported unit clauses	: 0
1800.03/891.40	c number of reductions to clauses (during analyze)	: 0
1800.03/891.40	c number of learned constraints concerned by reduction	: 0
1800.03/891.40	c number of learning phase by resolution	: 0
1800.03/891.40	c number of learning phase by cutting planes	: 0
1800.03/891.40	c speed (assignments/second)	: 35606.98393806527
1800.03/891.40	c non guided choices	44666
1800.03/891.43	c learnt constraints type 
1800.03/891.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 64246
1800.03/891.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/891.43	c starts		: 54
1800.03/891.43	c conflicts		: 25993
1800.03/891.43	c decisions		: 106058
1800.03/891.43	c propagations		: 268710
1800.03/891.43	c inspects		: 430283654
1800.03/891.43	c shortcuts		: 0
1800.03/891.43	c learnt literals	: 0
1800.03/891.43	c learnt binary clauses	: 0
1800.03/891.43	c learnt ternary clauses	: 0
1800.03/891.43	c learnt constraints	: 25992
1800.03/891.43	c ignored constraints	: 0
1800.03/891.43	c root simplifications	: 0
1800.03/891.43	c removed literals (reason simplification)	: 0
1800.03/891.43	c reason swapping (by a shorter reason)	: 0
1800.03/891.43	c Calls to reduceDB	: 3
1800.03/891.43	c Number of update (reduction) of LBD	: 0
1800.03/891.43	c Imported unit clauses	: 0
1800.03/891.43	c number of reductions to clauses (during analyze)	: 0
1800.03/891.43	c number of learned constraints concerned by reduction	: 0
1800.03/891.43	c number of learning phase by resolution	: 0
1800.03/891.43	c number of learning phase by cutting planes	: 0
1800.03/891.43	c speed (assignments/second)	: 301.7033761001883
1800.03/891.43	c non guided choices	1770
1800.03/891.44	c learnt constraints type 
1800.03/891.44	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3934
1800.03/891.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22058
1800.03/891.44	s UNKNOWN
1800.03/891.44	c Total wall clock time (in seconds): 891.314

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-4101034-1466212434/watcher-4101034-1466212434 -o /tmp/evaluation-result-4101034-1466212434/solver-4101034-1466212434 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466206051-22605 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101034-1466212434.opb 

pid=26827
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.42 4.23 4.13 4/198 26830
/proc/meminfo: memFree=27615392/32872528 swapFree=496868/529572
[pid=26830] ppid=26827 vsize=9324 CPUtime=0 cores=0,2,4,6
/proc/26830/stat : 26830 (java) R 26827 26830 22589 0 -1 4202496 324 0 0 0 0 0 0 0 20 0 1 0 23288832 9547776 182 33554432000 1073741824 1073778376 140735685307264 140735685289992 211458803072 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26830/statm: 2323 182 140 9 0 71 0

[startup+0.100116 s]
/proc/loadavg: 4.42 4.23 4.13 4/198 26830
/proc/meminfo: memFree=27615392/32872528 swapFree=496868/529572
[pid=26830] ppid=26827 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/26830/stat : 26830 (java) S 26827 26830 22589 0 -1 4202496 4433 0 1 0 8 1 0 0 20 0 18 0 23288832 9787879424 5038 33554432000 1073741824 1073778376 140735018337664 140735018328800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26830/statm: 2389619 5043 2121 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.42 4.23 4.13 4/198 26830
/proc/meminfo: memFree=27615392/32872528 swapFree=496868/529572
[pid=26830] ppid=26827 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/26830/stat : 26830 (java) S 26827 26830 22589 0 -1 4202496 5054 0 1 0 26 1 0 0 20 0 18 0 23288832 9787879424 6475 33554432000 1073741824 1073778376 140735018337664 140735018328800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26830/statm: 2389619 6475 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300288 s]
/proc/loadavg: 4.42 4.23 4.13 4/198 26830
/proc/meminfo: memFree=27615392/32872528 swapFree=496868/529572
[pid=26830] ppid=26827 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/26830/stat : 26830 (java) S 26827 26830 22589 0 -1 4202496 5515 0 1 0 45 2 0 0 20 0 18 0 23288832 9787879424 9789 33554432000 1073741824 1073778376 140735018337664 140735018328800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26830/statm: 2389619 9789 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.701599 s]
/proc/loadavg: 4.42 4.23 4.13 4/198 26830
/proc/meminfo: memFree=27615392/32872528 swapFree=496868/529572
[pid=26830] ppid=26827 vsize=9558476 CPUtime=1.36 cores=0,2,4,6
/proc/26830/stat : 26830 (java) S 26827 26830 22589 0 -1 4202496 12731 0 1 0 130 6 0 0 20 0 18 0 23288832 9787879424 47787 33554432000 1073741824 1073778376 140735018337664 140735018328800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26830/statm: 2389619 47787 2258 9 0 2380296 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9558476

[startup+1.5009 s]
/proc/loadavg: 4.42 4.23 4.13 6/220 26852
/proc/meminfo: memFree=27411028/32872528 swapFree=496868/529572
[pid=26830] ppid=26827 vsize=9824732 CPUtime=3.58 cores=0,2,4,6
/proc/26830/stat : 26830 (java) S 26827 26830 22589 0 -1 4202496 14102 0 1 0 348 10 0 0 20 0 22 0 23288832 10060525568 53350 33554432000 1073741824 1073778376 140735018337664 140735018328800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26830/statm: 2456183 53350 2278 9 0 2446860 0
[pid=26830/tid=26832] ppid=26827 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/26830/task/26832/stat : 26832 (java) S 26827 26830 22589 0 -1 4202560 2526 0 1 0 63 3 0 0 20 0 22 0 23288833 10060525568 53350 33554432000 1073741824 1073778376 140735018337664 140709106062200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26830/tid=26833] ppid=26827 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26830/task/26833/stat : 26833 (java) S 26827 26830 22589 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 23288834 10060525568 53350 33554432000 1073741824 1073778376 140735018337664 140708950079784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26834] ppid=26827 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26830/task/26834/stat : 26834 (java) S 26827 26830 22589 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 23288834 10060525568 53350 33554432000 1073741824 1073778376 140735018337664 140708949026984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26835] ppid=26827 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26830/task/26835/stat : 26835 (java) S 26827 26830 22589 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 23288834 10060525568 53350 33554432000 1073741824 1073778376 140735018337664 140708947974696 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26830/tid=26836] ppid=26827 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26830/task/26836/stat : 26836 (java) S 26827 26830 22589 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 23288834 10060525568 53350 33554432000 1073741824 1073778376 140735018337664 140708946921896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26830/tid=26837] ppid=26827 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26830/task/26837/stat : 26837 (java) S 26827 26830 22589 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 23288834 10060525568 53350 33554432000 1073741824 1073778376 140735018337664 140708945869608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26838] ppid=26827 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26830/task/26838/stat : 26838 (java) S 26827 26830 22589 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 23288834 10060525568 53350 33554432000 1073741824 1073778376 140735018337664 140708944816808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26830/tid=26839] ppid=26827 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26830/task/26839/stat : 26839 (java) S 26827 26830 22589 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 23288834 10060525568 53350 33554432000 1073741824 1073778376 140735018337664 140708943764520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26840] ppid=26827 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26830/task/26840/stat : 26840 (java) S 26827 26830 22589 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 23288834 10060525568 53350 33554432000 1073741824 1073778376 140735018337664 140708942711720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26841] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26841/stat : 26841 (java) S 26827 26830 22589 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 23288835 10060525568 53350 33554432000 1073741824 1073778376 140735018337664 140708930300136 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26842] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26842/stat : 26842 (java) S 26827 26830 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23288836 10060525568 53350 33554432000 1073741824 1073778376 140735018337664 140708929246200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26843] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26843/stat : 26843 (java) S 26827 26830 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23288836 10060525568 53350 33554432000 1073741824 1073778376 140735018337664 140708928193800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26844] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26844/stat : 26844 (java) S 26827 26830 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23288838 10060525568 53350 33554432000 1073741824 1073778376 140735018337664 140708927142288 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26845] ppid=26827 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/26830/task/26845/stat : 26845 (java) S 26827 26830 22589 0 -1 4202560 6107 0 0 0 68 0 0 0 20 0 22 0 23288838 10060525568 53350 33554432000 1073741824 1073778376 140735018337664 140708926089912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26846] ppid=26827 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/26830/task/26846/stat : 26846 (java) S 26827 26830 22589 0 -1 4202560 3986 0 0 0 51 0 0 0 20 0 22 0 23288838 10060525568 53350 33554432000 1073741824 1073778376 140735018337664 140708925037112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26830/tid=26847] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26847/stat : 26847 (java) S 26827 26830 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23288838 10060525568 53350 33554432000 1073741824 1073778376 140735018337664 140708923985016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26848] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26848/stat : 26848 (java) S 26827 26830 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23288838 10060525568 53350 33554432000 1073741824 1073778376 140735018337664 140708922932424 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26849] ppid=26827 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/26830/task/26849/stat : 26849 (java) R 26827 26830 22589 0 -1 4202560 24 0 0 0 72 0 0 0 20 0 22 0 23288907 10060525568 53350 33554432000 1073741824 1073778376 140735018337664 140708921876952 140708978505120 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26830/tid=26850] ppid=26827 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/26830/task/26850/stat : 26850 (java) R 26827 26830 22589 0 -1 4202560 23 0 0 0 73 0 0 0 20 0 22 0 23288907 10060525568 53350 33554432000 1073741824 1073778376 140735018337664 140708920823832 140708979338497 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26851] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26851/stat : 26851 (java) S 26827 26830 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23288911 10060525568 53350 33554432000 1073741824 1073778376 140735018337664 140708919772328 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26830/tid=26852] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26852/stat : 26852 (java) S 26827 26830 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23288911 10060525568 53350 33554432000 1073741824 1073778376 140735018337664 140708918719528 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.42 4.23 4.13 5/220 26852
/proc/meminfo: memFree=27408808/32872528 swapFree=496868/529572
[pid=26830] ppid=26827 vsize=9824732 CPUtime=7.09 cores=0,2,4,6
/proc/26830/stat : 26830 (java) S 26827 26830 22589 0 -1 4202496 16360 0 1 0 698 11 0 0 20 0 22 0 23288832 10060525568 53437 33554432000 1073741824 1073778376 140735018337664 140735018328800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26830/statm: 2456183 53437 2282 9 0 2446860 0
[pid=26830/tid=26832] ppid=26827 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/26830/task/26832/stat : 26832 (java) S 26827 26830 22589 0 -1 4202560 2526 0 1 0 63 3 0 0 20 0 22 0 23288833 10060525568 53437 33554432000 1073741824 1073778376 140735018337664 140709106062200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26830/tid=26833] ppid=26827 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26830/task/26833/stat : 26833 (java) S 26827 26830 22589 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 23288834 10060525568 53437 33554432000 1073741824 1073778376 140735018337664 140708950079784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26834] ppid=26827 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26830/task/26834/stat : 26834 (java) S 26827 26830 22589 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 23288834 10060525568 53437 33554432000 1073741824 1073778376 140735018337664 140708949026984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26835] ppid=26827 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26830/task/26835/stat : 26835 (java) S 26827 26830 22589 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 23288834 10060525568 53437 33554432000 1073741824 1073778376 140735018337664 140708947974696 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26830/tid=26836] ppid=26827 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26830/task/26836/stat : 26836 (java) S 26827 26830 22589 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 23288834 10060525568 53437 33554432000 1073741824 1073778376 140735018337664 140708946921896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26830/tid=26837] ppid=26827 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26830/task/26837/stat : 26837 (java) S 26827 26830 22589 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 23288834 10060525568 53437 33554432000 1073741824 1073778376 140735018337664 140708945869608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26838] ppid=26827 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26830/task/26838/stat : 26838 (java) S 26827 26830 22589 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 23288834 10060525568 53437 33554432000 1073741824 1073778376 140735018337664 140708944816808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26830/tid=26839] ppid=26827 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26830/task/26839/stat : 26839 (java) S 26827 26830 22589 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 23288834 10060525568 53437 33554432000 1073741824 1073778376 140735018337664 140708943764520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26840] ppid=26827 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/26830/task/26840/stat : 26840 (java) S 26827 26830 22589 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 23288834 10060525568 53437 33554432000 1073741824 1073778376 140735018337664 140708942711720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26841] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26841/stat : 26841 (java) S 26827 26830 22589 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23288835 10060525568 53437 33554432000 1073741824 1073778376 140735018337664 140708930300136 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26842] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26842/stat : 26842 (java) S 26827 26830 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23288836 10060525568 53437 33554432000 1073741824 1073778376 140735018337664 140708929246200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26843] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26843/stat : 26843 (java) S 26827 26830 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23288836 10060525568 53437 33554432000 1073741824 1073778376 140735018337664 140708928193800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26844] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26844/stat : 26844 (java) S 26827 26830 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23288838 10060525568 53437 33554432000 1073741824 1073778376 140735018337664 140708927142288 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26845] ppid=26827 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/26830/task/26845/stat : 26845 (java) S 26827 26830 22589 0 -1 4202560 6165 0 0 0 83 0 0 0 20 0 22 0 23288838 10060525568 53437 33554432000 1073741824 1073778376 140735018337664 140708926089912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26846] ppid=26827 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/26830/task/26846/stat : 26846 (java) S 26827 26830 22589 0 -1 4202560 6183 0 0 0 69 0 0 0 20 0 22 0 23288838 10060525568 53437 33554432000 1073741824 1073778376 140735018337664 140708925037112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26830/tid=26847] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26847/stat : 26847 (java) S 26827 26830 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23288838 10060525568 53437 33554432000 1073741824 1073778376 140735018337664 140708923985016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26848] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26848/stat : 26848 (java) S 26827 26830 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23288838 10060525568 53437 33554432000 1073741824 1073778376 140735018337664 140708922932424 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26849] ppid=26827 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/26830/task/26849/stat : 26849 (java) R 26827 26830 22589 0 -1 4202560 26 0 0 0 231 0 0 0 20 0 22 0 23288907 10060525568 53437 33554432000 1073741824 1073778376 140735018337664 140708921877064 140708979211651 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26830/tid=26850] ppid=26827 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/26830/task/26850/stat : 26850 (java) R 26827 26830 22589 0 -1 4202560 23 0 0 0 232 0 0 0 20 0 22 0 23288907 10060525568 53437 33554432000 1073741824 1073778376 140735018337664 140708920823832 140708979338559 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26851] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26851/stat : 26851 (java) S 26827 26830 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23288911 10060525568 53437 33554432000 1073741824 1073778376 140735018337664 140708919772328 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26830/tid=26852] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26852/stat : 26852 (java) S 26827 26830 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23288911 10060525568 53437 33554432000 1073741824 1073778376 140735018337664 140708918719528 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 9824732

[startup+6.30087 s]
/proc/loadavg: 4.39 4.23 4.13 5/220 26852
/proc/meminfo: memFree=27359032/32872528 swapFree=496868/529572
[pid=26830] ppid=26827 vsize=9824732 CPUtime=13.71 cores=0,2,4,6
/proc/26830/stat : 26830 (java) S 26827 26830 22589 0 -1 4202496 17022 0 1 0 1353 18 0 0 20 0 22 0 23288832 10060525568 64866 33554432000 1073741824 1073778376 140735018337664 140735018328800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26830/statm: 2456183 64866 2282 9 0 2446860 0
[pid=26830/tid=26832] ppid=26827 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/26830/task/26832/stat : 26832 (java) S 26827 26830 22589 0 -1 4202560 2526 0 1 0 63 3 0 0 20 0 22 0 23288833 10060525568 64866 33554432000 1073741824 1073778376 140735018337664 140709106062200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26830/tid=26833] ppid=26827 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/26830/task/26833/stat : 26833 (java) S 26827 26830 22589 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 22 0 23288834 10060525568 64866 33554432000 1073741824 1073778376 140735018337664 140708950079784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26830/tid=26834] ppid=26827 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/26830/task/26834/stat : 26834 (java) S 26827 26830 22589 0 -1 4202560 99 0 0 0 2 1 0 0 20 0 22 0 23288834 10060525568 64866 33554432000 1073741824 1073778376 140735018337664 140708949026984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26835] ppid=26827 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/26830/task/26835/stat : 26835 (java) S 26827 26830 22589 0 -1 4202560 96 0 0 0 2 2 0 0 20 0 22 0 23288834 10060525568 64866 33554432000 1073741824 1073778376 140735018337664 140708947974696 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26830/tid=26836] ppid=26827 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/26830/task/26836/stat : 26836 (java) S 26827 26830 22589 0 -1 4202560 108 0 0 0 4 2 0 0 20 0 22 0 23288834 10060525568 64866 33554432000 1073741824 1073778376 140735018337664 140708946921896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26837] ppid=26827 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/26830/task/26837/stat : 26837 (java) S 26827 26830 22589 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 22 0 23288834 10060525568 64866 33554432000 1073741824 1073778376 140735018337664 140708945869608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26838] ppid=26827 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/26830/task/26838/stat : 26838 (java) S 26827 26830 22589 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 22 0 23288834 10060525568 64866 33554432000 1073741824 1073778376 140735018337664 140708944816808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26830/tid=26839] ppid=26827 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/26830/task/26839/stat : 26839 (java) S 26827 26830 22589 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 23288834 10060525568 64866 33554432000 1073741824 1073778376 140735018337664 140708943764520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26840] ppid=26827 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/26830/task/26840/stat : 26840 (java) S 26827 26830 22589 0 -1 4202560 134 0 0 0 1 2 0 0 20 0 22 0 23288834 10060525568 64866 33554432000 1073741824 1073778376 140735018337664 140708942711720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26830/tid=26841] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26841/stat : 26841 (java) S 26827 26830 22589 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23288835 10060525568 64866 33554432000 1073741824 1073778376 140735018337664 140708930300136 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26842] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26842/stat : 26842 (java) S 26827 26830 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23288836 10060525568 64866 33554432000 1073741824 1073778376 140735018337664 140708929246200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26843] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26843/stat : 26843 (java) S 26827 26830 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23288836 10060525568 64866 33554432000 1073741824 1073778376 140735018337664 140708928193800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26844] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26844/stat : 26844 (java) S 26827 26830 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23288838 10060525568 64866 33554432000 1073741824 1073778376 140735018337664 140708927142288 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26845] ppid=26827 vsize=9824732 CPUtime=0.93 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.25 4.24 4.16 5/220 26940
/proc/meminfo: memFree=23771628/32872528 swapFree=496868/529572
[pid=26830] ppid=26827 vsize=9824732 CPUtime=1659.76 cores=0,2,4,6
/proc/26830/stat : 26830 (java) S 26827 26830 22589 0 -1 4202496 42180 0 1 0 165643 333 0 0 20 0 22 0 23288832 10060525568 1103346 33554432000 1073741824 1073778376 140735018337664 140735018328800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26830/statm: 2456183 1103346 2291 9 0 2446860 0
[pid=26830/tid=26832] ppid=26827 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/26830/task/26832/stat : 26832 (java) S 26827 26830 22589 0 -1 4202560 2547 0 1 0 66 4 0 0 20 0 22 0 23288833 10060525568 1103346 33554432000 1073741824 1073778376 140735018337664 140709106062200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26830/tid=26833] ppid=26827 vsize=9824732 CPUtime=5.94 cores=0,2,4,6
/proc/26830/task/26833/stat : 26833 (java) S 26827 26830 22589 0 -1 4202560 2652 0 0 0 553 41 0 0 20 0 22 0 23288834 10060525568 1103346 33554432000 1073741824 1073778376 140735018337664 140708950079784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26830/tid=26834] ppid=26827 vsize=9824732 CPUtime=6.85 cores=0,2,4,6
/proc/26830/task/26834/stat : 26834 (java) S 26827 26830 22589 0 -1 4202560 1698 0 0 0 648 37 0 0 20 0 22 0 23288834 10060525568 1103346 33554432000 1073741824 1073778376 140735018337664 140708949026984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26835] ppid=26827 vsize=9824732 CPUtime=6.55 cores=0,2,4,6
/proc/26830/task/26835/stat : 26835 (java) S 26827 26830 22589 0 -1 4202560 2688 0 0 0 617 38 0 0 20 0 22 0 23288834 10060525568 1103346 33554432000 1073741824 1073778376 140735018337664 140708947974696 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26836] ppid=26827 vsize=9824732 CPUtime=6.59 cores=0,2,4,6
/proc/26830/task/26836/stat : 26836 (java) S 26827 26830 22589 0 -1 4202560 1279 0 0 0 618 41 0 0 20 0 22 0 23288834 10060525568 1103346 33554432000 1073741824 1073778376 140735018337664 140708946921896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26830/tid=26837] ppid=26827 vsize=9824732 CPUtime=6.07 cores=0,2,4,6
/proc/26830/task/26837/stat : 26837 (java) S 26827 26830 22589 0 -1 4202560 2257 0 0 0 579 28 0 0 20 0 22 0 23288834 10060525568 1103346 33554432000 1073741824 1073778376 140735018337664 140708945869608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26830/tid=26838] ppid=26827 vsize=9824732 CPUtime=5.79 cores=0,2,4,6
/proc/26830/task/26838/stat : 26838 (java) S 26827 26830 22589 0 -1 4202560 1967 0 0 0 543 36 0 0 20 0 22 0 23288834 10060525568 1103346 33554432000 1073741824 1073778376 140735018337664 140708944816808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26839] ppid=26827 vsize=9824732 CPUtime=5.78 cores=0,2,4,6
/proc/26830/task/26839/stat : 26839 (java) S 26827 26830 22589 0 -1 4202560 1597 0 0 0 546 32 0 0 20 0 22 0 23288834 10060525568 1103346 33554432000 1073741824 1073778376 140735018337664 140708943764520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26840] ppid=26827 vsize=9824732 CPUtime=6.25 cores=0,2,4,6
/proc/26830/task/26840/stat : 26840 (java) S 26827 26830 22589 0 -1 4202560 1785 0 0 0 592 33 0 0 20 0 22 0 23288834 10060525568 1103346 33554432000 1073741824 1073778376 140735018337664 140708942711720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26830/tid=26841] ppid=26827 vsize=9824732 CPUtime=10.97 cores=0,2,4,6
/proc/26830/task/26841/stat : 26841 (java) S 26827 26830 22589 0 -1 4202560 3097 0 0 0 1087 10 0 0 20 0 22 0 23288835 10060525568 1103346 33554432000 1073741824 1073778376 140735018337664 140708930300136 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26830/tid=26842] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26842/stat : 26842 (java) S 26827 26830 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23288836 10060525568 1103346 33554432000 1073741824 1073778376 140735018337664 140708929246200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26843] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26843/stat : 26843 (java) S 26827 26830 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23288836 10060525568 1103346 33554432000 1073741824 1073778376 140735018337664 140708928193800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26844] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26844/stat : 26844 (java) S 26827 26830 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23288838 10060525568 1103346 33554432000 1073741824 1073778376 140735018337664 140708927142288 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26845] ppid=26827 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/26830/task/26845/stat : 26845 (java) S 26827 26830 22589 0 -1 4202560 6197 0 0 0 100 0 0 0 20 0 22 0 23288838 10060525568 1103346 33554432000 1073741824 1073778376 140735018337664 140708926089912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26830/tid=26846] ppid=26827 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/26830/task/26846/stat : 26846 (java) S 26827 26830 22589 0 -1 4202560 11110 0 0 0 175 2 0 0 20 0 22 0 23288838 10060525568 1103346 33554432000 1073741824 1073778376 140735018337664 140708925037112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26830/tid=26847] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26847/stat : 26847 (java) S 26827 26830 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23288838 10060525568 1103346 33554432000 1073741824 1073778376 140735018337664 140708923985016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26848] ppid=26827 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/26830/task/26848/stat : 26848 (java) S 26827 26830 22589 0 -1 4202560 47 0 0 0 15 14 0 0 20 0 22 0 23288838 10060525568 1103346 33554432000 1073741824 1073778376 140735018337664 140708922932424 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26849] ppid=26827 vsize=9824732 CPUtime=797.75 cores=0,2,4,6
/proc/26830/task/26849/stat : 26849 (java) R 26827 26830 22589 0 -1 4202560 174 0 0 0 79758 17 0 0 20 0 22 0 23288907 10060525568 1103346 33554432000 1073741824 1073778376 140735018337664 140708921877008 140708979211646 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26830/tid=26850] ppid=26827 vsize=9824732 CPUtime=797.73 cores=0,2,4,6
/proc/26830/task/26850/stat : 26850 (java) R 26827 26830 22589 0 -1 4202560 1820 0 0 0 79742 31 0 0 20 0 22 0 23288907 10060525568 1103346 33554432000 1073741824 1073778376 140735018337664 140708920822832 140708979377981 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26851] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26851/stat : 26851 (java) S 26827 26830 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23288911 10060525568 1103346 33554432000 1073741824 1073778376 140735018337664 140708919772328 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26830/tid=26852] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26852/stat : 26852 (java) S 26827 26830 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23288911 10060525568 1103346 33554432000 1073741824 1073778376 140735018337664 140708918719528 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1659.76
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.36 4.28 4.18 5/220 26941
/proc/meminfo: memFree=23647140/32872528 swapFree=496868/529572
[pid=26830] ppid=26827 vsize=9824732 CPUtime=1781.55 cores=0,2,4,6
/proc/26830/stat : 26830 (java) S 26827 26830 22589 0 -1 4202496 42388 0 1 0 177815 340 0 0 20 0 22 0 23288832 10060525568 1129039 33554432000 1073741824 1073778376 140735018337664 140735018328800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26830/statm: 2456183 1129039 2291 9 0 2446860 0
[pid=26830/tid=26832] ppid=26827 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/26830/task/26832/stat : 26832 (java) S 26827 26830 22589 0 -1 4202560 2548 0 1 0 66 4 0 0 20 0 22 0 23288833 10060525568 1129039 33554432000 1073741824 1073778376 140735018337664 140709106062200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26833] ppid=26827 vsize=9824732 CPUtime=6.47 cores=0,2,4,6
/proc/26830/task/26833/stat : 26833 (java) S 26827 26830 22589 0 -1 4202560 2704 0 0 0 605 42 0 0 20 0 22 0 23288834 10060525568 1129039 33554432000 1073741824 1073778376 140735018337664 140708950079784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26830/tid=26834] ppid=26827 vsize=9824732 CPUtime=7.33 cores=0,2,4,6
/proc/26830/task/26834/stat : 26834 (java) S 26827 26830 22589 0 -1 4202560 1715 0 0 0 696 37 0 0 20 0 22 0 23288834 10060525568 1129039 33554432000 1073741824 1073778376 140735018337664 140708949026984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26835] ppid=26827 vsize=9824732 CPUtime=6.98 cores=0,2,4,6
/proc/26830/task/26835/stat : 26835 (java) S 26827 26830 22589 0 -1 4202560 2729 0 0 0 659 39 0 0 20 0 22 0 23288834 10060525568 1129039 33554432000 1073741824 1073778376 140735018337664 140708947974696 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26830/tid=26836] ppid=26827 vsize=9824732 CPUtime=6.92 cores=0,2,4,6
/proc/26830/task/26836/stat : 26836 (java) S 26827 26830 22589 0 -1 4202560 1283 0 0 0 650 42 0 0 20 0 22 0 23288834 10060525568 1129039 33554432000 1073741824 1073778376 140735018337664 140708946921896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26830/tid=26837] ppid=26827 vsize=9824732 CPUtime=6.47 cores=0,2,4,6
/proc/26830/task/26837/stat : 26837 (java) S 26827 26830 22589 0 -1 4202560 2270 0 0 0 618 29 0 0 20 0 22 0 23288834 10060525568 1129039 33554432000 1073741824 1073778376 140735018337664 140708945869608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26830/tid=26838] ppid=26827 vsize=9824732 CPUtime=6.29 cores=0,2,4,6
/proc/26830/task/26838/stat : 26838 (java) S 26827 26830 22589 0 -1 4202560 1998 0 0 0 592 37 0 0 20 0 22 0 23288834 10060525568 1129039 33554432000 1073741824 1073778376 140735018337664 140708944816808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26839] ppid=26827 vsize=9824732 CPUtime=6.19 cores=0,2,4,6
/proc/26830/task/26839/stat : 26839 (java) S 26827 26830 22589 0 -1 4202560 1610 0 0 0 586 33 0 0 20 0 22 0 23288834 10060525568 1129039 33554432000 1073741824 1073778376 140735018337664 140708943764520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26830/tid=26840] ppid=26827 vsize=9824732 CPUtime=6.82 cores=0,2,4,6
/proc/26830/task/26840/stat : 26840 (java) S 26827 26830 22589 0 -1 4202560 1806 0 0 0 649 33 0 0 20 0 22 0 23288834 10060525568 1129039 33554432000 1073741824 1073778376 140735018337664 140708942711720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26841] ppid=26827 vsize=9824732 CPUtime=10.97 cores=0,2,4,6
/proc/26830/task/26841/stat : 26841 (java) S 26827 26830 22589 0 -1 4202560 3103 0 0 0 1087 10 0 0 20 0 22 0 23288835 10060525568 1129039 33554432000 1073741824 1073778376 140735018337664 140708930300136 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26842] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26842/stat : 26842 (java) S 26827 26830 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23288836 10060525568 1129039 33554432000 1073741824 1073778376 140735018337664 140708929246200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26843] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26843/stat : 26843 (java) S 26827 26830 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23288836 10060525568 1129039 33554432000 1073741824 1073778376 140735018337664 140708928193800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26844] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26844/stat : 26844 (java) S 26827 26830 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23288838 10060525568 1129039 33554432000 1073741824 1073778376 140735018337664 140708927142288 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26845] ppid=26827 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/26830/task/26845/stat : 26845 (java) S 26827 26830 22589 0 -1 4202560 6197 0 0 0 100 0 0 0 20 0 22 0 23288838 10060525568 1129039 33554432000 1073741824 1073778376 140735018337664 140708926089912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26830/tid=26846] ppid=26827 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/26830/task/26846/stat : 26846 (java) S 26827 26830 22589 0 -1 4202560 11110 0 0 0 175 2 0 0 20 0 22 0 23288838 10060525568 1129039 33554432000 1073741824 1073778376 140735018337664 140708925037112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26830/tid=26847] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26847/stat : 26847 (java) S 26827 26830 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23288838 10060525568 1129039 33554432000 1073741824 1073778376 140735018337664 140708923985016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26848] ppid=26827 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/26830/task/26848/stat : 26848 (java) S 26827 26830 22589 0 -1 4202560 51 0 0 0 16 15 0 0 20 0 22 0 23288838 10060525568 1129039 33554432000 1073741824 1073778376 140735018337664 140708922932424 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26849] ppid=26827 vsize=9824732 CPUtime=856.82 cores=0,2,4,6
/proc/26830/task/26849/stat : 26849 (java) R 26827 26830 22589 0 -1 4202560 174 0 0 0 85664 18 0 0 20 0 22 0 23288907 10060525568 1129039 33554432000 1073741824 1073778376 140735018337664 140708921875776 140708979275002 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26830/tid=26850] ppid=26827 vsize=9824732 CPUtime=856.8 cores=0,2,4,6
/proc/26830/task/26850/stat : 26850 (java) R 26827 26830 22589 0 -1 4202560 1825 0 0 0 85648 32 0 0 20 0 22 0 23288907 10060525568 1129039 33554432000 1073741824 1073778376 140735018337664 140708920822016 140708979224634 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26851] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26851/stat : 26851 (java) S 26827 26830 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23288911 10060525568 1129039 33554432000 1073741824 1073778376 140735018337664 140708919772328 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26830/tid=26852] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26852/stat : 26852 (java) S 26827 26830 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23288911 10060525568 1129039 33554432000 1073741824 1073778376 140735018337664 140708918719528 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1781.55
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+891.401 s]
/proc/loadavg: 4.30 4.27 4.18 5/220 26941
/proc/meminfo: memFree=23626412/32872528 swapFree=496868/529572
[pid=26830] ppid=26827 vsize=9824732 CPUtime=1800.03 cores=0,2,4,6
/proc/26830/stat : 26830 (java) S 26827 26830 22589 0 -1 4202496 42432 0 1 0 179662 341 0 0 20 0 22 0 23288832 10060525568 1134180 33554432000 1073741824 1073778376 140735018337664 140735018328800 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26830/statm: 2456183 1134180 2291 9 0 2446860 0
[pid=26830/tid=26832] ppid=26827 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/26830/task/26832/stat : 26832 (java) S 26827 26830 22589 0 -1 4202560 2548 0 1 0 66 4 0 0 20 0 22 0 23288833 10060525568 1134180 33554432000 1073741824 1073778376 140735018337664 140709106062200 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26833] ppid=26827 vsize=9824732 CPUtime=6.53 cores=0,2,4,6
/proc/26830/task/26833/stat : 26833 (java) S 26827 26830 22589 0 -1 4202560 2709 0 0 0 611 42 0 0 20 0 22 0 23288834 10060525568 1134180 33554432000 1073741824 1073778376 140735018337664 140708950079784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26834] ppid=26827 vsize=9824732 CPUtime=7.38 cores=0,2,4,6
/proc/26830/task/26834/stat : 26834 (java) S 26827 26830 22589 0 -1 4202560 1718 0 0 0 701 37 0 0 20 0 22 0 23288834 10060525568 1134180 33554432000 1073741824 1073778376 140735018337664 140708949026984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26835] ppid=26827 vsize=9824732 CPUtime=7.07 cores=0,2,4,6
/proc/26830/task/26835/stat : 26835 (java) S 26827 26830 22589 0 -1 4202560 2730 0 0 0 668 39 0 0 20 0 22 0 23288834 10060525568 1134180 33554432000 1073741824 1073778376 140735018337664 140708947974696 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26836] ppid=26827 vsize=9824732 CPUtime=7.07 cores=0,2,4,6
/proc/26830/task/26836/stat : 26836 (java) S 26827 26830 22589 0 -1 4202560 1311 0 0 0 665 42 0 0 20 0 22 0 23288834 10060525568 1134180 33554432000 1073741824 1073778376 140735018337664 140708946921896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26830/tid=26837] ppid=26827 vsize=9824732 CPUtime=6.52 cores=0,2,4,6
/proc/26830/task/26837/stat : 26837 (java) S 26827 26830 22589 0 -1 4202560 2270 0 0 0 623 29 0 0 20 0 22 0 23288834 10060525568 1134180 33554432000 1073741824 1073778376 140735018337664 140708945869608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26830/tid=26838] ppid=26827 vsize=9824732 CPUtime=6.34 cores=0,2,4,6
/proc/26830/task/26838/stat : 26838 (java) S 26827 26830 22589 0 -1 4202560 2000 0 0 0 597 37 0 0 20 0 22 0 23288834 10060525568 1134180 33554432000 1073741824 1073778376 140735018337664 140708944816808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26839] ppid=26827 vsize=9824732 CPUtime=6.24 cores=0,2,4,6
/proc/26830/task/26839/stat : 26839 (java) S 26827 26830 22589 0 -1 4202560 1612 0 0 0 591 33 0 0 20 0 22 0 23288834 10060525568 1134180 33554432000 1073741824 1073778376 140735018337664 140708943764520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26840] ppid=26827 vsize=9824732 CPUtime=6.93 cores=0,2,4,6
/proc/26830/task/26840/stat : 26840 (java) S 26827 26830 22589 0 -1 4202560 1808 0 0 0 660 33 0 0 20 0 22 0 23288834 10060525568 1134180 33554432000 1073741824 1073778376 140735018337664 140708942711720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26841] ppid=26827 vsize=9824732 CPUtime=10.97 cores=0,2,4,6
/proc/26830/task/26841/stat : 26841 (java) S 26827 26830 22589 0 -1 4202560 3103 0 0 0 1087 10 0 0 20 0 22 0 23288835 10060525568 1134180 33554432000 1073741824 1073778376 140735018337664 140708930300136 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26842] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26842/stat : 26842 (java) S 26827 26830 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23288836 10060525568 1134180 33554432000 1073741824 1073778376 140735018337664 140708929246200 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26843] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26843/stat : 26843 (java) S 26827 26830 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23288836 10060525568 1134180 33554432000 1073741824 1073778376 140735018337664 140708928193800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26844] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26844/stat : 26844 (java) S 26827 26830 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23288838 10060525568 1134180 33554432000 1073741824 1073778376 140735018337664 140708927142288 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26845] ppid=26827 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/26830/task/26845/stat : 26845 (java) S 26827 26830 22589 0 -1 4202560 6197 0 0 0 100 0 0 0 20 0 22 0 23288838 10060525568 1134180 33554432000 1073741824 1073778376 140735018337664 140708926089912 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26830/tid=26846] ppid=26827 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/26830/task/26846/stat : 26846 (java) S 26827 26830 22589 0 -1 4202560 11110 0 0 0 175 2 0 0 20 0 22 0 23288838 10060525568 1134180 33554432000 1073741824 1073778376 140735018337664 140708925037112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26830/tid=26847] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26847/stat : 26847 (java) S 26827 26830 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23288838 10060525568 1134180 33554432000 1073741824 1073778376 140735018337664 140708923985016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26848] ppid=26827 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/26830/task/26848/stat : 26848 (java) S 26827 26830 22589 0 -1 4202560 51 0 0 0 17 15 0 0 20 0 22 0 23288838 10060525568 1134180 33554432000 1073741824 1073778376 140735018337664 140708922932424 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26830/tid=26849] ppid=26827 vsize=9824732 CPUtime=865.75 cores=0,2,4,6
/proc/26830/task/26849/stat : 26849 (java) R 26827 26830 22589 0 -1 4202560 175 0 0 0 86557 18 0 0 20 0 22 0 23288907 10060525568 1134180 33554432000 1073741824 1073778376 140735018337664 140708921876864 140708979274980 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26830/tid=26850] ppid=26827 vsize=9824732 CPUtime=865.73 cores=0,2,4,6
/proc/26830/task/26850/stat : 26850 (java) R 26827 26830 22589 0 -1 4202560 1825 0 0 0 86541 32 0 0 20 0 22 0 23288907 10060525568 1134180 33554432000 1073741824 1073778376 140735018337664 140708920822976 140708979417858 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26830/tid=26851] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26851/stat : 26851 (java) S 26827 26830 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23288911 10060525568 1134180 33554432000 1073741824 1073778376 140735018337664 140708919772328 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26830/tid=26852] ppid=26827 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26830/task/26852/stat : 26852 (java) S 26827 26830 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23288911 10060525568 1134180 33554432000 1073741824 1073778376 140735018337664 140708918719528 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 26830 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 891.473
CPU time (s): 1800.77
CPU user time (s): 1796.86
CPU system time (s): 3.91141
CPU usage (%): 201.999
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.86
system time used= 3.9114
maximum resident set size= 4536868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42483
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= 24240
involuntary context switches= 30884

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.66314 second user time and 7.36388 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-18 03:13:54
IDJOB=4101034
IDBENCH=1692
IDSOLVER=2543
FILE ID=node141/4101034-1466212434
RUNJOBID= node141-1466206051-22605
PBS_JOBID= 19918136
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-scsd1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101034-1466212434/watcher-4101034-1466212434 -o /tmp/evaluation-result-4101034-1466212434/solver-4101034-1466212434 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466206051-22605 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101034-1466212434.opb

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

MD5SUM BENCH= 171c173d92217c349c0d73c9a0572b78
RANDOM SEED=558436869

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27615772 kB
Buffers:           49480 kB
Cached:            90972 kB
SwapCached:         2552 kB
Active:          3929308 kB
Inactive:          85052 kB
Active(anon):    3873712 kB
Inactive(anon):     2556 kB
Active(file):      55596 kB
Inactive(file):    82496 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099000 kB
Dirty:              1624 kB
Writeback:             0 kB
AnonPages:       4457716 kB
Mapped:            15480 kB
Shmem:                 0 kB
Slab:             573780 kB
SReclaimable:      17640 kB
SUnreclaim:       556140 kB
KernelStack:        1816 kB
PageTables:        12828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4886420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3897344 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= 71724 MiB
End job on node141 at 2016-06-18 03:28:46