Trace number 4120462

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 746.61 745.394

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n92-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUMf025bb6566268319f053f5e1ab6b192a
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 benchmark2.02069
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables138
Total number of constraints368
Number of constraints which are clauses368
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4120462-1467310998.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.16	c ... done. Wall clock time 0.051s.
0.09/0.16	c declared #vars     138
0.09/0.16	c #constraints  368
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 368
0.09/0.16	c 368 constraints processed.
0.62/0.44	c cleaning 2495 clauses out of 5001 with flag 19656/5001
0.92/0.63	c cleaning 4249 clauses out of 8505 with flag 46758/11000
1.33/1.01	c cleaning 5623 clauses out of 11256 with flag 77479/18000
1.93/1.67	c cleaning 6808 clauses out of 13634 with flag 114132/26001
2.46/2.14	c cleaning 7908 clauses out of 15827 with flag 155060/35002
3.06/2.72	c cleaning 8953 clauses out of 17918 with flag 203727/45001
3.67/3.39	c cleaning 9977 clauses out of 19965 with flag 255945/56001
4.46/4.19	c cleaning 10990 clauses out of 21987 with flag 314415/68000
5.46/5.11	c cleaning 11993 clauses out of 23998 with flag 373031/81001
6.76/6.42	c cleaning 12999 clauses out of 26005 with flag 440513/95001
8.36/8.05	c cleaning 14003 clauses out of 28005 with flag 511216/110000
10.26/9.99	c cleaning 14997 clauses out of 30002 with flag 585342/126000
12.65/12.31	c cleaning 16000 clauses out of 32005 with flag 662684/143000
14.85/14.55	c cleaning 17001 clauses out of 34005 with flag 747662/161000
17.36/17.04	c cleaning 17999 clauses out of 36004 with flag 842463/180000
20.26/19.92	c cleaning 18999 clauses out of 38006 with flag 939942/200001
22.85/22.56	c cleaning 19999 clauses out of 40006 with flag 1036784/221000
25.66/25.40	c cleaning 21000 clauses out of 42007 with flag 1136588/243000
28.86/28.58	c cleaning 21997 clauses out of 44007 with flag 1250723/266000
31.96/31.62	c cleaning 23003 clauses out of 46010 with flag 1364987/290000
35.86/35.59	c cleaning 23999 clauses out of 48007 with flag 1485437/315000
40.35/40.04	c cleaning 24998 clauses out of 50009 with flag 1615950/341001
45.95/45.69	c cleaning 26004 clauses out of 52012 with flag 1764025/368002
51.85/51.52	c cleaning 26997 clauses out of 54006 with flag 1908628/396000
58.05/57.78	c cleaning 28003 clauses out of 56010 with flag 2058536/425001
64.45/64.19	c cleaning 29002 clauses out of 58006 with flag 2211128/455000
71.55/71.27	c cleaning 29998 clauses out of 60004 with flag 2359967/486000
80.14/79.85	c cleaning 31002 clauses out of 62007 with flag 2521014/518001
89.24/88.90	c cleaning 32000 clauses out of 64005 with flag 2688875/551001
98.05/97.73	c cleaning 32997 clauses out of 66004 with flag 2857385/585000
107.24/106.90	c cleaning 34000 clauses out of 68008 with flag 3027744/620001
117.14/116.88	c cleaning 34999 clauses out of 70008 with flag 3194265/656001
127.04/126.76	c cleaning 36003 clauses out of 72008 with flag 3358511/693000
137.63/137.38	c cleaning 36999 clauses out of 74005 with flag 3533912/731000
148.73/148.49	c cleaning 37999 clauses out of 76006 with flag 3703736/770000
158.94/158.67	c cleaning 39000 clauses out of 78008 with flag 3859421/810001
168.74/168.45	c cleaning 40001 clauses out of 80008 with flag 4018937/851001
181.15/180.83	c cleaning 41001 clauses out of 82007 with flag 4195296/893001
192.54/192.26	c cleaning 41999 clauses out of 84006 with flag 4367258/936001
204.24/203.94	c cleaning 42998 clauses out of 86006 with flag 4562341/980000
216.84/216.53	c cleaning 44004 clauses out of 88009 with flag 4766599/1025001
229.74/229.49	c cleaning 45002 clauses out of 90005 with flag 4963708/1071001
243.24/242.90	c cleaning 45997 clauses out of 92003 with flag 5162809/1118001
256.54/256.20	c cleaning 47000 clauses out of 94006 with flag 5348025/1166001
269.84/269.54	c cleaning 47997 clauses out of 96006 with flag 5549149/1215001
284.33/284.07	c cleaning 49005 clauses out of 98009 with flag 5751571/1265001
297.93/297.61	c cleaning 49996 clauses out of 100004 with flag 5993847/1316001
311.33/311.06	c cleaning 51002 clauses out of 102007 with flag 6235793/1368000
324.03/323.71	c cleaning 51999 clauses out of 104006 with flag 6468615/1421001
346.93/346.67	c cleaning 53001 clauses out of 106006 with flag 6714607/1475000
372.52/372.22	c cleaning 53996 clauses out of 108006 with flag 6970251/1530001
389.62/389.30	c cleaning 55001 clauses out of 110010 with flag 7235396/1586001
408.71/408.40	c cleaning 56001 clauses out of 112009 with flag 7504150/1643001
436.11/435.86	c cleaning 56997 clauses out of 114008 with flag 7802976/1701001
478.30/478.01	c cleaning 57998 clauses out of 116010 with flag 8132033/1760000
518.96/518.65	c cleaning 59003 clauses out of 118013 with flag 8420372/1820001
558.95/558.60	c cleaning 59998 clauses out of 120010 with flag 8685052/1881001
599.55/599.22	c cleaning 61002 clauses out of 122011 with flag 9009293/1943000
623.84/623.52	c cleaning 62002 clauses out of 124010 with flag 9289678/2006001
645.95/645.66	c cleaning 63001 clauses out of 126007 with flag 9586574/2070000
668.58/667.81	c cleaning 63997 clauses out of 128007 with flag 9873978/2135001
692.43/691.33	c cleaning 65002 clauses out of 130010 with flag 10158288/2201002
720.72/719.59	c cleaning 66001 clauses out of 132005 with flag 10448417/2268000
746.61/745.36	c starts		: 393
746.61/745.36	c conflicts		: 2325462
746.61/745.36	c decisions		: 2907817
746.61/745.36	c propagations		: 15028337
746.61/745.36	c inspects		: 19553117567
746.61/745.36	c shortcuts		: 0
746.61/745.36	c learnt literals	: 17
746.61/745.36	c learnt binary clauses	: 14
746.61/745.36	c learnt ternary clauses	: 28
746.61/745.36	c learnt constraints	: 2325444
746.61/745.36	c ignored constraints	: 0
746.61/745.36	c root simplifications	: 0
746.61/745.36	c removed literals (reason simplification)	: 0
746.61/745.36	c reason swapping (by a shorter reason)	: 0
746.61/745.36	c Calls to reduceDB	: 63
746.61/745.36	c Number of update (reduction) of LBD	: 278846
746.61/745.36	c Imported unit clauses	: 0
746.61/745.36	c number of reductions to clauses (during analyze)	: 0
746.61/745.36	c number of learned constraints concerned by reduction	: 0
746.61/745.36	c number of learning phase by resolution	: 0
746.61/745.36	c number of learning phase by cutting planes	: 0
746.61/745.36	c speed (assignments/second)	: 20167.09407386831
746.61/745.36	c non guided choices	542
746.61/745.39	c learnt constraints type 
746.61/745.39	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
746.61/745.39	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 123436
746.61/745.39	s UNSATISFIABLE
746.61/745.39	c Total wall clock time (in seconds): 745.274

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-4120462-1467310998/watcher-4120462-1467310998 -o /tmp/evaluation-result-4120462-1467310998/solver-4120462-1467310998 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467310932-25492 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120462-1467310998.opb 

