Trace number 4085132

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 Resolution PB16? (TO) 1800.71 1794.15

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat50_6_9_9_mh.opb
MD5SUM361e90d7cecbe172d79499041722735d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark319069963
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129800
Biggest coefficient in the objective function 99897344
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 68832465136
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 99897344
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 68832465136
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4085132-1465335388.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
5.30/3.88	c ... done. Wall clock time 3.784s.
5.30/3.88	c declared #vars     250200
5.30/3.88	c #constraints  610314
5.30/3.88	c constraints type 
5.30/3.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121326
5.30/3.88	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
5.30/3.88	c org.sat4j.specs.Constr$1 => 3
5.30/3.88	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
5.30/3.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 367550
5.30/3.88	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 121375
5.30/3.88	c 610314 constraints processed.
5.30/3.88	c objective function length is 129800 literals
152.15/150.13	c cleaning 2500 clauses out of 5000 with flag 34999/5000
277.66/275.51	c cleaning 4243 clauses out of 8500 with flag 74329/11000
326.38/324.28	c cleaning 5622 clauses out of 11258 with flag 109500/18001
374.41/372.28	c cleaning 6807 clauses out of 13635 with flag 165808/26000
414.04/411.82	c cleaning 7908 clauses out of 15828 with flag 237151/35000
477.05/474.80	c cleaning 8944 clauses out of 17922 with flag 300753/45002
521.68/519.30	c cleaning 9985 clauses out of 19979 with flag 382926/56003
572.40/569.91	c cleaning 10966 clauses out of 21992 with flag 474712/68001
633.12/630.67	c cleaning 12012 clauses out of 24027 with flag 570702/81002
702.34/699.82	c cleaning 13006 clauses out of 26015 with flag 669564/95002
771.21/768.18	c cleaning 13990 clauses out of 28008 with flag 793827/110001
845.87/842.21	c cleaning 14994 clauses out of 30017 with flag 912829/126000
907.88/904.23	c cleaning 15988 clauses out of 32023 with flag 1064123/143000
984.70/981.10	c cleaning 17016 clauses out of 34037 with flag 1232358/161002
1080.42/1076.78	c cleaning 18003 clauses out of 36019 with flag 1354647/180000
1165.50/1161.39	c cleaning 18972 clauses out of 38016 with flag 1487430/200000
1245.77/1241.37	c cleaning 19992 clauses out of 40044 with flag 1642343/221000
1346.07/1341.13	c cleaning 21017 clauses out of 42052 with flag 1810845/243000
1437.56/1432.05	c cleaning 21985 clauses out of 44035 with flag 2000360/266000
1531.40/1525.84	c cleaning 22987 clauses out of 46050 with flag 2182640/290000
1622.22/1616.65	c cleaning 24005 clauses out of 48063 with flag 2389767/315000
1800.00/1794.10	c starts		: 508
1800.00/1794.10	c conflicts		: 332474
1800.00/1794.10	c decisions		: 2384772
1800.00/1794.10	c propagations		: 586488099
1800.00/1794.10	c inspects		: 8368122694
1800.00/1794.10	c shortcuts		: 0
1800.00/1794.10	c learnt literals	: 0
1800.00/1794.10	c learnt binary clauses	: 10
1800.00/1794.10	c learnt ternary clauses	: 1
1800.00/1794.10	c learnt constraints	: 332474
1800.00/1794.10	c ignored constraints	: 0
1800.00/1794.10	c root simplifications	: 0
1800.00/1794.10	c removed literals (reason simplification)	: 0
1800.00/1794.10	c reason swapping (by a shorter reason)	: 0
1800.00/1794.10	c Calls to reduceDB	: 21
1800.00/1794.10	c Number of update (reduction) of LBD	: 252798
1800.00/1794.10	c Imported unit clauses	: 0
1800.00/1794.10	c number of reductions to clauses (during analyze)	: 0
1800.00/1794.10	c number of learned constraints concerned by reduction	: 0
1800.00/1794.10	c number of learning phase by resolution	: 0
1800.00/1794.10	c number of learning phase by cutting planes	: 0
1800.00/1794.10	c speed (assignments/second)	: 327623.6123959297
1800.00/1794.10	c non guided choices	0
1800.00/1794.12	c learnt constraints type 
1800.00/1794.12	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1800.00/1794.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 41522
1800.00/1794.12	s UNKNOWN
1800.00/1794.12	c Total wall clock time (in seconds): 1794.022

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 26246
/proc/meminfo: memFree=30313460/32872528 swapFree=10608/190480
[pid=26246] ppid=26243 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/26246/stat : 26246 (java) S 26243 26246 27127 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 115474193 98570240 977 33554432000 1073741824 1073778376 140736220391424 140736220382560 249653395517 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26246/statm: 24065 977 743 9 0 16771 0
[pid=26246/tid=26247] ppid=26243 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26247/stat : 26247 (java) R 26243 26246 27127 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 115474193 98570240 978 33554432000 1073741824 1073778376 140736220391424 140411532553768 249650038144 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100209 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 26246
/proc/meminfo: memFree=30313460/32872528 swapFree=10608/190480
[pid=26246] ppid=26243 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/26246/stat : 26246 (java) S 26243 26246 27127 0 -1 4202496 4521 0 1 0 9 2 0 0 20 0 18 0 115474193 9787879424 6150 33554432000 1073741824 1073778376 140736220391424 140736220382560 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26246/statm: 2389619 6150 2157 9 0 2380296 0
[pid=26246/tid=26247] ppid=26243 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/26246/task/26247/stat : 26247 (java) R 26243 26246 27127 0 -1 4202560 2376 0 1 0 6 2 0 0 20 0 18 0 115474193 9787879424 6150 33554432000 1073741824 1073778376 140736220391424 140411532557216 249653421325 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200383 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 26246
/proc/meminfo: memFree=30313460/32872528 swapFree=10608/190480
[pid=26246] ppid=26243 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/26246/stat : 26246 (java) S 26243 26246 27127 0 -1 4202496 5320 0 1 0 30 2 0 0 20 0 18 0 115474193 9787879424 8640 33554432000 1073741824 1073778376 140736220391424 140736220382560 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26246/statm: 2389619 8640 2227 9 0 2380296 0
[pid=26246/tid=26247] ppid=26243 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/26246/task/26247/stat : 26247 (java) R 26243 26246 27127 0 -1 4202560 2395 0 1 0 16 2 0 0 20 0 18 0 115474193 9787879424 8640 33554432000 1073741824 1073778376 140736220391424 140411532549664 140411356116540 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9558476

