Trace number 4090132

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 Resolution PB16UNSAT 601.432 597.923

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
Instances3col_OPB/normalized-3col-almost3reg-l060-r059-n1.opb
MD5SUM7b7ca250942f40bb888b7a621ec4b2b8
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark325.635
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3282
Total number of constraints6986
Number of constraints which are clauses5892
Number of constraints which are cardinality constraints (but not clauses)1094
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
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.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4090132-1466037659.opb
0.12/0.10	c reading problem ... 
0.12/0.10	c  no objective function found
0.48/0.35	c ... done. Wall clock time 0.249s.
0.48/0.35	c declared #vars     3282
0.48/0.35	c #constraints  8080
0.48/0.35	c constraints type 
0.48/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1094
0.48/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 1094
0.48/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5892
0.48/0.35	c 8080 constraints processed.
2.09/1.40	c cleaning 2496 clauses out of 5000 with flag 331482/5000
3.02/2.39	c cleaning 4251 clauses out of 8505 with flag 746777/11001
4.32/3.62	c cleaning 5623 clauses out of 11255 with flag 1245360/18002
5.62/4.99	c cleaning 6810 clauses out of 13630 with flag 1754957/26000
7.34/6.64	c cleaning 7907 clauses out of 15820 with flag 2365140/35000
9.13/8.48	c cleaning 8955 clauses out of 17914 with flag 3000541/45001
11.22/10.53	c cleaning 9976 clauses out of 19959 with flag 3689370/56001
13.72/13.02	c cleaning 10988 clauses out of 21984 with flag 4524006/68002
16.63/15.91	c cleaning 11989 clauses out of 23995 with flag 5347198/81001
20.03/19.38	c cleaning 12998 clauses out of 26006 with flag 6354136/95001
23.43/22.71	c cleaning 13999 clauses out of 28009 with flag 7185219/110002
27.04/26.33	c cleaning 14997 clauses out of 30008 with flag 8136496/126000
31.04/30.37	c cleaning 15996 clauses out of 32011 with flag 8657568/143000
35.34/34.69	c cleaning 17003 clauses out of 34015 with flag 8962436/161000
39.84/39.12	c cleaning 17995 clauses out of 36012 with flag 9263464/180000
45.04/44.32	c cleaning 19002 clauses out of 38018 with flag 9597488/200001
50.64/49.94	c cleaning 20002 clauses out of 40017 with flag 9927098/221002
56.64/55.98	c cleaning 21006 clauses out of 42015 with flag 10292893/243002
62.92/62.16	c cleaning 21995 clauses out of 44007 with flag 10663980/266000
69.72/68.99	c cleaning 22999 clauses out of 46012 with flag 11045994/290000
77.62/76.80	c cleaning 24003 clauses out of 48014 with flag 11486372/315001
85.63/84.87	c cleaning 25000 clauses out of 50010 with flag 11887927/341000
94.33/93.53	c cleaning 25999 clauses out of 52010 with flag 12302821/368000
103.39/102.58	c cleaning 27006 clauses out of 54013 with flag 12720831/396002
112.49/111.68	c cleaning 27994 clauses out of 56006 with flag 13161541/425001
122.49/121.64	c cleaning 28998 clauses out of 58011 with flag 13655636/455000
131.80/130.94	c cleaning 30003 clauses out of 60013 with flag 14111096/486000
142.19/141.30	c cleaning 30998 clauses out of 62010 with flag 14608746/518000
152.92/151.97	c cleaning 31999 clauses out of 64012 with flag 15122677/551000
164.11/163.11	c cleaning 33001 clauses out of 66014 with flag 15680136/585001
176.21/175.21	c cleaning 34002 clauses out of 68014 with flag 16263026/620002
188.30/187.38	c cleaning 35001 clauses out of 70011 with flag 16827186/656001
201.55/200.40	c cleaning 36000 clauses out of 72009 with flag 17416004/693000
215.95/214.89	c cleaning 37000 clauses out of 74011 with flag 18066884/731002
231.74/230.65	c cleaning 37998 clauses out of 76010 with flag 18722157/770001
247.46/246.15	c cleaning 38999 clauses out of 78011 with flag 19395678/810000
262.73/261.21	c cleaning 39995 clauses out of 80011 with flag 20046556/851000
278.17/276.48	c cleaning 41003 clauses out of 82018 with flag 20642984/893002
292.84/290.67	c cleaning 41997 clauses out of 84013 with flag 21247349/936000
310.87/308.44	c cleaning 43002 clauses out of 86017 with flag 21933638/980001
328.97/326.55	c cleaning 44003 clauses out of 88014 with flag 22661251/1025000
349.06/346.47	c cleaning 45005 clauses out of 90013 with flag 23404059/1071002
371.62/368.83	c cleaning 45999 clauses out of 92008 with flag 24199248/1118002
395.33/392.54	c cleaning 47000 clauses out of 94007 with flag 25021930/1166000
416.91/413.98	c cleaning 47996 clauses out of 96008 with flag 25832085/1215002
437.71/434.76	c cleaning 48995 clauses out of 98010 with flag 26540049/1265000
459.75/456.69	c cleaning 49999 clauses out of 100015 with flag 27260401/1316000
481.44/478.39	c cleaning 51002 clauses out of 102017 with flag 28027328/1368001
501.46/498.35	c cleaning 51998 clauses out of 104013 with flag 28713778/1421000
524.15/521.02	c cleaning 53002 clauses out of 106017 with flag 29393349/1475002
547.94/544.75	c cleaning 54000 clauses out of 108013 with flag 30077580/1530000
572.77/569.58	c cleaning 55006 clauses out of 110015 with flag 30749043/1586002
599.85/596.69	c cleaning 55996 clauses out of 112004 with flag 31437042/1643001
601.05/597.89	c starts		: 795
601.05/597.89	c conflicts		: 1647442
601.05/597.89	c decisions		: 2142392
601.05/597.89	c propagations		: 463243730
601.05/597.89	c inspects		: 10397788333
601.05/597.89	c shortcuts		: 0
601.05/597.89	c learnt literals	: 14
601.05/597.89	c learnt binary clauses	: 10
601.05/597.89	c learnt ternary clauses	: 2605
601.05/597.89	c learnt constraints	: 1647427
601.05/597.89	c ignored constraints	: 0
601.05/597.89	c root simplifications	: 0
601.05/597.89	c removed literals (reason simplification)	: 0
601.05/597.89	c reason swapping (by a shorter reason)	: 0
601.05/597.89	c Calls to reduceDB	: 53
601.05/597.89	c Number of update (reduction) of LBD	: 632895
601.05/597.89	c Imported unit clauses	: 0
601.05/597.89	c number of reductions to clauses (during analyze)	: 0
601.05/597.89	c number of learned constraints concerned by reduction	: 0
601.05/597.89	c number of learning phase by resolution	: 0
601.05/597.89	c number of learning phase by cutting planes	: 0
601.05/597.89	c speed (assignments/second)	: 775257.9012108077
601.05/597.89	c non guided choices	27215
601.15/597.91	c learnt constraints type 
601.15/597.91	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
601.15/597.91	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60431
601.15/597.91	s UNSATISFIABLE
601.15/597.91	c Total wall clock time (in seconds): 597.814

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-4090132-1466037659/watcher-4090132-1466037659 -o /tmp/evaluation-result-4090132-1466037659/solver-4090132-1466037659 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466015679-6168 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090132-1466037659.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.05 2.04 2.00 3/195 9857
/proc/meminfo: memFree=31112072/32872528 swapFree=532444/565148
[pid=9857] ppid=9854 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/9857/stat : 9857 (java) S 9854 9857 6151 0 -1 4202496 1356 0 0 0 0 0 0 0 20 0 2 0 5811550 98578432 980 33554432000 1073741824 1073778376 140737359312752 140737359303888 206632419389 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9857/statm: 24067 980 746 9 0 16773 0
[pid=9857/tid=9858] ppid=9854 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9858/stat : 9858 (java) R 9854 9857 6151 0 -1 4202560 137 0 0 0 0 0 0 0 20 0 2 0 5811551 98582528 985 33554432000 1073741824 1073778376 140737359312752 140262145789480 206629062045 0 0 0 16784584 0 0 0 -1 1 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.05 2.04 2.00 3/195 9857
/proc/meminfo: memFree=31112072/32872528 swapFree=532444/565148
[pid=9857] ppid=9854 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/9857/stat : 9857 (java) S 9854 9857 6151 0 -1 4202496 4493 0 1 0 11 1 0 0 20 0 18 0 5811550 9787879424 6125 33554432000 1073741824 1073778376 140737359312752 140737359303888 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9857/statm: 2389619 6125 2157 9 0 2380296 0
[pid=9857/tid=9858] ppid=9854 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/9857/task/9858/stat : 9858 (java) R 9854 9857 6151 0 -1 4202560 2377 0 1 0 8 0 0 0 20 0 18 0 5811551 9787879424 6125 33554432000 1073741824 1073778376 140737359312752 140262145792928 206632445197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200387 s]
/proc/loadavg: 2.05 2.04 2.00 3/195 9857
/proc/meminfo: memFree=31112072/32872528 swapFree=532444/565148
[pid=9857] ppid=9854 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/9857/stat : 9857 (java) S 9854 9857 6151 0 -1 4202496 4964 0 1 0 26 1 0 0 20 0 18 0 5811550 9787879424 11083 33554432000 1073741824 1073778376 140737359312752 140737359303888 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9857/statm: 2389619 11083 2220 9 0 2380296 0
[pid=9857/tid=9858] ppid=9854 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/9857/task/9858/stat : 9858 (java) R 9854 9857 6151 0 -1 4202560 2400 0 1 0 16 2 0 0 20 0 18 0 5811551 9787879424 11084 33554432000 1073741824 1073778376 140737359312752 140262145794360 140261971799376 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300362 s]
/proc/loadavg: 2.05 2.04 2.00 3/195 9857
/proc/meminfo: memFree=31112072/32872528 swapFree=532444/565148
[pid=9857] ppid=9854 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/9857/stat : 9857 (java) S 9854 9857 6151 0 -1 4202496 5602 0 1 0 47 1 0 0 20 0 18 0 5811550 9787879424 15580 33554432000 1073741824 1073778376 140737359312752 140737359303888 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9857/statm: 2389619 15580 2231 9 0 2380296 0
[pid=9857/tid=9858] ppid=9854 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/9857/task/9858/stat : 9858 (java) R 9854 9857 6151 0 -1 4202560 2408 0 1 0 26 2 0 0 20 0 18 0 5811551 9787879424 15580 33554432000 1073741824 1073778376 140737359312752 140262145794360 140261972135700 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.70032 s]
/proc/loadavg: 2.05 2.04 2.00 3/195 9857
/proc/meminfo: memFree=31112072/32872528 swapFree=532444/565148
[pid=9857] ppid=9854 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/9857/stat : 9857 (java) S 9854 9857 6151 0 -1 4202496 9193 0 1 0 126 2 0 0 20 0 19 0 5811550 9856040960 17836 33554432000 1073741824 1073778376 140737359312752 140737359303888 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9857/statm: 2406260 17836 2261 9 0 2396937 0
[pid=9857/tid=9858] ppid=9854 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/9857/task/9858/stat : 9858 (java) R 9854 9857 6151 0 -1 4202560 2420 0 1 0 66 2 0 0 20 0 19 0 5811551 9856040960 17836 33554432000 1073741824 1073778376 140737359312752 140262145794688 140261972334650 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9625040

