Trace number 4080374

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.18 895.072

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM3764cf8f4e2d3654f46ab0ec56ea8581
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark62.9954
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4080374-1465218624.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
5.82/3.54	c ... done. Wall clock time 3.424s.
5.82/3.54	c declared #vars     168111
5.82/3.54	c #constraints  487525
6.41/3.71	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
6.41/3.71	c constraints type 
6.41/3.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155142
6.41/3.71	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
6.41/3.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 313584
6.41/3.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18798
6.41/3.71	c 487525 constraints processed.
6.41/3.71	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
6.41/3.71	c constraints type 
6.41/3.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 313584
6.41/3.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155142
6.41/3.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18798
6.41/3.71	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
6.41/3.71	c 487525 constraints processed.
23.25/11.40	c cleaning 2496 clauses out of 4997 with flag 16013/5000
43.84/21.43	c cleaning 4246 clauses out of 8501 with flag 39594/11000
48.84/23.97	c cleaning 0 clauses out of 5000 with flag 0/5002
62.00/30.49	c cleaning 5610 clauses out of 11251 with flag 73021/18000
77.98/38.23	c cleaning 6819 clauses out of 13642 with flag 112906/26002
96.96/47.67	c cleaning 7904 clauses out of 15821 with flag 159424/35000
113.85/56.05	c cleaning 0 clauses out of 10999 with flag 0/11001
133.98/66.03	c cleaning 8915 clauses out of 17918 with flag 218841/45001
160.78/79.31	c cleaning 9986 clauses out of 20006 with flag 283465/56004
190.91/94.31	c cleaning 10998 clauses out of 22017 with flag 351822/68001
234.26/115.86	c cleaning 11981 clauses out of 24019 with flag 428548/81001
257.82/127.56	c cleaning 0 clauses out of 17999 with flag 0/18001
273.78/135.46	c cleaning 12980 clauses out of 26037 with flag 517558/95000
330.69/163.68	c cleaning 14006 clauses out of 28059 with flag 626819/110002
387.50/191.83	c cleaning 15021 clauses out of 30051 with flag 744864/126001
474.99/235.27	c cleaning 15991 clauses out of 32026 with flag 898697/143000
529.97/262.59	c cleaning 16998 clauses out of 34036 with flag 1021277/161001
594.86/294.78	c cleaning 18013 clauses out of 36037 with flag 1168895/180000
627.11/311.13	c cleaning 0 clauses out of 25998 with flag 0/26001
668.74/331.82	c cleaning 18989 clauses out of 38024 with flag 1334870/200000
775.06/384.71	c cleaning 19985 clauses out of 40035 with flag 1527206/221000
878.68/436.24	c cleaning 21016 clauses out of 42049 with flag 1745488/243000
1011.41/502.20	c cleaning 22009 clauses out of 44033 with flag 1975099/266002
1141.88/567.18	c cleaning 22990 clauses out of 46022 with flag 2211986/290000
1233.20/612.54	c cleaning 0 clauses out of 34994 with flag 0/35000
1259.01/625.33	c cleaning 23980 clauses out of 48031 with flag 2437519/315000
1388.45/689.74	c cleaning 24997 clauses out of 50050 with flag 2696819/341000
1530.10/760.14	c cleaning 26003 clauses out of 52052 with flag 2956721/368000
1687.84/839.20	c cleaning 27024 clauses out of 54050 with flag 3248435/396002
1800.18/895.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/895.00	c starts		: 2003
1800.18/895.00	c conflicts		: 417334
1800.18/895.00	c decisions		: 1367593
1800.18/895.00	c propagations		: 1820300674
1800.18/895.00	c inspects		: 4504577084
1800.18/895.00	c shortcuts		: 0
1800.18/895.00	c learnt literals	: 19
1800.18/895.00	c learnt binary clauses	: 328
1800.18/895.00	c learnt ternary clauses	: 537
1800.18/895.00	c learnt constraints	: 417315
1800.18/895.00	c ignored constraints	: 0
1800.18/895.00	c root simplifications	: 0
1800.18/895.00	c removed literals (reason simplification)	: 4463745
1800.18/895.00	c reason swapping (by a shorter reason)	: 0
1800.18/895.00	c Calls to reduceDB	: 24
1800.18/895.00	c Number of update (reduction) of LBD	: 169518
1800.18/895.00	c Imported unit clauses	: 0
1800.18/895.00	c number of reductions to clauses (during analyze)	: 0
1800.18/895.00	c number of learned constraints concerned by reduction	: 0
1800.18/895.00	c number of learning phase by resolution	: 0
1800.18/895.00	c number of learning phase by cutting planes	: 0
1800.18/895.00	c speed (assignments/second)	: 2042069.48507965
1800.18/895.00	c non guided choices	35432
1800.18/895.03	c learnt constraints type 
1800.18/895.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 328
1800.18/895.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 48031
1800.18/895.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/895.03	c starts		: 64
1800.18/895.03	c conflicts		: 39676
1800.18/895.03	c decisions		: 145128
1800.18/895.03	c propagations		: 133813845
1800.18/895.03	c inspects		: 1332298907
1800.18/895.03	c shortcuts		: 0
1800.18/895.03	c learnt literals	: 7
1800.18/895.03	c learnt binary clauses	: 200
1800.18/895.03	c learnt ternary clauses	: 191
1800.18/895.03	c learnt constraints	: 39668
1800.18/895.03	c ignored constraints	: 0
1800.18/895.03	c root simplifications	: 0
1800.18/895.03	c removed literals (reason simplification)	: 0
1800.18/895.03	c reason swapping (by a shorter reason)	: 0
1800.18/895.03	c Calls to reduceDB	: 5
1800.18/895.03	c Number of update (reduction) of LBD	: 0
1800.18/895.03	c Imported unit clauses	: 0
1800.18/895.03	c number of reductions to clauses (during analyze)	: 0
1800.18/895.03	c number of learned constraints concerned by reduction	: 0
1800.18/895.03	c number of learning phase by resolution	: 0
1800.18/895.03	c number of learning phase by cutting planes	: 0
1800.18/895.03	c speed (assignments/second)	: 150112.45490361488
1800.18/895.03	c non guided choices	16095
1800.18/895.04	c learnt constraints type 
1800.18/895.04	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2499
1800.18/895.04	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 200
1800.18/895.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 36969
1800.18/895.04	s UNKNOWN
1800.18/895.04	c Total wall clock time (in seconds): 894.93

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