pid=25927
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.29 2.23 2.13 3/196 25930
/proc/meminfo: memFree=29791992/32872528 swapFree=1484672/1662500
[pid=25930] ppid=25927 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/25930/stat : 25930 (java) R 25927 25930 21085 0 -1 4202496 904 0 0 0 0 0 0 0 20 0 1 0 12052288 23793664 554 33554432000 1073741824 1073778376 140734745699792 140734745688856 273896487489 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25930/statm: 5809 566 424 9 0 128 0

[startup+0.100155 s]
/proc/loadavg: 2.29 2.23 2.13 3/196 25930
/proc/meminfo: memFree=29791992/32872528 swapFree=1484672/1662500
[pid=25930] ppid=25927 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/25930/stat : 25930 (java) S 25927 25930 21085 0 -1 4202496 4465 0 1 0 8 1 0 0 20 0 18 0 12052288 9787879424 5582 33554432000 1073741824 1073778376 140734745699792 140734745690928 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25930/statm: 2389619 5582 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200271 s]
/proc/loadavg: 2.29 2.23 2.13 3/196 25930
/proc/meminfo: memFree=29791992/32872528 swapFree=1484672/1662500
[pid=25930] ppid=25927 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/25930/stat : 25930 (java) S 25927 25930 21085 0 -1 4202496 5503 0 1 0 24 1 0 0 20 0 19 0 12052288 9856040960 6251 33554432000 1073741824 1073778376 140734745699792 140734745690928 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25930/statm: 2406260 6253 2218 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300265 s]
/proc/loadavg: 2.29 2.23 2.13 3/196 25930
/proc/meminfo: memFree=29791992/32872528 swapFree=1484672/1662500
[pid=25930] ppid=25927 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/25930/stat : 25930 (java) S 25927 25930 21085 0 -1 4202496 6366 0 1 0 45 2 0 0 20 0 19 0 12052288 9856040960 7324 33554432000 1073741824 1073778376 140734745699792 140734745690928 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25930/statm: 2406260 7324 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625040