[startup+1.5009 s]
/proc/loadavg: 2.05 2.04 2.00 3/214 9876
/proc/meminfo: memFree=31046312/32872528 swapFree=532444/565148
[pid=9857] ppid=9854 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/9857/stat : 9857 (java) S 9854 9857 6151 0 -1 4202496 10029 0 1 0 217 3 0 0 20 0 19 0 5811550 9856040960 19551 33554432000 1073741824 1073778376 140737359312752 140737359303888 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9857/statm: 2406260 19551 2267 9 0 2396937 0
[pid=9857/tid=9858] ppid=9854 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/9857/task/9858/stat : 9858 (java) R 9854 9857 6151 0 -1 4202560 2424 0 1 0 145 2 0 0 20 0 19 0 5811551 9856040960 19551 33554432000 1073741824 1073778376 140737359312752 140262145785552 140261972489354 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9860] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9860/stat : 9860 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811551 9856040960 19551 33554432000 1073741824 1073778376 140737359312752 140262107286440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9861] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9861/stat : 9861 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811551 9856040960 19551 33554432000 1073741824 1073778376 140737359312752 140262106233896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9857/tid=9862] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9862/stat : 9862 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811551 9856040960 19551 33554432000 1073741824 1073778376 140737359312752 140262105180840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9857/tid=9863] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9863/stat : 9863 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811552 9856040960 19551 33554432000 1073741824 1073778376 140737359312752 140262104128296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9864] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9864/stat : 9864 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811552 9856040960 19551 33554432000 1073741824 1073778376 140737359312752 140262103075240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9865] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9865/stat : 9865 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811552 9856040960 19551 33554432000 1073741824 1073778376 140737359312752 140262102022696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9866] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9866/stat : 9866 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811552 9856040960 19551 33554432000 1073741824 1073778376 140737359312752 140262100969640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9867] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9867/stat : 9867 (java) S 9854 9857 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5811552 9856040960 19551 33554432000 1073741824 1073778376 140737359312752 140262099917096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9868] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9868/stat : 9868 (java) S 9854 9857 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5811553 9856040960 19551 33554432000 1073741824 1073778376 140737359312752 140261969611624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9869] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9869/stat : 9869 (java) S 9854 9857 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5811553 9856040960 19551 33554432000 1073741824 1073778376 140737359312752 140261968557944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9870] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9870/stat : 9870 (java) S 9854 9857 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5811553 9856040960 19551 33554432000 1073741824 1073778376 140737359312752 140261967504776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9871] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9871/stat : 9871 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811555 9856040960 19551 33554432000 1073741824 1073778376 140737359312752 140261966453520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9872] ppid=9854 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/9857/task/9872/stat : 9872 (java) S 9854 9857 6151 0 -1 4202560 2029 0 0 0 30 0 0 0 20 0 19 0 5811555 9856040960 19551 33554432000 1073741824 1073778376 140737359312752 140261965400376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9873] ppid=9854 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/9857/task/9873/stat : 9873 (java) S 9854 9857 6151 0 -1 4202560 4304 0 0 0 37 0 0 0 20 0 19 0 5811555 9856040960 19551 33554432000 1073741824 1073778376 140737359312752 140261964347832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9857/tid=9874] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9874/stat : 9874 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811555 9856040960 19551 33554432000 1073741824 1073778376 140737359312752 140261963294968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9857/tid=9875] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9875/stat : 9875 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811555 9856040960 19551 33554432000 1073741824 1073778376 140737359312752 140261962242632 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9876] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9876/stat : 9876 (java) S 9854 9857 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5811586 9856040960 19551 33554432000 1073741824 1073778376 140737359312752 140261961188904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.05 2.03 2.00 3/213 9876
/proc/meminfo: memFree=31039388/32872528 swapFree=532444/565148
[pid=9857] ppid=9854 vsize=9625040 CPUtime=3.82 cores=1,3,5,7
/proc/9857/stat : 9857 (java) S 9854 9857 6151 0 -1 4202496 10032 0 1 0 379 3 0 0 20 0 19 0 5811550 9856040960 21087 33554432000 1073741824 1073778376 140737359312752 140737359303888 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9857/statm: 2406260 21087 2267 9 0 2396937 0
[pid=9857/tid=9858] ppid=9854 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/9857/task/9858/stat : 9858 (java) R 9854 9857 6151 0 -1 4202560 2427 0 1 0 304 3 0 0 20 0 19 0 5811551 9856040960 21087 33554432000 1073741824 1073778376 140737359312752 140262145792600 140261972434792 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9860] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9860/stat : 9860 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811551 9856040960 21087 33554432000 1073741824 1073778376 140737359312752 140262107286440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9861] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9861/stat : 9861 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811551 9856040960 21087 33554432000 1073741824 1073778376 140737359312752 140262106233896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9857/tid=9862] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9862/stat : 9862 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811551 9856040960 21087 33554432000 1073741824 1073778376 140737359312752 140262105180840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9857/tid=9863] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9863/stat : 9863 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811552 9856040960 21087 33554432000 1073741824 1073778376 140737359312752 140262104128296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9864] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9864/stat : 9864 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811552 9856040960 21087 33554432000 1073741824 1073778376 140737359312752 140262103075240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9865] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9865/stat : 9865 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811552 9856040960 21087 33554432000 1073741824 1073778376 140737359312752 140262102022696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9866] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9866/stat : 9866 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811552 9856040960 21087 33554432000 1073741824 1073778376 140737359312752 140262100969640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9867] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9867/stat : 9867 (java) S 9854 9857 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5811552 9856040960 21087 33554432000 1073741824 1073778376 140737359312752 140262099917096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9868] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9868/stat : 9868 (java) S 9854 9857 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5811553 9856040960 21087 33554432000 1073741824 1073778376 140737359312752 140261969611624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9869] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9869/stat : 9869 (java) S 9854 9857 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5811553 9856040960 21087 33554432000 1073741824 1073778376 140737359312752 140261968557944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9870] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9870/stat : 9870 (java) S 9854 9857 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5811553 9856040960 21087 33554432000 1073741824 1073778376 140737359312752 140261967504776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9871] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9871/stat : 9871 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811555 9856040960 21087 33554432000 1073741824 1073778376 140737359312752 140261966453520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9872] ppid=9854 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/9857/task/9872/stat : 9872 (java) S 9854 9857 6151 0 -1 4202560 2029 0 0 0 33 0 0 0 20 0 19 0 5811555 9856040960 21087 33554432000 1073741824 1073778376 140737359312752 140261965400376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9873] ppid=9854 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/9857/task/9873/stat : 9873 (java) S 9854 9857 6151 0 -1 4202560 4304 0 0 0 38 0 0 0 20 0 19 0 5811555 9856040960 21087 33554432000 1073741824 1073778376 140737359312752 140261964347832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9857/tid=9874] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9874/stat : 9874 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811555 9856040960 21087 33554432000 1073741824 1073778376 140737359312752 140261963294968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9857/tid=9875] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9875/stat : 9875 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811555 9856040960 21087 33554432000 1073741824 1073778376 140737359312752 140261962242632 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9876] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9876/stat : 9876 (java) S 9854 9857 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5811586 9856040960 21087 33554432000 1073741824 1073778376 140737359312752 140261961188904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 9625040

