Trace number 4080962

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.1 896.049

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_9_ic.opb
MD5SUM5b69bba9fba38b21e500a479429a9384
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 146363183
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 9700646039
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 146363183
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 9700646039
Number of bits of the biggest sum of numbers34
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080962-1465371229.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.16/0.65	c ... done. Wall clock time 0.535s.
1.16/0.65	c declared #vars     15725
1.16/0.65	c #constraints  33139
1.16/0.66	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.16/0.66	c constraints type 
1.16/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.16/0.66	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.16/0.66	c org.sat4j.specs.Constr$1 => 3
1.16/0.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.16/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.16/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.16/0.66	c 33139 constraints processed.
1.16/0.66	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.16/0.66	c constraints type 
1.16/0.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.16/0.66	c org.sat4j.specs.Constr$1 => 3
1.16/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.16/0.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.16/0.66	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.16/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.16/0.66	c 33139 constraints processed.
1.16/0.66	c objective function length is 1825 literals
9.61/3.97	c cleaning 2494 clauses out of 5001 with flag 17935/5001
16.42/7.15	c cleaning 4250 clauses out of 8507 with flag 37807/11001
23.94/10.85	c cleaning 5619 clauses out of 11256 with flag 61753/18000
32.25/14.93	c cleaning 6813 clauses out of 13640 with flag 96154/26003
41.89/19.72	c cleaning 7905 clauses out of 15825 with flag 130005/35001
53.60/25.57	c cleaning 8954 clauses out of 17919 with flag 171869/45000
66.89/32.13	c cleaning 9976 clauses out of 19966 with flag 210447/56001
79.41/38.40	c cleaning 10992 clauses out of 21991 with flag 246363/68002
93.70/45.45	c cleaning 11994 clauses out of 23998 with flag 282076/81001
109.36/53.23	c cleaning 12992 clauses out of 26004 with flag 318930/95001
126.83/61.92	c cleaning 13995 clauses out of 28014 with flag 368012/110003
146.89/71.95	c cleaning 14995 clauses out of 30016 with flag 415655/126000
168.26/82.57	c cleaning 15998 clauses out of 32021 with flag 463358/143000
190.87/93.86	c cleaning 17004 clauses out of 34024 with flag 536152/161001
218.33/107.52	c cleaning 18003 clauses out of 36019 with flag 654906/180000
243.27/120.00	c cleaning 19000 clauses out of 38016 with flag 763739/200000
273.03/134.76	c cleaning 19999 clauses out of 40018 with flag 913909/221002
307.34/152.10	c cleaning 21003 clauses out of 42018 with flag 1080558/243001
308.74/152.86	c cleaning 0 clauses out of 5008 with flag 0/5008
343.36/169.96	c cleaning 21999 clauses out of 44015 with flag 1268810/266001
373.93/185.10	c cleaning 22996 clauses out of 46016 with flag 1451498/290001
416.12/206.19	c cleaning 24008 clauses out of 48019 with flag 1615975/315000
449.85/222.94	c cleaning 24998 clauses out of 50011 with flag 1790262/341000
489.43/242.68	c cleaning 26000 clauses out of 52013 with flag 1964715/368000
526.40/261.04	c cleaning 27002 clauses out of 54014 with flag 2111771/396001
566.22/280.89	c cleaning 27994 clauses out of 56011 with flag 2294323/425000
613.00/304.52	c cleaning 29004 clauses out of 58019 with flag 2508524/455002
663.58/329.79	c cleaning 29998 clauses out of 60014 with flag 2740694/486001
715.59/355.64	c cleaning 31001 clauses out of 62016 with flag 2978030/518001
777.66/386.54	c cleaning 31998 clauses out of 64014 with flag 3216195/551000
843.47/419.37	c cleaning 32997 clauses out of 66016 with flag 3465641/585000
911.96/453.43	c cleaning 33992 clauses out of 68019 with flag 3670049/620000
984.80/489.76	c cleaning 35008 clauses out of 70029 with flag 3874449/656002
1044.27/519.33	c cleaning 36008 clauses out of 72020 with flag 4079482/693001
1099.52/546.81	c cleaning 36997 clauses out of 74013 with flag 4311904/731002
1158.96/576.50	c cleaning 37998 clauses out of 76014 with flag 4602150/770000
1230.10/612.36	c cleaning 39000 clauses out of 78016 with flag 4912731/810000
1300.37/647.38	c cleaning 40004 clauses out of 80017 with flag 5239253/851001
1375.13/684.57	c cleaning 40999 clauses out of 82012 with flag 5562108/893000
1420.50/707.18	c cleaning 0 clauses out of 11003 with flag 0/11003
1444.65/719.19	c cleaning 42007 clauses out of 84014 with flag 5851581/936001
1513.36/753.39	c cleaning 42999 clauses out of 86007 with flag 6116401/980001
1589.91/791.45	c cleaning 43992 clauses out of 88008 with flag 6423298/1025001
1661.88/827.28	c cleaning 45002 clauses out of 90015 with flag 6722283/1071000
1735.20/863.72	c cleaning 46000 clauses out of 92013 with flag 6992913/1118000
1800.10/896.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/896.00	c starts		: 2509
1800.10/896.00	c conflicts		: 1159228
1800.10/896.00	c decisions		: 1771888
1800.10/896.00	c propagations		: 712500614
1800.10/896.00	c inspects		: 7853977711
1800.10/896.00	c shortcuts		: 0
1800.10/896.00	c learnt literals	: 0
1800.10/896.00	c learnt binary clauses	: 0
1800.10/896.00	c learnt ternary clauses	: 0
1800.10/896.00	c learnt constraints	: 1159228
1800.10/896.00	c ignored constraints	: 0
1800.10/896.00	c root simplifications	: 0
1800.10/896.00	c removed literals (reason simplification)	: 49763811
1800.10/896.00	c reason swapping (by a shorter reason)	: 0
1800.10/896.00	c Calls to reduceDB	: 43
1800.10/896.00	c Number of update (reduction) of LBD	: 344458
1800.10/896.00	c Imported unit clauses	: 0
1800.10/896.00	c number of reductions to clauses (during analyze)	: 0
1800.10/896.00	c number of learned constraints concerned by reduction	: 0
1800.10/896.00	c number of learning phase by resolution	: 0
1800.10/896.00	c number of learning phase by cutting planes	: 0
1800.10/896.00	c speed (assignments/second)	: 795841.0932892503
1800.10/896.00	c non guided choices	3
1800.10/896.03	c learnt constraints type 
1800.10/896.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87241
1800.10/896.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/896.03	c starts		: 36
1800.10/896.03	c conflicts		: 12603
1800.10/896.03	c decisions		: 43756
1800.10/896.03	c propagations		: 9677287
1800.10/896.03	c inspects		: 1012488505
1800.10/896.03	c shortcuts		: 0
1800.10/896.03	c learnt literals	: 0
1800.10/896.03	c learnt binary clauses	: 0
1800.10/896.03	c learnt ternary clauses	: 0
1800.10/896.03	c learnt constraints	: 12603
1800.10/896.03	c ignored constraints	: 0
1800.10/896.03	c root simplifications	: 0
1800.10/896.03	c removed literals (reason simplification)	: 0
1800.10/896.03	c reason swapping (by a shorter reason)	: 0
1800.10/896.03	c Calls to reduceDB	: 2
1800.10/896.03	c Number of update (reduction) of LBD	: 0
1800.10/896.03	c Imported unit clauses	: 0
1800.10/896.03	c number of reductions to clauses (during analyze)	: 0
1800.10/896.03	c number of learned constraints concerned by reduction	: 0
1800.10/896.03	c number of learning phase by resolution	: 0
1800.10/896.03	c number of learning phase by cutting planes	: 0
1800.10/896.03	c speed (assignments/second)	: 10808.879392477904
1800.10/896.03	c non guided choices	0
1800.10/896.03	c learnt constraints type 
1800.10/896.03	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 110
1800.10/896.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 29
1800.10/896.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12464
1800.10/896.03	s UNKNOWN
1800.10/896.03	c Total wall clock time (in seconds): 895.915

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4080962-1465371229/watcher-4080962-1465371229 -o /tmp/evaluation-result-4080962-1465371229/solver-4080962-1465371229 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1465369430-27012 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080962-1465371229.opb 

