Trace number 4122046

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 499.91 498.698

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n26-d4-i1.cnf.gz-extracted.pb.metafix.opb
MD5SUMd67ccd6b688e7300df590271082154c0
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 benchmark0.010997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables105
Total number of constraints104
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)104
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4122046-1467316301.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.13	c ... done. Wall clock time 0.022s.
0.11/0.13	c declared #vars     105
0.11/0.13	c #constraints  104
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 104
0.11/0.13	c 104 constraints processed.
0.67/0.47	c cleaning 2497 clauses out of 5002 with flag 34835/5002
1.23/0.72	c cleaning 4244 clauses out of 8504 with flag 78167/11001
1.53/1.08	c cleaning 5624 clauses out of 11260 with flag 132113/18001
2.04/1.50	c cleaning 6814 clauses out of 13636 with flag 195764/26001
2.55/2.08	c cleaning 7903 clauses out of 15821 with flag 268173/35000
3.35/2.81	c cleaning 8949 clauses out of 17918 with flag 344350/45000
4.15/3.66	c cleaning 9975 clauses out of 19970 with flag 427416/56001
5.25/4.71	c cleaning 10991 clauses out of 21995 with flag 519513/68001
6.45/5.92	c cleaning 12000 clauses out of 24007 with flag 620297/81004
7.95/7.44	c cleaning 12990 clauses out of 26004 with flag 729463/95001
9.46/8.97	c cleaning 14002 clauses out of 28013 with flag 841363/110000
11.15/10.63	c cleaning 15002 clauses out of 30011 with flag 953820/126000
12.95/12.46	c cleaning 16000 clauses out of 32010 with flag 1085540/143001
15.15/14.67	c cleaning 16999 clauses out of 34009 with flag 1214566/161000
17.85/17.30	c cleaning 18000 clauses out of 36010 with flag 1353430/180000
20.65/20.19	c cleaning 18999 clauses out of 38010 with flag 1499183/200000
23.75/23.21	c cleaning 20001 clauses out of 40011 with flag 1643267/221000
27.14/26.61	c cleaning 20992 clauses out of 42010 with flag 1798447/243000
30.95/30.46	c cleaning 22001 clauses out of 44018 with flag 1963309/266000
35.25/34.78	c cleaning 23003 clauses out of 46017 with flag 2135533/290000
39.65/39.19	c cleaning 24004 clauses out of 48014 with flag 2309135/315000
43.95/43.40	c cleaning 24995 clauses out of 50010 with flag 2474019/341000
48.75/48.21	c cleaning 25999 clauses out of 52015 with flag 2668652/368000
53.85/53.31	c cleaning 27002 clauses out of 54016 with flag 2875617/396000
59.85/59.30	c cleaning 28000 clauses out of 56014 with flag 3084643/425000
65.66/65.16	c cleaning 28999 clauses out of 58014 with flag 3301176/455000
72.66/72.15	c cleaning 30002 clauses out of 60015 with flag 3533218/486000
79.66/79.12	c cleaning 30996 clauses out of 62013 with flag 3746992/518000
87.06/86.50	c cleaning 32000 clauses out of 64017 with flag 3969455/551000
94.57/94.01	c cleaning 32999 clauses out of 66018 with flag 4210607/585001
102.67/102.19	c cleaning 34006 clauses out of 68019 with flag 4456779/620001
112.06/111.56	c cleaning 35002 clauses out of 70014 with flag 4715374/656002
122.36/121.86	c cleaning 35996 clauses out of 72010 with flag 4966022/693000
132.06/131.59	c cleaning 37003 clauses out of 74014 with flag 5212265/731000
142.36/141.89	c cleaning 38000 clauses out of 76012 with flag 5496193/770001
153.48/152.93	c cleaning 39000 clauses out of 78011 with flag 5771380/810000
165.08/164.53	c cleaning 39996 clauses out of 80011 with flag 6033843/851000
177.78/177.24	c cleaning 41006 clauses out of 82018 with flag 6302106/893003
191.28/190.72	c cleaning 42001 clauses out of 84012 with flag 6581398/936003
205.68/205.15	c cleaning 43000 clauses out of 86010 with flag 6856713/980002
221.59/221.01	c cleaning 44001 clauses out of 88010 with flag 7158841/1025002
236.53/235.56	c cleaning 44995 clauses out of 90007 with flag 7449260/1071000
252.05/250.97	c cleaning 46002 clauses out of 92013 with flag 7747272/1118001
268.24/267.14	c cleaning 47000 clauses out of 94010 with flag 8050735/1166000
284.76/283.63	c cleaning 47997 clauses out of 96011 with flag 8374992/1215001
302.47/301.31	c cleaning 49002 clauses out of 98013 with flag 8709891/1265000
320.67/319.58	c cleaning 49999 clauses out of 100011 with flag 9041448/1316000
340.17/339.00	c cleaning 50999 clauses out of 102012 with flag 9392738/1368000
358.38/357.22	c cleaning 52000 clauses out of 104014 with flag 9721851/1421001
379.38/378.29	c cleaning 52995 clauses out of 106013 with flag 10051573/1475000
401.09/399.89	c cleaning 54006 clauses out of 108018 with flag 10396149/1530001
424.29/423.06	c cleaning 54999 clauses out of 110011 with flag 10741403/1586000
447.91/446.65	c cleaning 55997 clauses out of 112012 with flag 11094239/1643000
471.10/469.83	c cleaning 57008 clauses out of 114015 with flag 11462395/1701001
496.21/494.92	c cleaning 57999 clauses out of 116003 with flag 11826102/1760000
499.91/498.67	c starts		: 304
499.91/498.67	c conflicts		: 1773206
499.91/498.67	c decisions		: 2191776
499.91/498.67	c propagations		: 25468115
499.91/498.67	c inspects		: 13159003909
499.91/498.67	c shortcuts		: 0
499.91/498.67	c learnt literals	: 16
499.91/498.67	c learnt binary clauses	: 14
499.91/498.67	c learnt ternary clauses	: 23
499.91/498.67	c learnt constraints	: 1773189
499.91/498.67	c ignored constraints	: 0
499.91/498.67	c root simplifications	: 0
499.91/498.67	c removed literals (reason simplification)	: 0
499.91/498.67	c reason swapping (by a shorter reason)	: 0
499.91/498.67	c Calls to reduceDB	: 55
499.91/498.67	c Number of update (reduction) of LBD	: 518157
499.91/498.67	c Imported unit clauses	: 0
499.91/498.67	c number of reductions to clauses (during analyze)	: 0
499.91/498.67	c number of learned constraints concerned by reduction	: 0
499.91/498.67	c number of learning phase by resolution	: 0
499.91/498.67	c number of learning phase by cutting planes	: 0
499.91/498.67	c speed (assignments/second)	: 51085.70677803252
499.91/498.67	c non guided choices	27
499.91/498.69	c learnt constraints type 
499.91/498.69	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
499.91/498.69	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 71184
499.91/498.69	s UNSATISFIABLE
499.91/498.69	c Total wall clock time (in seconds): 498.589

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-4122046-1467316301/watcher-4122046-1467316301 -o /tmp/evaluation-result-4122046-1467316301/solver-4122046-1467316301 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1467316301-29058 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122046-1467316301.opb 