[startup+6.30069 s]
/proc/loadavg: 2.05 2.03 2.00 3/213 9876
/proc/meminfo: memFree=31022784/32872528 swapFree=532444/565148
[pid=9857] ppid=9854 vsize=9625040 CPUtime=7.04 cores=1,3,5,7
/proc/9857/stat : 9857 (java) S 9854 9857 6151 0 -1 4202496 10043 0 1 0 701 3 0 0 20 0 19 0 5811550 9856040960 24657 33554432000 1073741824 1073778376 140737359312752 140737359303888 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9857/statm: 2406260 24657 2268 9 0 2396937 0
[pid=9857/tid=9858] ppid=9854 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/9857/task/9858/stat : 9858 (java) R 9854 9857 6151 0 -1 4202560 2436 0 1 0 622 3 0 0 20 0 19 0 5811551 9856040960 24657 33554432000 1073741824 1073778376 140737359312752 140262145794376 140261972366304 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9857/tid=9860] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9860/stat : 9860 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811551 9856040960 24657 33554432000 1073741824 1073778376 140737359312752 140262107286440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9861] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9861/stat : 9861 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811551 9856040960 24657 33554432000 1073741824 1073778376 140737359312752 140262106233896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9857/tid=9862] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9862/stat : 9862 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811551 9856040960 24657 33554432000 1073741824 1073778376 140737359312752 140262105180840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9857/tid=9863] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9863/stat : 9863 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811552 9856040960 24657 33554432000 1073741824 1073778376 140737359312752 140262104128296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9864] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9864/stat : 9864 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811552 9856040960 24657 33554432000 1073741824 1073778376 140737359312752 140262103075240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9865] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9865/stat : 9865 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811552 9856040960 24657 33554432000 1073741824 1073778376 140737359312752 140262102022696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9866] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9866/stat : 9866 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811552 9856040960 24657 33554432000 1073741824 1073778376 140737359312752 140262100969640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9867] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9867/stat : 9867 (java) S 9854 9857 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5811552 9856040960 24657 33554432000 1073741824 1073778376 140737359312752 140262099917096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9868] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9868/stat : 9868 (java) S 9854 9857 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5811553 9856040960 24657 33554432000 1073741824 1073778376 140737359312752 140261969611624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9869] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9869/stat : 9869 (java) S 9854 9857 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5811553 9856040960 24657 33554432000 1073741824 1073778376 140737359312752 140261968557944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9870] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9870/stat : 9870 (java) S 9854 9857 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5811553 9856040960 24657 33554432000 1073741824 1073778376 140737359312752 140261967504776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9871] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9871/stat : 9871 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811555 9856040960 24657 33554432000 1073741824 1073778376 140737359312752 140261966453520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9872] ppid=9854 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/9857/task/9872/stat : 9872 (java) S 9854 9857 6151 0 -1 4202560 2030 0 0 0 36 0 0 0 20 0 19 0 5811555 9856040960 24657 33554432000 1073741824 1073778376 140737359312752 140261965400376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9873] ppid=9854 vsize=9625040 CPUtime=0.38 cores=1,3,5,7

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