[startup+0.300382 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 26246
/proc/meminfo: memFree=30313460/32872528 swapFree=10608/190480
[pid=26246] ppid=26243 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/26246/stat : 26246 (java) S 26243 26246 27127 0 -1 4202496 5566 0 1 0 44 3 0 0 20 0 18 0 115474193 9787879424 15292 33554432000 1073741824 1073778376 140736220391424 140736220382560 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26246/statm: 2389619 15292 2231 9 0 2380296 0
[pid=26246/tid=26247] ppid=26243 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/26246/task/26247/stat : 26247 (java) R 26243 26246 27127 0 -1 4202560 2408 0 1 0 25 3 0 0 20 0 18 0 115474193 9787879424 15292 33554432000 1073741824 1073778376 140736220391424 140411532549664 140411356518560 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700237 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 26246
/proc/meminfo: memFree=30313460/32872528 swapFree=10608/190480
[pid=26246] ppid=26243 vsize=9558476 CPUtime=1.19 cores=1,3,5,7
/proc/26246/stat : 26246 (java) S 26243 26246 27127 0 -1 4202496 6320 0 1 0 108 11 0 0 20 0 18 0 115474193 9787879424 53732 33554432000 1073741824 1073778376 140736220391424 140736220382560 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26246/statm: 2389619 53732 2252 9 0 2380296 0
[pid=26246/tid=26247] ppid=26243 vsize=9558476 CPUtime=0.61 cores=1,3,5,7
/proc/26246/task/26247/stat : 26247 (java) S 26243 26246 27127 0 -1 4202560 2458 0 1 0 56 5 0 0 20 0 18 0 115474193 9787879424 53732 33554432000 1073741824 1073778376 140736220391424 140411532556232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 2.00 2.01 2.00 3/212 26264
/proc/meminfo: memFree=30083840/32872528 swapFree=10608/190480
[pid=26246] ppid=26243 vsize=9558476 CPUtime=2.58 cores=1,3,5,7
/proc/26246/stat : 26246 (java) S 26243 26246 27127 0 -1 4202496 12198 0 1 0 236 22 0 0 20 0 18 0 115474193 9787879424 96538 33554432000 1073741824 1073778376 140736220391424 140736220382560 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26246/statm: 2389619 96538 2271 9 0 2380296 0
[pid=26246/tid=26247] ppid=26243 vsize=9558476 CPUtime=1.33 cores=1,3,5,7
/proc/26246/task/26247/stat : 26247 (java) R 26243 26246 27127 0 -1 4202560 2520 0 1 0 127 6 0 0 20 0 18 0 115474193 9787879424 96538 33554432000 1073741824 1073778376 140736220391424 140411532550272 249653421325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26249] ppid=26243 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/26246/task/26249/stat : 26249 (java) S 26243 26246 27127 0 -1 4202560 149 0 0 0 8 4 0 0 20 0 18 0 115474194 9787879424 96538 33554432000 1073741824 1073778376 140736220391424 140411494050088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26246/tid=26250] ppid=26243 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/26246/task/26250/stat : 26250 (java) S 26243 26246 27127 0 -1 4202560 113 0 0 0 4 2 0 0 20 0 18 0 115474194 9787879424 96538 33554432000 1073741824 1073778376 140736220391424 140411492997288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26251] ppid=26243 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/26246/task/26251/stat : 26251 (java) S 26243 26246 27127 0 -1 4202560 35 0 0 0 4 1 0 0 20 0 18 0 115474194 9787879424 96538 33554432000 1073741824 1073778376 140736220391424 140411491945000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26246/tid=26252] ppid=26243 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/26246/task/26252/stat : 26252 (java) S 26243 26246 27127 0 -1 4202560 128 0 0 0 3 2 0 0 20 0 18 0 115474194 9787879424 96538 33554432000 1073741824 1073778376 140736220391424 140411490892200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26253] ppid=26243 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/26246/task/26253/stat : 26253 (java) S 26243 26246 27127 0 -1 4202560 41 0 0 0 4 2 0 0 20 0 18 0 115474194 9787879424 96538 33554432000 1073741824 1073778376 140736220391424 140411489839912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26254] ppid=26243 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/26246/task/26254/stat : 26254 (java) S 26243 26246 27127 0 -1 4202560 120 0 0 0 4 1 0 0 20 0 18 0 115474194 9787879424 96538 33554432000 1073741824 1073778376 140736220391424 140411488787112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26246/tid=26255] ppid=26243 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/26246/task/26255/stat : 26255 (java) S 26243 26246 27127 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 18 0 115474194 9787879424 96538 33554432000 1073741824 1073778376 140736220391424 140411487734824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26256] ppid=26243 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/26246/task/26256/stat : 26256 (java) S 26243 26246 27127 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 115474194 9787879424 96538 33554432000 1073741824 1073778376 140736220391424 140411486682024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26257] ppid=26243 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26257/stat : 26257 (java) S 26243 26246 27127 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 115474195 9787879424 96538 33554432000 1073741824 1073778376 140736220391424 140411356047592 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26258] ppid=26243 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26258/stat : 26258 (java) S 26243 26246 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 115474196 9787879424 96538 33554432000 1073741824 1073778376 140736220391424 140411354993656 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26259] ppid=26243 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26259/stat : 26259 (java) S 26243 26246 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 115474196 9787879424 96538 33554432000 1073741824 1073778376 140736220391424 140411353941256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26260] ppid=26243 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26260/stat : 26260 (java) S 26243 26246 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 115474198 9787879424 96538 33554432000 1073741824 1073778376 140736220391424 140411352889744 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26261] ppid=26243 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/26246/task/26261/stat : 26261 (java) S 26243 26246 27127 0 -1 4202560 2814 0 0 0 30 0 0 0 20 0 18 0 115474198 9787879424 96538 33554432000 1073741824 1073778376 140736220391424 140411351837368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26262] ppid=26243 vsize=9558476 CPUtime=0.34 cores=1,3,5,7
/proc/26246/task/26262/stat : 26262 (java) S 26243 26246 27127 0 -1 4202560 4783 0 0 0 33 1 0 0 20 0 18 0 115474198 9787879424 96538 33554432000 1073741824 1073778376 140736220391424 140411350784568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26246/tid=26263] ppid=26243 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26263/stat : 26263 (java) S 26243 26246 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 115474198 9787879424 96538 33554432000 1073741824 1073778376 140736220391424 140411349732472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26264] ppid=26243 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26264/stat : 26264 (java) S 26243 26246 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 115474198 9787879424 96538 33554432000 1073741824 1073778376 140736220391424 140411348679880 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 9558476