[startup+0.700199 s]
/proc/loadavg: 2.29 2.23 2.13 3/196 25930
/proc/meminfo: memFree=29791992/32872528 swapFree=1484672/1662500
[pid=25930] ppid=25927 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/25930/stat : 25930 (java) S 25927 25930 21085 0 -1 4202496 8117 0 1 0 101 2 0 0 20 0 19 0 12052288 9856040960 7978 33554432000 1073741824 1073778376 140734745699792 140734745690928 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25930/statm: 2406260 7978 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.29 2.23 2.13 3/215 25949
/proc/meminfo: memFree=29766108/32872528 swapFree=1484672/1662500
[pid=25930] ppid=25927 vsize=9625040 CPUtime=1.83 cores=0,2,4,6
/proc/25930/stat : 25930 (java) S 25927 25930 21085 0 -1 4202496 8124 0 1 0 181 2 0 0 20 0 19 0 12052288 9856040960 9006 33554432000 1073741824 1073778376 140734745699792 140734745690928 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25930/statm: 2406260 9006 2256 9 0 2396937 0
[pid=25930/tid=25932] ppid=25927 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/25930/task/25932/stat : 25932 (java) R 25927 25930 21085 0 -1 4202560 2457 0 1 0 146 2 0 0 20 0 19 0 12052289 9856040960 9006 33554432000 1073741824 1073778376 140734745699792 140122705744424 140122578202141 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25933] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25933/stat : 25933 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052289 9856040960 9006 33554432000 1073741824 1073778376 140734745699792 140122549381928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25934] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25934/stat : 25934 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 9006 33554432000 1073741824 1073778376 140734745699792 140122548329128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25935] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25935/stat : 25935 (java) S 25927 25930 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 9006 33554432000 1073741824 1073778376 140734745699792 140122547276840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25930/tid=25936] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25936/stat : 25936 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 9006 33554432000 1073741824 1073778376 140734745699792 140122546224040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25937] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25937/stat : 25937 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 9006 33554432000 1073741824 1073778376 140734745699792 140122545170728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25938] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25938/stat : 25938 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 9006 33554432000 1073741824 1073778376 140734745699792 140122544117928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25939] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25939/stat : 25939 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 9006 33554432000 1073741824 1073778376 140734745699792 140122543065640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25940] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25940/stat : 25940 (java) S 25927 25930 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 9006 33554432000 1073741824 1073778376 140734745699792 140122542012840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25941] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25941/stat : 25941 (java) S 25927 25930 21085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12052291 9856040960 9006 33554432000 1073741824 1073778376 140734745699792 140122529815272 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25942] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25942/stat : 25942 (java) S 25927 25930 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12052291 9856040960 9006 33554432000 1073741824 1073778376 140734745699792 140122528761336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25943] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25943/stat : 25943 (java) S 25927 25930 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12052291 9856040960 9006 33554432000 1073741824 1073778376 140734745699792 140122527708936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25944] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25944/stat : 25944 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052294 9856040960 9006 33554432000 1073741824 1073778376 140734745699792 140122526657424 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25945] ppid=25927 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/25930/task/25945/stat : 25945 (java) S 25927 25930 21085 0 -1 4202560 1348 0 0 0 13 0 0 0 20 0 19 0 12052294 9856040960 9006 33554432000 1073741824 1073778376 140734745699792 140122525604024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25946] ppid=25927 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/25930/task/25946/stat : 25946 (java) S 25927 25930 21085 0 -1 4202560 3045 0 0 0 19 0 0 0 20 0 19 0 12052294 9856040960 9006 33554432000 1073741824 1073778376 140734745699792 140122524551224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25947] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25947/stat : 25947 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052294 9856040960 9006 33554432000 1073741824 1073778376 140734745699792 140122523499128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25948] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25948/stat : 25948 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052294 9856040960 9006 33554432000 1073741824 1073778376 140734745699792 140122522446536 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25949] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25949/stat : 25949 (java) S 25927 25930 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12052305 9856040960 9006 33554432000 1073741824 1073778376 140734745699792 140122521392552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.27 2.22 2.13 3/215 25949
/proc/meminfo: memFree=29759468/32872528 swapFree=1484672/1662500
[pid=25930] ppid=25927 vsize=9625040 CPUtime=3.46 cores=0,2,4,6
/proc/25930/stat : 25930 (java) S 25927 25930 21085 0 -1 4202496 8144 0 1 0 344 2 0 0 20 0 19 0 12052288 9856040960 10048 33554432000 1073741824 1073778376 140734745699792 140734745690928 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25930/statm: 2406260 10048 2257 9 0 2396937 0
[pid=25930/tid=25932] ppid=25927 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/25930/task/25932/stat : 25932 (java) R 25927 25930 21085 0 -1 4202560 2459 0 1 0 305 2 0 0 20 0 19 0 12052289 9856040960 10048 33554432000 1073741824 1073778376 140734745699792 140122705735328 140122578202291 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25933] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25933/stat : 25933 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052289 9856040960 10048 33554432000 1073741824 1073778376 140734745699792 140122549381928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25934] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25934/stat : 25934 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 10048 33554432000 1073741824 1073778376 140734745699792 140122548329128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25935] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25935/stat : 25935 (java) S 25927 25930 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 10048 33554432000 1073741824 1073778376 140734745699792 140122547276840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25930/tid=25936] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25936/stat : 25936 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 10048 33554432000 1073741824 1073778376 140734745699792 140122546224040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25937] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25937/stat : 25937 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 10048 33554432000 1073741824 1073778376 140734745699792 140122545170728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25938] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25938/stat : 25938 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 10048 33554432000 1073741824 1073778376 140734745699792 140122544117928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25939] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25939/stat : 25939 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 10048 33554432000 1073741824 1073778376 140734745699792 140122543065640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25940] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25940/stat : 25940 (java) S 25927 25930 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 10048 33554432000 1073741824 1073778376 140734745699792 140122542012840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25941] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25941/stat : 25941 (java) S 25927 25930 21085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12052291 9856040960 10048 33554432000 1073741824 1073778376 140734745699792 140122529815272 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25942] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25942/stat : 25942 (java) S 25927 25930 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12052291 9856040960 10048 33554432000 1073741824 1073778376 140734745699792 140122528761336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25943] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25943/stat : 25943 (java) S 25927 25930 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12052291 9856040960 10048 33554432000 1073741824 1073778376 140734745699792 140122527708936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25944] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25944/stat : 25944 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052294 9856040960 10048 33554432000 1073741824 1073778376 140734745699792 140122526657424 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25945] ppid=25927 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/25930/task/25945/stat : 25945 (java) S 25927 25930 21085 0 -1 4202560 1366 0 0 0 16 0 0 0 20 0 19 0 12052294 9856040960 10048 33554432000 1073741824 1073778376 140734745699792 140122525604024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25946] ppid=25927 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/25930/task/25946/stat : 25946 (java) S 25927 25930 21085 0 -1 4202560 3045 0 0 0 19 0 0 0 20 0 19 0 12052294 9856040960 10048 33554432000 1073741824 1073778376 140734745699792 140122524551224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25947] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25947/stat : 25947 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052294 9856040960 10048 33554432000 1073741824 1073778376 140734745699792 140122523499128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25948] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25948/stat : 25948 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052294 9856040960 10048 33554432000 1073741824 1073778376 140734745699792 140122522446536 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25949] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25949/stat : 25949 (java) S 25927 25930 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12052305 9856040960 10048 33554432000 1073741824 1073778376 140734745699792 140122521392552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.27 2.22 2.13 4/215 25949
/proc/meminfo: memFree=29752592/32872528 swapFree=1484672/1662500
[pid=25930] ppid=25927 vsize=9625040 CPUtime=6.66 cores=0,2,4,6
/proc/25930/stat : 25930 (java) S 25927 25930 21085 0 -1 4202496 8149 0 1 0 664 2 0 0 20 0 19 0 12052288 9856040960 11099 33554432000 1073741824 1073778376 140734745699792 140734745690928 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25930/statm: 2406260 11099 2258 9 0 2396937 0
[pid=25930/tid=25932] ppid=25927 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/25930/task/25932/stat : 25932 (java) R 25927 25930 21085 0 -1 4202560 2463 0 1 0 624 2 0 0 20 0 19 0 12052289 9856040960 11099 33554432000 1073741824 1073778376 140734745699792 140122705735328 140122578202364 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25933] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25933/stat : 25933 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052289 9856040960 11099 33554432000 1073741824 1073778376 140734745699792 140122549381928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25934] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25934/stat : 25934 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 11099 33554432000 1073741824 1073778376 140734745699792 140122548329128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25935] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25935/stat : 25935 (java) S 25927 25930 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 11099 33554432000 1073741824 1073778376 140734745699792 140122547276840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25930/tid=25936] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25936/stat : 25936 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 11099 33554432000 1073741824 1073778376 140734745699792 140122546224040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25937] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25937/stat : 25937 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 11099 33554432000 1073741824 1073778376 140734745699792 140122545170728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25938] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25938/stat : 25938 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 11099 33554432000 1073741824 1073778376 140734745699792 140122544117928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25939] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25939/stat : 25939 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 11099 33554432000 1073741824 1073778376 140734745699792 140122543065640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25940] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25940/stat : 25940 (java) S 25927 25930 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 11099 33554432000 1073741824 1073778376 140734745699792 140122542012840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25941] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25941/stat : 25941 (java) S 25927 25930 21085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12052291 9856040960 11099 33554432000 1073741824 1073778376 140734745699792 140122529815272 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25942] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25942/stat : 25942 (java) S 25927 25930 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12052291 9856040960 11099 33554432000 1073741824 1073778376 140734745699792 140122528761336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25943] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25943/stat : 25943 (java) S 25927 25930 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12052291 9856040960 11099 33554432000 1073741824 1073778376 140734745699792 140122527708936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25944] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25944/stat : 25944 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052294 9856040960 11099 33554432000 1073741824 1073778376 140734745699792 140122526657424 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25945] ppid=25927 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/25930/task/25945/stat : 25945 (java) S 25927 25930 21085 0 -1 4202560 1366 0 0 0 16 0 0 0 20 0 19 0 12052294 9856040960 11099 33554432000 1073741824 1073778376 140734745699792 140122525604024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25946] ppid=25927 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/25930/task/25946/stat : 25946 (java) S 25927 25930 21085 0 -1 4202560 3045 0 0 0 19 0 0 0 20 0 19 0 12052294 9856040960 11099 33554432000 1073741824 1073778376 140734745699792 140122524551224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25947] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25947/stat : 25947 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052294 9856040960 11099 33554432000 1073741824 1073778376 140734745699792 140122523499128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25948] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25948/stat : 25948 (java) S 25927 25930 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12052294 9856040960 11099 33554432000 1073741824 1073778376 140734745699792 140122522446536 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25949] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25949/stat : 25949 (java) S 25927 25930 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12052305 9856040960 11099 33554432000 1073741824 1073778376 140734745699792 140122521392552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 9625040


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