pid=27337
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.28 4.22 3.83 4/195 27340
/proc/meminfo: memFree=28587308/32872528 swapFree=17536/1464688
[pid=27340] ppid=27337 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/27340/stat : 27340 (java) R 27337 27340 22851 0 -1 4202496 422 0 0 0 0 0 0 0 20 0 1 0 119055930 9445376 92 33554432000 1073741824 1073778376 140734010576336 140734010573464 227503283494 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/27340/statm: 2306 93 74 9 0 38 0

[startup+0.100159 s]
/proc/loadavg: 4.28 4.22 3.83 4/195 27340
/proc/meminfo: memFree=28587308/32872528 swapFree=17536/1464688
[pid=27340] ppid=27337 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/27340/stat : 27340 (java) S 27337 27340 22851 0 -1 4202496 4438 0 1 0 8 1 0 0 20 0 18 0 119055930 9787879424 6065 33554432000 1073741824 1073778376 140734010576336 140734010567472 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27340/statm: 2389619 6065 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200279 s]
/proc/loadavg: 4.28 4.22 3.83 4/195 27340
/proc/meminfo: memFree=28587308/32872528 swapFree=17536/1464688
[pid=27340] ppid=27337 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/27340/stat : 27340 (java) S 27337 27340 22851 0 -1 4202496 5164 0 1 0 27 1 0 0 20 0 18 0 119055930 9787879424 8169 33554432000 1073741824 1073778376 140734010576336 140734010567472 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27340/statm: 2389619 8169 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300288 s]
/proc/loadavg: 4.28 4.22 3.83 4/195 27340
/proc/meminfo: memFree=28587308/32872528 swapFree=17536/1464688
[pid=27340] ppid=27337 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/27340/stat : 27340 (java) S 27337 27340 22851 0 -1 4202496 5620 0 1 0 50 1 0 0 20 0 18 0 119055930 9787879424 9907 33554432000 1073741824 1073778376 140734010576336 140734010567472 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27340/statm: 2389619 9907 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700183 s]
/proc/loadavg: 4.28 4.22 3.83 4/195 27340
/proc/meminfo: memFree=28587308/32872528 swapFree=17536/1464688
[pid=27340] ppid=27337 vsize=9691604 CPUtime=1.35 cores=0,2,4,6
/proc/27340/stat : 27340 (java) S 27337 27340 22851 0 -1 4202496 8283 0 1 0 129 6 0 0 20 0 20 0 119055930 9924202496 44873 33554432000 1073741824 1073778376 140734010576336 140734010567472 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27340/statm: 2422901 44873 2266 9 0 2413578 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9691604