[pid=9857/tid=9861] ppid=9854 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/9857/task/9861/stat : 9861 (java) S 9854 9857 6151 0 -1 4202560 260 0 0 0 21 10 0 0 20 0 19 0 5811551 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262106233896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9862] ppid=9854 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/9857/task/9862/stat : 9862 (java) S 9854 9857 6151 0 -1 4202560 478 0 0 0 16 6 0 0 20 0 19 0 5811551 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262105180840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9857/tid=9863] ppid=9854 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/9857/task/9863/stat : 9863 (java) S 9854 9857 6151 0 -1 4202560 279 0 0 0 19 9 0 0 20 0 19 0 5811552 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262104128296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9857/tid=9864] ppid=9854 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9857/task/9864/stat : 9864 (java) S 9854 9857 6151 0 -1 4202560 431 0 0 0 20 7 0 0 20 0 19 0 5811552 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262103075240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9865] ppid=9854 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9857/task/9865/stat : 9865 (java) S 9854 9857 6151 0 -1 4202560 382 0 0 0 19 6 0 0 20 0 19 0 5811552 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262102022696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9866] ppid=9854 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/9857/task/9866/stat : 9866 (java) S 9854 9857 6151 0 -1 4202560 184 0 0 0 16 7 0 0 20 0 19 0 5811552 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262100969640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9867] ppid=9854 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/9857/task/9867/stat : 9867 (java) S 9854 9857 6151 0 -1 4202560 158 0 0 0 14 7 0 0 20 0 19 0 5811552 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262099917096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9868] ppid=9854 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/9857/task/9868/stat : 9868 (java) S 9854 9857 6151 0 -1 4202560 176 0 0 0 7 1 0 0 20 0 19 0 5811553 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261969611624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9869] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9869/stat : 9869 (java) S 9854 9857 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5811553 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261968557944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9870] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9870/stat : 9870 (java) S 9854 9857 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5811553 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261967504776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9871] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9871/stat : 9871 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811555 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261966453520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9872] ppid=9854 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/9857/task/9872/stat : 9872 (java) S 9854 9857 6151 0 -1 4202560 16072 0 0 0 129 2 0 0 20 0 19 0 5811555 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261965400376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9857/tid=9873] ppid=9854 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/9857/task/9873/stat : 9873 (java) S 9854 9857 6151 0 -1 4202560 4304 0 0 0 41 0 0 0 20 0 19 0 5811555 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261964347832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9857/tid=9874] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9874/stat : 9874 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811555 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261963294968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9857/tid=9875] ppid=9854 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9857/task/9875/stat : 9875 (java) S 9854 9857 6151 0 -1 4202560 36 0 0 0 7 11 0 0 20 0 19 0 5811555 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261962242632 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9876] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9876/stat : 9876 (java) S 9854 9857 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5811586 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261961188904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 600.05
Current children cumulated vsize (KiB) 9625040

