Trace number 4080271

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.03 895.864

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k6_l3_n170.opb
MD5SUM7f5f10f1b8aeee16c5b46dadab8c5b22
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1020
Total number of constraints43010
Number of constraints which are clauses42840
Number of constraints which are cardinality constraints (but not clauses)170
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4080271-1465218072.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
1.66/0.73	c ... done. Wall clock time 0.62s.
1.66/0.73	c declared #vars     1020
1.66/0.73	c #constraints  43180
1.66/0.73	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.66/0.73	c constraints type 
1.66/0.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 43010
1.66/0.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 170
1.66/0.73	c 43180 constraints processed.
1.66/0.73	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.66/0.73	c constraints type 
1.66/0.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 43010
1.66/0.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
1.66/0.73	c 43180 constraints processed.
5.28/1.76	c cleaning 2502 clauses out of 5004 with flag 20517/5004
6.80/2.44	c cleaning 4243 clauses out of 8499 with flag 46051/11001
8.53/3.27	c cleaning 5623 clauses out of 11255 with flag 86188/18000
10.74/4.36	c cleaning 6812 clauses out of 13632 with flag 165109/26000
10.96/4.52	c cleaning 0 clauses out of 5000 with flag 0/5000
13.85/5.72	c cleaning 7900 clauses out of 15820 with flag 258225/35000
16.69/7.08	c cleaning 8950 clauses out of 17920 with flag 310535/45000
19.92/8.66	c cleaning 9979 clauses out of 19970 with flag 388924/56000
23.32/10.37	c cleaning 10990 clauses out of 21991 with flag 466754/68000
27.76/12.54	c cleaning 12000 clauses out of 24001 with flag 563724/81000
31.99/14.66	c cleaning 12996 clauses out of 26005 with flag 649518/95004
37.64/17.47	c cleaning 13993 clauses out of 28005 with flag 835229/110000
44.27/20.71	c cleaning 14993 clauses out of 30013 with flag 1080730/126001
44.27/20.74	c cleaning 0 clauses out of 11000 with flag 0/11000
51.74/24.47	c cleaning 15992 clauses out of 32019 with flag 1359615/143000
59.99/28.59	c cleaning 17008 clauses out of 34027 with flag 1665582/161000
69.21/33.13	c cleaning 17993 clauses out of 36019 with flag 2027001/180000
79.21/38.18	c cleaning 18994 clauses out of 38026 with flag 2450312/200000
87.63/42.33	c cleaning 20009 clauses out of 40033 with flag 2664821/221001
95.65/46.34	c cleaning 21006 clauses out of 42024 with flag 2800361/243001
104.04/50.58	c cleaning 22000 clauses out of 44017 with flag 2938940/266000
113.08/55.10	c cleaning 23004 clauses out of 46020 with flag 3082061/290003
123.51/60.25	c cleaning 24002 clauses out of 48013 with flag 3257979/315000
133.72/65.30	c cleaning 25004 clauses out of 50011 with flag 3412943/341000
133.72/65.32	c cleaning 0 clauses out of 18001 with flag 0/18001
144.56/70.77	c cleaning 25995 clauses out of 52007 with flag 3557858/368000
156.42/76.64	c cleaning 27003 clauses out of 54013 with flag 3731338/396001
168.64/82.77	c cleaning 27997 clauses out of 56009 with flag 3900546/425000
181.89/89.31	c cleaning 28998 clauses out of 58012 with flag 4112224/455000
195.50/96.19	c cleaning 30002 clauses out of 60014 with flag 4302994/486000
209.73/103.28	c cleaning 31004 clauses out of 62014 with flag 4488340/518002
225.18/110.90	c cleaning 31998 clauses out of 64009 with flag 4714997/551001
242.04/119.36	c cleaning 33000 clauses out of 66010 with flag 4990187/585000
260.90/128.73	c cleaning 33998 clauses out of 68010 with flag 5274179/620000
277.94/137.25	c cleaning 34993 clauses out of 70012 with flag 5488066/656000
297.01/146.77	c cleaning 36007 clauses out of 72019 with flag 5747741/693000
317.10/156.72	c cleaning 37004 clauses out of 74012 with flag 6009471/731000
338.21/167.30	c cleaning 37996 clauses out of 76009 with flag 6292512/770001
345.63/170.90	c cleaning 0 clauses out of 26001 with flag 0/26001
359.71/177.94	c cleaning 38988 clauses out of 78012 with flag 6606481/810000
384.02/190.01	c cleaning 40001 clauses out of 80027 with flag 6991044/851003
410.72/203.33	c cleaning 40997 clauses out of 82023 with flag 7437097/893000
435.06/215.41	c cleaning 42003 clauses out of 84028 with flag 7764302/936002
460.56/228.16	c cleaning 43004 clauses out of 86026 with flag 8101454/980003
490.53/243.09	c cleaning 43991 clauses out of 88019 with flag 8556153/1025000
517.72/256.53	c cleaning 45003 clauses out of 90029 with flag 8894947/1071001
546.01/270.77	c cleaning 46003 clauses out of 92026 with flag 9206238/1118001
574.51/285.00	c cleaning 46998 clauses out of 94022 with flag 9554043/1166000
603.05/299.17	c cleaning 48004 clauses out of 96026 with flag 9884237/1215002
637.01/316.05	c cleaning 49007 clauses out of 98021 with flag 10354560/1265001
668.56/331.79	c cleaning 49991 clauses out of 100014 with flag 10685056/1316001
701.75/348.24	c cleaning 51003 clauses out of 102023 with flag 11064964/1368001
736.74/365.65	c cleaning 51998 clauses out of 104019 with flag 11488595/1421000
752.82/373.66	c cleaning 0 clauses out of 35001 with flag 0/35001
774.68/384.56	c cleaning 52993 clauses out of 106026 with flag 11971621/1475005
813.72/404.14	c cleaning 54007 clauses out of 108030 with flag 12446374/1530002
851.48/422.98	c cleaning 55002 clauses out of 110022 with flag 12865399/1586001
889.83/442.00	c cleaning 56005 clauses out of 112019 with flag 13269118/1643000
930.36/462.27	c cleaning 56983 clauses out of 114016 with flag 13730473/1701002
972.91/483.49	c cleaning 58013 clauses out of 116032 with flag 14231535/1760001
1021.34/507.59	c cleaning 58994 clauses out of 118019 with flag 14873670/1820001
1065.31/529.45	c cleaning 59999 clauses out of 120025 with flag 15386065/1881001
1111.06/552.44	c cleaning 61001 clauses out of 122026 with flag 15903253/1943001
1162.03/577.80	c cleaning 62001 clauses out of 124024 with flag 16514004/2006000
1210.05/601.79	c cleaning 63007 clauses out of 126023 with flag 17023061/2070000
1259.83/626.50	c cleaning 63998 clauses out of 128019 with flag 17558956/2135003
1310.20/651.64	c cleaning 64995 clauses out of 130021 with flag 18108862/2201003
1363.26/678.01	c cleaning 65999 clauses out of 132023 with flag 18750592/2268000
1442.62/717.79	c cleaning 66997 clauses out of 134027 with flag 19881385/2336003
1459.68/726.21	c cleaning 0 clauses out of 45001 with flag 0/45001
1497.80/745.26	c cleaning 67998 clauses out of 136028 with flag 20565671/2405001
1555.02/773.73	c cleaning 68998 clauses out of 138029 with flag 21157185/2475000
1611.30/801.79	c cleaning 70006 clauses out of 140031 with flag 21733245/2546000
1669.56/830.76	c cleaning 70993 clauses out of 142025 with flag 22311640/2618000
1730.71/861.36	c cleaning 72004 clauses out of 144032 with flag 22912853/2691000
1790.98/891.32	c cleaning 73002 clauses out of 146028 with flag 23485697/2765000
1800.03/895.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/895.80	c starts		: 3390
1800.03/895.80	c conflicts		: 2780098
1800.03/895.80	c decisions		: 3835355
1800.03/895.80	c propagations		: 268150043
1800.03/895.80	c inspects		: 11628505239
1800.03/895.80	c shortcuts		: 0
1800.03/895.80	c learnt literals	: 0
1800.03/895.80	c learnt binary clauses	: 0
1800.03/895.80	c learnt ternary clauses	: 0
1800.03/895.80	c learnt constraints	: 2780098
1800.03/895.80	c ignored constraints	: 0
1800.03/895.80	c root simplifications	: 0
1800.03/895.80	c removed literals (reason simplification)	: 78933038
1800.03/895.80	c reason swapping (by a shorter reason)	: 0
1800.03/895.80	c Calls to reduceDB	: 70
1800.03/895.80	c Number of update (reduction) of LBD	: 1267690
1800.03/895.80	c Imported unit clauses	: 0
1800.03/895.80	c number of reductions to clauses (during analyze)	: 0
1800.03/895.80	c number of learned constraints concerned by reduction	: 0
1800.03/895.80	c number of learning phase by resolution	: 0
1800.03/895.80	c number of learning phase by cutting planes	: 0
1800.03/895.80	c speed (assignments/second)	: 299585.5553196957
1800.03/895.80	c non guided choices	194
1800.03/895.83	c learnt constraints type 
1800.03/895.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 88124
1800.03/895.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/895.83	c starts		: 66
1800.03/895.83	c conflicts		: 48702
1800.03/895.83	c decisions		: 66211
1800.03/895.83	c propagations		: 4416237
1800.03/895.83	c inspects		: 1399697052
1800.03/895.83	c shortcuts		: 0
1800.03/895.83	c learnt literals	: 0
1800.03/895.83	c learnt binary clauses	: 0
1800.03/895.83	c learnt ternary clauses	: 0
1800.03/895.83	c learnt constraints	: 48701
1800.03/895.83	c ignored constraints	: 0
1800.03/895.83	c root simplifications	: 0
1800.03/895.83	c removed literals (reason simplification)	: 0
1800.03/895.83	c reason swapping (by a shorter reason)	: 0
1800.03/895.83	c Calls to reduceDB	: 6
1800.03/895.83	c Number of update (reduction) of LBD	: 0
1800.03/895.83	c Imported unit clauses	: 0
1800.03/895.83	c number of reductions to clauses (during analyze)	: 0
1800.03/895.83	c number of learned constraints concerned by reduction	: 0
1800.03/895.83	c number of learning phase by resolution	: 0
1800.03/895.83	c number of learning phase by cutting planes	: 0
1800.03/895.83	c speed (assignments/second)	: 4933.802779137033
1800.03/895.83	c non guided choices	194
1800.03/895.85	c learnt constraints type 
1800.03/895.85	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 42341
1800.03/895.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6360
1800.03/895.85	s UNKNOWN
1800.03/895.85	c Total wall clock time (in seconds): 895.744

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

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

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