[startup+1.50083 s]
/proc/loadavg: 4.28 4.22 3.83 8/193 27404
/proc/meminfo: memFree=29523144/32872528 swapFree=17536/1464688
[pid=27340] ppid=27337 vsize=9824732 CPUtime=4.3 cores=0,2,4,6
/proc/27340/stat : 27340 (java) S 27337 27340 22851 0 -1 4202496 21084 0 1 0 422 8 0 0 20 0 22 0 119055930 10060525568 50898 33554432000 1073741824 1073778376 140734010576336 140734010567472 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27340/statm: 2456183 50898 2285 9 0 2446860 0
[pid=27340/tid=27342] ppid=27337 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/27340/task/27342/stat : 27342 (java) S 27337 27340 22851 0 -1 4202560 2520 0 1 0 59 3 0 0 20 0 22 0 119055930 10060525568 50898 33554432000 1073741824 1073778376 140734010576336 139849843045240 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27343] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27343/stat : 27343 (java) S 27337 27340 22851 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 119055932 10060525568 50898 33554432000 1073741824 1073778376 140734010576336 139849687091752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27344] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27344/stat : 27344 (java) S 27337 27340 22851 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119055932 10060525568 50898 33554432000 1073741824 1073778376 140734010576336 139849686038952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27345] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27345/stat : 27345 (java) S 27337 27340 22851 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 119055932 10060525568 50898 33554432000 1073741824 1073778376 140734010576336 139849684986152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27346] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27346/stat : 27346 (java) S 27337 27340 22851 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 119055932 10060525568 50898 33554432000 1073741824 1073778376 140734010576336 139849683933352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27347] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27347/stat : 27347 (java) S 27337 27340 22851 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119055932 10060525568 50898 33554432000 1073741824 1073778376 140734010576336 139849682881576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27348] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27348/stat : 27348 (java) S 27337 27340 22851 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119055932 10060525568 50898 33554432000 1073741824 1073778376 140734010576336 139849681828776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27349] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27349/stat : 27349 (java) S 27337 27340 22851 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 119055932 10060525568 50898 33554432000 1073741824 1073778376 140734010576336 139849680775976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27350] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27350/stat : 27350 (java) S 27337 27340 22851 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 119055932 10060525568 50898 33554432000 1073741824 1073778376 140734010576336 139849679723176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27351] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27351/stat : 27351 (java) S 27337 27340 22851 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 119055933 10060525568 50898 33554432000 1073741824 1073778376 140734010576336 139849667312104 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27352] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27352/stat : 27352 (java) S 27337 27340 22851 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119055933 10060525568 50898 33554432000 1073741824 1073778376 140734010576336 139849666258168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27353] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27353/stat : 27353 (java) S 27337 27340 22851 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119055933 10060525568 50898 33554432000 1073741824 1073778376 140734010576336 139849665205256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27354] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27354/stat : 27354 (java) S 27337 27340 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119055935 10060525568 50898 33554432000 1073741824 1073778376 140734010576336 139849664153744 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27355] ppid=27337 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/27340/task/27355/stat : 27355 (java) S 27337 27340 22851 0 -1 4202560 8325 0 0 0 98 2 0 0 20 0 22 0 119055935 10060525568 50898 33554432000 1073741824 1073778376 140734010576336 139849663101880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27356] ppid=27337 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/27340/task/27356/stat : 27356 (java) S 27337 27340 22851 0 -1 4202560 8791 0 0 0 98 0 0 0 20 0 22 0 119055935 10060525568 50898 33554432000 1073741824 1073778376 140734010576336 139849662049080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27340/tid=27357] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27357/stat : 27357 (java) S 27337 27340 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119055935 10060525568 50898 33554432000 1073741824 1073778376 140734010576336 139849660996472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27358] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27358/stat : 27358 (java) S 27337 27340 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119055936 10060525568 50898 33554432000 1073741824 1073778376 140734010576336 139849659943880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27369] ppid=27337 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/27340/task/27369/stat : 27369 (java) R 27337 27340 22851 0 -1 4202560 18 0 0 0 73 0 0 0 20 0 22 0 119055996 10060525568 50898 33554432000 1073741824 1073778376 140734010576336 139849658839672 139849716052312 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27370] ppid=27337 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/27340/task/27370/stat : 27370 (java) R 27337 27340 22851 0 -1 4202560 35 0 0 0 77 0 0 0 20 0 22 0 119055996 10060525568 50898 33554432000 1073741824 1073778376 140734010576336 139849657784352 139849716335531 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27377] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27377/stat : 27377 (java) S 27337 27340 22851 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119056002 10060525568 50898 33554432000 1073741824 1073778376 140734010576336 139849656734632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27378] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27378/stat : 27378 (java) S 27337 27340 22851 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119056002 10060525568 50898 33554432000 1073741824 1073778376 140734010576336 139849655681832 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9824732

