Trace number 4121678

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 559.808 558.008

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n92-d3-i3-r1.cnf.gz-plain.pb.metafix.opb
MD5SUMa0bbd7d96f4dfdbbb7935f0526281499
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 benchmark27.9917
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	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-4121678-1467315415.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.16	c ... done. Wall clock time 0.049s.
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.73/0.54	c cleaning 2495 clauses out of 5000 with flag 12802/5000
1.28/0.87	c cleaning 4252 clauses out of 8506 with flag 34641/11001
1.72/1.25	c cleaning 5623 clauses out of 11253 with flag 59063/18000
2.12/1.62	c cleaning 6810 clauses out of 13630 with flag 93190/26000
2.54/2.02	c cleaning 7905 clauses out of 15821 with flag 134814/35001
3.24/2.76	c cleaning 8951 clauses out of 17916 with flag 174164/45001
4.54/4.02	c cleaning 9980 clauses out of 19965 with flag 207657/56001
5.65/5.18	c cleaning 10986 clauses out of 21985 with flag 254530/68001
7.04/6.50	c cleaning 11998 clauses out of 23998 with flag 304763/81000
8.14/7.66	c cleaning 12998 clauses out of 26000 with flag 363253/95000
9.45/8.98	c cleaning 13994 clauses out of 28003 with flag 433768/110001
10.94/10.45	c cleaning 15001 clauses out of 30009 with flag 520294/126001
11.94/11.48	c cleaning 15999 clauses out of 32007 with flag 601540/143000
13.24/12.72	c cleaning 16999 clauses out of 34008 with flag 685484/161000
14.95/14.44	c cleaning 18000 clauses out of 36010 with flag 773378/180001
16.84/16.38	c cleaning 19002 clauses out of 38009 with flag 865905/200000
19.25/18.77	c cleaning 19999 clauses out of 40007 with flag 949408/221000
21.74/21.30	c cleaning 20998 clauses out of 42008 with flag 1033428/243000
24.75/24.26	c cleaning 22002 clauses out of 44011 with flag 1121804/266001
28.24/27.79	c cleaning 23003 clauses out of 46009 with flag 1214275/290001
32.34/31.82	c cleaning 23999 clauses out of 48006 with flag 1312900/315001
36.14/35.66	c cleaning 24998 clauses out of 50006 with flag 1423293/341000
40.55/40.05	c cleaning 25997 clauses out of 52008 with flag 1535394/368000
45.85/45.31	c cleaning 27003 clauses out of 54012 with flag 1649249/396001
49.94/49.44	c cleaning 28002 clauses out of 56009 with flag 1769647/425001
54.64/54.11	c cleaning 28998 clauses out of 58006 with flag 1889509/455000
59.34/58.87	c cleaning 30002 clauses out of 60009 with flag 2022187/486001
65.45/64.99	c cleaning 30998 clauses out of 62006 with flag 2153432/518000
72.25/71.76	c cleaning 31999 clauses out of 64008 with flag 2292334/551000
78.95/78.42	c cleaning 33003 clauses out of 66009 with flag 2434904/585000
86.85/86.32	c cleaning 34002 clauses out of 68007 with flag 2580465/620001
94.34/93.54	c cleaning 34997 clauses out of 70005 with flag 2738398/656001
102.33/101.24	c cleaning 36001 clauses out of 72007 with flag 2899917/693000
111.15/109.95	c cleaning 36999 clauses out of 74007 with flag 3064600/731001
121.15/119.81	c cleaning 37998 clauses out of 76008 with flag 3237848/770001
131.25/129.92	c cleaning 39001 clauses out of 78009 with flag 3415905/810000
141.43/140.05	c cleaning 39999 clauses out of 80008 with flag 3599323/851000
151.93/150.50	c cleaning 41002 clauses out of 82009 with flag 3788245/893000
163.94/162.58	c cleaning 41999 clauses out of 84008 with flag 3969136/936001
178.23/176.87	c cleaning 43002 clauses out of 86009 with flag 4142891/980001
190.43/189.07	c cleaning 43999 clauses out of 88007 with flag 4339089/1025001
207.03/205.62	c cleaning 45000 clauses out of 90008 with flag 4547583/1071001
223.04/221.68	c cleaning 45997 clauses out of 92007 with flag 4751097/1118000
238.64/237.23	c cleaning 47002 clauses out of 94011 with flag 4941279/1166001
259.66/258.26	c cleaning 48000 clauses out of 96009 with flag 5132806/1215001
277.67/276.26	c cleaning 49000 clauses out of 98009 with flag 5346368/1265001
301.67/300.28	c cleaning 49998 clauses out of 100008 with flag 5563229/1316000
327.88/326.46	c cleaning 50996 clauses out of 102011 with flag 5789931/1368001
350.18/348.74	c cleaning 52002 clauses out of 104015 with flag 6023351/1421001
375.29/373.82	c cleaning 53005 clauses out of 106012 with flag 6250490/1475000
403.69/402.27	c cleaning 54000 clauses out of 108008 with flag 6492780/1530001
433.30/431.85	c cleaning 54999 clauses out of 110006 with flag 6737701/1586000
469.30/467.80	c cleaning 56000 clauses out of 112008 with flag 6986577/1643001
502.60/501.15	c cleaning 57000 clauses out of 114006 with flag 7244777/1701000
542.21/540.77	c cleaning 58002 clauses out of 116007 with flag 7493234/1760001
559.47/557.97	c starts		: 725
559.47/557.97	c conflicts		: 1797053
559.47/557.97	c decisions		: 2114399
559.47/557.97	c propagations		: 11586948
559.47/557.97	c inspects		: 14804152907
559.47/557.97	c shortcuts		: 0
559.47/557.97	c learnt literals	: 19
559.47/557.97	c learnt binary clauses	: 18
559.47/557.97	c learnt ternary clauses	: 49
559.47/557.97	c learnt constraints	: 1797033
559.47/557.97	c ignored constraints	: 0
559.47/557.97	c root simplifications	: 0
559.47/557.97	c removed literals (reason simplification)	: 0
559.47/557.97	c reason swapping (by a shorter reason)	: 0
559.47/557.97	c Calls to reduceDB	: 55
559.47/557.97	c Number of update (reduction) of LBD	: 172674
559.47/557.97	c Imported unit clauses	: 0
559.47/557.97	c number of reductions to clauses (during analyze)	: 0
559.47/557.97	c number of learned constraints concerned by reduction	: 0
559.47/557.97	c number of learning phase by resolution	: 0
559.47/557.97	c number of learning phase by cutting planes	: 0
559.47/557.97	c speed (assignments/second)	: 20772.32447782118
559.47/557.97	c non guided choices	1756
559.60/558.00	c learnt constraints type 
559.60/558.00	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
559.60/558.00	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 95021
559.60/558.00	s UNSATISFIABLE
559.60/558.00	c Total wall clock time (in seconds): 557.888

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.04 2.00 3/194 27918
/proc/meminfo: memFree=30343864/32872528 swapFree=480748/529804
[pid=27918] ppid=27915 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27918/stat : 27918 (java) R 27915 27918 23565 0 -1 4202496 490 0 0 0 0 0 0 0 20 0 1 0 10561438 9515008 144 33554432000 1073741824 1073778376 140736491022832 140736491019960 211458428820 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27918/statm: 2323 147 107 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.01 2.04 2.00 3/194 27918
/proc/meminfo: memFree=30343864/32872528 swapFree=480748/529804
[pid=27918] ppid=27915 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/27918/stat : 27918 (java) S 27915 27918 23565 0 -1 4202496 4417 0 1 0 8 1 0 0 20 0 18 0 10561438 9787879424 6040 33554432000 1073741824 1073778376 140736491022832 140736491013968 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27918/statm: 2389619 6040 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200318 s]
/proc/loadavg: 2.01 2.04 2.00 3/194 27918
/proc/meminfo: memFree=30343864/32872528 swapFree=480748/529804
[pid=27918] ppid=27915 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/27918/stat : 27918 (java) S 27915 27918 23565 0 -1 4202496 5528 0 1 0 23 1 0 0 20 0 19 0 10561438 9856040960 6784 33554432000 1073741824 1073778376 140736491022832 140736491013968 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27918/statm: 2406260 6784 2220 9 0 2396937 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.300323 s]
/proc/loadavg: 2.01 2.04 2.00 3/194 27918
/proc/meminfo: memFree=30343864/32872528 swapFree=480748/529804
[pid=27918] ppid=27915 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/27918/stat : 27918 (java) S 27915 27918 23565 0 -1 4202496 6935 0 1 0 47 1 0 0 20 0 19 0 10561438 9856040960 7766 33554432000 1073741824 1073778376 140736491022832 140736491013968 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27918/statm: 2406260 7766 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700303 s]
/proc/loadavg: 2.01 2.04 2.00 3/194 27918
/proc/meminfo: memFree=30343864/32872528 swapFree=480748/529804
[pid=27918] ppid=27915 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/27918/stat : 27918 (java) S 27915 27918 23565 0 -1 4202496 15029 0 1 0 114 3 0 0 20 0 19 0 10561438 9856040960 13762 33554432000 1073741824 1073778376 140736491022832 140736491013968 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27918/statm: 2406260 13762 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.01 2.04 2.00 3/213 27937
/proc/meminfo: memFree=30290092/32872528 swapFree=480748/529804
[pid=27918] ppid=27915 vsize=9625040 CPUtime=2.02 cores=1,3,5,7
/proc/27918/stat : 27918 (java) S 27915 27918 23565 0 -1 4202496 15039 0 1 0 199 3 0 0 20 0 19 0 10561438 9856040960 16837 33554432000 1073741824 1073778376 140736491022832 140736491013968 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27918/statm: 2406260 16837 2256 9 0 2396937 0
[pid=27918/tid=27920] ppid=27915 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/27918/task/27920/stat : 27920 (java) R 27915 27918 23565 0 -1 4202560 2410 0 1 0 145 1 0 0 20 0 19 0 10561438 9856040960 16837 33554432000 1073741824 1073778376 140736491022832 139756600139456 139756441145851 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27921] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27921/stat : 27921 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 16837 33554432000 1073741824 1073778376 140736491022832 139756561639720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27922] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27922/stat : 27922 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 16837 33554432000 1073741824 1073778376 140736491022832 139756560586920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27918/tid=27923] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27923/stat : 27923 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 16837 33554432000 1073741824 1073778376 140736491022832 139756559534632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27918/tid=27924] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27924/stat : 27924 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 16837 33554432000 1073741824 1073778376 140736491022832 139756440644008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27925] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27925/stat : 27925 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 16837 33554432000 1073741824 1073778376 140736491022832 139756439591720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27926] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27926/stat : 27926 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 16837 33554432000 1073741824 1073778376 140736491022832 139756438538920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27927] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27927/stat : 27927 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 16837 33554432000 1073741824 1073778376 140736491022832 139756437486632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27928] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27928/stat : 27928 (java) S 27915 27918 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 16837 33554432000 1073741824 1073778376 140736491022832 139756436433832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27929] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27929/stat : 27929 (java) S 27915 27918 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10561441 9856040960 16837 33554432000 1073741824 1073778376 140736491022832 139755954104552 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27930] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27930/stat : 27930 (java) S 27915 27918 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10561441 9856040960 16837 33554432000 1073741824 1073778376 140736491022832 139755953050616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27931] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27931/stat : 27931 (java) S 27915 27918 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561441 9856040960 16837 33554432000 1073741824 1073778376 140736491022832 139755951998216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27932] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27932/stat : 27932 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561444 9856040960 16837 33554432000 1073741824 1073778376 140736491022832 139755950946704 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27933] ppid=27915 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/27918/task/27933/stat : 27933 (java) S 27915 27918 23565 0 -1 4202560 7872 0 0 0 31 2 0 0 20 0 19 0 10561444 9856040960 16837 33554432000 1073741824 1073778376 140736491022832 139755949894328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27934] ppid=27915 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/27918/task/27934/stat : 27934 (java) S 27915 27918 23565 0 -1 4202560 3485 0 0 0 20 0 0 0 20 0 19 0 10561444 9856040960 16837 33554432000 1073741824 1073778376 140736491022832 139755948841528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27918/tid=27935] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27935/stat : 27935 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561444 9856040960 16837 33554432000 1073741824 1073778376 140736491022832 139755947789432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27918/tid=27936] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27936/stat : 27936 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561444 9856040960 16837 33554432000 1073741824 1073778376 140736491022832 139755946736840 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27937] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27937/stat : 27937 (java) S 27915 27918 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561455 9856040960 16837 33554432000 1073741824 1073778376 140736491022832 139755945681832 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.01 2.04 2.00 3/213 27937
/proc/meminfo: memFree=30283452/32872528 swapFree=480748/529804
[pid=27918] ppid=27915 vsize=9625040 CPUtime=3.64 cores=1,3,5,7
/proc/27918/stat : 27918 (java) S 27915 27918 23565 0 -1 4202496 15041 0 1 0 361 3 0 0 20 0 19 0 10561438 9856040960 17861 33554432000 1073741824 1073778376 140736491022832 140736491013968 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27918/statm: 2406260 17861 2256 9 0 2396937 0
[pid=27918/tid=27920] ppid=27915 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/27918/task/27920/stat : 27920 (java) R 27915 27918 23565 0 -1 4202560 2412 0 1 0 305 1 0 0 20 0 19 0 10561438 9856040960 17861 33554432000 1073741824 1073778376 140736491022832 139756600139440 139756441131620 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27921] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27921/stat : 27921 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 17861 33554432000 1073741824 1073778376 140736491022832 139756561639720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27922] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27922/stat : 27922 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 17861 33554432000 1073741824 1073778376 140736491022832 139756560586920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27918/tid=27923] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27923/stat : 27923 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 17861 33554432000 1073741824 1073778376 140736491022832 139756559534632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27918/tid=27924] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27924/stat : 27924 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 17861 33554432000 1073741824 1073778376 140736491022832 139756440644008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27925] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27925/stat : 27925 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 17861 33554432000 1073741824 1073778376 140736491022832 139756439591720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27926] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27926/stat : 27926 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 17861 33554432000 1073741824 1073778376 140736491022832 139756438538920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27927] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27927/stat : 27927 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 17861 33554432000 1073741824 1073778376 140736491022832 139756437486632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27928] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27928/stat : 27928 (java) S 27915 27918 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 17861 33554432000 1073741824 1073778376 140736491022832 139756436433832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27929] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27929/stat : 27929 (java) S 27915 27918 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10561441 9856040960 17861 33554432000 1073741824 1073778376 140736491022832 139755954104552 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27930] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27930/stat : 27930 (java) S 27915 27918 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10561441 9856040960 17861 33554432000 1073741824 1073778376 140736491022832 139755953050616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27931] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27931/stat : 27931 (java) S 27915 27918 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561441 9856040960 17861 33554432000 1073741824 1073778376 140736491022832 139755951998216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27932] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27932/stat : 27932 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561444 9856040960 17861 33554432000 1073741824 1073778376 140736491022832 139755950946704 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27933] ppid=27915 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/27918/task/27933/stat : 27933 (java) S 27915 27918 23565 0 -1 4202560 7872 0 0 0 32 2 0 0 20 0 19 0 10561444 9856040960 17861 33554432000 1073741824 1073778376 140736491022832 139755949894328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27934] ppid=27915 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/27918/task/27934/stat : 27934 (java) S 27915 27918 23565 0 -1 4202560 3485 0 0 0 21 0 0 0 20 0 19 0 10561444 9856040960 17861 33554432000 1073741824 1073778376 140736491022832 139755948841528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27918/tid=27935] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27935/stat : 27935 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561444 9856040960 17861 33554432000 1073741824 1073778376 140736491022832 139755947789432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27918/tid=27936] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27936/stat : 27936 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561444 9856040960 17861 33554432000 1073741824 1073778376 140736491022832 139755946736840 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27937] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27937/stat : 27937 (java) S 27915 27918 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561455 9856040960 17861 33554432000 1073741824 1073778376 140736491022832 139755945681832 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.01 2.04 2.00 3/213 27937
/proc/meminfo: memFree=30279948/32872528 swapFree=480748/529804
[pid=27918] ppid=27915 vsize=9625040 CPUtime=6.85 cores=1,3,5,7
/proc/27918/stat : 27918 (java) S 27915 27918 23565 0 -1 4202496 15045 0 1 0 681 4 0 0 20 0 19 0 10561438 9856040960 18586 33554432000 1073741824 1073778376 140736491022832 140736491013968 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27918/statm: 2406260 18586 2257 9 0 2396937 0
[pid=27918/tid=27920] ppid=27915 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/27918/task/27920/stat : 27920 (java) R 27915 27918 23565 0 -1 4202560 2415 0 1 0 625 2 0 0 20 0 19 0 10561438 9856040960 18586 33554432000 1073741824 1073778376 140736491022832 139756600139440 139756441146094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27921] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27921/stat : 27921 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 18586 33554432000 1073741824 1073778376 140736491022832 139756561639720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27922] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27922/stat : 27922 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 18586 33554432000 1073741824 1073778376 140736491022832 139756560586920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27918/tid=27923] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27923/stat : 27923 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 18586 33554432000 1073741824 1073778376 140736491022832 139756559534632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27918/tid=27924] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27924/stat : 27924 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 18586 33554432000 1073741824 1073778376 140736491022832 139756440644008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27925] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27925/stat : 27925 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 18586 33554432000 1073741824 1073778376 140736491022832 139756439591720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27926] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27926/stat : 27926 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 18586 33554432000 1073741824 1073778376 140736491022832 139756438538920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27927] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27927/stat : 27927 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 18586 33554432000 1073741824 1073778376 140736491022832 139756437486632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27928] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27928/stat : 27928 (java) S 27915 27918 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 18586 33554432000 1073741824 1073778376 140736491022832 139756436433832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27929] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27929/stat : 27929 (java) S 27915 27918 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10561441 9856040960 18586 33554432000 1073741824 1073778376 140736491022832 139755954104552 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27930] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27930/stat : 27930 (java) S 27915 27918 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10561441 9856040960 18586 33554432000 1073741824 1073778376 140736491022832 139755953050616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27931] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27931/stat : 27931 (java) S 27915 27918 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561441 9856040960 18586 33554432000 1073741824 1073778376 140736491022832 139755951998216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27932] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27932/stat : 27932 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561444 9856040960 18586 33554432000 1073741824 1073778376 140736491022832 139755950946704 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27933] ppid=27915 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/27918/task/27933/stat : 27933 (java) S 27915 27918 23565 0 -1 4202560 7872 0 0 0 32 2 0 0 20 0 19 0 10561444 9856040960 18586 33554432000 1073741824 1073778376 140736491022832 139755949894328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27934] ppid=27915 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/27918/task/27934/stat : 27934 (java) S 27915 27918 23565 0 -1 4202560 3485 0 0 0 21 0 0 0 20 0 19 0 10561444 9856040960 18586 33554432000 1073741824 1073778376 140736491022832 139755948841528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27918/tid=27935] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27935/stat : 27935 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561444 9856040960 18586 33554432000 1073741824 1073778376 140736491022832 139755947789432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27918/tid=27936] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27936/stat : 27936 (java) S 27915 27918 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10561444 9856040960 18586 33554432000 1073741824 1073778376 140736491022832 139755946736840 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27937] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27937/stat : 27937 (java) S 27915 27918 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561455 9856040960 18586 33554432000 1073741824 1073778376 140736491022832 139755945681832 211462174633 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=27918/tid=27922] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27922/stat : 27922 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756560586920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27923] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27923/stat : 27923 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756559534632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27918/tid=27924] ppid=27915 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27918/task/27924/stat : 27924 (java) S 27915 27918 23565 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 10561440 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756440644008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27925] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27925/stat : 27925 (java) S 27915 27918 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756439591720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27918/tid=27926] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27926/stat : 27926 (java) S 27915 27918 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756438538920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27918/tid=27927] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27927/stat : 27927 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756437486632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27928] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27928/stat : 27928 (java) S 27915 27918 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756436433832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27929] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27929/stat : 27929 (java) S 27915 27918 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10561441 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755954104552 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27930] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27930/stat : 27930 (java) S 27915 27918 23565 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10561441 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755953050616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27931] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27931/stat : 27931 (java) S 27915 27918 23565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10561441 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755951998216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27932] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27932/stat : 27932 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561444 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755950946704 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27933] ppid=27915 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/27918/task/27933/stat : 27933 (java) S 27915 27918 23565 0 -1 4202560 11003 0 0 0 108 3 0 0 20 0 19 0 10561444 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755949894328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27934] ppid=27915 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/27918/task/27934/stat : 27934 (java) S 27915 27918 23565 0 -1 4202560 5242 0 0 0 32 2 0 0 20 0 19 0 10561444 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755948841528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27918/tid=27935] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27935/stat : 27935 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561444 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755947789432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27918/tid=27936] ppid=27915 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/27918/task/27936/stat : 27936 (java) S 27915 27918 23565 0 -1 4202560 34 0 0 0 7 9 0 0 20 0 19 0 10561444 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755946736840 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27937] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27937/stat : 27937 (java) S 27915 27918 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561455 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755945681832 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 556.77
Current children cumulated vsize (KiB) 9625040