[pid=25930/tid=25942] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25942/stat : 25942 (java) S 25927 25930 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12052291 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122528761336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25943] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25943/stat : 25943 (java) S 25927 25930 21085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12052291 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122527708936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25944] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25944/stat : 25944 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052294 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122526657424 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25945] ppid=25927 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/25930/task/25945/stat : 25945 (java) S 25927 25930 21085 0 -1 4202560 14271 0 0 0 104 3 0 0 20 0 19 0 12052294 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122525604024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25946] ppid=25927 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/25930/task/25946/stat : 25946 (java) S 25927 25930 21085 0 -1 4202560 3263 0 0 0 26 0 0 0 20 0 19 0 12052294 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122524551224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25947] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25947/stat : 25947 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052294 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122523499128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25948] ppid=25927 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/25930/task/25948/stat : 25948 (java) S 25927 25930 21085 0 -1 4202560 44 0 0 0 7 8 0 0 20 0 19 0 12052294 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122522446536 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25949] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25949/stat : 25949 (java) S 25927 25930 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12052305 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122521392552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 745.31
Current children cumulated vsize (KiB) 9625040

[startup+744.808 s]
/proc/loadavg: 2.30 2.33 2.22 3/215 25966
/proc/meminfo: memFree=29520976/32872528 swapFree=1484672/1662500
[pid=25930] ppid=25927 vsize=9625040 CPUtime=746.11 cores=0,2,4,6
/proc/25930/stat : 25930 (java) S 25927 25930 21085 0 -1 4202496 21456 0 1 0 74588 23 0 0 20 0 19 0 12052288 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140734745690928 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25930/statm: 2406260 50548 2271 9 0 2396937 0
[pid=25930/tid=25932] ppid=25927 vsize=9625040 CPUtime=742.67 cores=0,2,4,6
/proc/25930/task/25932/stat : 25932 (java) R 25927 25930 21085 0 -1 4202560 2531 0 1 0 74251 16 0 0 20 0 19 0 12052289 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122705742392 140122578464848 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25933] ppid=25927 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25930/task/25933/stat : 25933 (java) S 25927 25930 21085 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 12052289 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122549381928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25934] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25934/stat : 25934 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122548329128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25935] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25935/stat : 25935 (java) S 25927 25930 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122547276840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25936] ppid=25927 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25930/task/25936/stat : 25936 (java) S 25927 25930 21085 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 12052290 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122546224040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25937] ppid=25927 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25930/task/25937/stat : 25937 (java) S 25927 25930 21085 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 12052290 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122545170728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25938] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25938/stat : 25938 (java) S 25927 25930 21085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122544117928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25939] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25939/stat : 25939 (java) S 25927 25930 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122543065640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25940] ppid=25927 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25930/task/25940/stat : 25940 (java) S 25927 25930 21085 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 12052290 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122542012840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25941] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25941/stat : 25941 (java) S 25927 25930 21085 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 12052291 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122529815272 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25942] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25942/stat : 25942 (java) S 25927 25930 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12052291 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122528761336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25943] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25943/stat : 25943 (java) S 25927 25930 21085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12052291 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122527708936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25944] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25944/stat : 25944 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052294 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122526657424 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25945] ppid=25927 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/25930/task/25945/stat : 25945 (java) S 25927 25930 21085 0 -1 4202560 14271 0 0 0 104 3 0 0 20 0 19 0 12052294 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122525604024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25946] ppid=25927 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/25930/task/25946/stat : 25946 (java) S 25927 25930 21085 0 -1 4202560 3263 0 0 0 26 0 0 0 20 0 19 0 12052294 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122524551224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25947] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25947/stat : 25947 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052294 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122523499128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25948] ppid=25927 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/25930/task/25948/stat : 25948 (java) S 25927 25930 21085 0 -1 4202560 44 0 0 0 7 8 0 0 20 0 19 0 12052294 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122522446536 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25949] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25949/stat : 25949 (java) S 25927 25930 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12052305 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122521392552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 746.11
Current children cumulated vsize (KiB) 9625040