[startup+0 s]
/proc/loadavg: 4.09 4.07 3.68 4/198 27140
/proc/meminfo: memFree=29466472/32872528 swapFree=11252/530428
[pid=27140] ppid=27137 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27140/stat : 27140 (java) S 27137 27140 25451 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 103739019 98570240 978 33554432000 1073741824 1073778376 140735620562224 140735620553360 211462160445 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 24065 978 743 9 0 16771 0
[pid=27140/tid=27141] ppid=27137 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27141/stat : 27141 (java) R 27137 27140 25451 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 103739019 98570240 979 33554432000 1073741824 1073778376 140735620562224 140543264353832 211458803072 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 4.09 4.07 3.68 4/198 27140
/proc/meminfo: memFree=29466472/32872528 swapFree=11252/530428
[pid=27140] ppid=27137 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/27140/stat : 27140 (java) S 27137 27140 25451 0 -1 4202496 4495 0 1 0 10 1 0 0 20 0 18 0 103739019 9787879424 6124 33554432000 1073741824 1073778376 140735620562224 140735620553360 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2389619 6124 2158 9 0 2380296 0
[pid=27140/tid=27141] ppid=27137 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/27140/task/27141/stat : 27141 (java) R 27137 27140 25451 0 -1 4202560 2387 0 1 0 7 0 0 0 20 0 18 0 103739019 9787879424 6124 33554432000 1073741824 1073778376 140735620562224 140543264359144 211462186253 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200323 s]
/proc/loadavg: 4.09 4.07 3.68 4/198 27140
/proc/meminfo: memFree=29466472/32872528 swapFree=11252/530428
[pid=27140] ppid=27137 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/27140/stat : 27140 (java) S 27137 27140 25451 0 -1 4202496 4701 0 1 0 25 1 0 0 20 0 18 0 103739019 9787879424 6783 33554432000 1073741824 1073778376 140735620562224 140735620553360 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2389619 6783 2202 9 0 2380296 0
[pid=27140/tid=27141] ppid=27137 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/27140/task/27141/stat : 27141 (java) R 27137 27140 25451 0 -1 4202560 2399 0 1 0 17 0 0 0 20 0 18 0 103739019 9787879424 6783 33554432000 1073741824 1073778376 140735620562224 140543264359144 211462175800 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300324 s]
/proc/loadavg: 4.09 4.07 3.68 4/198 27140
/proc/meminfo: memFree=29466472/32872528 swapFree=11252/530428
[pid=27140] ppid=27137 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/27140/stat : 27140 (java) S 27137 27140 25451 0 -1 4202496 5619 0 1 0 47 1 0 0 20 0 18 0 103739019 9787879424 9014 33554432000 1073741824 1073778376 140735620562224 140735620553360 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2389619 9014 2231 9 0 2380296 0
[pid=27140/tid=27141] ppid=27137 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/27140/task/27141/stat : 27141 (java) R 27137 27140 25451 0 -1 4202560 2402 0 1 0 27 0 0 0 20 0 18 0 103739019 9787879424 9014 33554432000 1073741824 1073778376 140735620562224 140543264358488 140543091213032 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.70023 s]
/proc/loadavg: 4.09 4.07 3.68 4/198 27140
/proc/meminfo: memFree=29466472/32872528 swapFree=11252/530428
[pid=27140] ppid=27137 vsize=9558476 CPUtime=1.66 cores=1,3,5,7
/proc/27140/stat : 27140 (java) S 27137 27140 25451 0 -1 4202496 22038 0 1 0 161 5 0 0 20 0 18 0 103739019 9787879424 49065 33554432000 1073741824 1073778376 140735620562224 140735620553360 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2389619 49065 2245 9 0 2380296 0
[pid=27140/tid=27141] ppid=27137 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/27140/task/27141/stat : 27141 (java) R 27137 27140 25451 0 -1 4202560 2459 0 1 0 65 2 0 0 20 0 18 0 103739019 9787879424 49065 33554432000 1073741824 1073778376 140735620562224 140543264350096 140543091201720 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 4.09 4.07 3.68 7/220 27162
/proc/meminfo: memFree=29269268/32872528 swapFree=11252/530428
[pid=27140] ppid=27137 vsize=9824732 CPUtime=4.69 cores=1,3,5,7
/proc/27140/stat : 27140 (java) S 27137 27140 25451 0 -1 4202496 26038 0 1 0 463 6 0 0 20 0 22 0 103739019 10060525568 51748 33554432000 1073741824 1073778376 140735620562224 140735620553360 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2456183 51748 2285 9 0 2446860 0
[pid=27140/tid=27141] ppid=27137 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/27140/task/27141/stat : 27141 (java) S 27137 27140 25451 0 -1 4202560 2479 0 1 0 66 3 0 0 20 0 22 0 103739019 10060525568 51748 33554432000 1073741824 1073778376 140735620562224 140543264359288 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27140/tid=27143] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27143/stat : 27143 (java) S 27137 27140 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103739020 10060525568 51748 33554432000 1073741824 1073778376 140735620562224 140543225850408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27144] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27144/stat : 27144 (java) S 27137 27140 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 103739020 10060525568 51748 33554432000 1073741824 1073778376 140735620562224 140543224797608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27145] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27145/stat : 27145 (java) S 27137 27140 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 103739020 10060525568 51748 33554432000 1073741824 1073778376 140735620562224 140543223744808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27140/tid=27146] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27146/stat : 27146 (java) S 27137 27140 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103739020 10060525568 51748 33554432000 1073741824 1073778376 140735620562224 140543222692008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27140/tid=27147] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27147/stat : 27147 (java) S 27137 27140 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103739020 10060525568 51748 33554432000 1073741824 1073778376 140735620562224 140543221640232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27140/tid=27148] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27148/stat : 27148 (java) S 27137 27140 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 103739020 10060525568 51748 33554432000 1073741824 1073778376 140735620562224 140543220587432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27149] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27149/stat : 27149 (java) S 27137 27140 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103739020 10060525568 51748 33554432000 1073741824 1073778376 140735620562224 140543219534632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27150] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27150/stat : 27150 (java) S 27137 27140 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 103739020 10060525568 51748 33554432000 1073741824 1073778376 140735620562224 140543218481832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27151] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27151/stat : 27151 (java) S 27137 27140 25451 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 103739021 10060525568 51748 33554432000 1073741824 1073778376 140735620562224 140543087589864 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27152] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27152/stat : 27152 (java) S 27137 27140 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103739021 10060525568 51748 33554432000 1073741824 1073778376 140735620562224 140543086535928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27153] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27153/stat : 27153 (java) S 27137 27140 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103739021 10060525568 51748 33554432000 1073741824 1073778376 140735620562224 140543085483016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27154] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27154/stat : 27154 (java) S 27137 27140 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103739024 10060525568 51748 33554432000 1073741824 1073778376 140735620562224 140543084431504 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27155] ppid=27137 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/27140/task/27155/stat : 27155 (java) R 27137 27140 25451 0 -1 4202560 12554 0 0 0 120 2 0 0 20 0 22 0 103739024 10060525568 51748 33554432000 1073741824 1073778376 140735620562224 140543083366352 140543266966891 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27156] ppid=27137 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/27140/task/27156/stat : 27156 (java) S 27137 27140 25451 0 -1 4202560 9584 0 0 0 113 1 0 0 20 0 22 0 103739024 10060525568 51748 33554432000 1073741824 1073778376 140735620562224 140543082326840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27157] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27157/stat : 27157 (java) S 27137 27140 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103739024 10060525568 51748 33554432000 1073741824 1073778376 140735620562224 140543081274232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27158] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27158/stat : 27158 (java) S 27137 27140 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103739024 10060525568 51748 33554432000 1073741824 1073778376 140735620562224 140543080221640 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27159] ppid=27137 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/27140/task/27159/stat : 27159 (java) R 27137 27140 25451 0 -1 4202560 16 0 0 0 75 0 0 0 20 0 22 0 103739092 10060525568 51748 33554432000 1073741824 1073778376 140735620562224 140543079166616 140543091566585 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27140/tid=27160] ppid=27137 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/27140/task/27160/stat : 27160 (java) R 27137 27140 25451 0 -1 4202560 31 0 0 0 75 0 0 0 20 0 22 0 103739092 10060525568 51748 33554432000 1073741824 1073778376 140735620562224 140543078113528 140543091934181 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27140/tid=27161] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27161/stat : 27161 (java) S 27137 27140 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103739092 10060525568 51748 33554432000 1073741824 1073778376 140735620562224 140543077061544 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27140/tid=27162] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27162/stat : 27162 (java) S 27137 27140 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103739092 10060525568 51748 33554432000 1073741824 1073778376 140735620562224 140543076008744 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.09 4.07 3.68 6/220 27162
/proc/meminfo: memFree=29139024/32872528 swapFree=11252/530428
[pid=27140] ppid=27137 vsize=9824732 CPUtime=8.26 cores=1,3,5,7
/proc/27140/stat : 27140 (java) S 27137 27140 25451 0 -1 4202496 26309 0 1 0 815 11 0 0 20 0 22 0 103739019 10060525568 92697 33554432000 1073741824 1073778376 140735620562224 140735620553360 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2456183 92697 2291 9 0 2446860 0
[pid=27140/tid=27141] ppid=27137 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/27140/task/27141/stat : 27141 (java) S 27137 27140 25451 0 -1 4202560 2480 0 1 0 66 3 0 0 20 0 22 0 103739019 10060525568 92697 33554432000 1073741824 1073778376 140735620562224 140543264359288 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27140/tid=27143] ppid=27137 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/27140/task/27143/stat : 27143 (java) S 27137 27140 25451 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 103739020 10060525568 92697 33554432000 1073741824 1073778376 140735620562224 140543225850408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27144] ppid=27137 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/27140/task/27144/stat : 27144 (java) S 27137 27140 25451 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 22 0 103739020 10060525568 92697 33554432000 1073741824 1073778376 140735620562224 140543224797608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27145] ppid=27137 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/27140/task/27145/stat : 27145 (java) S 27137 27140 25451 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 103739020 10060525568 92697 33554432000 1073741824 1073778376 140735620562224 140543223744808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27146] ppid=27137 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/27140/task/27146/stat : 27146 (java) S 27137 27140 25451 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 22 0 103739020 10060525568 92697 33554432000 1073741824 1073778376 140735620562224 140543222692008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27147] ppid=27137 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/27140/task/27147/stat : 27147 (java) S 27137 27140 25451 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 103739020 10060525568 92697 33554432000 1073741824 1073778376 140735620562224 140543221640232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27148] ppid=27137 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/27140/task/27148/stat : 27148 (java) S 27137 27140 25451 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 103739020 10060525568 92697 33554432000 1073741824 1073778376 140735620562224 140543220587432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27149] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27149/stat : 27149 (java) S 27137 27140 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103739020 10060525568 92697 33554432000 1073741824 1073778376 140735620562224 140543219534632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27150] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27150/stat : 27150 (java) S 27137 27140 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 103739020 10060525568 92697 33554432000 1073741824 1073778376 140735620562224 140543218481832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27151] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27151/stat : 27151 (java) S 27137 27140 25451 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 103739021 10060525568 92697 33554432000 1073741824 1073778376 140735620562224 140543087589864 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27140/tid=27152] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27152/stat : 27152 (java) S 27137 27140 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103739021 10060525568 92697 33554432000 1073741824 1073778376 140735620562224 140543086535928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27153] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27153/stat : 27153 (java) S 27137 27140 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103739021 10060525568 92697 33554432000 1073741824 1073778376 140735620562224 140543085483016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27154] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27154/stat : 27154 (java) S 27137 27140 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103739024 10060525568 92697 33554432000 1073741824 1073778376 140735620562224 140543084431504 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27155] ppid=27137 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/27140/task/27155/stat : 27155 (java) S 27137 27140 25451 0 -1 4202560 12561 0 0 0 142 2 0 0 20 0 22 0 103739024 10060525568 92697 33554432000 1073741824 1073778376 140735620562224 140543083379640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27156] ppid=27137 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/27140/task/27156/stat : 27156 (java) S 27137 27140 25451 0 -1 4202560 9585 0 0 0 119 1 0 0 20 0 22 0 103739024 10060525568 92697 33554432000 1073741824 1073778376 140735620562224 140543082326840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27157] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27157/stat : 27157 (java) S 27137 27140 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103739024 10060525568 92697 33554432000 1073741824 1073778376 140735620562224 140543081274232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27158] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27158/stat : 27158 (java) S 27137 27140 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103739024 10060525568 92697 33554432000 1073741824 1073778376 140735620562224 140543080221640 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27159] ppid=27137 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/27140/task/27159/stat : 27159 (java) R 27137 27140 25451 0 -1 4202560 16 0 0 0 226 0 0 0 20 0 22 0 103739092 10060525568 92697 33554432000 1073741824 1073778376 140735620562224 140543079164792 140543091801600 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27140/tid=27160] ppid=27137 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/27140/task/27160/stat : 27160 (java) R 27137 27140 25451 0 -1 4202560 91 0 0 0 225 1 0 0 20 0 22 0 103739092 10060525568 92697 33554432000 1073741824 1073778376 140735620562224 140543078112712 140543091808774 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27140/tid=27161] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27161/stat : 27161 (java) S 27137 27140 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103739092 10060525568 92697 33554432000 1073741824 1073778376 140735620562224 140543077061544 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27140/tid=27162] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27162/stat : 27162 (java) S 27137 27140 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103739092 10060525568 92697 33554432000 1073741824 1073778376 140735620562224 140543076008744 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.08 4.07 3.68 5/220 27162
/proc/meminfo: memFree=28839072/32872528 swapFree=11252/530428
[pid=27140] ppid=27137 vsize=9824732 CPUtime=15.23 cores=1,3,5,7
/proc/27140/stat : 27140 (java) S 27137 27140 25451 0 -1 4202496 27146 0 1 0 1498 25 0 0 20 0 22 0 103739019 10060525568 244363 33554432000 1073741824 1073778376 140735620562224 140735620553360 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2456183 244363 2291 9 0 2446860 0
[pid=27140/tid=27141] ppid=27137 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/27140/task/27141/stat : 27141 (java) S 27137 27140 25451 0 -1 4202560 2480 0 1 0 66 3 0 0 20 0 22 0 103739019 10060525568 244363 33554432000 1073741824 1073778376 140735620562224 140543264359288 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27140/tid=27143] ppid=27137 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/27140/task/27143/stat : 27143 (java) S 27137 27140 25451 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 103739020 10060525568 244363 33554432000 1073741824 1073778376 140735620562224 140543225850408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27144] ppid=27137 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/27140/task/27144/stat : 27144 (java) S 27137 27140 25451 0 -1 4202560 123 0 0 0 7 2 0 0 20 0 22 0 103739020 10060525568 244363 33554432000 1073741824 1073778376 140735620562224 140543224797608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27145] ppid=27137 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/27140/task/27145/stat : 27145 (java) S 27137 27140 25451 0 -1 4202560 109 0 0 0 5 2 0 0 20 0 22 0 103739020 10060525568 244363 33554432000 1073741824 1073778376 140735620562224 140543223744808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27146] ppid=27137 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/27140/task/27146/stat : 27146 (java) S 27137 27140 25451 0 -1 4202560 31 0 0 0 5 1 0 0 20 0 22 0 103739020 10060525568 244363 33554432000 1073741824 1073778376 140735620562224 140543222692008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27140/tid=27147] ppid=27137 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/27140/task/27147/stat : 27147 (java) S 27137 27140 25451 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 103739020 10060525568 244363 33554432000 1073741824 1073778376 140735620562224 140543221640232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27148] ppid=27137 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/27140/task/27148/stat : 27148 (java) S 27137 27140 25451 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 22 0 103739020 10060525568 244363 33554432000 1073741824 1073778376 140735620562224 140543220587432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27149] ppid=27137 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/27140/task/27149/stat : 27149 (java) S 27137 27140 25451 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 103739020 10060525568 244363 33554432000 1073741824 1073778376 140735620562224 140543219534632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27150] ppid=27137 vsize=9824732 CPUtime=0.02 cores=1,3,5,7

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

