Trace number 4101482

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
MIPLIB/miplib/normalized-reduced-mps-v2-20-10-vpm1.opb
MD5SUM7d8a1496a778abf94cc39a37abc46ff3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark67.7647
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 51
Optimality of the best value was proved NO
Number of variables2754
Total number of constraints444
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 constraints444
Minimum length of a constraint11
Maximum length of a constraint82
Number of terms in the objective function 168
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 168
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 204800
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524341
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.09/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.09/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.10	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-4101482-1466214308.opb
0.09/0.13	c reading problem ... 
0.09/0.14	c  objective function found
0.51/0.36	c ... done. Wall clock time 0.227s.
0.51/0.36	c declared #vars     2754
0.51/0.36	c #constraints  486
0.51/0.36	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.51/0.36	c constraints type 
0.51/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 486
0.51/0.36	c 486 constraints processed.
0.51/0.37	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.51/0.37	c constraints type 
0.51/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 486
0.51/0.37	c 486 constraints processed.
0.51/0.37	c objective function length is 168 literals
3.61/1.15	c cleaning 2499 clauses out of 5000 with flag 10114/5000
5.21/1.63	c cleaning 4250 clauses out of 8501 with flag 22115/11000
6.45/2.22	c cleaning 5622 clauses out of 11251 with flag 36116/18000
8.16/3.05	c cleaning 6814 clauses out of 13629 with flag 52116/26000
10.52/4.03	c cleaning 7904 clauses out of 15815 with flag 70116/35000
13.00/5.28	c cleaning 8954 clauses out of 17912 with flag 90118/45001
16.49/6.96	c cleaning 9977 clauses out of 19957 with flag 112117/56000
16.49/6.97	c cleaning 0 clauses out of 5001 with flag 0/5001
20.65/8.85	c cleaning 10990 clauses out of 21982 with flag 136121/68002
25.32/11.03	c cleaning 11991 clauses out of 23990 with flag 162117/81000
30.79/13.75	c cleaning 12999 clauses out of 25999 with flag 190117/95000
37.39/17.00	c cleaning 13999 clauses out of 28000 with flag 220117/110000
43.86/20.26	c cleaning 14999 clauses out of 30001 with flag 252117/126000
51.53/24.02	c cleaning 15997 clauses out of 32002 with flag 286117/143000
59.53/28.05	c cleaning 0 clauses out of 11001 with flag 0/11001
61.36/28.96	c cleaning 17002 clauses out of 34005 with flag 322117/161000
71.01/33.78	c cleaning 17999 clauses out of 36003 with flag 360117/180000
82.25/39.39	c cleaning 19000 clauses out of 38004 with flag 400118/200000
96.11/46.27	c cleaning 19999 clauses out of 40005 with flag 442120/221001
111.54/53.93	c cleaning 21001 clauses out of 42006 with flag 486120/243001
127.77/62.06	c cleaning 22002 clauses out of 44005 with flag 532120/266001
145.39/70.83	c cleaning 22995 clauses out of 46002 with flag 580118/290000
165.06/80.69	c cleaning 24004 clauses out of 48009 with flag 630122/315002
166.06/81.19	c cleaning 0 clauses out of 18002 with flag 0/18002
188.30/92.29	c cleaning 24995 clauses out of 50003 with flag 682122/341000
214.55/105.36	c cleaning 26001 clauses out of 52008 with flag 736122/368000
242.41/119.26	c cleaning 26999 clauses out of 54008 with flag 792124/396001
273.66/134.81	c cleaning 28001 clauses out of 56008 with flag 850124/425000
310.58/153.29	c cleaning 29000 clauses out of 58009 with flag 910128/455002
352.55/174.11	c cleaning 30000 clauses out of 60008 with flag 972126/486001
393.91/194.77	c cleaning 31001 clauses out of 62007 with flag 1036124/518000
436.56/215.97	c cleaning 32002 clauses out of 64009 with flag 1102130/551003
467.14/231.16	c cleaning 0 clauses out of 26001 with flag 0/26001
482.84/238.91	c cleaning 33002 clauses out of 66006 with flag 1170128/585002
532.42/263.64	c cleaning 33997 clauses out of 68003 with flag 1240126/620001
584.31/289.41	c cleaning 35002 clauses out of 70005 with flag 1312124/656000
637.81/316.01	c cleaning 36000 clauses out of 72003 with flag 1386124/693000
694.93/344.41	c cleaning 36998 clauses out of 74004 with flag 1462126/731001
755.89/374.84	c cleaning 38003 clauses out of 76007 with flag 1540129/770002
826.00/409.78	c cleaning 38996 clauses out of 78004 with flag 1620129/810002
910.57/451.76	c cleaning 40001 clauses out of 80006 with flag 1702127/851000
986.10/489.21	c cleaning 0 clauses out of 35002 with flag 0/35002
999.57/495.94	c cleaning 41002 clauses out of 82006 with flag 1786129/893001
1085.57/538.81	c cleaning 41999 clauses out of 84003 with flag 1872128/936000
1171.02/581.39	c cleaning 43001 clauses out of 86004 with flag 1960130/980000
1259.32/625.26	c cleaning 43999 clauses out of 88005 with flag 2050135/1025002
1351.83/671.20	c cleaning 44997 clauses out of 90004 with flag 2142131/1071000
1448.26/719.14	c cleaning 46002 clauses out of 92009 with flag 2236138/1118002
1546.98/768.12	c cleaning 0 clauses out of 45001 with flag 0/45001
1552.60/770.94	c cleaning 46999 clauses out of 94005 with flag 2332136/1166000
1669.21/828.88	c cleaning 48002 clauses out of 96008 with flag 2430143/1215002
1789.34/888.80	c cleaning 48997 clauses out of 98004 with flag 2530139/1265000
1800.02/894.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/894.00	c starts		: 8
1800.02/894.00	c conflicts		: 1272322
1800.02/894.00	c decisions		: 1274015
1800.02/894.00	c propagations		: 6979243
1800.02/894.00	c inspects		: 12012257422
1800.02/894.00	c shortcuts		: 0
1800.02/894.00	c learnt literals	: 0
1800.02/894.00	c learnt binary clauses	: 0
1800.02/894.00	c learnt ternary clauses	: 0
1800.02/894.00	c learnt constraints	: 1272322
1800.02/894.00	c ignored constraints	: 0
1800.02/894.00	c root simplifications	: 0
1800.02/894.00	c removed literals (reason simplification)	: 6414555
1800.02/894.00	c reason swapping (by a shorter reason)	: 0
1800.02/894.00	c Calls to reduceDB	: 46
1800.02/894.00	c Number of update (reduction) of LBD	: 44
1800.02/894.00	c Imported unit clauses	: 0
1800.02/894.00	c number of reductions to clauses (during analyze)	: 0
1800.02/894.00	c number of learned constraints concerned by reduction	: 0
1800.02/894.00	c number of learning phase by resolution	: 0
1800.02/894.00	c number of learning phase by cutting planes	: 0
1800.02/894.00	c speed (assignments/second)	: 7810.002808771873
1800.02/894.00	c non guided choices	0
1800.02/894.03	c learnt constraints type 
1800.02/894.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 56330
1800.02/894.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/894.03	c starts		: 66
1800.02/894.03	c conflicts		: 48309
1800.02/894.03	c decisions		: 56085
1800.02/894.03	c propagations		: 459209
1800.02/894.03	c inspects		: 1133524341
1800.02/894.03	c shortcuts		: 0
1800.02/894.03	c learnt literals	: 0
1800.02/894.03	c learnt binary clauses	: 0
1800.02/894.03	c learnt ternary clauses	: 0
1800.02/894.03	c learnt constraints	: 48308
1800.02/894.03	c ignored constraints	: 0
1800.02/894.03	c root simplifications	: 0
1800.02/894.03	c removed literals (reason simplification)	: 0
1800.02/894.03	c reason swapping (by a shorter reason)	: 0
1800.02/894.03	c Calls to reduceDB	: 6
1800.02/894.03	c Number of update (reduction) of LBD	: 0
1800.02/894.03	c Imported unit clauses	: 0
1800.02/894.03	c number of reductions to clauses (during analyze)	: 0
1800.02/894.03	c number of learned constraints concerned by reduction	: 0
1800.02/894.03	c number of learning phase by resolution	: 0
1800.02/894.03	c number of learning phase by cutting planes	: 0
1800.02/894.03	c speed (assignments/second)	: 513.85719928697
1800.02/894.03	c non guided choices	56
1800.02/894.05	c learnt constraints type 
1800.02/894.05	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 7822
1800.02/894.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 40486
1800.02/894.05	s UNKNOWN
1800.02/894.05	c Total wall clock time (in seconds): 893.915

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-4101482-1466214308/watcher-4101482-1466214308 -o /tmp/evaluation-result-4101482-1466214308/solver-4101482-1466214308 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14490 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101482-1466214308.opb 