[startup+556.801 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 27951
/proc/meminfo: memFree=30150672/32872528 swapFree=480748/529804
[pid=27918] ppid=27915 vsize=9625040 CPUtime=558.37 cores=1,3,5,7
/proc/27918/stat : 27918 (java) S 27915 27918 23565 0 -1 4202496 20083 0 1 0 55820 17 0 0 20 0 19 0 10561438 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 140736491013968 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27918/statm: 2406260 50182 2271 9 0 2396937 0
[pid=27918/tid=27920] ppid=27915 vsize=9625040 CPUtime=556.73 cores=1,3,5,7
/proc/27918/task/27920/stat : 27920 (java) R 27915 27918 23565 0 -1 4202560 2482 0 1 0 55660 13 0 0 20 0 19 0 10561438 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756600146368 139756441083295 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27921] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27921/stat : 27921 (java) S 27915 27918 23565 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756561639720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27922] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27922/stat : 27922 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756560586920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27923] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27923/stat : 27923 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756559534632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27918/tid=27924] ppid=27915 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27918/task/27924/stat : 27924 (java) S 27915 27918 23565 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 10561440 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756440644008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27925] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27925/stat : 27925 (java) S 27915 27918 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756439591720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27918/tid=27926] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27926/stat : 27926 (java) S 27915 27918 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756438538920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27918/tid=27927] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27927/stat : 27927 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756437486632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27928] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27928/stat : 27928 (java) S 27915 27918 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756436433832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27929] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27929/stat : 27929 (java) S 27915 27918 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10561441 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755954104552 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27930] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27930/stat : 27930 (java) S 27915 27918 23565 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10561441 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755953050616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27931] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27931/stat : 27931 (java) S 27915 27918 23565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10561441 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755951998216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27932] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27932/stat : 27932 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561444 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755950946704 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27933] ppid=27915 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/27918/task/27933/stat : 27933 (java) S 27915 27918 23565 0 -1 4202560 11003 0 0 0 108 3 0 0 20 0 19 0 10561444 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755949894328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27934] ppid=27915 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/27918/task/27934/stat : 27934 (java) S 27915 27918 23565 0 -1 4202560 5242 0 0 0 32 2 0 0 20 0 19 0 10561444 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755948841528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27918/tid=27935] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27935/stat : 27935 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561444 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755947789432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27918/tid=27936] ppid=27915 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/27918/task/27936/stat : 27936 (java) S 27915 27918 23565 0 -1 4202560 34 0 0 0 7 9 0 0 20 0 19 0 10561444 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755946736840 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27937] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27937/stat : 27937 (java) S 27915 27918 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561455 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755945681832 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 558.37
Current children cumulated vsize (KiB) 9625040