pid=29094
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: 1.31 1.42 1.76 3/188 29099
/proc/meminfo: memFree=28654356/32872528 swapFree=1370584/1517752
[pid=29099] ppid=29094 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/29099/stat : 29099 (java) R 29094 29099 23751 0 -1 4202496 532 0 0 0 0 0 0 0 20 0 1 0 12584933 9515008 183 33554432000 1073741824 1073778376 140735059009488 140735058992216 229355714791 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29099/statm: 2323 185 143 9 0 71 0

[startup+0.100163 s]
/proc/loadavg: 1.31 1.42 1.76 3/188 29099
/proc/meminfo: memFree=28654356/32872528 swapFree=1370584/1517752
[pid=29099] ppid=29094 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/29099/stat : 29099 (java) S 29094 29099 23751 0 -1 4202496 4421 0 1 0 10 1 0 0 20 0 18 0 12584933 9787879424 6061 33554432000 1073741824 1073778376 140735059009488 140735059000624 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29099/statm: 2389619 6063 2150 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200331 s]
/proc/loadavg: 1.31 1.42 1.76 3/188 29099
/proc/meminfo: memFree=28654356/32872528 swapFree=1370584/1517752
[pid=29099] ppid=29094 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/29099/stat : 29099 (java) S 29094 29099 23751 0 -1 4202496 7955 0 1 0 31 1 0 0 20 0 19 0 12584933 9856040960 8486 33554432000 1073741824 1073778376 140735059009488 140735059000624 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29099/statm: 2406260 8488 2220 9 0 2396937 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9625040