[startup+3.10083 s]
/proc/loadavg: 2.00 2.01 2.00 3/212 26264
/proc/meminfo: memFree=29903928/32872528 swapFree=10608/190480
[pid=26246] ppid=26243 vsize=9558476 CPUtime=4.38 cores=1,3,5,7
/proc/26246/stat : 26246 (java) S 26243 26246 27127 0 -1 4202496 12622 0 1 0 408 30 0 0 20 0 18 0 115474193 9787879424 154157 33554432000 1073741824 1073778376 140736220391424 140736220382560 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26246/statm: 2389619 154157 2272 9 0 2380296 0
[pid=26246/tid=26247] ppid=26243 vsize=9558476 CPUtime=2.88 cores=1,3,5,7
/proc/26246/task/26247/stat : 26247 (java) R 26243 26246 27127 0 -1 4202560 2796 0 1 0 279 9 0 0 20 0 18 0 115474193 9787879424 154157 33554432000 1073741824 1073778376 140736220391424 140411532550128 249653421325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26249] ppid=26243 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/26246/task/26249/stat : 26249 (java) S 26243 26246 27127 0 -1 4202560 173 0 0 0 11 5 0 0 20 0 18 0 115474194 9787879424 154157 33554432000 1073741824 1073778376 140736220391424 140411494050088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26246/tid=26250] ppid=26243 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/26246/task/26250/stat : 26250 (java) S 26243 26246 27127 0 -1 4202560 116 0 0 0 5 2 0 0 20 0 18 0 115474194 9787879424 154157 33554432000 1073741824 1073778376 140736220391424 140411492997288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26246/tid=26251] ppid=26243 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/26246/task/26251/stat : 26251 (java) S 26243 26246 27127 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 18 0 115474194 9787879424 154157 33554432000 1073741824 1073778376 140736220391424 140411491945000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26246/tid=26252] ppid=26243 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/26246/task/26252/stat : 26252 (java) S 26243 26246 27127 0 -1 4202560 144 0 0 0 5 2 0 0 20 0 18 0 115474194 9787879424 154157 33554432000 1073741824 1073778376 140736220391424 140411490892200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26253] ppid=26243 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/26246/task/26253/stat : 26253 (java) S 26243 26246 27127 0 -1 4202560 80 0 0 0 5 2 0 0 20 0 18 0 115474194 9787879424 154157 33554432000 1073741824 1073778376 140736220391424 140411489839912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26254] ppid=26243 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/26246/task/26254/stat : 26254 (java) S 26243 26246 27127 0 -1 4202560 127 0 0 0 5 2 0 0 20 0 18 0 115474194 9787879424 154157 33554432000 1073741824 1073778376 140736220391424 140411488787112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26255] ppid=26243 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/26246/task/26255/stat : 26255 (java) S 26243 26246 27127 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 18 0 115474194 9787879424 154157 33554432000 1073741824 1073778376 140736220391424 140411487734824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26256] ppid=26243 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/26246/task/26256/stat : 26256 (java) S 26243 26246 27127 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 18 0 115474194 9787879424 154157 33554432000 1073741824 1073778376 140736220391424 140411486682024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26257] ppid=26243 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26257/stat : 26257 (java) S 26243 26246 27127 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 115474195 9787879424 154157 33554432000 1073741824 1073778376 140736220391424 140411356047592 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26258] ppid=26243 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26258/stat : 26258 (java) S 26243 26246 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 115474196 9787879424 154157 33554432000 1073741824 1073778376 140736220391424 140411354993656 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26259] ppid=26243 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26259/stat : 26259 (java) S 26243 26246 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 115474196 9787879424 154157 33554432000 1073741824 1073778376 140736220391424 140411353941256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26260] ppid=26243 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26260/stat : 26260 (java) S 26243 26246 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 115474198 9787879424 154157 33554432000 1073741824 1073778376 140736220391424 140411352889744 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26261] ppid=26243 vsize=9558476 CPUtime=0.34 cores=1,3,5,7
/proc/26246/task/26261/stat : 26261 (java) S 26243 26246 27127 0 -1 4202560 2829 0 0 0 34 0 0 0 20 0 18 0 115474198 9787879424 154157 33554432000 1073741824 1073778376 140736220391424 140411351837368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26262] ppid=26243 vsize=9558476 CPUtime=0.39 cores=1,3,5,7
/proc/26246/task/26262/stat : 26262 (java) S 26243 26246 27127 0 -1 4202560 4806 0 0 0 37 2 0 0 20 0 18 0 115474198 9787879424 154157 33554432000 1073741824 1073778376 140736220391424 140411350784568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26246/tid=26263] ppid=26243 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26263/stat : 26263 (java) S 26243 26246 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 115474198 9787879424 154157 33554432000 1073741824 1073778376 140736220391424 140411349732472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26264] ppid=26243 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26264/stat : 26264 (java) S 26243 26246 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 115474198 9787879424 154157 33554432000 1073741824 1073778376 140736220391424 140411348679880 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 9558476