[startup+557.601 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 27951
/proc/meminfo: memFree=30150672/32872528 swapFree=480748/529804
[pid=27918] ppid=27915 vsize=9625040 CPUtime=559.17 cores=1,3,5,7
/proc/27918/stat : 27918 (java) S 27915 27918 23565 0 -1 4202496 20083 0 1 0 55900 17 0 0 20 0 19 0 10561438 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 140736491013968 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27918/statm: 2406260 50182 2271 9 0 2396937 0
[pid=27918/tid=27920] ppid=27915 vsize=9625040 CPUtime=557.53 cores=1,3,5,7
/proc/27918/task/27920/stat : 27920 (java) R 27915 27918 23565 0 -1 4202560 2482 0 1 0 55740 13 0 0 20 0 19 0 10561438 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756600146368 139756441083266 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27921] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27921/stat : 27921 (java) S 27915 27918 23565 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756561639720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27922] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27922/stat : 27922 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756560586920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27923] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27923/stat : 27923 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756559534632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27918/tid=27924] ppid=27915 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27918/task/27924/stat : 27924 (java) S 27915 27918 23565 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 10561440 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756440644008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27925] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27925/stat : 27925 (java) S 27915 27918 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756439591720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27918/tid=27926] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27926/stat : 27926 (java) S 27915 27918 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756438538920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27918/tid=27927] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27927/stat : 27927 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756437486632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27928] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27928/stat : 27928 (java) S 27915 27918 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10561440 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139756436433832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27929] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27929/stat : 27929 (java) S 27915 27918 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10561441 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755954104552 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27930] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27930/stat : 27930 (java) S 27915 27918 23565 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10561441 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755953050616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27931] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27931/stat : 27931 (java) S 27915 27918 23565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10561441 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755951998216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27932] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27932/stat : 27932 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561444 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755950946704 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27933] ppid=27915 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/27918/task/27933/stat : 27933 (java) S 27915 27918 23565 0 -1 4202560 11003 0 0 0 108 3 0 0 20 0 19 0 10561444 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755949894328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27934] ppid=27915 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/27918/task/27934/stat : 27934 (java) S 27915 27918 23565 0 -1 4202560 5242 0 0 0 32 2 0 0 20 0 19 0 10561444 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755948841528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27918/tid=27935] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27935/stat : 27935 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561444 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755947789432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27918/tid=27936] ppid=27915 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/27918/task/27936/stat : 27936 (java) S 27915 27918 23565 0 -1 4202560 34 0 0 0 7 9 0 0 20 0 19 0 10561444 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755946736840 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27937] ppid=27915 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27937/stat : 27937 (java) S 27915 27918 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561455 9856040960 50182 33554432000 1073741824 1073778376 140736491022832 139755945681832 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 559.17
Current children cumulated vsize (KiB) 9625040