[startup+0.300327 s]
/proc/loadavg: 1.31 1.42 1.76 3/188 29099
/proc/meminfo: memFree=28654356/32872528 swapFree=1370584/1517752
[pid=29099] ppid=29094 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/29099/stat : 29099 (java) S 29094 29099 23751 0 -1 4202496 8285 0 1 0 54 1 0 0 20 0 19 0 12584933 9856040960 8610 33554432000 1073741824 1073778376 140735059009488 140735059000624 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29099/statm: 2406260 8610 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700305 s]
/proc/loadavg: 1.31 1.42 1.76 3/188 29099
/proc/meminfo: memFree=28654356/32872528 swapFree=1370584/1517752
[pid=29099] ppid=29094 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/29099/stat : 29099 (java) S 29094 29099 23751 0 -1 4202496 14854 0 1 0 120 3 0 0 20 0 19 0 12584933 9856040960 13303 33554432000 1073741824 1073778376 140735059009488 140735059000624 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29099/statm: 2406260 13303 2239 9 0 2396937 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 1.36 1.43 1.76 4/212 29188
/proc/meminfo: memFree=28600868/32872528 swapFree=1370584/1517752
[pid=29099] ppid=29094 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/29099/stat : 29099 (java) S 29094 29099 23751 0 -1 4202496 14857 0 1 0 201 3 0 0 20 0 19 0 12584933 9856040960 13816 33554432000 1073741824 1073778376 140735059009488 140735059000624 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29099/statm: 2406260 13816 2240 9 0 2396937 0
[pid=29099/tid=29101] ppid=29094 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/29099/task/29101/stat : 29101 (java) R 29094 29099 23751 0 -1 4202560 2404 0 1 0 147 0 0 0 20 0 19 0 12584934 9856040960 13816 33554432000 1073741824 1073778376 140735059009488 139827682078416 139827509568509 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29102] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29102/stat : 29102 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 13816 33554432000 1073741824 1073778376 140735059009488 139827643579048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29103] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29103/stat : 29103 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 13816 33554432000 1073741824 1073778376 140735059009488 139827642526504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29099/tid=29104] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29104/stat : 29104 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 13816 33554432000 1073741824 1073778376 140735059009488 139827641473960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29099/tid=29105] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29105/stat : 29105 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 13816 33554432000 1073741824 1073778376 140735059009488 139827640421416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29106] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29106/stat : 29106 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 13816 33554432000 1073741824 1073778376 140735059009488 139827639367848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29107] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29107/stat : 29107 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 13816 33554432000 1073741824 1073778376 140735059009488 139827638315304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29099/tid=29108] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29108/stat : 29108 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 13816 33554432000 1073741824 1073778376 140735059009488 139827637262760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29109] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29109/stat : 29109 (java) S 29094 29099 23751 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 13816 33554432000 1073741824 1073778376 140735059009488 139827636210216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29115] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29115/stat : 29115 (java) S 29094 29099 23751 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12584936 9856040960 13816 33554432000 1073741824 1073778376 140735059009488 139827505773160 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29116] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29116/stat : 29116 (java) S 29094 29099 23751 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12584936 9856040960 13816 33554432000 1073741824 1073778376 140735059009488 139827504719480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29117] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29117/stat : 29117 (java) S 29094 29099 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12584937 9856040960 13816 33554432000 1073741824 1073778376 140735059009488 139827503666824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29118] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29118/stat : 29118 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584939 9856040960 13816 33554432000 1073741824 1073778376 140735059009488 139827502615568 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29119] ppid=29094 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/29099/task/29119/stat : 29119 (java) S 29094 29099 23751 0 -1 4202560 7992 0 0 0 29 2 0 0 20 0 19 0 12584939 9856040960 13816 33554432000 1073741824 1073778376 140735059009488 139827501561912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29120] ppid=29094 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/29099/task/29120/stat : 29120 (java) R 29094 29099 23751 0 -1 4202560 3191 0 0 0 22 0 0 0 20 0 19 0 12584939 9856040960 13816 33554432000 1073741824 1073778376 140735059009488 139827500509248 139827684953408 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29099/tid=29121] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29121/stat : 29121 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584939 9856040960 13816 33554432000 1073741824 1073778376 140735059009488 139827499457016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29099/tid=29122] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29122/stat : 29122 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584939 9856040960 13816 33554432000 1073741824 1073778376 140735059009488 139827498404680 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29124] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29124/stat : 29124 (java) S 29094 29099 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12584947 9856040960 13816 33554432000 1073741824 1073778376 140735059009488 139827497350440 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 1.36 1.43 1.76 4/213 29189
/proc/meminfo: memFree=28585076/32872528 swapFree=1370584/1517752
[pid=29099] ppid=29094 vsize=9625040 CPUtime=3.65 cores=1,3,5,7
/proc/29099/stat : 29099 (java) S 29094 29099 23751 0 -1 4202496 14859 0 1 0 362 3 0 0 20 0 19 0 12584933 9856040960 14840 33554432000 1073741824 1073778376 140735059009488 140735059000624 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29099/statm: 2406260 14840 2240 9 0 2396937 0
[pid=29099/tid=29101] ppid=29094 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/29099/task/29101/stat : 29101 (java) R 29094 29099 23751 0 -1 4202560 2406 0 1 0 305 1 0 0 20 0 19 0 12584934 9856040960 14840 33554432000 1073741824 1073778376 140735059009488 139827682078416 139827509414102 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29102] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29102/stat : 29102 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 14840 33554432000 1073741824 1073778376 140735059009488 139827643579048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29103] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29103/stat : 29103 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 14840 33554432000 1073741824 1073778376 140735059009488 139827642526504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29099/tid=29104] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29104/stat : 29104 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 14840 33554432000 1073741824 1073778376 140735059009488 139827641473960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29099/tid=29105] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29105/stat : 29105 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 14840 33554432000 1073741824 1073778376 140735059009488 139827640421416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29106] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29106/stat : 29106 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 14840 33554432000 1073741824 1073778376 140735059009488 139827639367848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29107] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29107/stat : 29107 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 14840 33554432000 1073741824 1073778376 140735059009488 139827638315304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29099/tid=29108] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29108/stat : 29108 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 14840 33554432000 1073741824 1073778376 140735059009488 139827637262760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29109] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29109/stat : 29109 (java) S 29094 29099 23751 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 14840 33554432000 1073741824 1073778376 140735059009488 139827636210216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29115] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29115/stat : 29115 (java) S 29094 29099 23751 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12584936 9856040960 14840 33554432000 1073741824 1073778376 140735059009488 139827505773160 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29116] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29116/stat : 29116 (java) S 29094 29099 23751 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12584936 9856040960 14840 33554432000 1073741824 1073778376 140735059009488 139827504719480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29117] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29117/stat : 29117 (java) S 29094 29099 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12584937 9856040960 14840 33554432000 1073741824 1073778376 140735059009488 139827503666824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29118] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29118/stat : 29118 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584939 9856040960 14840 33554432000 1073741824 1073778376 140735059009488 139827502615568 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29119] ppid=29094 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/29099/task/29119/stat : 29119 (java) S 29094 29099 23751 0 -1 4202560 7992 0 0 0 30 2 0 0 20 0 19 0 12584939 9856040960 14840 33554432000 1073741824 1073778376 140735059009488 139827501561912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29120] ppid=29094 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/29099/task/29120/stat : 29120 (java) S 29094 29099 23751 0 -1 4202560 3191 0 0 0 23 0 0 0 20 0 19 0 12584939 9856040960 14840 33554432000 1073741824 1073778376 140735059009488 139827500509368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29099/tid=29121] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29121/stat : 29121 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584939 9856040960 14840 33554432000 1073741824 1073778376 140735059009488 139827499457016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29099/tid=29122] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29122/stat : 29122 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584939 9856040960 14840 33554432000 1073741824 1073778376 140735059009488 139827498404680 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29124] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29124/stat : 29124 (java) S 29094 29099 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12584947 9856040960 14840 33554432000 1073741824 1073778376 140735059009488 139827497350440 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 1.36 1.43 1.76 3/213 29189
/proc/meminfo: memFree=28575152/32872528 swapFree=1370584/1517752
[pid=29099] ppid=29094 vsize=9625040 CPUtime=6.85 cores=1,3,5,7
/proc/29099/stat : 29099 (java) S 29094 29099 23751 0 -1 4202496 14863 0 1 0 682 3 0 0 20 0 19 0 12584933 9856040960 15504 33554432000 1073741824 1073778376 140735059009488 140735059000624 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29099/statm: 2406260 15504 2241 9 0 2396937 0
[pid=29099/tid=29101] ppid=29094 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/29099/task/29101/stat : 29101 (java) R 29094 29099 23751 0 -1 4202560 2409 0 1 0 625 1 0 0 20 0 19 0 12584934 9856040960 15504 33554432000 1073741824 1073778376 140735059009488 139827682078416 139827509414221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29102] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29102/stat : 29102 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 15504 33554432000 1073741824 1073778376 140735059009488 139827643579048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29103] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29103/stat : 29103 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 15504 33554432000 1073741824 1073778376 140735059009488 139827642526504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29099/tid=29104] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29104/stat : 29104 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 15504 33554432000 1073741824 1073778376 140735059009488 139827641473960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29099/tid=29105] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29105/stat : 29105 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 15504 33554432000 1073741824 1073778376 140735059009488 139827640421416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29106] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29106/stat : 29106 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 15504 33554432000 1073741824 1073778376 140735059009488 139827639367848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29107] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29107/stat : 29107 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 15504 33554432000 1073741824 1073778376 140735059009488 139827638315304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29099/tid=29108] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29108/stat : 29108 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 15504 33554432000 1073741824 1073778376 140735059009488 139827637262760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29109] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29109/stat : 29109 (java) S 29094 29099 23751 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 15504 33554432000 1073741824 1073778376 140735059009488 139827636210216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29115] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29115/stat : 29115 (java) S 29094 29099 23751 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12584936 9856040960 15504 33554432000 1073741824 1073778376 140735059009488 139827505773160 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29116] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29116/stat : 29116 (java) S 29094 29099 23751 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12584936 9856040960 15504 33554432000 1073741824 1073778376 140735059009488 139827504719480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29117] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29117/stat : 29117 (java) S 29094 29099 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12584937 9856040960 15504 33554432000 1073741824 1073778376 140735059009488 139827503666824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29118] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29118/stat : 29118 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584939 9856040960 15504 33554432000 1073741824 1073778376 140735059009488 139827502615568 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29119] ppid=29094 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/29099/task/29119/stat : 29119 (java) S 29094 29099 23751 0 -1 4202560 7992 0 0 0 30 2 0 0 20 0 19 0 12584939 9856040960 15504 33554432000 1073741824 1073778376 140735059009488 139827501561912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29120] ppid=29094 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/29099/task/29120/stat : 29120 (java) S 29094 29099 23751 0 -1 4202560 3191 0 0 0 23 0 0 0 20 0 19 0 12584939 9856040960 15504 33554432000 1073741824 1073778376 140735059009488 139827500509368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29099/tid=29121] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29121/stat : 29121 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584939 9856040960 15504 33554432000 1073741824 1073778376 140735059009488 139827499457016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29099/tid=29122] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29122/stat : 29122 (java) S 29094 29099 23751 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12584939 9856040960 15504 33554432000 1073741824 1073778376 140735059009488 139827498404680 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29124] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29124/stat : 29124 (java) S 29094 29099 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12584947 9856040960 15504 33554432000 1073741824 1073778376 140735059009488 139827497350440 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 9625040


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