[startup+3.1009 s]
/proc/loadavg: 4.28 4.22 3.83 8/217 27431
/proc/meminfo: memFree=29288760/32872528 swapFree=17536/1464688
[pid=27340] ppid=27337 vsize=9824732 CPUtime=7.92 cores=0,2,4,6
/proc/27340/stat : 27340 (java) S 27337 27340 22851 0 -1 4202496 21716 0 1 0 776 16 0 0 20 0 22 0 119055930 10060525568 91828 33554432000 1073741824 1073778376 140734010576336 140734010567472 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27340/statm: 2456183 91828 2288 9 0 2446860 0
[pid=27340/tid=27342] ppid=27337 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/27340/task/27342/stat : 27342 (java) S 27337 27340 22851 0 -1 4202560 2520 0 1 0 59 3 0 0 20 0 22 0 119055930 10060525568 91828 33554432000 1073741824 1073778376 140734010576336 139849843045240 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27340/tid=27343] ppid=27337 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/27340/task/27343/stat : 27343 (java) S 27337 27340 22851 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 22 0 119055932 10060525568 91828 33554432000 1073741824 1073778376 140734010576336 139849687091752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27344] ppid=27337 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/27340/task/27344/stat : 27344 (java) S 27337 27340 22851 0 -1 4202560 115 0 0 0 3 2 0 0 20 0 22 0 119055932 10060525568 91828 33554432000 1073741824 1073778376 140734010576336 139849686038952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27345] ppid=27337 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/27340/task/27345/stat : 27345 (java) S 27337 27340 22851 0 -1 4202560 99 0 0 0 3 1 0 0 20 0 22 0 119055932 10060525568 91828 33554432000 1073741824 1073778376 140734010576336 139849684986152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27346] ppid=27337 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/27340/task/27346/stat : 27346 (java) S 27337 27340 22851 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 22 0 119055932 10060525568 91828 33554432000 1073741824 1073778376 140734010576336 139849683933352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27347] ppid=27337 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/27340/task/27347/stat : 27347 (java) S 27337 27340 22851 0 -1 4202560 91 0 0 0 2 0 0 0 20 0 22 0 119055932 10060525568 91828 33554432000 1073741824 1073778376 140734010576336 139849682881576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27348] ppid=27337 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/27340/task/27348/stat : 27348 (java) S 27337 27340 22851 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 119055932 10060525568 91828 33554432000 1073741824 1073778376 140734010576336 139849681828776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27349] ppid=27337 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/27340/task/27349/stat : 27349 (java) S 27337 27340 22851 0 -1 4202560 125 0 0 0 6 1 0 0 20 0 22 0 119055932 10060525568 91828 33554432000 1073741824 1073778376 140734010576336 139849680775976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27340/tid=27350] ppid=27337 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/27340/task/27350/stat : 27350 (java) S 27337 27340 22851 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 119055932 10060525568 91828 33554432000 1073741824 1073778376 140734010576336 139849679723176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27351] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27351/stat : 27351 (java) S 27337 27340 22851 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 119055933 10060525568 91828 33554432000 1073741824 1073778376 140734010576336 139849667312104 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27352] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27352/stat : 27352 (java) S 27337 27340 22851 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119055933 10060525568 91828 33554432000 1073741824 1073778376 140734010576336 139849666258168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27353] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27353/stat : 27353 (java) S 27337 27340 22851 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119055933 10060525568 91828 33554432000 1073741824 1073778376 140734010576336 139849665205256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27354] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27354/stat : 27354 (java) S 27337 27340 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119055935 10060525568 91828 33554432000 1073741824 1073778376 140734010576336 139849664153744 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27355] ppid=27337 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/27340/task/27355/stat : 27355 (java) S 27337 27340 22851 0 -1 4202560 8332 0 0 0 120 2 0 0 20 0 22 0 119055935 10060525568 91828 33554432000 1073741824 1073778376 140734010576336 139849663101880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27356] ppid=27337 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/27340/task/27356/stat : 27356 (java) S 27337 27340 22851 0 -1 4202560 8791 0 0 0 107 0 0 0 20 0 22 0 119055935 10060525568 91828 33554432000 1073741824 1073778376 140734010576336 139849662049080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27340/tid=27357] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27357/stat : 27357 (java) S 27337 27340 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119055935 10060525568 91828 33554432000 1073741824 1073778376 140734010576336 139849660996472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27358] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27358/stat : 27358 (java) S 27337 27340 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119055936 10060525568 91828 33554432000 1073741824 1073778376 140734010576336 139849659943880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27369] ppid=27337 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/27340/task/27369/stat : 27369 (java) R 27337 27340 22851 0 -1 4202560 18 0 0 0 222 0 0 0 20 0 22 0 119055996 10060525568 91828 33554432000 1073741824 1073778376 140734010576336 139849658839296 139849716757726 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27340/tid=27370] ppid=27337 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/27340/task/27370/stat : 27370 (java) R 27337 27340 22851 0 -1 4202560 90 0 0 0 227 1 0 0 20 0 22 0 119055996 10060525568 91828 33554432000 1073741824 1073778376 140734010576336 139849657786408 139849716335504 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27377] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27377/stat : 27377 (java) S 27337 27340 22851 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119056002 10060525568 91828 33554432000 1073741824 1073778376 140734010576336 139849656734632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27378] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27378/stat : 27378 (java) S 27337 27340 22851 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119056002 10060525568 91828 33554432000 1073741824 1073778376 140734010576336 139849655681832 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 9824732