[startup+597.601 s]
/proc/loadavg: 2.10 2.08 2.02 3/214 9890
/proc/meminfo: memFree=30394696/32872528 swapFree=532444/565148
[pid=9857] ppid=9854 vsize=9625040 CPUtime=600.85 cores=1,3,5,7
/proc/9857/stat : 9857 (java) S 9854 9857 6151 0 -1 4202496 26712 0 1 0 60013 72 0 0 20 0 19 0 5811550 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140737359303888 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9857/statm: 2406260 161264 2290 9 0 2396937 0
[pid=9857/tid=9858] ppid=9854 vsize=9625040 CPUtime=596.84 cores=1,3,5,7
/proc/9857/task/9858/stat : 9858 (java) R 9854 9857 6151 0 -1 4202560 2487 0 1 0 59671 13 0 0 20 0 19 0 5811551 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262145785536 140261972275474 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9860] ppid=9854 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/9857/task/9860/stat : 9860 (java) S 9854 9857 6151 0 -1 4202560 207 0 0 0 14 8 0 0 20 0 19 0 5811551 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262107286440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9857/tid=9861] ppid=9854 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/9857/task/9861/stat : 9861 (java) S 9854 9857 6151 0 -1 4202560 260 0 0 0 21 10 0 0 20 0 19 0 5811551 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262106233896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9862] ppid=9854 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/9857/task/9862/stat : 9862 (java) S 9854 9857 6151 0 -1 4202560 478 0 0 0 16 6 0 0 20 0 19 0 5811551 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262105180840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9857/tid=9863] ppid=9854 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/9857/task/9863/stat : 9863 (java) S 9854 9857 6151 0 -1 4202560 279 0 0 0 19 9 0 0 20 0 19 0 5811552 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262104128296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9857/tid=9864] ppid=9854 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9857/task/9864/stat : 9864 (java) S 9854 9857 6151 0 -1 4202560 431 0 0 0 20 7 0 0 20 0 19 0 5811552 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262103075240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9865] ppid=9854 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9857/task/9865/stat : 9865 (java) S 9854 9857 6151 0 -1 4202560 382 0 0 0 19 6 0 0 20 0 19 0 5811552 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262102022696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9866] ppid=9854 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/9857/task/9866/stat : 9866 (java) S 9854 9857 6151 0 -1 4202560 184 0 0 0 16 7 0 0 20 0 19 0 5811552 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262100969640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9867] ppid=9854 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/9857/task/9867/stat : 9867 (java) S 9854 9857 6151 0 -1 4202560 158 0 0 0 14 7 0 0 20 0 19 0 5811552 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262099917096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9868] ppid=9854 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/9857/task/9868/stat : 9868 (java) S 9854 9857 6151 0 -1 4202560 176 0 0 0 7 1 0 0 20 0 19 0 5811553 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261969611624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9869] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9869/stat : 9869 (java) S 9854 9857 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5811553 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261968557944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9870] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9870/stat : 9870 (java) S 9854 9857 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5811553 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261967504776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9871] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9871/stat : 9871 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811555 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261966453520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9872] ppid=9854 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/9857/task/9872/stat : 9872 (java) S 9854 9857 6151 0 -1 4202560 16072 0 0 0 129 2 0 0 20 0 19 0 5811555 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261965400376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9857/tid=9873] ppid=9854 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/9857/task/9873/stat : 9873 (java) S 9854 9857 6151 0 -1 4202560 4304 0 0 0 41 0 0 0 20 0 19 0 5811555 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261964347832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9857/tid=9874] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9874/stat : 9874 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811555 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261963294968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9857/tid=9875] ppid=9854 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9857/task/9875/stat : 9875 (java) S 9854 9857 6151 0 -1 4202560 36 0 0 0 7 11 0 0 20 0 19 0 5811555 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261962242632 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9876] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9876/stat : 9876 (java) S 9854 9857 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5811586 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261961188904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 600.85
Current children cumulated vsize (KiB) 9625040