pid=27424
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.26 4.14 3.87 4/198 27427
/proc/meminfo: memFree=29244364/32872528 swapFree=11252/530428
[pid=27427] ppid=27424 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/27427/stat : 27427 (java) S 27424 27427 25451 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 2 0 103794186 94019584 917 33554432000 1073741824 1073778376 140733557078784 140733557069920 211462160445 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27427/statm: 22954 917 697 9 0 16769 0
[pid=27427/tid=27428] ppid=27424 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27428/stat : 27428 (java) R 27424 27427 25451 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 103794187 94019584 917 33554432000 1073741824 1073778376 140733557078784 140160354860584 211449638183 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 4.26 4.14 3.87 4/198 27427
/proc/meminfo: memFree=29244364/32872528 swapFree=11252/530428
[pid=27427] ppid=27424 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/27427/stat : 27427 (java) S 27424 27427 25451 0 -1 4202496 4488 0 1 0 9 1 0 0 20 0 18 0 103794186 9787879424 5600 33554432000 1073741824 1073778376 140733557078784 140733557069920 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27427/statm: 2389619 5600 2126 9 0 2380296 0
[pid=27427/tid=27428] ppid=27424 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/27427/task/27428/stat : 27428 (java) R 27424 27427 25451 0 -1 4202560 2443 0 1 0 7 0 0 0 20 0 18 0 103794187 9787879424 5600 33554432000 1073741824 1073778376 140733557078784 140160354864032 211462186253 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200319 s]
/proc/loadavg: 4.26 4.14 3.87 4/198 27427
/proc/meminfo: memFree=29244364/32872528 swapFree=11252/530428
[pid=27427] ppid=27424 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/27427/stat : 27427 (java) S 27424 27427 25451 0 -1 4202496 4774 0 1 0 24 1 0 0 20 0 18 0 103794186 9787879424 8400 33554432000 1073741824 1073778376 140733557078784 140733557069920 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27427/statm: 2389619 8400 2202 9 0 2380296 0
[pid=27427/tid=27428] ppid=27424 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/27427/task/27428/stat : 27428 (java) R 27424 27427 25451 0 -1 4202560 2463 0 1 0 17 0 0 0 20 0 18 0 103794187 9787879424 8400 33554432000 1073741824 1073778376 140733557078784 140160354865064 140160227026218 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300331 s]
/proc/loadavg: 4.26 4.14 3.87 4/198 27427
/proc/meminfo: memFree=29244364/32872528 swapFree=11252/530428
[pid=27427] ppid=27424 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/27427/stat : 27427 (java) S 27424 27427 25451 0 -1 4202496 5607 0 1 0 46 1 0 0 20 0 18 0 103794186 9787879424 10112 33554432000 1073741824 1073778376 140733557078784 140733557069920 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27427/statm: 2389619 10112 2231 9 0 2380296 0
[pid=27427/tid=27428] ppid=27424 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/27427/task/27428/stat : 27428 (java) R 27424 27427 25451 0 -1 4202560 2465 0 1 0 27 0 0 0 20 0 18 0 103794187 9787879424 10112 33554432000 1073741824 1073778376 140733557078784 140160354865064 140160227028564 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700298 s]
/proc/loadavg: 4.26 4.14 3.87 4/198 27427
/proc/meminfo: memFree=29244364/32872528 swapFree=11252/530428
[pid=27427] ppid=27424 vsize=9558476 CPUtime=1.64 cores=0,2,4,6
/proc/27427/stat : 27427 (java) S 27424 27427 25451 0 -1 4202496 20856 0 1 0 157 7 0 0 20 0 18 0 103794186 9787879424 45557 33554432000 1073741824 1073778376 140733557078784 140733557069920 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27427/statm: 2389619 45557 2245 9 0 2380296 0
[pid=27427/tid=27428] ppid=27424 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/27427/task/27428/stat : 27428 (java) R 27424 27427 25451 0 -1 4202560 2515 0 1 0 64 3 0 0 20 0 18 0 103794187 9787879424 45557 33554432000 1073741824 1073778376 140733557078784 140160354865064 211462186253 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 4.32 4.16 3.88 4/216 27445
/proc/meminfo: memFree=29007364/32872528 swapFree=11252/530428
[pid=27427] ppid=27424 vsize=9558476 CPUtime=2.81 cores=0,2,4,6
/proc/27427/stat : 27427 (java) S 27424 27427 25451 0 -1 4202496 21631 0 1 0 266 15 0 0 20 0 18 0 103794186 9787879424 79279 33554432000 1073741824 1073778376 140733557078784 140733557069920 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27427/statm: 2389619 79279 2262 9 0 2380296 0
[pid=27427/tid=27428] ppid=27424 vsize=9558476 CPUtime=1.39 cores=0,2,4,6
/proc/27427/task/27428/stat : 27428 (java) R 27424 27427 25451 0 -1 4202560 2561 0 1 0 134 5 0 0 20 0 18 0 103794187 9787879424 79791 33554432000 1073741824 1073778376 140733557078784 140160354864440 140160227471923 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27427/tid=27430] ppid=27424 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/27427/task/27430/stat : 27430 (java) S 27424 27427 25451 0 -1 4202560 97 0 0 0 3 1 0 0 20 0 18 0 103794187 9787879424 79791 33554432000 1073741824 1073778376 140733557078784 140160198564520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27431] ppid=27424 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/27427/task/27431/stat : 27431 (java) S 27424 27427 25451 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 103794187 9787879424 79791 33554432000 1073741824 1073778376 140733557078784 140160197511976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27432] ppid=27424 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/27427/task/27432/stat : 27432 (java) S 27424 27427 25451 0 -1 4202560 93 0 0 0 3 1 0 0 20 0 18 0 103794187 9787879424 79791 33554432000 1073741824 1073778376 140733557078784 140160196459432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27433] ppid=27424 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/27427/task/27433/stat : 27433 (java) S 27424 27427 25451 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 103794187 9787879424 79791 33554432000 1073741824 1073778376 140733557078784 140160195406888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27434] ppid=27424 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/27427/task/27434/stat : 27434 (java) S 27424 27427 25451 0 -1 4202560 56 0 0 0 2 0 0 0 20 0 18 0 103794187 9787879424 79791 33554432000 1073741824 1073778376 140733557078784 140160194353320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27435] ppid=27424 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/27427/task/27435/stat : 27435 (java) S 27424 27427 25451 0 -1 4202560 55 0 0 0 3 0 0 0 20 0 18 0 103794187 9787879424 79791 33554432000 1073741824 1073778376 140733557078784 140160193300776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27427/tid=27436] ppid=27424 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/27427/task/27436/stat : 27436 (java) S 27424 27427 25451 0 -1 4202560 62 0 0 0 1 0 0 0 20 0 18 0 103794187 9787879424 79791 33554432000 1073741824 1073778376 140733557078784 140160192248232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27437] ppid=27424 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/27427/task/27437/stat : 27437 (java) S 27424 27427 25451 0 -1 4202560 57 0 0 0 1 0 0 0 20 0 18 0 103794187 9787879424 79791 33554432000 1073741824 1073778376 140733557078784 140160191195688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27438] ppid=27424 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27438/stat : 27438 (java) S 27424 27427 25451 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 103794189 9787879424 79791 33554432000 1073741824 1073778376 140733557078784 140160178997864 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27439] ppid=27424 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27439/stat : 27439 (java) S 27424 27427 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 103794189 9787879424 79791 33554432000 1073741824 1073778376 140733557078784 140160177944184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27440] ppid=27424 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27440/stat : 27440 (java) S 27424 27427 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 103794189 9787879424 79791 33554432000 1073741824 1073778376 140733557078784 140160176891528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27441] ppid=27424 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27441/stat : 27441 (java) S 27424 27427 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103794191 9787879424 79791 33554432000 1073741824 1073778376 140733557078784 140160175840272 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27442] ppid=27424 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/27427/task/27442/stat : 27442 (java) S 27424 27427 25451 0 -1 4202560 8186 0 0 0 53 2 0 0 20 0 18 0 103794191 9787879424 79791 33554432000 1073741824 1073778376 140733557078784 140160174786616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27443] ppid=27424 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/27427/task/27443/stat : 27443 (java) S 27424 27427 25451 0 -1 4202560 9117 0 0 0 53 2 0 0 20 0 18 0 103794192 9787879424 79791 33554432000 1073741824 1073778376 140733557078784 140160173734072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27444] ppid=27424 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27444/stat : 27444 (java) S 27424 27427 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103794192 9787879424 79791 33554432000 1073741824 1073778376 140733557078784 140160172681720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27445] ppid=27424 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27445/stat : 27445 (java) S 27424 27427 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103794192 9787879424 79791 33554432000 1073741824 1073778376 140733557078784 140160171629384 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 9558476