/proc/27140/task/27145/stat : 27145 (java) S 27137 27140 25451 0 -1 4202560 375 0 0 0 238 9 0 0 20 0 22 0 103739020 10060525568 523729 33554432000 1073741824 1073778376 140735620562224 140543223744808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27140/tid=27146] ppid=27137 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/27140/task/27146/stat : 27146 (java) S 27137 27140 25451 0 -1 4202560 274 0 0 0 256 8 0 0 20 0 22 0 103739020 10060525568 523729 33554432000 1073741824 1073778376 140735620562224 140543222692008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27147] ppid=27137 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/27140/task/27147/stat : 27147 (java) S 27137 27140 25451 0 -1 4202560 408 0 0 0 246 7 0 0 20 0 22 0 103739020 10060525568 523729 33554432000 1073741824 1073778376 140735620562224 140543221640232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27140/tid=27148] ppid=27137 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/27140/task/27148/stat : 27148 (java) S 27137 27140 25451 0 -1 4202560 433 0 0 0 248 9 0 0 20 0 22 0 103739020 10060525568 523729 33554432000 1073741824 1073778376 140735620562224 140543220587432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27140/tid=27149] ppid=27137 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/27140/task/27149/stat : 27149 (java) S 27137 27140 25451 0 -1 4202560 333 0 0 0 236 6 0 0 20 0 22 0 103739020 10060525568 523729 33554432000 1073741824 1073778376 140735620562224 140543219534632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27140/tid=27150] ppid=27137 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/27140/task/27150/stat : 27150 (java) S 27137 27140 25451 0 -1 4202560 321 0 0 0 217 7 0 0 20 0 22 0 103739020 10060525568 523729 33554432000 1073741824 1073778376 140735620562224 140543218481832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27140/tid=27151] ppid=27137 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/27140/task/27151/stat : 27151 (java) S 27137 27140 25451 0 -1 4202560 1459 0 0 0 152 38 0 0 20 0 22 0 103739021 10060525568 523729 33554432000 1073741824 1073778376 140735620562224 140543087589864 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27152] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27152/stat : 27152 (java) S 27137 27140 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103739021 10060525568 523729 33554432000 1073741824 1073778376 140735620562224 140543086535928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27153] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27153/stat : 27153 (java) S 27137 27140 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103739021 10060525568 523729 33554432000 1073741824 1073778376 140735620562224 140543085483016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27154] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27154/stat : 27154 (java) S 27137 27140 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103739024 10060525568 523729 33554432000 1073741824 1073778376 140735620562224 140543084431504 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27155] ppid=27137 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/27140/task/27155/stat : 27155 (java) S 27137 27140 25451 0 -1 4202560 12561 0 0 0 186 2 0 0 20 0 22 0 103739024 10060525568 523729 33554432000 1073741824 1073778376 140735620562224 140543083379640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27156] ppid=27137 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/27140/task/27156/stat : 27156 (java) S 27137 27140 25451 0 -1 4202560 9590 0 0 0 136 1 0 0 20 0 22 0 103739024 10060525568 523729 33554432000 1073741824 1073778376 140735620562224 140543082326840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27157] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27157/stat : 27157 (java) S 27137 27140 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103739024 10060525568 523729 33554432000 1073741824 1073778376 140735620562224 140543081274232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27158] ppid=27137 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/27140/task/27158/stat : 27158 (java) S 27137 27140 25451 0 -1 4202560 46 0 0 0 14 21 0 0 20 0 22 0 103739024 10060525568 523729 33554432000 1073741824 1073778376 140735620562224 140543080221640 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27159] ppid=27137 vsize=9824732 CPUtime=811.25 cores=1,3,5,7
/proc/27140/task/27159/stat : 27159 (java) R 27137 27140 25451 0 -1 4202560 279 0 0 0 81111 14 0 0 20 0 22 0 103739092 10060525568 523729 33554432000 1073741824 1073778376 140735620562224 140543079164704 140543091566524 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27140/tid=27160] ppid=27137 vsize=9824732 CPUtime=811.22 cores=1,3,5,7
/proc/27140/task/27160/stat : 27160 (java) R 27137 27140 25451 0 -1 4202560 1766 0 0 0 81073 49 0 0 20 0 22 0 103739092 10060525568 523729 33554432000 1073741824 1073778376 140735620562224 140543078112608 140543091791221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27161] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27161/stat : 27161 (java) S 27137 27140 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103739092 10060525568 523729 33554432000 1073741824 1073778376 140735620562224 140543077061544 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27140/tid=27162] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27162/stat : 27162 (java) S 27137 27140 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103739092 10060525568 523729 33554432000 1073741824 1073778376 140735620562224 140543076008744 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1652.69
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.07 4.09 3.92 5/219 27455
/proc/meminfo: memFree=27005540/32872528 swapFree=11252/530428
[pid=27140] ppid=27137 vsize=9824732 CPUtime=1772.9 cores=1,3,5,7
/proc/27140/stat : 27140 (java) S 27137 27140 25451 0 -1 4202496 32376 0 1 0 177126 164 0 0 20 0 22 0 103739019 10060525568 509936 33554432000 1073741824 1073778376 140735620562224 140735620553360 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2456183 509936 2300 9 0 2446860 0
[pid=27140/tid=27141] ppid=27137 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/27140/task/27141/stat : 27141 (java) S 27137 27140 25451 0 -1 4202560 2487 0 1 0 69 5 0 0 20 0 22 0 103739019 10060525568 509936 33554432000 1073741824 1073778376 140735620562224 140543264359288 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27140/tid=27143] ppid=27137 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/27140/task/27143/stat : 27143 (java) S 27137 27140 25451 0 -1 4202560 305 0 0 0 265 8 0 0 20 0 22 0 103739020 10060525568 509936 33554432000 1073741824 1073778376 140735620562224 140543225850408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27144] ppid=27137 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/27140/task/27144/stat : 27144 (java) S 27137 27140 25451 0 -1 4202560 360 0 0 0 256 8 0 0 20 0 22 0 103739020 10060525568 509936 33554432000 1073741824 1073778376 140735620562224 140543224797608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27145] ppid=27137 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/27140/task/27145/stat : 27145 (java) S 27137 27140 25451 0 -1 4202560 382 0 0 0 253 9 0 0 20 0 22 0 103739020 10060525568 509936 33554432000 1073741824 1073778376 140735620562224 140543223744808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27140/tid=27146] ppid=27137 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/27140/task/27146/stat : 27146 (java) S 27137 27140 25451 0 -1 4202560 280 0 0 0 277 8 0 0 20 0 22 0 103739020 10060525568 509936 33554432000 1073741824 1073778376 140735620562224 140543222692008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27147] ppid=27137 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/27140/task/27147/stat : 27147 (java) S 27137 27140 25451 0 -1 4202560 413 0 0 0 265 7 0 0 20 0 22 0 103739020 10060525568 509936 33554432000 1073741824 1073778376 140735620562224 140543221640232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27140/tid=27148] ppid=27137 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/27140/task/27148/stat : 27148 (java) S 27137 27140 25451 0 -1 4202560 441 0 0 0 268 9 0 0 20 0 22 0 103739020 10060525568 509936 33554432000 1073741824 1073778376 140735620562224 140543220587432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27140/tid=27149] ppid=27137 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/27140/task/27149/stat : 27149 (java) S 27137 27140 25451 0 -1 4202560 339 0 0 0 250 6 0 0 20 0 22 0 103739020 10060525568 509936 33554432000 1073741824 1073778376 140735620562224 140543219534632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27140/tid=27150] ppid=27137 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/27140/task/27150/stat : 27150 (java) S 27137 27140 25451 0 -1 4202560 328 0 0 0 233 7 0 0 20 0 22 0 103739020 10060525568 509936 33554432000 1073741824 1073778376 140735620562224 140543218481832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27151] ppid=27137 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/27140/task/27151/stat : 27151 (java) S 27137 27140 25451 0 -1 4202560 1495 0 0 0 184 41 0 0 20 0 22 0 103739021 10060525568 509936 33554432000 1073741824 1073778376 140735620562224 140543087589864 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27152] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27152/stat : 27152 (java) S 27137 27140 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103739021 10060525568 509936 33554432000 1073741824 1073778376 140735620562224 140543086535928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27153] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27153/stat : 27153 (java) S 27137 27140 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103739021 10060525568 509936 33554432000 1073741824 1073778376 140735620562224 140543085483016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27154] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27154/stat : 27154 (java) S 27137 27140 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103739024 10060525568 509936 33554432000 1073741824 1073778376 140735620562224 140543084431504 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27155] ppid=27137 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/27140/task/27155/stat : 27155 (java) S 27137 27140 25451 0 -1 4202560 12561 0 0 0 186 2 0 0 20 0 22 0 103739024 10060525568 509936 33554432000 1073741824 1073778376 140735620562224 140543083379640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27156] ppid=27137 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/27140/task/27156/stat : 27156 (java) S 27137 27140 25451 0 -1 4202560 9590 0 0 0 136 1 0 0 20 0 22 0 103739024 10060525568 509936 33554432000 1073741824 1073778376 140735620562224 140543082326840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27157] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27157/stat : 27157 (java) S 27137 27140 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103739024 10060525568 509936 33554432000 1073741824 1073778376 140735620562224 140543081274232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27158] ppid=27137 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/27140/task/27158/stat : 27158 (java) S 27137 27140 25451 0 -1 4202560 50 0 0 0 16 21 0 0 20 0 22 0 103739024 10060525568 509936 33554432000 1073741824 1073778376 140735620562224 140543080221640 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27140/tid=27159] ppid=27137 vsize=9824732 CPUtime=870.33 cores=1,3,5,7
/proc/27140/task/27159/stat : 27159 (java) R 27137 27140 25451 0 -1 4202560 302 0 0 0 87018 15 0 0 20 0 22 0 103739092 10060525568 509936 33554432000 1073741824 1073778376 140735620562224 140543079165472 140543091566524 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27140/tid=27160] ppid=27137 vsize=9824732 CPUtime=870.31 cores=1,3,5,7
/proc/27140/task/27160/stat : 27160 (java) R 27137 27140 25451 0 -1 4202560 1776 0 0 0 86980 51 0 0 20 0 22 0 103739092 10060525568 509936 33554432000 1073741824 1073778376 140735620562224 140543078111792 140543091934204 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27140/tid=27161] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27161/stat : 27161 (java) S 27137 27140 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103739092 10060525568 509936 33554432000 1073741824 1073778376 140735620562224 140543077061544 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27140/tid=27162] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27162/stat : 27162 (java) S 27137 27140 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103739092 10060525568 509936 33554432000 1073741824 1073778376 140735620562224 140543076008744 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1772.9
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.801 s]
/proc/loadavg: 4.06 4.09 3.92 5/219 27455
/proc/meminfo: memFree=26739048/32872528 swapFree=11252/530428
[pid=27140] ppid=27137 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/27140/stat : 27140 (java) S 27137 27140 25451 0 -1 4202496 32406 0 1 0 179839 164 0 0 20 0 22 0 103739019 10060525568 508259 33554432000 1073741824 1073778376 140735620562224 140735620553360 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27140/statm: 2456183 508259 2300 9 0 2446860 0
[pid=27140/tid=27141] ppid=27137 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/27140/task/27141/stat : 27141 (java) S 27137 27140 25451 0 -1 4202560 2487 0 1 0 69 5 0 0 20 0 22 0 103739019 10060525568 508259 33554432000 1073741824 1073778376 140735620562224 140543264359288 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27140/tid=27143] ppid=27137 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/27140/task/27143/stat : 27143 (java) S 27137 27140 25451 0 -1 4202560 305 0 0 0 271 8 0 0 20 0 22 0 103739020 10060525568 508259 33554432000 1073741824 1073778376 140735620562224 140543225850408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27144] ppid=27137 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/27140/task/27144/stat : 27144 (java) S 27137 27140 25451 0 -1 4202560 360 0 0 0 260 8 0 0 20 0 22 0 103739020 10060525568 508259 33554432000 1073741824 1073778376 140735620562224 140543224797608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27140/tid=27145] ppid=27137 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/27140/task/27145/stat : 27145 (java) S 27137 27140 25451 0 -1 4202560 387 0 0 0 258 9 0 0 20 0 22 0 103739020 10060525568 508259 33554432000 1073741824 1073778376 140735620562224 140543223744808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27146] ppid=27137 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/27140/task/27146/stat : 27146 (java) S 27137 27140 25451 0 -1 4202560 283 0 0 0 282 8 0 0 20 0 22 0 103739020 10060525568 508259 33554432000 1073741824 1073778376 140735620562224 140543222692008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27140/tid=27147] ppid=27137 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/27140/task/27147/stat : 27147 (java) S 27137 27140 25451 0 -1 4202560 413 0 0 0 269 7 0 0 20 0 22 0 103739020 10060525568 508259 33554432000 1073741824 1073778376 140735620562224 140543221640232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27148] ppid=27137 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/27140/task/27148/stat : 27148 (java) S 27137 27140 25451 0 -1 4202560 441 0 0 0 273 9 0 0 20 0 22 0 103739020 10060525568 508259 33554432000 1073741824 1073778376 140735620562224 140543220587432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27149] ppid=27137 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/27140/task/27149/stat : 27149 (java) S 27137 27140 25451 0 -1 4202560 340 0 0 0 255 6 0 0 20 0 22 0 103739020 10060525568 508259 33554432000 1073741824 1073778376 140735620562224 140543219534632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27150] ppid=27137 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/27140/task/27150/stat : 27150 (java) S 27137 27140 25451 0 -1 4202560 342 0 0 0 236 7 0 0 20 0 22 0 103739020 10060525568 508259 33554432000 1073741824 1073778376 140735620562224 140543218481832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27151] ppid=27137 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/27140/task/27151/stat : 27151 (java) S 27137 27140 25451 0 -1 4202560 1495 0 0 0 184 41 0 0 20 0 22 0 103739021 10060525568 508259 33554432000 1073741824 1073778376 140735620562224 140543087589864 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27140/tid=27152] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27152/stat : 27152 (java) S 27137 27140 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103739021 10060525568 508259 33554432000 1073741824 1073778376 140735620562224 140543086535928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27153] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27153/stat : 27153 (java) S 27137 27140 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103739021 10060525568 508259 33554432000 1073741824 1073778376 140735620562224 140543085483016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27154] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27154/stat : 27154 (java) S 27137 27140 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103739024 10060525568 508259 33554432000 1073741824 1073778376 140735620562224 140543084431504 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27155] ppid=27137 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/27140/task/27155/stat : 27155 (java) S 27137 27140 25451 0 -1 4202560 12561 0 0 0 186 2 0 0 20 0 22 0 103739024 10060525568 508259 33554432000 1073741824 1073778376 140735620562224 140543083379640 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27140/tid=27156] ppid=27137 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/27140/task/27156/stat : 27156 (java) S 27137 27140 25451 0 -1 4202560 9590 0 0 0 136 1 0 0 20 0 22 0 103739024 10060525568 508259 33554432000 1073741824 1073778376 140735620562224 140543082326840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27157] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27157/stat : 27157 (java) S 27137 27140 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103739024 10060525568 508259 33554432000 1073741824 1073778376 140735620562224 140543081274232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27158] ppid=27137 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/27140/task/27158/stat : 27158 (java) S 27137 27140 25451 0 -1 4202560 50 0 0 0 16 22 0 0 20 0 22 0 103739024 10060525568 508259 33554432000 1073741824 1073778376 140735620562224 140543080221640 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27140/tid=27159] ppid=27137 vsize=9824732 CPUtime=883.68 cores=1,3,5,7
/proc/27140/task/27159/stat : 27159 (java) R 27137 27140 25451 0 -1 4202560 307 0 0 0 88353 15 0 0 20 0 22 0 103739092 10060525568 508259 33554432000 1073741824 1073778376 140735620562224 140543079165456 140543091992414 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27140/tid=27160] ppid=27137 vsize=9824732 CPUtime=883.66 cores=1,3,5,7
/proc/27140/task/27160/stat : 27160 (java) R 27137 27140 25451 0 -1 4202560 1778 0 0 0 88315 51 0 0 20 0 22 0 103739092 10060525568 508259 33554432000 1073741824 1073778376 140735620562224 140543078111792 140543091566524 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27140/tid=27161] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27161/stat : 27161 (java) S 27137 27140 25451 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103739092 10060525568 508259 33554432000 1073741824 1073778376 140735620562224 140543077061544 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27140/tid=27162] ppid=27137 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/27140/task/27162/stat : 27162 (java) S 27137 27140 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103739092 10060525568 508259 33554432000 1073741824 1073778376 140735620562224 140543076008744 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 27140 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 27140 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=899285
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=161671
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.864
CPU time (s): 1800.03
CPU user time (s): 1798.39
CPU system time (s): 1.64
CPU usage (%): 200.927
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.9
system time used= 2.16167
maximum resident set size= 2860120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32439
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37793
involuntary context switches= 54555

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.29404 second user time and 6.84296 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-06 15:01:13
IDJOB=4080271
IDBENCH=1369
IDSOLVER=2543
FILE ID=node141/4080271-1465218072
RUNJOBID= node141-1465216745-25468
PBS_JOBID= 19843201
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k6_l3_n170.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080271-1465218072/watcher-4080271-1465218072 -o /tmp/evaluation-result-4080271-1465218072/solver-4080271-1465218072 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465216745-25468 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080271-1465218072.opb

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

MD5SUM BENCH= 7f5f10f1b8aeee16c5b46dadab8c5b22
RANDOM SEED=1687410494

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:        29466860 kB
Buffers:            3612 kB
Cached:            41120 kB
SwapCached:         1796 kB
Active:          2147508 kB
Inactive:          24920 kB
Active(anon):    2127600 kB
Inactive(anon):     2324 kB
Active(file):      19908 kB
Inactive(file):    22596 kB
Unevictable:      530428 kB
Mlocked:           11252 kB
SwapTotal:      67108856 kB
SwapFree:       67098012 kB
Dirty:              1860 kB
Writeback:             0 kB
AnonPages:       2613648 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             566840 kB
SReclaimable:       9704 kB
SUnreclaim:       557136 kB
KernelStack:        1816 kB
PageTables:         9780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2848680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2553856 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:16:08