[pid=29099/tid=29116] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29116/stat : 29116 (java) S 29094 29099 23751 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12584936 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827504719480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29117] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29117/stat : 29117 (java) S 29094 29099 23751 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12584937 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827503666824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29118] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29118/stat : 29118 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584939 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827502615568 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29119] ppid=29094 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/29099/task/29119/stat : 29119 (java) S 29094 29099 23751 0 -1 4202560 10340 0 0 0 85 2 0 0 20 0 19 0 12584939 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827501561912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29120] ppid=29094 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/29099/task/29120/stat : 29120 (java) S 29094 29099 23751 0 -1 4202560 3523 0 0 0 32 0 0 0 20 0 19 0 12584939 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827500509368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29099/tid=29121] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29121/stat : 29121 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584939 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827499457016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29099/tid=29122] ppid=29094 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29099/task/29122/stat : 29122 (java) S 29094 29099 23751 0 -1 4202560 30 0 0 0 7 9 0 0 20 0 19 0 12584939 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827498404680 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29124] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29124/stat : 29124 (java) S 29094 29099 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12584947 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827497350440 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 497.31
Current children cumulated vsize (KiB) 9625040

[startup+497.601 s]
/proc/loadavg: 2.25 2.14 1.97 3/213 29265
/proc/meminfo: memFree=28283672/32872528 swapFree=1370584/1517752
[pid=29099] ppid=29094 vsize=9625040 CPUtime=498.91 cores=1,3,5,7
/proc/29099/stat : 29099 (java) S 29094 29099 23751 0 -1 4202496 17694 0 1 0 49876 15 0 0 20 0 19 0 12584933 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 140735059000624 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29099/statm: 2406260 47903 2262 9 0 2396937 0
[pid=29099/tid=29101] ppid=29094 vsize=9625040 CPUtime=496.26 cores=1,3,5,7
/proc/29099/task/29101/stat : 29101 (java) R 29094 29099 23751 0 -1 4202560 2488 0 1 0 49616 10 0 0 20 0 19 0 12584934 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827682078416 139827509711572 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29099/tid=29102] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29102/stat : 29102 (java) S 29094 29099 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827643579048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29103] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29103/stat : 29103 (java) S 29094 29099 23751 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827642526504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29099/tid=29104] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29104/stat : 29104 (java) S 29094 29099 23751 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827641473960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29099/tid=29105] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29105/stat : 29105 (java) S 29094 29099 23751 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827640421416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29106] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29106/stat : 29106 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827639367848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29107] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29107/stat : 29107 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827638315304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29099/tid=29108] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29108/stat : 29108 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827637262760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29109] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29109/stat : 29109 (java) S 29094 29099 23751 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827636210216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29115] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29115/stat : 29115 (java) S 29094 29099 23751 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 12584936 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827505773160 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29116] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29116/stat : 29116 (java) S 29094 29099 23751 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12584936 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827504719480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29117] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29117/stat : 29117 (java) S 29094 29099 23751 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12584937 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827503666824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29118] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29118/stat : 29118 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584939 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827502615568 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29119] ppid=29094 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/29099/task/29119/stat : 29119 (java) S 29094 29099 23751 0 -1 4202560 10340 0 0 0 85 2 0 0 20 0 19 0 12584939 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827501561912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29120] ppid=29094 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/29099/task/29120/stat : 29120 (java) S 29094 29099 23751 0 -1 4202560 3523 0 0 0 32 0 0 0 20 0 19 0 12584939 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827500509368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29099/tid=29121] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29121/stat : 29121 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584939 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827499457016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29099/tid=29122] ppid=29094 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29099/task/29122/stat : 29122 (java) S 29094 29099 23751 0 -1 4202560 30 0 0 0 7 9 0 0 20 0 19 0 12584939 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827498404680 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29124] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29124/stat : 29124 (java) S 29094 29099 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12584947 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827497350440 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 498.91
Current children cumulated vsize (KiB) 9625040