[startup+745.201 s]
/proc/loadavg: 2.30 2.33 2.22 3/215 25966
/proc/meminfo: memFree=29520976/32872528 swapFree=1484672/1662500
[pid=25930] ppid=25927 vsize=9625040 CPUtime=746.51 cores=0,2,4,6
/proc/25930/stat : 25930 (java) S 25927 25930 21085 0 -1 4202496 21456 0 1 0 74628 23 0 0 20 0 19 0 12052288 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140734745690928 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25930/statm: 2406260 50548 2271 9 0 2396937 0
[pid=25930/tid=25932] ppid=25927 vsize=9625040 CPUtime=743.06 cores=0,2,4,6
/proc/25930/task/25932/stat : 25932 (java) R 25927 25930 21085 0 -1 4202560 2531 0 1 0 74290 16 0 0 20 0 19 0 12052289 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122705742272 140122578177405 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25933] ppid=25927 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25930/task/25933/stat : 25933 (java) S 25927 25930 21085 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 12052289 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122549381928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25934] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25934/stat : 25934 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122548329128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25935] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25935/stat : 25935 (java) S 25927 25930 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122547276840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25936] ppid=25927 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25930/task/25936/stat : 25936 (java) S 25927 25930 21085 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 12052290 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122546224040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25937] ppid=25927 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25930/task/25937/stat : 25937 (java) S 25927 25930 21085 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 12052290 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122545170728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25938] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25938/stat : 25938 (java) S 25927 25930 21085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122544117928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25939] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25939/stat : 25939 (java) S 25927 25930 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122543065640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25940] ppid=25927 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25930/task/25940/stat : 25940 (java) S 25927 25930 21085 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 12052290 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122542012840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25941] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25941/stat : 25941 (java) S 25927 25930 21085 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 12052291 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122529815272 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25942] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25942/stat : 25942 (java) S 25927 25930 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12052291 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122528761336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25943] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25943/stat : 25943 (java) S 25927 25930 21085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12052291 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122527708936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25944] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25944/stat : 25944 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052294 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122526657424 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25945] ppid=25927 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/25930/task/25945/stat : 25945 (java) S 25927 25930 21085 0 -1 4202560 14271 0 0 0 104 3 0 0 20 0 19 0 12052294 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122525604024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25946] ppid=25927 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/25930/task/25946/stat : 25946 (java) S 25927 25930 21085 0 -1 4202560 3263 0 0 0 26 0 0 0 20 0 19 0 12052294 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122524551224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25947] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25947/stat : 25947 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052294 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122523499128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25948] ppid=25927 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/25930/task/25948/stat : 25948 (java) S 25927 25930 21085 0 -1 4202560 44 0 0 0 7 8 0 0 20 0 19 0 12052294 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122522446536 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25949] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25949/stat : 25949 (java) S 25927 25930 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12052305 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122521392552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 746.51
Current children cumulated vsize (KiB) 9625040