[startup+597.801 s]
/proc/loadavg: 2.10 2.08 2.02 3/214 9890
/proc/meminfo: memFree=30394696/32872528 swapFree=532444/565148
[pid=9857] ppid=9854 vsize=9625040 CPUtime=601.05 cores=1,3,5,7
/proc/9857/stat : 9857 (java) S 9854 9857 6151 0 -1 4202496 26712 0 1 0 60033 72 0 0 20 0 19 0 5811550 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140737359303888 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9857/statm: 2406260 161264 2290 9 0 2396937 0
[pid=9857/tid=9858] ppid=9854 vsize=9625040 CPUtime=597.04 cores=1,3,5,7
/proc/9857/task/9858/stat : 9858 (java) R 9854 9857 6151 0 -1 4202560 2487 0 1 0 59691 13 0 0 20 0 19 0 5811551 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262145785536 140261972435266 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9860] ppid=9854 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/9857/task/9860/stat : 9860 (java) S 9854 9857 6151 0 -1 4202560 207 0 0 0 14 8 0 0 20 0 19 0 5811551 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262107286440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9857/tid=9861] ppid=9854 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/9857/task/9861/stat : 9861 (java) S 9854 9857 6151 0 -1 4202560 260 0 0 0 21 10 0 0 20 0 19 0 5811551 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262106233896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9862] ppid=9854 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/9857/task/9862/stat : 9862 (java) S 9854 9857 6151 0 -1 4202560 478 0 0 0 16 6 0 0 20 0 19 0 5811551 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262105180840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9857/tid=9863] ppid=9854 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/9857/task/9863/stat : 9863 (java) S 9854 9857 6151 0 -1 4202560 279 0 0 0 19 9 0 0 20 0 19 0 5811552 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262104128296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9857/tid=9864] ppid=9854 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9857/task/9864/stat : 9864 (java) S 9854 9857 6151 0 -1 4202560 431 0 0 0 20 7 0 0 20 0 19 0 5811552 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262103075240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9865] ppid=9854 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9857/task/9865/stat : 9865 (java) S 9854 9857 6151 0 -1 4202560 382 0 0 0 19 6 0 0 20 0 19 0 5811552 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262102022696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9866] ppid=9854 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/9857/task/9866/stat : 9866 (java) S 9854 9857 6151 0 -1 4202560 184 0 0 0 16 7 0 0 20 0 19 0 5811552 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262100969640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9867] ppid=9854 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/9857/task/9867/stat : 9867 (java) S 9854 9857 6151 0 -1 4202560 158 0 0 0 14 7 0 0 20 0 19 0 5811552 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140262099917096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9868] ppid=9854 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/9857/task/9868/stat : 9868 (java) S 9854 9857 6151 0 -1 4202560 176 0 0 0 7 1 0 0 20 0 19 0 5811553 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261969611624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9869] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9869/stat : 9869 (java) S 9854 9857 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5811553 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261968557944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9870] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9870/stat : 9870 (java) S 9854 9857 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5811553 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261967504776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9871] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9871/stat : 9871 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811555 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261966453520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9872] ppid=9854 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/9857/task/9872/stat : 9872 (java) S 9854 9857 6151 0 -1 4202560 16072 0 0 0 129 2 0 0 20 0 19 0 5811555 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261965400376 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9857/tid=9873] ppid=9854 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/9857/task/9873/stat : 9873 (java) S 9854 9857 6151 0 -1 4202560 4304 0 0 0 41 0 0 0 20 0 19 0 5811555 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261964347832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9857/tid=9874] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9874/stat : 9874 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811555 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261963294968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9857/tid=9875] ppid=9854 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/9857/task/9875/stat : 9875 (java) S 9854 9857 6151 0 -1 4202560 36 0 0 0 7 11 0 0 20 0 19 0 5811555 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261962242632 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9876] ppid=9854 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9876/stat : 9876 (java) S 9854 9857 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5811586 9856040960 161264 33554432000 1073741824 1073778376 140737359312752 140261961188904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 601.05
Current children cumulated vsize (KiB) 9625040