[startup+498.408 s]
/proc/loadavg: 2.25 2.14 1.97 3/213 29265
/proc/meminfo: memFree=28283424/32872528 swapFree=1370584/1517752
[pid=29099] ppid=29094 vsize=9625040 CPUtime=499.72 cores=1,3,5,7
/proc/29099/stat : 29099 (java) S 29094 29099 23751 0 -1 4202496 17694 0 1 0 49957 15 0 0 20 0 19 0 12584933 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 140735059000624 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29099/statm: 2406260 47903 2262 9 0 2396937 0
[pid=29099/tid=29101] ppid=29094 vsize=9625040 CPUtime=497.07 cores=1,3,5,7
/proc/29099/task/29101/stat : 29101 (java) R 29094 29099 23751 0 -1 4202560 2488 0 1 0 49697 10 0 0 20 0 19 0 12584934 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827682078416 139827509711567 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29099/tid=29102] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29102/stat : 29102 (java) S 29094 29099 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827643579048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29103] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29103/stat : 29103 (java) S 29094 29099 23751 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827642526504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29099/tid=29104] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29104/stat : 29104 (java) S 29094 29099 23751 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827641473960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29099/tid=29105] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29105/stat : 29105 (java) S 29094 29099 23751 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827640421416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29106] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29106/stat : 29106 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827639367848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29107] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29107/stat : 29107 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827638315304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29099/tid=29108] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29108/stat : 29108 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827637262760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29109] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29109/stat : 29109 (java) S 29094 29099 23751 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827636210216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29115] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29115/stat : 29115 (java) S 29094 29099 23751 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 12584936 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827505773160 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29116] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29116/stat : 29116 (java) S 29094 29099 23751 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12584936 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827504719480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29117] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29117/stat : 29117 (java) S 29094 29099 23751 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12584937 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827503666824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29118] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29118/stat : 29118 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584939 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827502615568 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29119] ppid=29094 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/29099/task/29119/stat : 29119 (java) S 29094 29099 23751 0 -1 4202560 10340 0 0 0 85 2 0 0 20 0 19 0 12584939 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827501561912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29120] ppid=29094 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/29099/task/29120/stat : 29120 (java) S 29094 29099 23751 0 -1 4202560 3523 0 0 0 32 0 0 0 20 0 19 0 12584939 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827500509368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29099/tid=29121] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29121/stat : 29121 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584939 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827499457016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29099/tid=29122] ppid=29094 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29099/task/29122/stat : 29122 (java) S 29094 29099 23751 0 -1 4202560 30 0 0 0 7 9 0 0 20 0 19 0 12584939 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827498404680 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29124] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29124/stat : 29124 (java) S 29094 29099 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12584947 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827497350440 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 499.72
Current children cumulated vsize (KiB) 9625040