[startup+6.30086 s]
/proc/loadavg: 4.26 4.22 3.83 5/217 27431
/proc/meminfo: memFree=28579932/32872528 swapFree=17536/1464688
[pid=27340] ppid=27337 vsize=9824732 CPUtime=14.71 cores=0,2,4,6
/proc/27340/stat : 27340 (java) S 27337 27340 22851 0 -1 4202496 22622 0 1 0 1446 25 0 0 20 0 22 0 119055930 10060525568 159061 33554432000 1073741824 1073778376 140734010576336 140734010567472 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27340/statm: 2456183 159061 2292 9 0 2446860 0
[pid=27340/tid=27342] ppid=27337 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/27340/task/27342/stat : 27342 (java) S 27337 27340 22851 0 -1 4202560 2520 0 1 0 59 3 0 0 20 0 22 0 119055930 10060525568 159061 33554432000 1073741824 1073778376 140734010576336 139849843045240 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27340/tid=27343] ppid=27337 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/27340/task/27343/stat : 27343 (java) S 27337 27340 22851 0 -1 4202560 44 0 0 0 5 2 0 0 20 0 22 0 119055932 10060525568 159061 33554432000 1073741824 1073778376 140734010576336 139849687091752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27340/tid=27344] ppid=27337 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/27340/task/27344/stat : 27344 (java) S 27337 27340 22851 0 -1 4202560 149 0 0 0 7 3 0 0 20 0 22 0 119055932 10060525568 159061 33554432000 1073741824 1073778376 140734010576336 139849686038952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27345] ppid=27337 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/27340/task/27345/stat : 27345 (java) S 27337 27340 22851 0 -1 4202560 111 0 0 0 4 2 0 0 20 0 22 0 119055932 10060525568 159061 33554432000 1073741824 1073778376 140734010576336 139849684986152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27346] ppid=27337 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/27340/task/27346/stat : 27346 (java) S 27337 27340 22851 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 22 0 119055932 10060525568 159061 33554432000 1073741824 1073778376 140734010576336 139849683933352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27347] ppid=27337 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/27340/task/27347/stat : 27347 (java) S 27337 27340 22851 0 -1 4202560 104 0 0 0 3 1 0 0 20 0 22 0 119055932 10060525568 159061 33554432000 1073741824 1073778376 140734010576336 139849682881576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27348] ppid=27337 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/27340/task/27348/stat : 27348 (java) S 27337 27340 22851 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 22 0 119055932 10060525568 159061 33554432000 1073741824 1073778376 140734010576336 139849681828776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27349] ppid=27337 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/27340/task/27349/stat : 27349 (java) S 27337 27340 22851 0 -1 4202560 167 0 0 0 9 3 0 0 20 0 22 0 119055932 10060525568 159061 33554432000 1073741824 1073778376 140734010576336 139849680775976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27350] ppid=27337 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/27340/task/27350/stat : 27350 (java) S 27337 27340 22851 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 119055932 10060525568 159061 33554432000 1073741824 1073778376 140734010576336 139849679723176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27351] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27351/stat : 27351 (java) S 27337 27340 22851 0 -1 4202560 459 0 0 0 0 0 0 0 20 0 22 0 119055933 10060525568 159061 33554432000 1073741824 1073778376 140734010576336 139849667312104 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27352] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27352/stat : 27352 (java) S 27337 27340 22851 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119055933 10060525568 159061 33554432000 1073741824 1073778376 140734010576336 139849666258168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27353] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27353/stat : 27353 (java) S 27337 27340 22851 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119055933 10060525568 159061 33554432000 1073741824 1073778376 140734010576336 139849665205256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27354] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27354/stat : 27354 (java) S 27337 27340 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119055935 10060525568 159061 33554432000 1073741824 1073778376 140734010576336 139849664153744 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27355] ppid=27337 vsize=9824732 CPUtime=1.37 cores=0,2,4,6

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