[startup+745.301 s]
/proc/loadavg: 2.30 2.33 2.22 3/215 25966
/proc/meminfo: memFree=29520976/32872528 swapFree=1484672/1662500
[pid=25930] ppid=25927 vsize=9625040 CPUtime=746.61 cores=0,2,4,6
/proc/25930/stat : 25930 (java) S 25927 25930 21085 0 -1 4202496 21456 0 1 0 74638 23 0 0 20 0 19 0 12052288 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140734745690928 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25930/statm: 2406260 50548 2271 9 0 2396937 0
[pid=25930/tid=25932] ppid=25927 vsize=9625040 CPUtime=743.16 cores=0,2,4,6
/proc/25930/task/25932/stat : 25932 (java) R 25927 25930 21085 0 -1 4202560 2531 0 1 0 74300 16 0 0 20 0 19 0 12052289 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122705742272 140122578202232 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25933] ppid=25927 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25930/task/25933/stat : 25933 (java) S 25927 25930 21085 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 12052289 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122549381928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25934] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25934/stat : 25934 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122548329128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25935] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25935/stat : 25935 (java) S 25927 25930 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122547276840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25936] ppid=25927 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25930/task/25936/stat : 25936 (java) S 25927 25930 21085 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 12052290 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122546224040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25937] ppid=25927 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25930/task/25937/stat : 25937 (java) S 25927 25930 21085 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 12052290 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122545170728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25938] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25938/stat : 25938 (java) S 25927 25930 21085 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122544117928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25939] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25939/stat : 25939 (java) S 25927 25930 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12052290 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122543065640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25940] ppid=25927 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25930/task/25940/stat : 25940 (java) S 25927 25930 21085 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 12052290 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122542012840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25941] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25941/stat : 25941 (java) S 25927 25930 21085 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 12052291 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122529815272 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25942] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25942/stat : 25942 (java) S 25927 25930 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12052291 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122528761336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25943] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25943/stat : 25943 (java) S 25927 25930 21085 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12052291 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122527708936 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25944] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25944/stat : 25944 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052294 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122526657424 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25945] ppid=25927 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/25930/task/25945/stat : 25945 (java) S 25927 25930 21085 0 -1 4202560 14271 0 0 0 104 3 0 0 20 0 19 0 12052294 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122525604024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25930/tid=25946] ppid=25927 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/25930/task/25946/stat : 25946 (java) S 25927 25930 21085 0 -1 4202560 3263 0 0 0 26 0 0 0 20 0 19 0 12052294 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122524551224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25947] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25947/stat : 25947 (java) S 25927 25930 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12052294 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122523499128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25930/tid=25948] ppid=25927 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/25930/task/25948/stat : 25948 (java) S 25927 25930 21085 0 -1 4202560 44 0 0 0 7 8 0 0 20 0 19 0 12052294 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122522446536 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25930/tid=25949] ppid=25927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25930/task/25949/stat : 25949 (java) S 25927 25930 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12052305 9856040960 50548 33554432000 1073741824 1073778376 140734745699792 140122521392552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 746.61
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25930 and gives
#  childrusage.ru_utime.tv_sec=744
#  childrusage.ru_utime.tv_usec=626799
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=383941
# CPU time returned by wait4() is 745.011
# while last known CPU time is 746.61
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 745.394
CPU time (s): 746.61
CPU user time (s): 746.38
CPU system time (s): 0.23
CPU usage (%): 100.163
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 744.627
system time used= 0.383941
maximum resident set size= 213068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21483
page faults= 1
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15980
involuntary context switches= 14420

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.20721 second user time and 6.97394 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 20:23:18
IDJOB=4120462
IDBENCH=109961
IDSOLVER=2546
FILE ID=node134/4120462-1467310998
RUNJOBID= node134-1467310932-25492
PBS_JOBID= 20005262
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n92-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120462-1467310998/watcher-4120462-1467310998 -o /tmp/evaluation-result-4120462-1467310998/solver-4120462-1467310998 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467310932-25492 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120462-1467310998.opb

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

MD5SUM BENCH= f025bb6566268319f053f5e1ab6b192a
RANDOM SEED=761844663

node134.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.738
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.47
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.738
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	: 7358.89
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.738
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.738
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.738
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.54
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.738
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.738
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.738
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29792280 kB
Buffers:          163332 kB
Cached:           383664 kB
SwapCached:            0 kB
Active:           335184 kB
Inactive:         317900 kB
Active(anon):     102980 kB
Inactive(anon):     5960 kB
Active(file):     232204 kB
Inactive(file):   311940 kB
Unevictable:     1662500 kB
Mlocked:         1484672 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               972 kB
Writeback:             0 kB
AnonPages:       1789468 kB
Mapped:            21440 kB
Shmem:               216 kB
Slab:             611092 kB
SReclaimable:      54480 kB
SUnreclaim:       556612 kB
KernelStack:        1632 kB
PageTables:         7928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2354448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 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= 71708 MiB
End job on node134 at 2016-06-30 20:35:43