[startup+498.601 s]
/proc/loadavg: 2.25 2.14 1.97 3/213 29265
/proc/meminfo: memFree=28283424/32872528 swapFree=1370584/1517752
[pid=29099] ppid=29094 vsize=9625040 CPUtime=499.91 cores=1,3,5,7
/proc/29099/stat : 29099 (java) S 29094 29099 23751 0 -1 4202496 17694 0 1 0 49976 15 0 0 20 0 19 0 12584933 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 140735059000624 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/29099/statm: 2406260 47903 2262 9 0 2396937 0
[pid=29099/tid=29101] ppid=29094 vsize=9625040 CPUtime=497.26 cores=1,3,5,7
/proc/29099/task/29101/stat : 29101 (java) R 29094 29099 23751 0 -1 4202560 2488 0 1 0 49716 10 0 0 20 0 19 0 12584934 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827682078416 139827509711567 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29099/tid=29102] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29102/stat : 29102 (java) S 29094 29099 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827643579048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29103] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29103/stat : 29103 (java) S 29094 29099 23751 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827642526504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29099/tid=29104] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29104/stat : 29104 (java) S 29094 29099 23751 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827641473960 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29099/tid=29105] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29105/stat : 29105 (java) S 29094 29099 23751 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827640421416 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29106] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29106/stat : 29106 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827639367848 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29107] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29107/stat : 29107 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827638315304 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29099/tid=29108] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29108/stat : 29108 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827637262760 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29109] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29109/stat : 29109 (java) S 29094 29099 23751 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12584935 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827636210216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29115] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29115/stat : 29115 (java) S 29094 29099 23751 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 12584936 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827505773160 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29116] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29116/stat : 29116 (java) S 29094 29099 23751 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12584936 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827504719480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29117] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29117/stat : 29117 (java) S 29094 29099 23751 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12584937 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827503666824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29118] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29118/stat : 29118 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584939 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827502615568 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29099/tid=29119] ppid=29094 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/29099/task/29119/stat : 29119 (java) S 29094 29099 23751 0 -1 4202560 10340 0 0 0 85 2 0 0 20 0 19 0 12584939 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827501561912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29120] ppid=29094 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/29099/task/29120/stat : 29120 (java) S 29094 29099 23751 0 -1 4202560 3523 0 0 0 32 0 0 0 20 0 19 0 12584939 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827500509368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29099/tid=29121] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29121/stat : 29121 (java) S 29094 29099 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12584939 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827499457016 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29099/tid=29122] ppid=29094 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29099/task/29122/stat : 29122 (java) S 29094 29099 23751 0 -1 4202560 30 0 0 0 7 9 0 0 20 0 19 0 12584939 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827498404680 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29099/tid=29124] ppid=29094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29099/task/29124/stat : 29124 (java) S 29094 29099 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12584947 9856040960 47903 33554432000 1073741824 1073778376 140735059009488 139827497350440 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 499.91
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29099 and gives
#  childrusage.ru_utime.tv_sec=498
#  childrusage.ru_utime.tv_usec=576204
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=271958
# CPU time returned by wait4() is 498.848
# while last known CPU time is 499.91
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 498.698
CPU time (s): 499.91
CPU user time (s): 499.76
CPU system time (s): 0.15
CPU usage (%): 100.243
Max. virtual memory (cumulated for all children) (KiB): 9626652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 498.576
system time used= 0.271958
maximum resident set size= 191692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17720
page faults= 1
swaps= 0
block input operations= 0
block output operations= 440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10726
involuntary context switches= 1314

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.97455 second user time and 3.65444 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-30 21:51:41
IDJOB=4122046
IDBENCH=110844
IDSOLVER=2546
FILE ID=node129/4122046-1467316301
RUNJOBID= node129-1467316301-29058
PBS_JOBID= 20005258
Free space on /tmp= 71600 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n26-d4-i1.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122046-1467316301/watcher-4122046-1467316301 -o /tmp/evaluation-result-4122046-1467316301/solver-4122046-1467316301 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1467316301-29058 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122046-1467316301.opb

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

MD5SUM BENCH= d67ccd6b688e7300df590271082154c0
RANDOM SEED=1506890331

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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:        28660212 kB
Buffers:          138328 kB
Cached:          1784044 kB
SwapCached:            0 kB
Active:           262028 kB
Inactive:        1677120 kB
Active(anon):      19596 kB
Inactive(anon):        0 kB
Active(file):     242432 kB
Inactive(file):  1677120 kB
Unevictable:     1517752 kB
Mlocked:         1370584 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1572 kB
Writeback:             0 kB
AnonPages:       1552636 kB
Mapped:            16444 kB
Shmem:               204 kB
Slab:             622772 kB
SReclaimable:      67152 kB
SUnreclaim:       555620 kB
KernelStack:        1416 kB
PageTables:         6812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1645856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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= 71600 MiB
End job on node129 at 2016-06-30 22:00:00