pid=17794
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.10 4.07 4.08 4/197 17797
/proc/meminfo: memFree=29533300/32872528 swapFree=338416/354768
[pid=17797] ppid=17794 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/17797/stat : 17797 (java) R 17794 17797 14474 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 23477576 9515008 163 33554432000 1073741824 1073778376 140733367888688 140733367885816 242166809344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17797/statm: 2323 174 132 9 0 71 0

[startup+0.100102 s]
/proc/loadavg: 4.10 4.07 4.08 4/197 17797
/proc/meminfo: memFree=29533300/32872528 swapFree=338416/354768
[pid=17797] ppid=17794 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/17797/stat : 17797 (java) S 17794 17797 14474 0 -1 4202496 4291 0 1 0 8 1 0 0 20 0 18 0 23477576 9787879424 5408 33554432000 1073741824 1073778376 140733367888688 140733367879824 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17797/statm: 2389619 5411 2088 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200306 s]
/proc/loadavg: 4.10 4.07 4.08 4/197 17797
/proc/meminfo: memFree=29533300/32872528 swapFree=338416/354768
[pid=17797] ppid=17794 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/17797/stat : 17797 (java) S 17794 17797 14474 0 -1 4202496 4700 0 1 0 22 1 0 0 20 0 18 0 23477576 9787879424 6787 33554432000 1073741824 1073778376 140733367888688 140733367879824 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17797/statm: 2389619 6787 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300289 s]
/proc/loadavg: 4.10 4.07 4.08 4/197 17797
/proc/meminfo: memFree=29533300/32872528 swapFree=338416/354768
[pid=17797] ppid=17794 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/17797/stat : 17797 (java) S 17794 17797 14474 0 -1 4202496 6813 0 1 0 49 2 0 0 20 0 18 0 23477576 9787879424 9550 33554432000 1073741824 1073778376 140733367888688 140733367879824 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17797/statm: 2389619 9550 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700181 s]
/proc/loadavg: 4.10 4.07 4.08 4/197 17797
/proc/meminfo: memFree=29533300/32872528 swapFree=338416/354768
[pid=17797] ppid=17794 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/17797/stat : 17797 (java) S 17794 17797 14474 0 -1 4202496 17817 0 1 0 200 4 0 0 20 0 22 0 23477576 10060525568 19818 33554432000 1073741824 1073778376 140733367888688 140733367879824 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17797/statm: 2456183 19818 2253 9 0 2446860 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.10 4.07 4.08 7/219 17819
/proc/meminfo: memFree=29417432/32872528 swapFree=338416/354768
[pid=17797] ppid=17794 vsize=9824732 CPUtime=4.97 cores=0,2,4,6
/proc/17797/stat : 17797 (java) S 17794 17797 14474 0 -1 4202496 25877 0 1 0 490 7 0 0 20 0 22 0 23477576 10060525568 46068 33554432000 1073741824 1073778376 140733367888688 140733367879824 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17797/statm: 2456183 46068 2282 9 0 2446860 0
[pid=17797/tid=17799] ppid=17794 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/17797/task/17799/stat : 17799 (java) S 17794 17797 14474 0 -1 4202560 2428 0 1 0 32 1 0 0 20 0 22 0 23477577 10060525568 46068 33554432000 1073741824 1073778376 140733367888688 140261531526008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17800] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17800/stat : 17800 (java) S 17794 17797 14474 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23477578 10060525568 46068 33554432000 1073741824 1073778376 140733367888688 140261493017000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17801] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17801/stat : 17801 (java) S 17794 17797 14474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23477578 10060525568 46068 33554432000 1073741824 1073778376 140733367888688 140261491964456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17802] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17802/stat : 17802 (java) S 17794 17797 14474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23477578 10060525568 46068 33554432000 1073741824 1073778376 140733367888688 140261490911400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17803] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17803/stat : 17803 (java) S 17794 17797 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23477578 10060525568 46068 33554432000 1073741824 1073778376 140733367888688 140261489858856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17804] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17804/stat : 17804 (java) S 17794 17797 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23477578 10060525568 46068 33554432000 1073741824 1073778376 140733367888688 140261488806824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17797/tid=17805] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17805/stat : 17805 (java) S 17794 17797 14474 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23477578 10060525568 46068 33554432000 1073741824 1073778376 140733367888688 140261487754280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17797/tid=17806] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17806/stat : 17806 (java) S 17794 17797 14474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23477578 10060525568 46068 33554432000 1073741824 1073778376 140733367888688 140261486701224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17807] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17807/stat : 17807 (java) S 17794 17797 14474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23477578 10060525568 46068 33554432000 1073741824 1073778376 140733367888688 140261367737128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17797/tid=17808] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17808/stat : 17808 (java) S 17794 17797 14474 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23477579 10060525568 46068 33554432000 1073741824 1073778376 140733367888688 140261355538792 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17809] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17809/stat : 17809 (java) S 17794 17797 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23477580 10060525568 46068 33554432000 1073741824 1073778376 140733367888688 140261354485112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17810] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17810/stat : 17810 (java) S 17794 17797 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23477580 10060525568 46068 33554432000 1073741824 1073778376 140733367888688 140261353431944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17811] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17811/stat : 17811 (java) S 17794 17797 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23477583 10060525568 46068 33554432000 1073741824 1073778376 140733367888688 140261352380688 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17812] ppid=17794 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/17797/task/17812/stat : 17812 (java) S 17794 17797 14474 0 -1 4202560 8226 0 0 0 116 2 0 0 20 0 22 0 23477583 10060525568 46068 33554432000 1073741824 1073778376 140733367888688 140260612762424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17813] ppid=17794 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/17797/task/17813/stat : 17813 (java) S 17794 17797 14474 0 -1 4202560 13736 0 0 0 116 4 0 0 20 0 22 0 23477583 10060525568 46068 33554432000 1073741824 1073778376 140733367888688 140260611709880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17797/tid=17814] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17814/stat : 17814 (java) S 17794 17797 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23477583 10060525568 46068 33554432000 1073741824 1073778376 140733367888688 140260610657016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17797/tid=17815] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17815/stat : 17815 (java) S 17794 17797 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23477583 10060525568 46068 33554432000 1073741824 1073778376 140733367888688 140260609604680 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17816] ppid=17794 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/17797/task/17816/stat : 17816 (java) R 17794 17797 14474 0 -1 4202560 24 0 0 0 106 0 0 0 20 0 22 0 23477613 10060525568 46068 33554432000 1073741824 1073778376 140733367888688 140260608549544 140261368540255 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17797/tid=17817] ppid=17794 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/17797/task/17817/stat : 17817 (java) R 17794 17797 14474 0 -1 4202560 89 0 0 0 107 2 0 0 20 0 22 0 23477613 10060525568 46068 33554432000 1073741824 1073778376 140733367888688 140260607496712 140261368611246 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17818] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17818/stat : 17818 (java) S 17794 17797 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23477614 10060525568 46068 33554432000 1073741824 1073778376 140733367888688 140260606444328 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17819] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17819/stat : 17819 (java) S 17794 17797 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23477614 10060525568 46068 33554432000 1073741824 1073778376 140733367888688 140260605391784 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.97
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.17 4.08 4.08 5/219 17819
/proc/meminfo: memFree=29259488/32872528 swapFree=338416/354768
[pid=17797] ppid=17794 vsize=9824732 CPUtime=8.39 cores=0,2,4,6
/proc/17797/stat : 17797 (java) S 17794 17797 14474 0 -1 4202496 26151 0 1 0 825 14 0 0 20 0 22 0 23477576 10060525568 88698 33554432000 1073741824 1073778376 140733367888688 140733367879824 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17797/statm: 2456183 88698 2282 9 0 2446860 0
[pid=17797/tid=17799] ppid=17794 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/17797/task/17799/stat : 17799 (java) S 17794 17797 14474 0 -1 4202560 2428 0 1 0 32 1 0 0 20 0 22 0 23477577 10060525568 88698 33554432000 1073741824 1073778376 140733367888688 140261531526008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17800] ppid=17794 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/17797/task/17800/stat : 17800 (java) S 17794 17797 14474 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 23477578 10060525568 88698 33554432000 1073741824 1073778376 140733367888688 140261493017000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17801] ppid=17794 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/17797/task/17801/stat : 17801 (java) S 17794 17797 14474 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 23477578 10060525568 88698 33554432000 1073741824 1073778376 140733367888688 140261491964456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17802] ppid=17794 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/17797/task/17802/stat : 17802 (java) S 17794 17797 14474 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 23477578 10060525568 88698 33554432000 1073741824 1073778376 140733367888688 140261490911400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17803] ppid=17794 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/17797/task/17803/stat : 17803 (java) S 17794 17797 14474 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 23477578 10060525568 88698 33554432000 1073741824 1073778376 140733367888688 140261489858856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17797/tid=17804] ppid=17794 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/17797/task/17804/stat : 17804 (java) S 17794 17797 14474 0 -1 4202560 25 0 0 0 1 2 0 0 20 0 22 0 23477578 10060525568 88698 33554432000 1073741824 1073778376 140733367888688 140261488806824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17805] ppid=17794 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/17797/task/17805/stat : 17805 (java) S 17794 17797 14474 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 23477578 10060525568 88698 33554432000 1073741824 1073778376 140733367888688 140261487754280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17806] ppid=17794 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/17797/task/17806/stat : 17806 (java) S 17794 17797 14474 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 23477578 10060525568 88698 33554432000 1073741824 1073778376 140733367888688 140261486701224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17807] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17807/stat : 17807 (java) S 17794 17797 14474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23477578 10060525568 88698 33554432000 1073741824 1073778376 140733367888688 140261367737128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17797/tid=17808] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17808/stat : 17808 (java) S 17794 17797 14474 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23477579 10060525568 88698 33554432000 1073741824 1073778376 140733367888688 140261355538792 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17797/tid=17809] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17809/stat : 17809 (java) S 17794 17797 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23477580 10060525568 88698 33554432000 1073741824 1073778376 140733367888688 140261354485112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17810] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17810/stat : 17810 (java) S 17794 17797 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23477580 10060525568 88698 33554432000 1073741824 1073778376 140733367888688 140261353431944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17811] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17811/stat : 17811 (java) S 17794 17797 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23477583 10060525568 88698 33554432000 1073741824 1073778376 140733367888688 140261352380688 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17812] ppid=17794 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/17797/task/17812/stat : 17812 (java) S 17794 17797 14474 0 -1 4202560 8227 0 0 0 125 2 0 0 20 0 22 0 23477583 10060525568 88698 33554432000 1073741824 1073778376 140733367888688 140260612762424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17813] ppid=17794 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/17797/task/17813/stat : 17813 (java) S 17794 17797 14474 0 -1 4202560 13736 0 0 0 120 4 0 0 20 0 22 0 23477583 10060525568 88698 33554432000 1073741824 1073778376 140733367888688 140260611709880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17797/tid=17814] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17814/stat : 17814 (java) S 17794 17797 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23477583 10060525568 88698 33554432000 1073741824 1073778376 140733367888688 140260610657016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17797/tid=17815] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17815/stat : 17815 (java) S 17794 17797 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23477583 10060525568 88698 33554432000 1073741824 1073778376 140733367888688 140260609604680 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17797/tid=17816] ppid=17794 vsize=9824732 CPUtime=2.58 cores=0,2,4,6
/proc/17797/task/17816/stat : 17816 (java) R 17794 17797 14474 0 -1 4202560 25 0 0 0 258 0 0 0 20 0 22 0 23477613 10060525568 88698 33554432000 1073741824 1073778376 140733367888688 140260608549320 140261368670875 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17797/tid=17817] ppid=17794 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/17797/task/17817/stat : 17817 (java) R 17794 17797 14474 0 -1 4202560 155 0 0 0 257 5 0 0 20 0 22 0 23477613 10060525568 88698 33554432000 1073741824 1073778376 140733367888688 140260607495368 140261368495032 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17818] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17818/stat : 17818 (java) S 17794 17797 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23477614 10060525568 88698 33554432000 1073741824 1073778376 140733367888688 140260606444328 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17819] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17819/stat : 17819 (java) S 17794 17797 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23477614 10060525568 88698 33554432000 1073741824 1073778376 140733367888688 140260605391784 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.39
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.17 4.08 4.08 5/219 17819
/proc/meminfo: memFree=28932720/32872528 swapFree=338416/354768
[pid=17797] ppid=17794 vsize=9824732 CPUtime=15.28 cores=0,2,4,6
/proc/17797/stat : 17797 (java) S 17794 17797 14474 0 -1 4202496 30613 0 1 0 1504 24 0 0 20 0 22 0 23477576 10060525568 160286 33554432000 1073741824 1073778376 140733367888688 140733367879824 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17797/statm: 2456183 160286 2282 9 0 2446860 0
[pid=17797/tid=17799] ppid=17794 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/17797/task/17799/stat : 17799 (java) S 17794 17797 14474 0 -1 4202560 2429 0 1 0 32 2 0 0 20 0 22 0 23477577 10060525568 160286 33554432000 1073741824 1073778376 140733367888688 140261531526008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17800] ppid=17794 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/17797/task/17800/stat : 17800 (java) S 17794 17797 14474 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 23477578 10060525568 160286 33554432000 1073741824 1073778376 140733367888688 140261493017000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17797/tid=17801] ppid=17794 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17801/stat : 17801 (java) S 17794 17797 14474 0 -1 4202560 44 0 0 0 6 2 0 0 20 0 22 0 23477578 10060525568 160286 33554432000 1073741824 1073778376 140733367888688 140261491964456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17797/tid=17802] ppid=17794 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/17797/task/17802/stat : 17802 (java) S 17794 17797 14474 0 -1 4202560 38 0 0 0 6 1 0 0 20 0 22 0 23477578 10060525568 160286 33554432000 1073741824 1073778376 140733367888688 140261490911400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17803] ppid=17794 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/17797/task/17803/stat : 17803 (java) S 17794 17797 14474 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 22 0 23477578 10060525568 160286 33554432000 1073741824 1073778376 140733367888688 140261489858856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17797/tid=17804] ppid=17794 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/17797/task/17804/stat : 17804 (java) S 17794 17797 14474 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 22 0 23477578 10060525568 160286 33554432000 1073741824 1073778376 140733367888688 140261488806824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17797/tid=17805] ppid=17794 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/17797/task/17805/stat : 17805 (java) S 17794 17797 14474 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 22 0 23477578 10060525568 160286 33554432000 1073741824 1073778376 140733367888688 140261487754280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17797/tid=17806] ppid=17794 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/17797/task/17806/stat : 17806 (java) S 17794 17797 14474 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 22 0 23477578 10060525568 160286 33554432000 1073741824 1073778376 140733367888688 140261486701224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17807] ppid=17794 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/17797/task/17807/stat : 17807 (java) S 17794 17797 14474 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 23477578 10060525568 160286 33554432000 1073741824 1073778376 140733367888688 140261367737128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17797/tid=17808] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17808/stat : 17808 (java) S 17794 17797 14474 0 -1 4202560 461 0 0 0 0 0 0 0 20 0 22 0 23477579 10060525568 160286 33554432000 1073741824 1073778376 140733367888688 140261355538792 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17809] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17809/stat : 17809 (java) S 17794 17797 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23477580 10060525568 160286 33554432000 1073741824 1073778376 140733367888688 140261354485112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17810] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17810/stat : 17810 (java) S 17794 17797 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23477580 10060525568 160286 33554432000 1073741824 1073778376 140733367888688 140261353431944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17811] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17811/stat : 17811 (java) S 17794 17797 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23477583 10060525568 160286 33554432000 1073741824 1073778376 140733367888688 140261352380688 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17812] ppid=17794 vsize=9824732 CPUtime=1.58 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.06 4.14 4.08 5/219 17906
/proc/meminfo: memFree=25077360/32872528 swapFree=338416/354768
[pid=17797] ppid=17794 vsize=9824732 CPUtime=1656.16 cores=0,2,4,6
/proc/17797/stat : 17797 (java) S 17794 17797 14474 0 -1 4202496 39386 0 1 0 165480 136 0 0 20 0 22 0 23477576 10060525568 529820 33554432000 1073741824 1073778376 140733367888688 140733367879824 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17797/statm: 2456183 529820 2293 9 0 2446860 0
[pid=17797/tid=17799] ppid=17794 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/17797/task/17799/stat : 17799 (java) S 17794 17797 14474 0 -1 4202560 2440 0 1 0 35 3 0 0 20 0 22 0 23477577 10060525568 529820 33554432000 1073741824 1073778376 140733367888688 140261531526008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17800] ppid=17794 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/17797/task/17800/stat : 17800 (java) S 17794 17797 14474 0 -1 4202560 347 0 0 0 271 5 0 0 20 0 22 0 23477578 10060525568 529820 33554432000 1073741824 1073778376 140733367888688 140261493017000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17797/tid=17801] ppid=17794 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/17797/task/17801/stat : 17801 (java) S 17794 17797 14474 0 -1 4202560 374 0 0 0 275 7 0 0 20 0 22 0 23477578 10060525568 529820 33554432000 1073741824 1073778376 140733367888688 140261491964456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17797/tid=17802] ppid=17794 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/17797/task/17802/stat : 17802 (java) S 17794 17797 14474 0 -1 4202560 405 0 0 0 266 8 0 0 20 0 22 0 23477578 10060525568 529820 33554432000 1073741824 1073778376 140733367888688 140261490911400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17797/tid=17803] ppid=17794 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/17797/task/17803/stat : 17803 (java) S 17794 17797 14474 0 -1 4202560 347 0 0 0 272 5 0 0 20 0 22 0 23477578 10060525568 529820 33554432000 1073741824 1073778376 140733367888688 140261489858856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17804] ppid=17794 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/17797/task/17804/stat : 17804 (java) S 17794 17797 14474 0 -1 4202560 365 0 0 0 280 6 0 0 20 0 22 0 23477578 10060525568 529820 33554432000 1073741824 1073778376 140733367888688 140261488806824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17805] ppid=17794 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/17797/task/17805/stat : 17805 (java) S 17794 17797 14474 0 -1 4202560 389 0 0 0 265 9 0 0 20 0 22 0 23477578 10060525568 529820 33554432000 1073741824 1073778376 140733367888688 140261487754280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17797/tid=17806] ppid=17794 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/17797/task/17806/stat : 17806 (java) S 17794 17797 14474 0 -1 4202560 354 0 0 0 263 6 0 0 20 0 22 0 23477578 10060525568 529820 33554432000 1073741824 1073778376 140733367888688 140261486701224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17797/tid=17807] ppid=17794 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/17797/task/17807/stat : 17807 (java) S 17794 17797 14474 0 -1 4202560 352 0 0 0 262 5 0 0 20 0 22 0 23477578 10060525568 529820 33554432000 1073741824 1073778376 140733367888688 140261367737128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17808] ppid=17794 vsize=9824732 CPUtime=0.68 cores=0,2,4,6
/proc/17797/task/17808/stat : 17808 (java) S 17794 17797 14474 0 -1 4202560 1329 0 0 0 44 24 0 0 20 0 22 0 23477579 10060525568 529820 33554432000 1073741824 1073778376 140733367888688 140261355538792 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17797/tid=17809] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17809/stat : 17809 (java) S 17794 17797 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23477580 10060525568 529820 33554432000 1073741824 1073778376 140733367888688 140261354485112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17810] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17810/stat : 17810 (java) S 17794 17797 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23477580 10060525568 529820 33554432000 1073741824 1073778376 140733367888688 140261353431944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17811] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17811/stat : 17811 (java) S 17794 17797 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23477583 10060525568 529820 33554432000 1073741824 1073778376 140733367888688 140261352380688 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17812] ppid=17794 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/17797/task/17812/stat : 17812 (java) S 17794 17797 14474 0 -1 4202560 16042 0 0 0 215 3 0 0 20 0 22 0 23477583 10060525568 529820 33554432000 1073741824 1073778376 140733367888688 140260612762424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17813] ppid=17794 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/17797/task/17813/stat : 17813 (java) S 17794 17797 14474 0 -1 4202560 13737 0 0 0 134 4 0 0 20 0 22 0 23477583 10060525568 529820 33554432000 1073741824 1073778376 140733367888688 140260611709880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17797/tid=17814] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17814/stat : 17814 (java) S 17794 17797 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23477583 10060525568 529820 33554432000 1073741824 1073778376 140733367888688 140260610657016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17797/tid=17815] ppid=17794 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/17797/task/17815/stat : 17815 (java) S 17794 17797 14474 0 -1 4202560 47 0 0 0 17 15 0 0 20 0 22 0 23477583 10060525568 529820 33554432000 1073741824 1073778376 140733367888688 140260609604680 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17816] ppid=17794 vsize=9824732 CPUtime=814.66 cores=0,2,4,6
/proc/17797/task/17816/stat : 17816 (java) R 17794 17797 14474 0 -1 4202560 204 0 0 0 81451 15 0 0 20 0 22 0 23477613 10060525568 529820 33554432000 1073741824 1073778376 140733367888688 140260608547576 140261368670095 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17817] ppid=17794 vsize=9824732 CPUtime=814.73 cores=0,2,4,6
/proc/17797/task/17817/stat : 17817 (java) R 17794 17797 14474 0 -1 4202560 1389 0 0 0 81420 53 0 0 20 0 22 0 23477613 10060525568 529820 33554432000 1073741824 1073778376 140733367888688 140260607495712 140261368471088 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17797/tid=17818] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17818/stat : 17818 (java) S 17794 17797 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23477614 10060525568 529820 33554432000 1073741824 1073778376 140733367888688 140260606444328 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17819] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17819/stat : 17819 (java) S 17794 17797 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23477614 10060525568 529820 33554432000 1073741824 1073778376 140733367888688 140260605391784 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1656.16
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.06 4.13 4.08 5/219 17908
/proc/meminfo: memFree=24942820/32872528 swapFree=338416/354768
[pid=17797] ppid=17794 vsize=9824732 CPUtime=1776.45 cores=0,2,4,6
/proc/17797/stat : 17797 (java) S 17794 17797 14474 0 -1 4202496 39440 0 1 0 177506 139 0 0 20 0 22 0 23477576 10060525568 521636 33554432000 1073741824 1073778376 140733367888688 140733367879824 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17797/statm: 2456183 521636 2293 9 0 2446860 0
[pid=17797/tid=17799] ppid=17794 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/17797/task/17799/stat : 17799 (java) S 17794 17797 14474 0 -1 4202560 2440 0 1 0 35 3 0 0 20 0 22 0 23477577 10060525568 521636 33554432000 1073741824 1073778376 140733367888688 140261531526008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17800] ppid=17794 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/17797/task/17800/stat : 17800 (java) S 17794 17797 14474 0 -1 4202560 347 0 0 0 295 5 0 0 20 0 22 0 23477578 10060525568 521636 33554432000 1073741824 1073778376 140733367888688 140261493017000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17801] ppid=17794 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/17797/task/17801/stat : 17801 (java) S 17794 17797 14474 0 -1 4202560 374 0 0 0 294 7 0 0 20 0 22 0 23477578 10060525568 521636 33554432000 1073741824 1073778376 140733367888688 140261491964456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17797/tid=17802] ppid=17794 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/17797/task/17802/stat : 17802 (java) S 17794 17797 14474 0 -1 4202560 405 0 0 0 284 8 0 0 20 0 22 0 23477578 10060525568 521636 33554432000 1073741824 1073778376 140733367888688 140261490911400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17797/tid=17803] ppid=17794 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/17797/task/17803/stat : 17803 (java) S 17794 17797 14474 0 -1 4202560 347 0 0 0 294 6 0 0 20 0 22 0 23477578 10060525568 521636 33554432000 1073741824 1073778376 140733367888688 140261489858856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17797/tid=17804] ppid=17794 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/17797/task/17804/stat : 17804 (java) S 17794 17797 14474 0 -1 4202560 365 0 0 0 310 6 0 0 20 0 22 0 23477578 10060525568 521636 33554432000 1073741824 1073778376 140733367888688 140261488806824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17805] ppid=17794 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/17797/task/17805/stat : 17805 (java) S 17794 17797 14474 0 -1 4202560 389 0 0 0 288 9 0 0 20 0 22 0 23477578 10060525568 521636 33554432000 1073741824 1073778376 140733367888688 140261487754280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17797/tid=17806] ppid=17794 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/17797/task/17806/stat : 17806 (java) S 17794 17797 14474 0 -1 4202560 354 0 0 0 282 6 0 0 20 0 22 0 23477578 10060525568 521636 33554432000 1073741824 1073778376 140733367888688 140261486701224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17797/tid=17807] ppid=17794 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/17797/task/17807/stat : 17807 (java) S 17794 17797 14474 0 -1 4202560 352 0 0 0 279 5 0 0 20 0 22 0 23477578 10060525568 521636 33554432000 1073741824 1073778376 140733367888688 140261367737128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17808] ppid=17794 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/17797/task/17808/stat : 17808 (java) S 17794 17797 14474 0 -1 4202560 1357 0 0 0 88 26 0 0 20 0 22 0 23477579 10060525568 521636 33554432000 1073741824 1073778376 140733367888688 140261355538792 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17809] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17809/stat : 17809 (java) S 17794 17797 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23477580 10060525568 521636 33554432000 1073741824 1073778376 140733367888688 140261354485112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17810] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17810/stat : 17810 (java) S 17794 17797 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23477580 10060525568 521636 33554432000 1073741824 1073778376 140733367888688 140261353431944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17811] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17811/stat : 17811 (java) S 17794 17797 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23477583 10060525568 521636 33554432000 1073741824 1073778376 140733367888688 140261352380688 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17812] ppid=17794 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/17797/task/17812/stat : 17812 (java) S 17794 17797 14474 0 -1 4202560 16042 0 0 0 215 3 0 0 20 0 22 0 23477583 10060525568 521636 33554432000 1073741824 1073778376 140733367888688 140260612762424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17813] ppid=17794 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/17797/task/17813/stat : 17813 (java) S 17794 17797 14474 0 -1 4202560 13737 0 0 0 134 4 0 0 20 0 22 0 23477583 10060525568 521636 33554432000 1073741824 1073778376 140733367888688 140260611709880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17797/tid=17814] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17814/stat : 17814 (java) S 17794 17797 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23477583 10060525568 521636 33554432000 1073741824 1073778376 140733367888688 140260610657016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17797/tid=17815] ppid=17794 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/17797/task/17815/stat : 17815 (java) S 17794 17797 14474 0 -1 4202560 51 0 0 0 19 16 0 0 20 0 22 0 23477583 10060525568 521636 33554432000 1073741824 1073778376 140733367888688 140260609604680 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17816] ppid=17794 vsize=9824732 CPUtime=873.72 cores=0,2,4,6
/proc/17797/task/17816/stat : 17816 (java) R 17794 17797 14474 0 -1 4202560 216 0 0 0 87356 16 0 0 20 0 22 0 23477613 10060525568 521636 33554432000 1073741824 1073778376 140733367888688 140260608548192 140261368540312 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17797/tid=17817] ppid=17794 vsize=9824732 CPUtime=873.8 cores=0,2,4,6
/proc/17797/task/17817/stat : 17817 (java) R 17794 17797 14474 0 -1 4202560 1399 0 0 0 87326 54 0 0 20 0 22 0 23477613 10060525568 521636 33554432000 1073741824 1073778376 140733367888688 140260607494784 140261368469307 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17818] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17818/stat : 17818 (java) S 17794 17797 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23477614 10060525568 521636 33554432000 1073741824 1073778376 140733367888688 140260606444328 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17819] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17819/stat : 17819 (java) S 17794 17797 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23477614 10060525568 521636 33554432000 1073741824 1073778376 140733367888688 140260605391784 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1776.45
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.001 s]
/proc/loadavg: 4.05 4.12 4.08 5/220 17911
/proc/meminfo: memFree=24948896/32872528 swapFree=338416/354768
[pid=17797] ppid=17794 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/17797/stat : 17797 (java) S 17794 17797 14474 0 -1 4202496 39445 0 1 0 179862 140 0 0 20 0 22 0 23477576 10060525568 520065 33554432000 1073741824 1073778376 140733367888688 140733367879824 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17797/statm: 2456183 520065 2293 9 0 2446860 0
[pid=17797/tid=17799] ppid=17794 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/17797/task/17799/stat : 17799 (java) S 17794 17797 14474 0 -1 4202560 2440 0 1 0 35 3 0 0 20 0 22 0 23477577 10060525568 520065 33554432000 1073741824 1073778376 140733367888688 140261531526008 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17800] ppid=17794 vsize=9824732 CPUtime=3.07 cores=0,2,4,6
/proc/17797/task/17800/stat : 17800 (java) S 17794 17797 14474 0 -1 4202560 347 0 0 0 302 5 0 0 20 0 22 0 23477578 10060525568 520065 33554432000 1073741824 1073778376 140733367888688 140261493017000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17797/tid=17801] ppid=17794 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/17797/task/17801/stat : 17801 (java) S 17794 17797 14474 0 -1 4202560 374 0 0 0 299 7 0 0 20 0 22 0 23477578 10060525568 520065 33554432000 1073741824 1073778376 140733367888688 140261491964456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17797/tid=17802] ppid=17794 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/17797/task/17802/stat : 17802 (java) S 17794 17797 14474 0 -1 4202560 405 0 0 0 289 9 0 0 20 0 22 0 23477578 10060525568 520065 33554432000 1073741824 1073778376 140733367888688 140261490911400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17797/tid=17803] ppid=17794 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/17797/task/17803/stat : 17803 (java) S 17794 17797 14474 0 -1 4202560 347 0 0 0 299 6 0 0 20 0 22 0 23477578 10060525568 520065 33554432000 1073741824 1073778376 140733367888688 140261489858856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17804] ppid=17794 vsize=9824732 CPUtime=3.2 cores=0,2,4,6
/proc/17797/task/17804/stat : 17804 (java) S 17794 17797 14474 0 -1 4202560 365 0 0 0 314 6 0 0 20 0 22 0 23477578 10060525568 520065 33554432000 1073741824 1073778376 140733367888688 140261488806824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17805] ppid=17794 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/17797/task/17805/stat : 17805 (java) S 17794 17797 14474 0 -1 4202560 389 0 0 0 293 9 0 0 20 0 22 0 23477578 10060525568 520065 33554432000 1073741824 1073778376 140733367888688 140261487754280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17797/tid=17806] ppid=17794 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/17797/task/17806/stat : 17806 (java) S 17794 17797 14474 0 -1 4202560 354 0 0 0 290 6 0 0 20 0 22 0 23477578 10060525568 520065 33554432000 1073741824 1073778376 140733367888688 140261486701224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17797/tid=17807] ppid=17794 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/17797/task/17807/stat : 17807 (java) S 17794 17797 14474 0 -1 4202560 352 0 0 0 284 5 0 0 20 0 22 0 23477578 10060525568 520065 33554432000 1073741824 1073778376 140733367888688 140261367737128 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17808] ppid=17794 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/17797/task/17808/stat : 17808 (java) S 17794 17797 14474 0 -1 4202560 1357 0 0 0 88 27 0 0 20 0 22 0 23477579 10060525568 520065 33554432000 1073741824 1073778376 140733367888688 140261355538792 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17809] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17809/stat : 17809 (java) S 17794 17797 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23477580 10060525568 520065 33554432000 1073741824 1073778376 140733367888688 140261354485112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17810] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17810/stat : 17810 (java) S 17794 17797 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23477580 10060525568 520065 33554432000 1073741824 1073778376 140733367888688 140261353431944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17811] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17811/stat : 17811 (java) S 17794 17797 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23477583 10060525568 520065 33554432000 1073741824 1073778376 140733367888688 140261352380688 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17812] ppid=17794 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/17797/task/17812/stat : 17812 (java) S 17794 17797 14474 0 -1 4202560 16042 0 0 0 215 3 0 0 20 0 22 0 23477583 10060525568 520065 33554432000 1073741824 1073778376 140733367888688 140260612762424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17813] ppid=17794 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/17797/task/17813/stat : 17813 (java) S 17794 17797 14474 0 -1 4202560 13737 0 0 0 134 4 0 0 20 0 22 0 23477583 10060525568 520065 33554432000 1073741824 1073778376 140733367888688 140260611709880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17797/tid=17814] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17814/stat : 17814 (java) S 17794 17797 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23477583 10060525568 520065 33554432000 1073741824 1073778376 140733367888688 140260610657016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17797/tid=17815] ppid=17794 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/17797/task/17815/stat : 17815 (java) S 17794 17797 14474 0 -1 4202560 51 0 0 0 19 16 0 0 20 0 22 0 23477583 10060525568 520065 33554432000 1073741824 1073778376 140733367888688 140260609604680 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17816] ppid=17794 vsize=9824732 CPUtime=885.28 cores=0,2,4,6
/proc/17797/task/17816/stat : 17816 (java) R 17794 17797 14474 0 -1 4202560 220 0 0 0 88512 16 0 0 20 0 22 0 23477613 10060525568 520065 33554432000 1073741824 1073778376 140733367888688 140260608548208 140261368010690 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17817] ppid=17794 vsize=9824732 CPUtime=885.35 cores=0,2,4,6
/proc/17797/task/17817/stat : 17817 (java) R 17794 17797 14474 0 -1 4202560 1400 0 0 0 88481 54 0 0 20 0 22 0 23477613 10060525568 520065 33554432000 1073741824 1073778376 140733367888688 140260607494784 140261368469104 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17797/tid=17818] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17818/stat : 17818 (java) S 17794 17797 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23477614 10060525568 520065 33554432000 1073741824 1073778376 140733367888688 140260606444328 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17797/tid=17819] ppid=17794 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17797/task/17819/stat : 17819 (java) S 17794 17797 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23477614 10060525568 520065 33554432000 1073741824 1073778376 140733367888688 140260605391784 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 17797 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 894.062
CPU time (s): 1800.74
CPU user time (s): 1798.82
CPU system time (s): 1.92071
CPU usage (%): 201.411
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.82
system time used= 1.92071
maximum resident set size= 2828148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39487
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32202
involuntary context switches= 48087

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.92295 second user time and 6.20606 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 03:45:08
IDJOB=4101482
IDBENCH=1755
IDSOLVER=2543
FILE ID=node126/4101482-1466214308
RUNJOBID= node126-1466206074-14490
PBS_JOBID= 19918151
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-vpm1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101482-1466214308/watcher-4101482-1466214308 -o /tmp/evaluation-result-4101482-1466214308/solver-4101482-1466214308 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14490 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101482-1466214308.opb

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

MD5SUM BENCH= 7d8a1496a778abf94cc39a37abc46ff3
RANDOM SEED=503660538

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29534108 kB
Buffers:           96228 kB
Cached:           103056 kB
SwapCached:         1076 kB
Active:          2108748 kB
Inactive:         136908 kB
Active(anon):    2048092 kB
Inactive(anon):     1004 kB
Active(file):      60656 kB
Inactive(file):   135904 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100100 kB
Dirty:              1028 kB
Writeback:             0 kB
AnonPages:       2400824 kB
Mapped:            15420 kB
Shmem:                 0 kB
Slab:             601852 kB
SReclaimable:      45708 kB
SUnreclaim:       556144 kB
KernelStack:        1608 kB
PageTables:         9416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2587672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2007040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node126 at 2016-06-18 04:00:03