[startup+597.901 s]
/proc/loadavg: 2.10 2.08 2.02 3/214 9890
/proc/meminfo: memFree=30394696/32872528 swapFree=532444/565148
[pid=9857] ppid=9854 vsize=9691604 CPUtime=601.15 cores=1,3,5,7
/proc/9857/stat : 9857 (java) S 9854 9857 6151 0 -1 4202496 26728 0 1 0 60043 72 0 0 20 0 19 0 5811550 9924202496 161275 33554432000 1073741824 1073778376 140737359312752 140737359303888 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9857/statm: 2422901 161275 2294 9 0 2413578 0
[pid=9857/tid=9858] ppid=9854 vsize=9691604 CPUtime=597.13 cores=1,3,5,7
/proc/9857/task/9858/stat : 9858 (java) S 9854 9857 6151 0 -1 4202560 2490 0 1 0 59700 13 0 0 20 0 19 0 5811551 9924202496 161275 33554432000 1073741824 1073778376 140737359312752 140262145794776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9860] ppid=9854 vsize=9691604 CPUtime=0.22 cores=1,3,5,7
/proc/9857/task/9860/stat : 9860 (java) S 9854 9857 6151 0 -1 4202560 207 0 0 0 14 8 0 0 20 0 19 0 5811551 9924202496 161275 33554432000 1073741824 1073778376 140737359312752 140262107286440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9857/tid=9861] ppid=9854 vsize=9691604 CPUtime=0.31 cores=1,3,5,7
/proc/9857/task/9861/stat : 9861 (java) S 9854 9857 6151 0 -1 4202560 260 0 0 0 21 10 0 0 20 0 19 0 5811551 9924202496 161275 33554432000 1073741824 1073778376 140737359312752 140262106233896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9862] ppid=9854 vsize=9691604 CPUtime=0.22 cores=1,3,5,7
/proc/9857/task/9862/stat : 9862 (java) S 9854 9857 6151 0 -1 4202560 478 0 0 0 16 6 0 0 20 0 19 0 5811551 9924202496 161275 33554432000 1073741824 1073778376 140737359312752 140262105180840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9857/tid=9863] ppid=9854 vsize=9691604 CPUtime=0.28 cores=1,3,5,7
/proc/9857/task/9863/stat : 9863 (java) S 9854 9857 6151 0 -1 4202560 279 0 0 0 19 9 0 0 20 0 19 0 5811552 9924202496 161275 33554432000 1073741824 1073778376 140737359312752 140262104128296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9857/tid=9864] ppid=9854 vsize=9691604 CPUtime=0.27 cores=1,3,5,7
/proc/9857/task/9864/stat : 9864 (java) S 9854 9857 6151 0 -1 4202560 431 0 0 0 20 7 0 0 20 0 19 0 5811552 9924202496 161275 33554432000 1073741824 1073778376 140737359312752 140262103075240 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9865] ppid=9854 vsize=9691604 CPUtime=0.25 cores=1,3,5,7
/proc/9857/task/9865/stat : 9865 (java) S 9854 9857 6151 0 -1 4202560 382 0 0 0 19 6 0 0 20 0 19 0 5811552 9924202496 161275 33554432000 1073741824 1073778376 140737359312752 140262102022696 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9866] ppid=9854 vsize=9691604 CPUtime=0.23 cores=1,3,5,7
/proc/9857/task/9866/stat : 9866 (java) S 9854 9857 6151 0 -1 4202560 184 0 0 0 16 7 0 0 20 0 19 0 5811552 9924202496 161275 33554432000 1073741824 1073778376 140737359312752 140262100969640 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9867] ppid=9854 vsize=9691604 CPUtime=0.21 cores=1,3,5,7
/proc/9857/task/9867/stat : 9867 (java) S 9854 9857 6151 0 -1 4202560 158 0 0 0 14 7 0 0 20 0 19 0 5811552 9924202496 161275 33554432000 1073741824 1073778376 140737359312752 140262099917096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9868] ppid=9854 vsize=9691604 CPUtime=0.08 cores=1,3,5,7
/proc/9857/task/9868/stat : 9868 (java) S 9854 9857 6151 0 -1 4202560 176 0 0 0 7 1 0 0 20 0 19 0 5811553 9924202496 161275 33554432000 1073741824 1073778376 140737359312752 140261969611624 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9869] ppid=9854 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9869/stat : 9869 (java) S 9854 9857 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5811553 9924202496 161275 33554432000 1073741824 1073778376 140737359312752 140261968557944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9870] ppid=9854 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9870/stat : 9870 (java) S 9854 9857 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5811553 9924202496 161275 33554432000 1073741824 1073778376 140737359312752 140261967504776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9871] ppid=9854 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9871/stat : 9871 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811555 9924202496 161275 33554432000 1073741824 1073778376 140737359312752 140261966453520 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9857/tid=9872] ppid=9854 vsize=9691604 CPUtime=1.31 cores=1,3,5,7
/proc/9857/task/9872/stat : 9872 (java) R 9854 9857 6151 0 -1 4202560 16074 0 0 0 129 2 0 0 20 0 19 0 5811555 9924202496 161275 33554432000 1073741824 1073778376 140737359312752 140261965400256 140262148660897 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9857/tid=9873] ppid=9854 vsize=9691604 CPUtime=0.41 cores=1,3,5,7
/proc/9857/task/9873/stat : 9873 (java) R 9854 9857 6151 0 -1 4202560 4307 0 0 0 41 0 0 0 20 0 19 0 5811555 9924202496 161275 33554432000 1073741824 1073778376 140737359312752 140261964347832 140262148402067 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9857/tid=9874] ppid=9854 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/9857/task/9874/stat : 9874 (java) S 9854 9857 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5811555 9924202496 161275 33554432000 1073741824 1073778376 140737359312752 140261963294968 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9857/tid=9875] ppid=9854 vsize=9691604 CPUtime=0.18 cores=1,3,5,7
/proc/9857/task/9875/stat : 9875 (java) S 9854 9857 6151 0 -1 4202560 36 0 0 0 7 11 0 0 20 0 19 0 5811555 9924202496 161275 33554432000 1073741824 1073778376 140737359312752 140261962242632 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 601.15
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 597.923
CPU time (s): 601.432
CPU user time (s): 600.422
CPU system time (s): 1.00985
CPU usage (%): 100.587
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 600.422
system time used= 1.00985
maximum resident set size= 690888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26737
page faults= 1
swaps= 0
block input operations= 0
block output operations= 608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13208
involuntary context switches= 3205

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.15837 second user time and 3.88141 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-16 02:40:59
IDJOB=4090132
IDBENCH=107505
IDSOLVER=2546
FILE ID=node138/4090132-1466037659
RUNJOBID= node138-1466015679-6168
PBS_JOBID= 19902817
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/Instances3col_OPB/normalized-3col-almost3reg-l060-r059-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090132-1466037659/watcher-4090132-1466037659 -o /tmp/evaluation-result-4090132-1466037659/solver-4090132-1466037659 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466015679-6168 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090132-1466037659.opb

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

MD5SUM BENCH= 7b7ca250942f40bb888b7a621ec4b2b8
RANDOM SEED=1003267447

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
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.395
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		: 2666.395
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31112608 kB
Buffers:           27244 kB
Cached:            43828 kB
SwapCached:         1268 kB
Active:           432088 kB
Inactive:          46932 kB
Active(anon):     408600 kB
Inactive(anon):     1708 kB
Active(file):      23488 kB
Inactive(file):    45224 kB
Unevictable:      565148 kB
Mlocked:          532444 kB
SwapTotal:      67108856 kB
SwapFree:       67099932 kB
Dirty:               528 kB
Writeback:             0 kB
AnonPages:        996688 kB
Mapped:            15444 kB
Shmem:                 0 kB
Slab:             566440 kB
SReclaimable:       9732 kB
SUnreclaim:       556708 kB
KernelStack:        1760 kB
PageTables:         6664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1375928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    442368 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= 71748 MiB
End job on node138 at 2016-06-16 02:50:57