[startup+6.30084 s]
/proc/loadavg: 1.92 1.99 1.99 3/213 26265
/proc/meminfo: memFree=29641776/32872528 swapFree=10608/190480
[pid=26246] ppid=26243 vsize=9625040 CPUtime=8.26 cores=1,3,5,7
/proc/26246/stat : 26246 (java) S 26243 26246 27127 0 -1 4202496 13800 0 1 0 790 36 0 0 20 0 19 0 115474193 9856040960 169543 33554432000 1073741824 1073778376 140736220391424 140736220382560 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26246/statm: 2406260 169543 2281 9 0 2396937 0
[pid=26246/tid=26247] ppid=26243 vsize=9625040 CPUtime=6 cores=1,3,5,7
/proc/26246/task/26247/stat : 26247 (java) R 26243 26246 27127 0 -1 4202560 2813 0 1 0 590 10 0 0 20 0 19 0 115474193 9856040960 169543 33554432000 1073741824 1073778376 140736220391424 140411532556640 140411356895227 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26246/tid=26249] ppid=26243 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/26246/task/26249/stat : 26249 (java) S 26243 26246 27127 0 -1 4202560 178 0 0 0 12 5 0 0 20 0 19 0 115474194 9856040960 169543 33554432000 1073741824 1073778376 140736220391424 140411494050088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26246/tid=26250] ppid=26243 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/26246/task/26250/stat : 26250 (java) S 26243 26246 27127 0 -1 4202560 122 0 0 0 6 2 0 0 20 0 19 0 115474194 9856040960 169543 33554432000 1073741824 1073778376 140736220391424 140411492997288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26246/tid=26251] ppid=26243 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/26246/task/26251/stat : 26251 (java) S 26243 26246 27127 0 -1 4202560 62 0 0 0 11 3 0 0 20 0 19 0 115474194 9856040960 169543 33554432000 1073741824 1073778376 140736220391424 140411491945000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26246/tid=26252] ppid=26243 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/26246/task/26252/stat : 26252 (java) S 26243 26246 27127 0 -1 4202560 152 0 0 0 6 3 0 0 20 0 19 0 115474194 9856040960 169543 33554432000 1073741824 1073778376 140736220391424 140411490892200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26246/tid=26253] ppid=26243 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/26246/task/26253/stat : 26253 (java) S 26243 26246 27127 0 -1 4202560 107 0 0 0 10 4 0 0 20 0 19 0 115474194 9856040960 169543 33554432000 1073741824 1073778376 140736220391424 140411489839912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26254] ppid=26243 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/26246/task/26254/stat : 26254 (java) S 26243 26246 27127 0 -1 4202560 139 0 0 0 8 3 0 0 20 0 19 0 115474194 9856040960 169543 33554432000 1073741824 1073778376 140736220391424 140411488787112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26246/tid=26255] ppid=26243 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/26246/task/26255/stat : 26255 (java) S 26243 26246 27127 0 -1 4202560 49 0 0 0 6 3 0 0 20 0 19 0 115474194 9856040960 169543 33554432000 1073741824 1073778376 140736220391424 140411487734824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26246/tid=26256] ppid=26243 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/26246/task/26256/stat : 26256 (java) S 26243 26246 27127 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 19 0 115474194 9856040960 169543 33554432000 1073741824 1073778376 140736220391424 140411486682024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26246/tid=26257] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26257/stat : 26257 (java) S 26243 26246 27127 0 -1 4202560 485 0 0 0 0 0 0 0 20 0 19 0 115474195 9856040960 169543 33554432000 1073741824 1073778376 140736220391424 140411356047592 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26258] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26258/stat : 26258 (java) S 26243 26246 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 115474196 9856040960 169543 33554432000 1073741824 1073778376 140736220391424 140411354993656 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26259] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26259/stat : 26259 (java) S 26243 26246 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 115474196 9856040960 169543 33554432000 1073741824 1073778376 140736220391424 140411353941256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26260] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26260/stat : 26260 (java) S 26243 26246 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115474198 9856040960 169543 33554432000 1073741824 1073778376 140736220391424 140411352889744 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26261] ppid=26243 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/26246/task/26261/stat : 26261 (java) S 26243 26246 27127 0 -1 4202560 3583 0 0 0 66 0 0 0 20 0 19 0 115474198 9856040960 169543 33554432000 1073741824 1073778376 140736220391424 140411351837368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26262] ppid=26243 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/26246/task/26262/stat : 26262 (java) S 26243 26246 27127 0 -1 4202560 4814 0 0 0 54 2 0 0 20 0 19 0 115474198 9856040960 169543 33554432000 1073741824 1073778376 140736220391424 140411350784568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26246/tid=26263] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26263/stat : 26263 (java) S 26243 26246 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115474198 9856040960 169543 33554432000 1073741824 1073778376 140736220391424 140411349732472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26264] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7

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