[startup+3.1008 s]
/proc/loadavg: 4.32 4.16 3.88 11/216 27445
/proc/meminfo: memFree=28809452/32872528 swapFree=11252/530428
[pid=27427] ppid=27424 vsize=9558476 CPUtime=4.96 cores=0,2,4,6
/proc/27427/stat : 27427 (java) S 27424 27427 25451 0 -1 4202496 22459 0 1 0 470 26 0 0 20 0 18 0 103794186 9787879424 141816 33554432000 1073741824 1073778376 140733557078784 140733557069920 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27427/statm: 2389619 141816 2270 9 0 2380296 0
[pid=27427/tid=27428] ppid=27424 vsize=9558476 CPUtime=2.84 cores=0,2,4,6
/proc/27427/task/27428/stat : 27428 (java) R 27424 27427 25451 0 -1 4202560 2833 0 1 0 277 7 0 0 20 0 18 0 103794187 9787879424 141816 33554432000 1073741824 1073778376 140733557078784 140160354863912 140160227194491 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27427/tid=27430] ppid=27424 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/27427/task/27430/stat : 27430 (java) S 27424 27427 25451 0 -1 4202560 112 0 0 0 6 2 0 0 20 0 18 0 103794187 9787879424 141816 33554432000 1073741824 1073778376 140733557078784 140160198564520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27431] ppid=27424 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/27427/task/27431/stat : 27431 (java) S 27424 27427 25451 0 -1 4202560 42 0 0 0 8 2 0 0 20 0 18 0 103794187 9787879424 141816 33554432000 1073741824 1073778376 140733557078784 140160197511976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27427/tid=27432] ppid=27424 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/27427/task/27432/stat : 27432 (java) S 27424 27427 25451 0 -1 4202560 148 0 0 0 6 2 0 0 20 0 18 0 103794187 9787879424 141816 33554432000 1073741824 1073778376 140733557078784 140160196459432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27433] ppid=27424 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/27427/task/27433/stat : 27433 (java) S 27424 27427 25451 0 -1 4202560 209 0 0 0 12 2 0 0 20 0 18 0 103794187 9787879424 141816 33554432000 1073741824 1073778376 140733557078784 140160195406888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27427/tid=27434] ppid=27424 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/27427/task/27434/stat : 27434 (java) S 27424 27427 25451 0 -1 4202560 86 0 0 0 7 2 0 0 20 0 18 0 103794187 9787879424 141816 33554432000 1073741824 1073778376 140733557078784 140160194353320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27427/tid=27435] ppid=27424 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/27427/task/27435/stat : 27435 (java) S 27424 27427 25451 0 -1 4202560 90 0 0 0 10 3 0 0 20 0 18 0 103794187 9787879424 141816 33554432000 1073741824 1073778376 140733557078784 140160193300776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27427/tid=27436] ppid=27424 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/27427/task/27436/stat : 27436 (java) S 27424 27427 25451 0 -1 4202560 77 0 0 0 4 1 0 0 20 0 18 0 103794187 9787879424 141816 33554432000 1073741824 1073778376 140733557078784 140160192248232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27437] ppid=27424 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/27427/task/27437/stat : 27437 (java) S 27424 27427 25451 0 -1 4202560 74 0 0 0 3 2 0 0 20 0 18 0 103794187 9787879424 141816 33554432000 1073741824 1073778376 140733557078784 140160191195688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27438] ppid=27424 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27438/stat : 27438 (java) S 27424 27427 25451 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 103794189 9787879424 141816 33554432000 1073741824 1073778376 140733557078784 140160178997864 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27439] ppid=27424 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27439/stat : 27439 (java) S 27424 27427 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 103794189 9787879424 141816 33554432000 1073741824 1073778376 140733557078784 140160177944184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27440] ppid=27424 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27440/stat : 27440 (java) S 27424 27427 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 103794189 9787879424 141816 33554432000 1073741824 1073778376 140733557078784 140160176891528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27441] ppid=27424 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27441/stat : 27441 (java) S 27424 27427 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103794191 9787879424 141816 33554432000 1073741824 1073778376 140733557078784 140160175840272 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27442] ppid=27424 vsize=9558476 CPUtime=0.58 cores=0,2,4,6
/proc/27427/task/27442/stat : 27442 (java) S 27424 27427 25451 0 -1 4202560 8191 0 0 0 56 2 0 0 20 0 18 0 103794191 9787879424 141816 33554432000 1073741824 1073778376 140733557078784 140160174786616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27443] ppid=27424 vsize=9558476 CPUtime=0.66 cores=0,2,4,6
/proc/27427/task/27443/stat : 27443 (java) S 27424 27427 25451 0 -1 4202560 9149 0 0 0 64 2 0 0 20 0 18 0 103794192 9787879424 141816 33554432000 1073741824 1073778376 140733557078784 140160173734072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27444] ppid=27424 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27444/stat : 27444 (java) S 27424 27427 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103794192 9787879424 141816 33554432000 1073741824 1073778376 140733557078784 140160172681720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27445] ppid=27424 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27445/stat : 27445 (java) S 27424 27427 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 103794192 9787879424 141816 33554432000 1073741824 1073778376 140733557078784 140160171629384 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 9558476