[startup+558.001 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 27951
/proc/meminfo: memFree=30150676/32872528 swapFree=480748/529804
[pid=27918] ppid=27915 vsize=9691604 CPUtime=559.6 cores=1,3,5,7
/proc/27918/stat : 27918 (java) S 27915 27918 23565 0 -1 4202496 20106 0 1 0 55943 17 0 0 20 0 19 0 10561438 9924202496 50201 33554432000 1073741824 1073778376 140736491022832 140736491013968 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27918/statm: 2422901 50201 2281 9 0 2413578 0
[pid=27918/tid=27920] ppid=27915 vsize=9691604 CPUtime=557.9 cores=1,3,5,7
/proc/27918/task/27920/stat : 27920 (java) S 27915 27918 23565 0 -1 4202560 2484 0 1 0 55777 13 0 0 20 0 19 0 10561438 9924202496 50201 33554432000 1073741824 1073778376 140736491022832 139756600148696 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27921] ppid=27915 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27921/stat : 27921 (java) S 27915 27918 23565 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10561440 9924202496 50201 33554432000 1073741824 1073778376 140736491022832 139756561639720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27922] ppid=27915 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27922/stat : 27922 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9924202496 50201 33554432000 1073741824 1073778376 140736491022832 139756560586920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27923] ppid=27915 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27923/stat : 27923 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9924202496 50201 33554432000 1073741824 1073778376 140736491022832 139756559534632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27918/tid=27924] ppid=27915 vsize=9691604 CPUtime=0.01 cores=1,3,5,7
/proc/27918/task/27924/stat : 27924 (java) S 27915 27918 23565 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 10561440 9924202496 50201 33554432000 1073741824 1073778376 140736491022832 139756440644008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27925] ppid=27915 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27925/stat : 27925 (java) S 27915 27918 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561440 9924202496 50201 33554432000 1073741824 1073778376 140736491022832 139756439591720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27918/tid=27926] ppid=27915 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27926/stat : 27926 (java) S 27915 27918 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10561440 9924202496 50201 33554432000 1073741824 1073778376 140736491022832 139756438538920 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27918/tid=27927] ppid=27915 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27927/stat : 27927 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561440 9924202496 50201 33554432000 1073741824 1073778376 140736491022832 139756437486632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27928] ppid=27915 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27928/stat : 27928 (java) S 27915 27918 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10561440 9924202496 50201 33554432000 1073741824 1073778376 140736491022832 139756436433832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27929] ppid=27915 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27929/stat : 27929 (java) S 27915 27918 23565 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10561441 9924202496 50201 33554432000 1073741824 1073778376 140736491022832 139755954104552 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27918/tid=27930] ppid=27915 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27930/stat : 27930 (java) S 27915 27918 23565 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10561441 9924202496 50201 33554432000 1073741824 1073778376 140736491022832 139755953050616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27931] ppid=27915 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27931/stat : 27931 (java) S 27915 27918 23565 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10561441 9924202496 50201 33554432000 1073741824 1073778376 140736491022832 139755951998216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27932] ppid=27915 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27932/stat : 27932 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561444 9924202496 50201 33554432000 1073741824 1073778376 140736491022832 139755950946704 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27933] ppid=27915 vsize=9691604 CPUtime=1.13 cores=1,3,5,7
/proc/27918/task/27933/stat : 27933 (java) R 27915 27918 23565 0 -1 4202560 11013 0 0 0 110 3 0 0 20 0 19 0 10561444 9924202496 50201 33554432000 1073741824 1073778376 140736491022832 139755949881608 139756604237820 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27918/tid=27934] ppid=27915 vsize=9691604 CPUtime=0.36 cores=1,3,5,7
/proc/27918/task/27934/stat : 27934 (java) S 27915 27918 23565 0 -1 4202560 5244 0 0 0 34 2 0 0 20 0 19 0 10561444 9924202496 50201 33554432000 1073741824 1073778376 140736491022832 139755948841528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27918/tid=27935] ppid=27915 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27918/task/27935/stat : 27935 (java) S 27915 27918 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10561444 9924202496 50201 33554432000 1073741824 1073778376 140736491022832 139755947789432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27918/tid=27936] ppid=27915 vsize=9691604 CPUtime=0.16 cores=1,3,5,7
/proc/27918/task/27936/stat : 27936 (java) S 27915 27918 23565 0 -1 4202560 34 0 0 0 7 9 0 0 20 0 19 0 10561444 9924202496 50201 33554432000 1073741824 1073778376 140736491022832 139755946736840 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 559.6
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 558.008
CPU time (s): 559.808
CPU user time (s): 559.416
CPU system time (s): 0.39194
CPU usage (%): 100.323
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 559.416
system time used= 0.39194
maximum resident set size= 203912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20117
page faults= 1
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12061
involuntary context switches= 1225

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.63945 second user time and 5.10222 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 21:36:55
IDJOB=4121678
IDBENCH=110602
IDSOLVER=2546
FILE ID=node141/4121678-1467315415
RUNJOBID= node141-1467310816-27147
PBS_JOBID= 20005274
Free space on /tmp= 71704 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-i3-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121678-1467315415/watcher-4121678-1467315415 -o /tmp/evaluation-result-4121678-1467315415/solver-4121678-1467315415 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467310816-27147 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121678-1467315415.opb

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

MD5SUM BENCH= a0bbd7d96f4dfdbbb7935f0526281499
RANDOM SEED=1387198567

node141.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.89
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.448
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.448
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.448
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.448
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.448
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	: 5339.30
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.448
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.53
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.448
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30344516 kB
Buffers:          165212 kB
Cached:           841468 kB
SwapCached:            0 kB
Active:           541224 kB
Inactive:         700632 kB
Active(anon):     237588 kB
Inactive(anon):        4 kB
Active(file):     303636 kB
Inactive(file):   700628 kB
Unevictable:      529804 kB
Mlocked:          480748 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:        772720 kB
Mapped:            22144 kB
Shmem:               204 kB
Slab:             613616 kB
SReclaimable:      57468 kB
SUnreclaim:       556148 kB
KernelStack:        1760 kB
PageTables:         6256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1221676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 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= 71700 MiB
End job on node141 at 2016-06-30 21:46:13