[pid=26246/tid=26258] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26258/stat : 26258 (java) S 26243 26246 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 115474196 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411354993656 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26259] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26259/stat : 26259 (java) S 26243 26246 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 115474196 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411353941256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26260] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26260/stat : 26260 (java) S 26243 26246 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115474198 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411352889744 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26261] ppid=26243 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/26246/task/26261/stat : 26261 (java) S 26243 26246 27127 0 -1 4202560 3602 0 0 0 78 0 0 0 20 0 19 0 115474198 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411351837368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26262] ppid=26243 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/26246/task/26262/stat : 26262 (java) S 26243 26246 27127 0 -1 4202560 4835 0 0 0 59 2 0 0 20 0 19 0 115474198 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411350784568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26246/tid=26263] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26263/stat : 26263 (java) S 26243 26246 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115474198 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411349732472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26264] ppid=26243 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/26246/task/26264/stat : 26264 (java) S 26243 26246 27127 0 -1 4202560 95 0 0 0 33 45 0 0 20 0 19 0 115474198 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411348679880 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26246/tid=26265] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26265/stat : 26265 (java) S 26243 26246 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 115474590 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411347624872 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1668.18
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/213 26407
/proc/meminfo: memFree=28668512/32872528 swapFree=10608/190480
[pid=26246] ppid=26243 vsize=9625040 CPUtime=1728.19 cores=1,3,5,7
/proc/26246/stat : 26246 (java) S 26243 26246 27127 0 -1 4202496 258473 0 1 0 172567 252 0 0 20 0 19 0 115474193 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140736220382560 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26246/statm: 2406260 435221 2295 9 0 2396937 0
[pid=26246/tid=26247] ppid=26243 vsize=9625040 CPUtime=1717.4 cores=1,3,5,7
/proc/26246/task/26247/stat : 26247 (java) R 26243 26246 27127 0 -1 4202560 3499 0 1 0 171699 41 0 0 20 0 19 0 115474193 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411532557520 140411356888247 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26249] ppid=26243 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/26246/task/26249/stat : 26249 (java) S 26243 26246 27127 0 -1 4202560 21082 0 0 0 52 22 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411494050088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26246/tid=26250] ppid=26243 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/26246/task/26250/stat : 26250 (java) S 26243 26246 27127 0 -1 4202560 27211 0 0 0 48 27 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411492997288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26251] ppid=26243 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/26246/task/26251/stat : 26251 (java) S 26243 26246 27127 0 -1 4202560 29113 0 0 0 51 27 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411491945000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26246/tid=26252] ppid=26243 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/26246/task/26252/stat : 26252 (java) S 26243 26246 27127 0 -1 4202560 27327 0 0 0 44 19 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411490892200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26253] ppid=26243 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/26246/task/26253/stat : 26253 (java) S 26243 26246 27127 0 -1 4202560 21565 0 0 0 56 30 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411489839912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26254] ppid=26243 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/26246/task/26254/stat : 26254 (java) S 26243 26246 27127 0 -1 4202560 21787 0 0 0 40 17 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411488787112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26255] ppid=26243 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/26246/task/26255/stat : 26255 (java) S 26243 26246 27127 0 -1 4202560 28301 0 0 0 40 24 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411487734824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26256] ppid=26243 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/26246/task/26256/stat : 26256 (java) S 26243 26246 27127 0 -1 4202560 23768 0 0 0 39 17 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411486682024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26257] ppid=26243 vsize=9625040 CPUtime=3.4 cores=1,3,5,7
/proc/26246/task/26257/stat : 26257 (java) S 26243 26246 27127 0 -1 4202560 45025 0 0 0 326 14 0 0 20 0 19 0 115474195 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411356047592 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26246/tid=26258] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26258/stat : 26258 (java) S 26243 26246 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 115474196 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411354993656 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26259] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26259/stat : 26259 (java) S 26243 26246 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 115474196 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411353941256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26260] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26260/stat : 26260 (java) S 26243 26246 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115474198 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411352889744 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26261] ppid=26243 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/26246/task/26261/stat : 26261 (java) S 26243 26246 27127 0 -1 4202560 3602 0 0 0 78 0 0 0 20 0 19 0 115474198 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411351837368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26262] ppid=26243 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/26246/task/26262/stat : 26262 (java) S 26243 26246 27127 0 -1 4202560 4835 0 0 0 59 2 0 0 20 0 19 0 115474198 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411350784568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26246/tid=26263] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26263/stat : 26263 (java) S 26243 26246 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115474198 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411349732472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26264] ppid=26243 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/26246/task/26264/stat : 26264 (java) S 26243 26246 27127 0 -1 4202560 99 0 0 0 34 47 0 0 20 0 19 0 115474198 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411348679880 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26246/tid=26265] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26265/stat : 26265 (java) S 26243 26246 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 115474590 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411347624872 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1728.19
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/213 26408
/proc/meminfo: memFree=28681544/32872528 swapFree=10608/190480
[pid=26246] ppid=26243 vsize=9625040 CPUtime=1788.2 cores=1,3,5,7
/proc/26246/stat : 26246 (java) S 26243 26246 27127 0 -1 4202496 258480 0 1 0 178567 253 0 0 20 0 19 0 115474193 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140736220382560 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26246/statm: 2406260 435221 2295 9 0 2396937 0
[pid=26246/tid=26247] ppid=26243 vsize=9625040 CPUtime=1777.4 cores=1,3,5,7
/proc/26246/task/26247/stat : 26247 (java) R 26243 26246 27127 0 -1 4202560 3500 0 1 0 177698 42 0 0 20 0 19 0 115474193 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411532558536 140411357050984 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26249] ppid=26243 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/26246/task/26249/stat : 26249 (java) S 26243 26246 27127 0 -1 4202560 21082 0 0 0 52 22 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411494050088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26246/tid=26250] ppid=26243 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/26246/task/26250/stat : 26250 (java) S 26243 26246 27127 0 -1 4202560 27211 0 0 0 48 27 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411492997288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26251] ppid=26243 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/26246/task/26251/stat : 26251 (java) S 26243 26246 27127 0 -1 4202560 29113 0 0 0 51 27 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411491945000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26246/tid=26252] ppid=26243 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/26246/task/26252/stat : 26252 (java) S 26243 26246 27127 0 -1 4202560 27327 0 0 0 44 19 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411490892200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26253] ppid=26243 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/26246/task/26253/stat : 26253 (java) S 26243 26246 27127 0 -1 4202560 21565 0 0 0 56 30 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411489839912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26254] ppid=26243 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/26246/task/26254/stat : 26254 (java) S 26243 26246 27127 0 -1 4202560 21787 0 0 0 40 17 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411488787112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26255] ppid=26243 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/26246/task/26255/stat : 26255 (java) S 26243 26246 27127 0 -1 4202560 28301 0 0 0 40 24 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411487734824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26256] ppid=26243 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/26246/task/26256/stat : 26256 (java) S 26243 26246 27127 0 -1 4202560 23768 0 0 0 39 17 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411486682024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26257] ppid=26243 vsize=9625040 CPUtime=3.4 cores=1,3,5,7
/proc/26246/task/26257/stat : 26257 (java) S 26243 26246 27127 0 -1 4202560 45026 0 0 0 326 14 0 0 20 0 19 0 115474195 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411356047592 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26246/tid=26258] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26258/stat : 26258 (java) S 26243 26246 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 115474196 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411354993656 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26259] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26259/stat : 26259 (java) S 26243 26246 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 115474196 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411353941256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26260] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26260/stat : 26260 (java) S 26243 26246 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115474198 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411352889744 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26261] ppid=26243 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/26246/task/26261/stat : 26261 (java) S 26243 26246 27127 0 -1 4202560 3602 0 0 0 78 0 0 0 20 0 19 0 115474198 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411351837368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26262] ppid=26243 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/26246/task/26262/stat : 26262 (java) S 26243 26246 27127 0 -1 4202560 4836 0 0 0 59 2 0 0 20 0 19 0 115474198 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411350784568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26246/tid=26263] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26263/stat : 26263 (java) S 26243 26246 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115474198 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411349732472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26264] ppid=26243 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/26246/task/26264/stat : 26264 (java) S 26243 26246 27127 0 -1 4202560 103 0 0 0 36 48 0 0 20 0 19 0 115474198 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411348679880 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26246/tid=26265] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26265/stat : 26265 (java) S 26243 26246 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 115474590 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411347624872 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1788.2
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.1 s]
/proc/loadavg: 2.00 2.04 2.00 3/213 26409
/proc/meminfo: memFree=28681088/32872528 swapFree=10608/190480
[pid=26246] ppid=26243 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/26246/stat : 26246 (java) S 26243 26246 27127 0 -1 4202496 258480 0 1 0 179747 253 0 0 20 0 19 0 115474193 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140736220382560 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26246/statm: 2406260 435221 2295 9 0 2396937 0
[pid=26246/tid=26247] ppid=26243 vsize=9625040 CPUtime=1789.2 cores=1,3,5,7
/proc/26246/task/26247/stat : 26247 (java) R 26243 26246 27127 0 -1 4202560 3500 0 1 0 178878 42 0 0 20 0 19 0 115474193 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411532558536 140411356895104 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26249] ppid=26243 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/26246/task/26249/stat : 26249 (java) S 26243 26246 27127 0 -1 4202560 21082 0 0 0 52 22 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411494050088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26246/tid=26250] ppid=26243 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/26246/task/26250/stat : 26250 (java) S 26243 26246 27127 0 -1 4202560 27211 0 0 0 48 27 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411492997288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26251] ppid=26243 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/26246/task/26251/stat : 26251 (java) S 26243 26246 27127 0 -1 4202560 29113 0 0 0 51 27 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411491945000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26246/tid=26252] ppid=26243 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/26246/task/26252/stat : 26252 (java) S 26243 26246 27127 0 -1 4202560 27327 0 0 0 44 19 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411490892200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26253] ppid=26243 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/26246/task/26253/stat : 26253 (java) S 26243 26246 27127 0 -1 4202560 21565 0 0 0 56 30 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411489839912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26254] ppid=26243 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/26246/task/26254/stat : 26254 (java) S 26243 26246 27127 0 -1 4202560 21787 0 0 0 40 17 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411488787112 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26255] ppid=26243 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/26246/task/26255/stat : 26255 (java) S 26243 26246 27127 0 -1 4202560 28301 0 0 0 40 24 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411487734824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26256] ppid=26243 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/26246/task/26256/stat : 26256 (java) S 26243 26246 27127 0 -1 4202560 23768 0 0 0 39 17 0 0 20 0 19 0 115474194 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411486682024 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26257] ppid=26243 vsize=9625040 CPUtime=3.4 cores=1,3,5,7
/proc/26246/task/26257/stat : 26257 (java) S 26243 26246 27127 0 -1 4202560 45026 0 0 0 326 14 0 0 20 0 19 0 115474195 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411356047592 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26246/tid=26258] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26258/stat : 26258 (java) S 26243 26246 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 115474196 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411354993656 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26259] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26259/stat : 26259 (java) S 26243 26246 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 115474196 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411353941256 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26260] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26260/stat : 26260 (java) S 26243 26246 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115474198 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411352889744 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26246/tid=26261] ppid=26243 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/26246/task/26261/stat : 26261 (java) S 26243 26246 27127 0 -1 4202560 3602 0 0 0 78 0 0 0 20 0 19 0 115474198 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411351837368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26262] ppid=26243 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/26246/task/26262/stat : 26262 (java) S 26243 26246 27127 0 -1 4202560 4836 0 0 0 59 2 0 0 20 0 19 0 115474198 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411350784568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26246/tid=26263] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26263/stat : 26263 (java) S 26243 26246 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 115474198 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411349732472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26246/tid=26264] ppid=26243 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/26246/task/26264/stat : 26264 (java) S 26243 26246 27127 0 -1 4202560 103 0 0 0 36 48 0 0 20 0 19 0 115474198 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411348679880 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26246/tid=26265] ppid=26243 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26246/task/26265/stat : 26265 (java) S 26243 26246 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 115474590 9856040960 435221 33554432000 1073741824 1073778376 140736220391424 140411347624872 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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 26246 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1794.15
CPU time (s): 1800.71
CPU user time (s): 1797.67
CPU system time (s): 3.04354
CPU usage (%): 100.366
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.67
system time used= 3.04354
maximum resident set size= 2497776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258516
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54207
involuntary context switches= 4184

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2401 second user time and 17.0874 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-07 23:36:29
IDJOB=4085132
IDBENCH=92720
IDSOLVER=2546
FILE ID=node102/4085132-1465335388
RUNJOBID= node102-1465312757-23538
PBS_JOBID= 19850416
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat50_6_9_9_mh.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085132-1465335388/watcher-4085132-1465335388 -o /tmp/evaluation-result-4085132-1465335388/solver-4085132-1465335388 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465312757-23538 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085132-1465335388.opb

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

MD5SUM BENCH= 361e90d7cecbe172d79499041722735d
RANDOM SEED=698406338

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30314112 kB
Buffers:          200060 kB
Cached:           825196 kB
SwapCached:         2708 kB
Active:           856896 kB
Inactive:         744740 kB
Active(anon):     574376 kB
Inactive(anon):     4196 kB
Active(file):     282520 kB
Inactive(file):   740544 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098748 kB
Dirty:             26364 kB
Writeback:             0 kB
AnonPages:        765580 kB
Mapped:            16456 kB
Shmem:                 0 kB
Slab:             634876 kB
SReclaimable:      78144 kB
SUnreclaim:       556732 kB
KernelStack:        1584 kB
PageTables:         5800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1265736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    722944 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= 71712 MiB
End job on node102 at 2016-06-08 00:06:23