[startup+6.30087 s]
/proc/loadavg: 4.32 4.16 3.88 6/220 27449
/proc/meminfo: memFree=28463788/32872528 swapFree=11252/530428
[pid=27427] ppid=27424 vsize=9824732 CPUtime=12.57 cores=0,2,4,6
/proc/27427/stat : 27427 (java) S 27424 27427 25451 0 -1 4202496 24327 0 1 0 1218 39 0 0 20 0 22 0 103794186 10060525568 197842 33554432000 1073741824 1073778376 140733557078784 140733557069920 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27427/statm: 2456183 197842 2285 9 0 2446860 0
[pid=27427/tid=27428] ppid=27424 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/27427/task/27428/stat : 27428 (java) S 27424 27427 25451 0 -1 4202560 2887 0 1 0 307 9 0 0 20 0 22 0 103794187 10060525568 197842 33554432000 1073741824 1073778376 140733557078784 140160354866040 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27430] ppid=27424 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/27427/task/27430/stat : 27430 (java) S 27424 27427 25451 0 -1 4202560 143 0 0 0 14 4 0 0 20 0 22 0 103794187 10060525568 197842 33554432000 1073741824 1073778376 140733557078784 140160198564520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27431] ppid=27424 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/27427/task/27431/stat : 27431 (java) S 27424 27427 25451 0 -1 4202560 69 0 0 0 13 3 0 0 20 0 22 0 103794187 10060525568 197842 33554432000 1073741824 1073778376 140733557078784 140160197511976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27432] ppid=27424 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/27427/task/27432/stat : 27432 (java) S 27424 27427 25451 0 -1 4202560 364 0 0 0 12 3 0 0 20 0 22 0 103794187 10060525568 197842 33554432000 1073741824 1073778376 140733557078784 140160196459432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27433] ppid=27424 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/27427/task/27433/stat : 27433 (java) S 27424 27427 25451 0 -1 4202560 271 0 0 0 28 5 0 0 20 0 22 0 103794187 10060525568 197842 33554432000 1073741824 1073778376 140733557078784 140160195406888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27427/tid=27434] ppid=27424 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/27427/task/27434/stat : 27434 (java) S 27424 27427 25451 0 -1 4202560 108 0 0 0 13 3 0 0 20 0 22 0 103794187 10060525568 197842 33554432000 1073741824 1073778376 140733557078784 140160194353320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27427/tid=27435] ppid=27424 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/27427/task/27435/stat : 27435 (java) S 27424 27427 25451 0 -1 4202560 116 0 0 0 16 4 0 0 20 0 22 0 103794187 10060525568 197842 33554432000 1073741824 1073778376 140733557078784 140160193300776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27427/tid=27436] ppid=27424 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/27427/task/27436/stat : 27436 (java) S 27424 27427 25451 0 -1 4202560 202 0 0 0 11 3 0 0 20 0 22 0 103794187 10060525568 197842 33554432000 1073741824 1073778376 140733557078784 140160192248232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27437] ppid=27424 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/27427/task/27437/stat : 27437 (java) S 27424 27427 25451 0 -1 4202560 117 0 0 0 11 2 0 0 20 0 22 0 103794187 10060525568 197842 33554432000 1073741824 1073778376 140733557078784 140160191195688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27438] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27438/stat : 27438 (java) S 27424 27427 25451 0 -1 4202560 512 0 0 0 0 0 0 0 20 0 22 0 103794189 10060525568 197842 33554432000 1073741824 1073778376 140733557078784 140160178997864 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27439] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27439/stat : 27439 (java) S 27424 27427 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103794189 10060525568 197842 33554432000 1073741824 1073778376 140733557078784 140160177944184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27440] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27440/stat : 27440 (java) S 27424 27427 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103794189 10060525568 197842 33554432000 1073741824 1073778376 140733557078784 140160176891528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27441] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27441/stat : 27441 (java) S 27424 27427 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103794191 10060525568 197842 33554432000 1073741824 1073778376 140733557078784 140160175840272 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27442] ppid=27424 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/27427/task/27442/stat : 27442 (java) S 27424 27427 25451 0 -1 4202560 8970 0 0 0 122 3 0 0 20 0 22 0 103794191 10060525568 197842 33554432000 1073741824 1073778376 140733557078784 140160174786616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27443] ppid=27424 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/27427/task/27443/stat : 27443 (java) S 27424 27427 25451 0 -1 4202560 9254 0 0 0 119 2 0 0 20 0 22 0 103794192 10060525568 197842 33554432000 1073741824 1073778376 140733557078784 140160173734072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27444] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27444/stat : 27444 (java) S 27424 27427 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103794192 10060525568 197842 33554432000 1073741824 1073778376 140733557078784 140160172681720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27445] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/27427/task/27432/stat : 27432 (java) S 27424 27427 25451 0 -1 4202560 530 0 0 0 273 9 0 0 20 0 22 0 103794187 10060525568 767823 33554432000 1073741824 1073778376 140733557078784 140160196459432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27433] ppid=27424 vsize=9824732 CPUtime=3.17 cores=0,2,4,6
/proc/27427/task/27433/stat : 27433 (java) S 27424 27427 25451 0 -1 4202560 469 0 0 0 307 10 0 0 20 0 22 0 103794187 10060525568 767823 33554432000 1073741824 1073778376 140733557078784 140160195406888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27427/tid=27434] ppid=27424 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/27427/task/27434/stat : 27434 (java) S 27424 27427 25451 0 -1 4202560 437 0 0 0 291 8 0 0 20 0 22 0 103794187 10060525568 767823 33554432000 1073741824 1073778376 140733557078784 140160194353320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27435] ppid=27424 vsize=9824732 CPUtime=3.15 cores=0,2,4,6
/proc/27427/task/27435/stat : 27435 (java) S 27424 27427 25451 0 -1 4202560 468 0 0 0 305 10 0 0 20 0 22 0 103794187 10060525568 767823 33554432000 1073741824 1073778376 140733557078784 140160193300776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27436] ppid=27424 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/27427/task/27436/stat : 27436 (java) S 27424 27427 25451 0 -1 4202560 444 0 0 0 303 6 0 0 20 0 22 0 103794187 10060525568 767823 33554432000 1073741824 1073778376 140733557078784 140160192248232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27437] ppid=27424 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/27427/task/27437/stat : 27437 (java) S 27424 27427 25451 0 -1 4202560 446 0 0 0 294 7 0 0 20 0 22 0 103794187 10060525568 767823 33554432000 1073741824 1073778376 140733557078784 140160191195688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27427/tid=27438] ppid=27424 vsize=9824732 CPUtime=2.1 cores=0,2,4,6
/proc/27427/task/27438/stat : 27438 (java) S 27424 27427 25451 0 -1 4202560 16322 0 0 0 193 17 0 0 20 0 22 0 103794189 10060525568 767823 33554432000 1073741824 1073778376 140733557078784 140160178997864 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27427/tid=27439] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27439/stat : 27439 (java) S 27424 27427 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103794189 10060525568 767823 33554432000 1073741824 1073778376 140733557078784 140160177944184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27440] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27440/stat : 27440 (java) S 27424 27427 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103794189 10060525568 767823 33554432000 1073741824 1073778376 140733557078784 140160176891528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27441] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27441/stat : 27441 (java) S 27424 27427 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103794191 10060525568 767823 33554432000 1073741824 1073778376 140733557078784 140160175840272 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27442] ppid=27424 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/27427/task/27442/stat : 27442 (java) S 27424 27427 25451 0 -1 4202560 9036 0 0 0 201 3 0 0 20 0 22 0 103794191 10060525568 767823 33554432000 1073741824 1073778376 140733557078784 140160174786616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27427/tid=27443] ppid=27424 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/27427/task/27443/stat : 27443 (java) S 27424 27427 25451 0 -1 4202560 9269 0 0 0 138 2 0 0 20 0 22 0 103794192 10060525568 767823 33554432000 1073741824 1073778376 140733557078784 140160173734072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27444] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27444/stat : 27444 (java) S 27424 27427 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103794192 10060525568 767823 33554432000 1073741824 1073778376 140733557078784 140160172681720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27445] ppid=27424 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/27427/task/27445/stat : 27445 (java) S 27424 27427 25451 0 -1 4202560 47 0 0 0 15 17 0 0 20 0 22 0 103794192 10060525568 767823 33554432000 1073741824 1073778376 140733557078784 140160171629384 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27446] ppid=27424 vsize=9824732 CPUtime=808.2 cores=0,2,4,6
/proc/27427/task/27446/stat : 27446 (java) R 27424 27427 25451 0 -1 4202560 66 0 0 0 80805 15 0 0 20 0 22 0 103794541 10060525568 767823 33554432000 1073741824 1073778376 140733557078784 140160170572720 140160228042017 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27427/tid=27447] ppid=27424 vsize=9824732 CPUtime=808.23 cores=0,2,4,6
/proc/27427/task/27447/stat : 27447 (java) R 27424 27427 25451 0 -1 4202560 2196 0 0 0 80771 52 0 0 20 0 22 0 103794541 10060525568 767823 33554432000 1073741824 1073778376 140733557078784 140160169520864 140160228120951 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27448] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27448/stat : 27448 (java) S 27424 27427 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103794547 10060525568 767823 33554432000 1073741824 1073778376 140733557078784 140160168470056 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27427/tid=27449] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27449/stat : 27449 (java) S 27424 27427 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103794547 10060525568 767823 33554432000 1073741824 1073778376 140733557078784 140160167417512 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1653.92
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.08 4.24 4.08 5/219 27877
/proc/meminfo: memFree=25057028/32872528 swapFree=11252/530428
[pid=27427] ppid=27424 vsize=9824732 CPUtime=1774.59 cores=0,2,4,6
/proc/27427/stat : 27427 (java) S 27424 27427 25451 0 -1 4202496 44858 0 1 0 177296 163 0 0 20 0 22 0 103794186 10060525568 767136 33554432000 1073741824 1073778376 140733557078784 140733557069920 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27427/statm: 2456183 767136 2299 9 0 2446860 0
[pid=27427/tid=27428] ppid=27424 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/27427/task/27428/stat : 27428 (java) S 27424 27427 25451 0 -1 4202560 2898 0 1 0 309 12 0 0 20 0 22 0 103794187 10060525568 767136 33554432000 1073741824 1073778376 140733557078784 140160354866040 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27427/tid=27430] ppid=27424 vsize=9824732 CPUtime=3.04 cores=0,2,4,6
/proc/27427/task/27430/stat : 27430 (java) S 27424 27427 25451 0 -1 4202560 494 0 0 0 296 8 0 0 20 0 22 0 103794187 10060525568 767136 33554432000 1073741824 1073778376 140733557078784 140160198564520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27427/tid=27431] ppid=27424 vsize=9824732 CPUtime=3.41 cores=0,2,4,6
/proc/27427/task/27431/stat : 27431 (java) S 27424 27427 25451 0 -1 4202560 433 0 0 0 331 10 0 0 20 0 22 0 103794187 10060525568 767136 33554432000 1073741824 1073778376 140733557078784 140160197511976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27427/tid=27432] ppid=27424 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/27427/task/27432/stat : 27432 (java) S 27424 27427 25451 0 -1 4202560 534 0 0 0 290 9 0 0 20 0 22 0 103794187 10060525568 767136 33554432000 1073741824 1073778376 140733557078784 140160196459432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27427/tid=27433] ppid=27424 vsize=9824732 CPUtime=3.38 cores=0,2,4,6
/proc/27427/task/27433/stat : 27433 (java) S 27424 27427 25451 0 -1 4202560 473 0 0 0 327 11 0 0 20 0 22 0 103794187 10060525568 767136 33554432000 1073741824 1073778376 140733557078784 140160195406888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27434] ppid=27424 vsize=9824732 CPUtime=3.17 cores=0,2,4,6
/proc/27427/task/27434/stat : 27434 (java) S 27424 27427 25451 0 -1 4202560 438 0 0 0 309 8 0 0 20 0 22 0 103794187 10060525568 767136 33554432000 1073741824 1073778376 140733557078784 140160194353320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27427/tid=27435] ppid=27424 vsize=9824732 CPUtime=3.33 cores=0,2,4,6
/proc/27427/task/27435/stat : 27435 (java) S 27424 27427 25451 0 -1 4202560 470 0 0 0 323 10 0 0 20 0 22 0 103794187 10060525568 767136 33554432000 1073741824 1073778376 140733557078784 140160193300776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27436] ppid=27424 vsize=9824732 CPUtime=3.3 cores=0,2,4,6
/proc/27427/task/27436/stat : 27436 (java) S 27424 27427 25451 0 -1 4202560 448 0 0 0 323 7 0 0 20 0 22 0 103794187 10060525568 767136 33554432000 1073741824 1073778376 140733557078784 140160192248232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27437] ppid=27424 vsize=9824732 CPUtime=3.17 cores=0,2,4,6
/proc/27427/task/27437/stat : 27437 (java) S 27424 27427 25451 0 -1 4202560 450 0 0 0 310 7 0 0 20 0 22 0 103794187 10060525568 767136 33554432000 1073741824 1073778376 140733557078784 140160191195688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27438] ppid=27424 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/27427/task/27438/stat : 27438 (java) S 27424 27427 25451 0 -1 4202560 16326 0 0 0 193 18 0 0 20 0 22 0 103794189 10060525568 767136 33554432000 1073741824 1073778376 140733557078784 140160178997864 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27439] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27439/stat : 27439 (java) S 27424 27427 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103794189 10060525568 767136 33554432000 1073741824 1073778376 140733557078784 140160177944184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27440] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27440/stat : 27440 (java) S 27424 27427 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103794189 10060525568 767136 33554432000 1073741824 1073778376 140733557078784 140160176891528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27441] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27441/stat : 27441 (java) S 27424 27427 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103794191 10060525568 767136 33554432000 1073741824 1073778376 140733557078784 140160175840272 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27442] ppid=27424 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/27427/task/27442/stat : 27442 (java) S 27424 27427 25451 0 -1 4202560 9036 0 0 0 201 3 0 0 20 0 22 0 103794191 10060525568 767136 33554432000 1073741824 1073778376 140733557078784 140160174786616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27427/tid=27443] ppid=27424 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/27427/task/27443/stat : 27443 (java) S 27424 27427 25451 0 -1 4202560 9269 0 0 0 138 2 0 0 20 0 22 0 103794192 10060525568 767136 33554432000 1073741824 1073778376 140733557078784 140160173734072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27444] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27444/stat : 27444 (java) S 27424 27427 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103794192 10060525568 767136 33554432000 1073741824 1073778376 140733557078784 140160172681720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27445] ppid=27424 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/27427/task/27445/stat : 27445 (java) S 27424 27427 25451 0 -1 4202560 51 0 0 0 16 18 0 0 20 0 22 0 103794192 10060525568 767136 33554432000 1073741824 1073778376 140733557078784 140160171629384 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27446] ppid=27424 vsize=9824732 CPUtime=867.66 cores=0,2,4,6
/proc/27427/task/27446/stat : 27446 (java) R 27424 27427 25451 0 -1 4202560 68 0 0 0 86749 17 0 0 20 0 22 0 103794541 10060525568 767136 33554432000 1073741824 1073778376 140733557078784 140160170573392 140160227621789 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27427/tid=27447] ppid=27424 vsize=9824732 CPUtime=867.67 cores=0,2,4,6
/proc/27427/task/27447/stat : 27447 (java) R 27424 27427 25451 0 -1 4202560 2205 0 0 0 86714 53 0 0 20 0 22 0 103794541 10060525568 767136 33554432000 1073741824 1073778376 140733557078784 140160169520064 140160227541005 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27448] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27448/stat : 27448 (java) S 27424 27427 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103794547 10060525568 767136 33554432000 1073741824 1073778376 140733557078784 140160168470056 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27427/tid=27449] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27449/stat : 27449 (java) S 27424 27427 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103794547 10060525568 767136 33554432000 1073741824 1073778376 140733557078784 140160167417512 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1774.59
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.001 s]
/proc/loadavg: 4.07 4.23 4.08 5/219 27877
/proc/meminfo: memFree=25034248/32872528 swapFree=11252/530428
[pid=27427] ppid=27424 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/27427/stat : 27427 (java) S 27424 27427 25451 0 -1 4202496 44874 0 1 0 179855 163 0 0 20 0 22 0 103794186 10060525568 767549 33554432000 1073741824 1073778376 140733557078784 140733557069920 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27427/statm: 2456183 767549 2299 9 0 2446860 0
[pid=27427/tid=27428] ppid=27424 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/27427/task/27428/stat : 27428 (java) S 27424 27427 25451 0 -1 4202560 2898 0 1 0 309 12 0 0 20 0 22 0 103794187 10060525568 767549 33554432000 1073741824 1073778376 140733557078784 140160354866040 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27427/tid=27430] ppid=27424 vsize=9824732 CPUtime=3.1 cores=0,2,4,6
/proc/27427/task/27430/stat : 27430 (java) S 27424 27427 25451 0 -1 4202560 495 0 0 0 302 8 0 0 20 0 22 0 103794187 10060525568 767549 33554432000 1073741824 1073778376 140733557078784 140160198564520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27427/tid=27431] ppid=27424 vsize=9824732 CPUtime=3.48 cores=0,2,4,6
/proc/27427/task/27431/stat : 27431 (java) S 27424 27427 25451 0 -1 4202560 436 0 0 0 338 10 0 0 20 0 22 0 103794187 10060525568 767549 33554432000 1073741824 1073778376 140733557078784 140160197511976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27432] ppid=27424 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/27427/task/27432/stat : 27432 (java) S 27424 27427 25451 0 -1 4202560 534 0 0 0 294 9 0 0 20 0 22 0 103794187 10060525568 767549 33554432000 1073741824 1073778376 140733557078784 140160196459432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27433] ppid=27424 vsize=9824732 CPUtime=3.47 cores=0,2,4,6
/proc/27427/task/27433/stat : 27433 (java) S 27424 27427 25451 0 -1 4202560 474 0 0 0 336 11 0 0 20 0 22 0 103794187 10060525568 767549 33554432000 1073741824 1073778376 140733557078784 140160195406888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27427/tid=27434] ppid=27424 vsize=9824732 CPUtime=3.23 cores=0,2,4,6
/proc/27427/task/27434/stat : 27434 (java) S 27424 27427 25451 0 -1 4202560 441 0 0 0 315 8 0 0 20 0 22 0 103794187 10060525568 767549 33554432000 1073741824 1073778376 140733557078784 140160194353320 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27435] ppid=27424 vsize=9824732 CPUtime=3.41 cores=0,2,4,6
/proc/27427/task/27435/stat : 27435 (java) S 27424 27427 25451 0 -1 4202560 473 0 0 0 331 10 0 0 20 0 22 0 103794187 10060525568 767549 33554432000 1073741824 1073778376 140733557078784 140160193300776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27427/tid=27436] ppid=27424 vsize=9824732 CPUtime=3.33 cores=0,2,4,6
/proc/27427/task/27436/stat : 27436 (java) S 27424 27427 25451 0 -1 4202560 448 0 0 0 326 7 0 0 20 0 22 0 103794187 10060525568 767549 33554432000 1073741824 1073778376 140733557078784 140160192248232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27437] ppid=27424 vsize=9824732 CPUtime=3.22 cores=0,2,4,6
/proc/27427/task/27437/stat : 27437 (java) S 27424 27427 25451 0 -1 4202560 451 0 0 0 314 8 0 0 20 0 22 0 103794187 10060525568 767549 33554432000 1073741824 1073778376 140733557078784 140160191195688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27438] ppid=27424 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/27427/task/27438/stat : 27438 (java) S 27424 27427 25451 0 -1 4202560 16326 0 0 0 194 18 0 0 20 0 22 0 103794189 10060525568 767549 33554432000 1073741824 1073778376 140733557078784 140160178997864 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27439] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27439/stat : 27439 (java) S 27424 27427 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103794189 10060525568 767549 33554432000 1073741824 1073778376 140733557078784 140160177944184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27440] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27440/stat : 27440 (java) S 27424 27427 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103794189 10060525568 767549 33554432000 1073741824 1073778376 140733557078784 140160176891528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27441] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27441/stat : 27441 (java) S 27424 27427 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103794191 10060525568 767549 33554432000 1073741824 1073778376 140733557078784 140160175840272 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27442] ppid=27424 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/27427/task/27442/stat : 27442 (java) S 27424 27427 25451 0 -1 4202560 9036 0 0 0 201 3 0 0 20 0 22 0 103794191 10060525568 767549 33554432000 1073741824 1073778376 140733557078784 140160174786616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27427/tid=27443] ppid=27424 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/27427/task/27443/stat : 27443 (java) S 27424 27427 25451 0 -1 4202560 9269 0 0 0 138 2 0 0 20 0 22 0 103794192 10060525568 767549 33554432000 1073741824 1073778376 140733557078784 140160173734072 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27444] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27444/stat : 27444 (java) S 27424 27427 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103794192 10060525568 767549 33554432000 1073741824 1073778376 140733557078784 140160172681720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27445] ppid=27424 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/27427/task/27445/stat : 27445 (java) S 27424 27427 25451 0 -1 4202560 51 0 0 0 16 19 0 0 20 0 22 0 103794192 10060525568 767549 33554432000 1073741824 1073778376 140733557078784 140160171629384 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27427/tid=27446] ppid=27424 vsize=9824732 CPUtime=880.19 cores=0,2,4,6
/proc/27427/task/27446/stat : 27446 (java) R 27424 27427 25451 0 -1 4202560 70 0 0 0 88002 17 0 0 20 0 22 0 103794541 10060525568 767549 33554432000 1073741824 1073778376 140733557078784 140160170572720 140160228042019 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27427/tid=27447] ppid=27424 vsize=9824732 CPUtime=880.2 cores=0,2,4,6
/proc/27427/task/27447/stat : 27447 (java) R 27424 27427 25451 0 -1 4202560 2207 0 0 0 87967 53 0 0 20 0 22 0 103794541 10060525568 767549 33554432000 1073741824 1073778376 140733557078784 140160169520784 140160227537472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27427/tid=27448] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27448/stat : 27448 (java) S 27424 27427 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103794547 10060525568 767549 33554432000 1073741824 1073778376 140733557078784 140160168470056 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27427/tid=27449] ppid=27424 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27427/task/27449/stat : 27449 (java) S 27424 27427 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103794547 10060525568 767549 33554432000 1073741824 1073778376 140733557078784 140160167417512 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 27427 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27427 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=119252
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=121677
# CPU time returned by wait4() is 1796.24
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.072
CPU time (s): 1800.18
CPU user time (s): 1798.55
CPU system time (s): 1.63
CPU usage (%): 201.121
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.12
system time used= 2.12168
maximum resident set size= 3103016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44909
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26319
involuntary context switches= 49000

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.07508 second user time and 7.02393 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-06 15:10:24
IDJOB=4080374
IDBENCH=1447
IDSOLVER=2543
FILE ID=node141/4080374-1465218624
RUNJOBID= node141-1465216745-25467
PBS_JOBID= 19843201
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080374-1465218624/watcher-4080374-1465218624 -o /tmp/evaluation-result-4080374-1465218624/solver-4080374-1465218624 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465216745-25467 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080374-1465218624.opb

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

MD5SUM BENCH= 3764cf8f4e2d3654f46ab0ec56ea8581
RANDOM SEED=477108617

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
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.876
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.876
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.876
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.876
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.876
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.876
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.56
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.876
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:        29244744 kB
Buffers:            4436 kB
Cached:            60876 kB
SwapCached:         1796 kB
Active:          2363340 kB
Inactive:          28020 kB
Active(anon):    2326592 kB
Inactive(anon):     2324 kB
Active(file):      36748 kB
Inactive(file):    25696 kB
Unevictable:      530428 kB
Mlocked:           11252 kB
SwapTotal:      67108856 kB
SwapFree:       67098012 kB
Dirty:             17936 kB
Writeback:             0 kB
AnonPages:       2858656 kB
Mapped:            15384 kB
Shmem:                 0 kB
Slab:             567576 kB
SReclaimable:      10404 kB
SUnreclaim:       557172 kB
KernelStack:        1616 kB
PageTables:        10948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2974528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2781184 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= 71728 MiB
End job on node141 at 2016-06-06 15:25:19