/proc/27340/task/27345/stat : 27345 (java) S 27337 27340 22851 0 -1 4202560 467 0 0 0 187 11 0 0 20 0 22 0 119055932 10060525568 550673 33554432000 1073741824 1073778376 140734010576336 139849684986152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27346] ppid=27337 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/27340/task/27346/stat : 27346 (java) S 27337 27340 22851 0 -1 4202560 448 0 0 0 201 14 0 0 20 0 22 0 119055932 10060525568 550673 33554432000 1073741824 1073778376 140734010576336 139849683933352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27347] ppid=27337 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/27340/task/27347/stat : 27347 (java) S 27337 27340 22851 0 -1 4202560 515 0 0 0 216 12 0 0 20 0 22 0 119055932 10060525568 550673 33554432000 1073741824 1073778376 140734010576336 139849682881576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27348] ppid=27337 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/27340/task/27348/stat : 27348 (java) S 27337 27340 22851 0 -1 4202560 420 0 0 0 200 9 0 0 20 0 22 0 119055932 10060525568 550673 33554432000 1073741824 1073778376 140734010576336 139849681828776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27349] ppid=27337 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/27340/task/27349/stat : 27349 (java) S 27337 27340 22851 0 -1 4202560 614 0 0 0 204 11 0 0 20 0 22 0 119055932 10060525568 550673 33554432000 1073741824 1073778376 140734010576336 139849680775976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27350] ppid=27337 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/27340/task/27350/stat : 27350 (java) S 27337 27340 22851 0 -1 4202560 470 0 0 0 187 13 0 0 20 0 22 0 119055932 10060525568 550673 33554432000 1073741824 1073778376 140734010576336 139849679723176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27351] ppid=27337 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/27340/task/27351/stat : 27351 (java) S 27337 27340 22851 0 -1 4202560 1891 0 0 0 236 10 0 0 20 0 22 0 119055933 10060525568 550673 33554432000 1073741824 1073778376 140734010576336 139849667312104 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27340/tid=27352] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27352/stat : 27352 (java) S 27337 27340 22851 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119055933 10060525568 550673 33554432000 1073741824 1073778376 140734010576336 139849666258168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27353] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27353/stat : 27353 (java) S 27337 27340 22851 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119055933 10060525568 550673 33554432000 1073741824 1073778376 140734010576336 139849665205256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27354] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27354/stat : 27354 (java) S 27337 27340 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119055935 10060525568 550673 33554432000 1073741824 1073778376 140734010576336 139849664153744 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27355] ppid=27337 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/27340/task/27355/stat : 27355 (java) S 27337 27340 22851 0 -1 4202560 9331 0 0 0 182 2 0 0 20 0 22 0 119055935 10060525568 550673 33554432000 1073741824 1073778376 140734010576336 139849663101880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27356] ppid=27337 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/27340/task/27356/stat : 27356 (java) S 27337 27340 22851 0 -1 4202560 8802 0 0 0 128 0 0 0 20 0 22 0 119055935 10060525568 550673 33554432000 1073741824 1073778376 140734010576336 139849662049080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27340/tid=27357] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27357/stat : 27357 (java) S 27337 27340 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119055935 10060525568 550673 33554432000 1073741824 1073778376 140734010576336 139849660996472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27358] ppid=27337 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/27340/task/27358/stat : 27358 (java) S 27337 27340 22851 0 -1 4202560 47 0 0 0 15 14 0 0 20 0 22 0 119055936 10060525568 550673 33554432000 1073741824 1073778376 140734010576336 139849659943880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27340/tid=27369] ppid=27337 vsize=9824732 CPUtime=812.08 cores=0,2,4,6
/proc/27340/task/27369/stat : 27369 (java) R 27337 27340 22851 0 -1 4202560 45 0 0 0 81195 13 0 0 20 0 22 0 119055996 10060525568 550673 33554432000 1073741824 1073778376 140734010576336 139849658838544 139849716214687 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27340/tid=27370] ppid=27337 vsize=9824732 CPUtime=812.24 cores=0,2,4,6
/proc/27340/task/27370/stat : 27370 (java) R 27337 27340 22851 0 -1 4202560 2187 0 0 0 81177 47 0 0 20 0 22 0 119055996 10060525568 550673 33554432000 1073741824 1073778376 140734010576336 139849657786928 139849716166500 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27377] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27377/stat : 27377 (java) S 27337 27340 22851 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119056002 10060525568 550673 33554432000 1073741824 1073778376 140734010576336 139849656734632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27378] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27378/stat : 27378 (java) S 27337 27340 22851 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119056002 10060525568 550673 33554432000 1073741824 1073778376 140734010576336 139849655681832 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1652.02
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.31 4.26 4.06 5/216 27450
/proc/meminfo: memFree=24044472/32872528 swapFree=17536/1464688
[pid=27340] ppid=27337 vsize=9824732 CPUtime=1772.57 cores=0,2,4,6
/proc/27340/stat : 27340 (java) S 27337 27340 22851 0 -1 4202496 31000 0 1 0 177082 175 0 0 20 0 22 0 119055930 10060525568 600385 33554432000 1073741824 1073778376 140734010576336 140734010567472 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27340/statm: 2456183 600385 2301 9 0 2446860 0
[pid=27340/tid=27342] ppid=27337 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/27340/task/27342/stat : 27342 (java) S 27337 27340 22851 0 -1 4202560 2528 0 1 0 62 5 0 0 20 0 22 0 119055930 10060525568 600385 33554432000 1073741824 1073778376 140734010576336 139849843045240 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27343] ppid=27337 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/27340/task/27343/stat : 27343 (java) S 27337 27340 22851 0 -1 4202560 565 0 0 0 218 13 0 0 20 0 22 0 119055932 10060525568 600385 33554432000 1073741824 1073778376 140734010576336 139849687091752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27344] ppid=27337 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/27340/task/27344/stat : 27344 (java) S 27337 27340 22851 0 -1 4202560 581 0 0 0 225 14 0 0 20 0 22 0 119055932 10060525568 600385 33554432000 1073741824 1073778376 140734010576336 139849686038952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27345] ppid=27337 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/27340/task/27345/stat : 27345 (java) S 27337 27340 22851 0 -1 4202560 490 0 0 0 200 11 0 0 20 0 22 0 119055932 10060525568 600385 33554432000 1073741824 1073778376 140734010576336 139849684986152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27346] ppid=27337 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/27340/task/27346/stat : 27346 (java) S 27337 27340 22851 0 -1 4202560 489 0 0 0 219 15 0 0 20 0 22 0 119055932 10060525568 600385 33554432000 1073741824 1073778376 140734010576336 139849683933352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27340/tid=27347] ppid=27337 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/27340/task/27347/stat : 27347 (java) S 27337 27340 22851 0 -1 4202560 552 0 0 0 230 13 0 0 20 0 22 0 119055932 10060525568 600385 33554432000 1073741824 1073778376 140734010576336 139849682881576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27348] ppid=27337 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/27340/task/27348/stat : 27348 (java) S 27337 27340 22851 0 -1 4202560 437 0 0 0 214 10 0 0 20 0 22 0 119055932 10060525568 600385 33554432000 1073741824 1073778376 140734010576336 139849681828776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27349] ppid=27337 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/27340/task/27349/stat : 27349 (java) S 27337 27340 22851 0 -1 4202560 641 0 0 0 220 12 0 0 20 0 22 0 119055932 10060525568 600385 33554432000 1073741824 1073778376 140734010576336 139849680775976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27350] ppid=27337 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/27340/task/27350/stat : 27350 (java) S 27337 27340 22851 0 -1 4202560 488 0 0 0 200 14 0 0 20 0 22 0 119055932 10060525568 600385 33554432000 1073741824 1073778376 140734010576336 139849679723176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27351] ppid=27337 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/27340/task/27351/stat : 27351 (java) S 27337 27340 22851 0 -1 4202560 2086 0 0 0 236 12 0 0 20 0 22 0 119055933 10060525568 600385 33554432000 1073741824 1073778376 140734010576336 139849667312104 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27340/tid=27352] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27352/stat : 27352 (java) S 27337 27340 22851 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119055933 10060525568 600385 33554432000 1073741824 1073778376 140734010576336 139849666258168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27353] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27353/stat : 27353 (java) S 27337 27340 22851 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119055933 10060525568 600385 33554432000 1073741824 1073778376 140734010576336 139849665205256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27354] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27354/stat : 27354 (java) S 27337 27340 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119055935 10060525568 600385 33554432000 1073741824 1073778376 140734010576336 139849664153744 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27355] ppid=27337 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/27340/task/27355/stat : 27355 (java) S 27337 27340 22851 0 -1 4202560 9331 0 0 0 182 2 0 0 20 0 22 0 119055935 10060525568 600385 33554432000 1073741824 1073778376 140734010576336 139849663101880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27356] ppid=27337 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/27340/task/27356/stat : 27356 (java) S 27337 27340 22851 0 -1 4202560 8802 0 0 0 128 0 0 0 20 0 22 0 119055935 10060525568 600385 33554432000 1073741824 1073778376 140734010576336 139849662049080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27340/tid=27357] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27357/stat : 27357 (java) S 27337 27340 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119055935 10060525568 600385 33554432000 1073741824 1073778376 140734010576336 139849660996472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27358] ppid=27337 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/27340/task/27358/stat : 27358 (java) S 27337 27340 22851 0 -1 4202560 51 0 0 0 16 15 0 0 20 0 22 0 119055936 10060525568 600385 33554432000 1073741824 1073778376 140734010576336 139849659943880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27340/tid=27369] ppid=27337 vsize=9824732 CPUtime=871.56 cores=0,2,4,6
/proc/27340/task/27369/stat : 27369 (java) R 27337 27340 22851 0 -1 4202560 53 0 0 0 87142 14 0 0 20 0 22 0 119055996 10060525568 600385 33554432000 1073741824 1073778376 140734010576336 139849658838544 139849716447930 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27370] ppid=27337 vsize=9824732 CPUtime=871.72 cores=0,2,4,6
/proc/27340/task/27370/stat : 27370 (java) R 27337 27340 22851 0 -1 4202560 2642 0 0 0 87122 50 0 0 20 0 22 0 119055996 10060525568 600385 33554432000 1073741824 1073778376 140734010576336 139849657786928 139849716279810 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27377] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27377/stat : 27377 (java) S 27337 27340 22851 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119056002 10060525568 600385 33554432000 1073741824 1073778376 140734010576336 139849656734632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27378] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27378/stat : 27378 (java) S 27337 27340 22851 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119056002 10060525568 600385 33554432000 1073741824 1073778376 140734010576336 139849655681832 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1772.57
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.001 s]
/proc/loadavg: 4.31 4.26 4.07 5/217 27451
/proc/meminfo: memFree=23813548/32872528 swapFree=17536/1464688
[pid=27340] ppid=27337 vsize=9824732 CPUtime=1800.1 cores=0,2,4,6
/proc/27340/stat : 27340 (java) S 27337 27340 22851 0 -1 4202496 31157 0 1 0 179830 180 0 0 20 0 22 0 119055930 10060525568 654135 33554432000 1073741824 1073778376 140734010576336 140734010567472 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27340/statm: 2456183 654135 2301 9 0 2446860 0
[pid=27340/tid=27342] ppid=27337 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/27340/task/27342/stat : 27342 (java) S 27337 27340 22851 0 -1 4202560 2528 0 1 0 62 5 0 0 20 0 22 0 119055930 10060525568 654135 33554432000 1073741824 1073778376 140734010576336 139849843045240 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27343] ppid=27337 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/27340/task/27343/stat : 27343 (java) S 27337 27340 22851 0 -1 4202560 570 0 0 0 221 13 0 0 20 0 22 0 119055932 10060525568 654135 33554432000 1073741824 1073778376 140734010576336 139849687091752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27344] ppid=27337 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/27340/task/27344/stat : 27344 (java) S 27337 27340 22851 0 -1 4202560 586 0 0 0 227 14 0 0 20 0 22 0 119055932 10060525568 654135 33554432000 1073741824 1073778376 140734010576336 139849686038952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27340/tid=27345] ppid=27337 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/27340/task/27345/stat : 27345 (java) S 27337 27340 22851 0 -1 4202560 502 0 0 0 203 12 0 0 20 0 22 0 119055932 10060525568 654135 33554432000 1073741824 1073778376 140734010576336 139849684986152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27340/tid=27346] ppid=27337 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/27340/task/27346/stat : 27346 (java) S 27337 27340 22851 0 -1 4202560 502 0 0 0 224 15 0 0 20 0 22 0 119055932 10060525568 654135 33554432000 1073741824 1073778376 140734010576336 139849683933352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27347] ppid=27337 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/27340/task/27347/stat : 27347 (java) S 27337 27340 22851 0 -1 4202560 562 0 0 0 234 13 0 0 20 0 22 0 119055932 10060525568 654135 33554432000 1073741824 1073778376 140734010576336 139849682881576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27340/tid=27348] ppid=27337 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/27340/task/27348/stat : 27348 (java) S 27337 27340 22851 0 -1 4202560 448 0 0 0 219 10 0 0 20 0 22 0 119055932 10060525568 654135 33554432000 1073741824 1073778376 140734010576336 139849681828776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27349] ppid=27337 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/27340/task/27349/stat : 27349 (java) S 27337 27340 22851 0 -1 4202560 644 0 0 0 222 12 0 0 20 0 22 0 119055932 10060525568 654135 33554432000 1073741824 1073778376 140734010576336 139849680775976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27340/tid=27350] ppid=27337 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/27340/task/27350/stat : 27350 (java) S 27337 27340 22851 0 -1 4202560 492 0 0 0 203 14 0 0 20 0 22 0 119055932 10060525568 654135 33554432000 1073741824 1073778376 140734010576336 139849679723176 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27351] ppid=27337 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/27340/task/27351/stat : 27351 (java) S 27337 27340 22851 0 -1 4202560 2086 0 0 0 236 12 0 0 20 0 22 0 119055933 10060525568 654135 33554432000 1073741824 1073778376 140734010576336 139849667312104 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27352] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27352/stat : 27352 (java) S 27337 27340 22851 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119055933 10060525568 654135 33554432000 1073741824 1073778376 140734010576336 139849666258168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27353] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27353/stat : 27353 (java) S 27337 27340 22851 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119055933 10060525568 654135 33554432000 1073741824 1073778376 140734010576336 139849665205256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27354] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27354/stat : 27354 (java) S 27337 27340 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119055935 10060525568 654135 33554432000 1073741824 1073778376 140734010576336 139849664153744 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27340/tid=27355] ppid=27337 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/27340/task/27355/stat : 27355 (java) S 27337 27340 22851 0 -1 4202560 9331 0 0 0 182 2 0 0 20 0 22 0 119055935 10060525568 654135 33554432000 1073741824 1073778376 140734010576336 139849663101880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27356] ppid=27337 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/27340/task/27356/stat : 27356 (java) S 27337 27340 22851 0 -1 4202560 8802 0 0 0 128 0 0 0 20 0 22 0 119055935 10060525568 654135 33554432000 1073741824 1073778376 140734010576336 139849662049080 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27340/tid=27357] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27357/stat : 27357 (java) S 27337 27340 22851 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119055935 10060525568 654135 33554432000 1073741824 1073778376 140734010576336 139849660996472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27358] ppid=27337 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/27340/task/27358/stat : 27358 (java) S 27337 27340 22851 0 -1 4202560 51 0 0 0 16 15 0 0 20 0 22 0 119055936 10060525568 654135 33554432000 1073741824 1073778376 140734010576336 139849659943880 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27340/tid=27369] ppid=27337 vsize=9824732 CPUtime=885.13 cores=0,2,4,6
/proc/27340/task/27369/stat : 27369 (java) R 27337 27340 22851 0 -1 4202560 55 0 0 0 88499 14 0 0 20 0 22 0 119055996 10060525568 654135 33554432000 1073741824 1073778376 140734010576336 139849658837600 139849716220838 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27370] ppid=27337 vsize=9824732 CPUtime=885.3 cores=0,2,4,6
/proc/27340/task/27370/stat : 27370 (java) R 27337 27340 22851 0 -1 4202560 2734 0 0 0 88477 53 0 0 20 0 22 0 119055996 10060525568 654135 33554432000 1073741824 1073778376 140734010576336 139849657785840 139849716225585 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27340/tid=27377] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27377/stat : 27377 (java) S 27337 27340 22851 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119056002 10060525568 654135 33554432000 1073741824 1073778376 140734010576336 139849656734632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27340/tid=27378] ppid=27337 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27340/task/27378/stat : 27378 (java) S 27337 27340 22851 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119056002 10060525568 654135 33554432000 1073741824 1073778376 140734010576336 139849655681832 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 27340 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 27340 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=749308
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=201665
# CPU time returned by wait4() is 1795.95
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.049
CPU time (s): 1800.1
CPU user time (s): 1798.3
CPU system time (s): 1.8
CPU usage (%): 200.893
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.75
system time used= 2.20167
maximum resident set size= 2958852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31191
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25822
involuntary context switches= 39068

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.76297 second user time and 5.74313 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-08 09:33:49
IDJOB=4080962
IDBENCH=92763
IDSOLVER=2543
FILE ID=node121/4080962-1465371229
RUNJOBID= node121-1465369430-27012
PBS_JOBID= 19853394
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_9_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080962-1465371229/watcher-4080962-1465371229 -o /tmp/evaluation-result-4080962-1465371229/solver-4080962-1465371229 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1465369430-27012 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080962-1465371229.opb

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

MD5SUM BENCH= 5b69bba9fba38b21e500a479429a9384
RANDOM SEED=559324658

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.050
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.56
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		: 2667.050
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.54
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		: 2667.050
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:        28587216 kB
Buffers:          176768 kB
Cached:           777924 kB
SwapCached:         1672 kB
Active:          1562164 kB
Inactive:         513000 kB
Active(anon):    1118996 kB
Inactive(anon):     3612 kB
Active(file):     443168 kB
Inactive(file):   509388 kB
Unevictable:     1464688 kB
Mlocked:           17536 kB
SwapTotal:      67108856 kB
SwapFree:       67099348 kB
Dirty:              2592 kB
Writeback:             0 kB
AnonPages:       2586356 kB
Mapped:            15412 kB
Shmem:                 0 kB
Slab:             608152 kB
SReclaimable:      52436 kB
SUnreclaim:       555716 kB
KernelStack:        1712 kB
PageTables:         9240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2768160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2521088 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 node121 at 2016-06-08 09:48:45