Trace number 4120614

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 481.09 480.065

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n94-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
MD5SUM11b06e35d269e58f9902509b92ba9c1f
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 benchmark6.533
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables141
Total number of constraints376
Number of constraints which are clauses376
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4120614-1467311745.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.16	c ... done. Wall clock time 0.053s.
0.10/0.16	c declared #vars     141
0.10/0.16	c #constraints  376
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376
0.10/0.16	c 376 constraints processed.
0.64/0.42	c cleaning 2496 clauses out of 5001 with flag 19254/5001
1.00/0.62	c cleaning 4248 clauses out of 8505 with flag 42862/11001
1.21/0.88	c cleaning 5621 clauses out of 11257 with flag 77749/18001
1.63/1.21	c cleaning 6813 clauses out of 13635 with flag 112412/26000
2.03/1.64	c cleaning 7903 clauses out of 15822 with flag 150037/35000
3.03/2.64	c cleaning 8953 clauses out of 17920 with flag 177505/45001
4.63/4.29	c cleaning 9974 clauses out of 19967 with flag 205669/56001
6.83/6.43	c cleaning 10988 clauses out of 21992 with flag 236964/68000
9.42/9.06	c cleaning 11992 clauses out of 24004 with flag 273371/81000
12.54/12.13	c cleaning 12995 clauses out of 26013 with flag 315611/95001
15.03/14.64	c cleaning 14005 clauses out of 28017 with flag 369111/110000
16.03/15.66	c cleaning 15002 clauses out of 30012 with flag 440091/126000
16.94/16.52	c cleaning 16001 clauses out of 32011 with flag 517904/143001
17.93/17.59	c cleaning 16999 clauses out of 34010 with flag 598309/161001
19.24/18.83	c cleaning 18003 clauses out of 36010 with flag 682107/180000
20.73/20.34	c cleaning 18997 clauses out of 38009 with flag 776253/200002
22.13/21.77	c cleaning 20001 clauses out of 40011 with flag 880630/221001
23.93/23.57	c cleaning 21001 clauses out of 42010 with flag 984679/243001
26.13/25.71	c cleaning 22002 clauses out of 44009 with flag 1097230/266001
28.55/28.14	c cleaning 22999 clauses out of 46007 with flag 1219386/290001
31.05/30.66	c cleaning 23999 clauses out of 48008 with flag 1342995/315001
33.85/33.42	c cleaning 24998 clauses out of 50009 with flag 1462191/341001
36.95/36.58	c cleaning 26003 clauses out of 52011 with flag 1587283/368001
40.45/40.02	c cleaning 26996 clauses out of 54007 with flag 1713190/396000
45.45/45.04	c cleaning 27999 clauses out of 56012 with flag 1844650/425001
50.35/49.96	c cleaning 29002 clauses out of 58012 with flag 1993653/455000
56.45/56.07	c cleaning 30000 clauses out of 60010 with flag 2129627/486000
63.46/63.03	c cleaning 31001 clauses out of 62010 with flag 2277844/518000
67.76/67.31	c cleaning 31998 clauses out of 64009 with flag 2430795/551000
72.86/72.49	c cleaning 32999 clauses out of 66012 with flag 2587594/585001
78.66/78.28	c cleaning 34001 clauses out of 68012 with flag 2750170/620000
87.36/86.91	c cleaning 35000 clauses out of 70011 with flag 2915494/656000
94.86/94.49	c cleaning 35998 clauses out of 72011 with flag 3088640/693000
103.86/103.43	c cleaning 37002 clauses out of 74013 with flag 3251410/731000
114.55/114.14	c cleaning 37999 clauses out of 76011 with flag 3417676/770000
124.16/123.76	c cleaning 38999 clauses out of 78012 with flag 3598879/810000
133.36/132.90	c cleaning 40001 clauses out of 80013 with flag 3786485/851000
143.26/142.88	c cleaning 41002 clauses out of 82012 with flag 3973060/893000
154.36/153.96	c cleaning 42001 clauses out of 84010 with flag 4147206/936000
166.46/166.10	c cleaning 43000 clauses out of 86009 with flag 4337358/980000
177.37/176.98	c cleaning 44002 clauses out of 88009 with flag 4520139/1025000
189.17/188.77	c cleaning 45003 clauses out of 90007 with flag 4712295/1071000
202.17/201.70	c cleaning 45994 clauses out of 92005 with flag 4905382/1118001
215.17/214.71	c cleaning 47001 clauses out of 94010 with flag 5115035/1166000
228.76/228.34	c cleaning 48002 clauses out of 96010 with flag 5333151/1215001
244.22/243.70	c cleaning 49001 clauses out of 98007 with flag 5563164/1265000
259.12/258.61	c cleaning 50000 clauses out of 100006 with flag 5797427/1316000
274.74/273.91	c cleaning 51002 clauses out of 102006 with flag 6013923/1368000
289.75/288.93	c cleaning 52001 clauses out of 104004 with flag 6246790/1421000
308.14/307.37	c cleaning 53000 clauses out of 106003 with flag 6477805/1475000
325.64/324.84	c cleaning 53999 clauses out of 108004 with flag 6719484/1530001
345.18/344.39	c cleaning 54993 clauses out of 110003 with flag 6951988/1586000
367.98/367.19	c cleaning 56004 clauses out of 112011 with flag 7195511/1643001
393.08/392.23	c cleaning 56996 clauses out of 114007 with flag 7445662/1701001
417.54/416.55	c cleaning 58001 clauses out of 116009 with flag 7710896/1760000
442.44/441.41	c cleaning 59000 clauses out of 118008 with flag 7943161/1820000
470.59/469.56	c cleaning 60003 clauses out of 120006 with flag 8190641/1881000
481.09/480.03	c starts		: 855
481.09/480.03	c conflicts		: 1910503
481.09/480.03	c decisions		: 2267332
481.09/480.03	c propagations		: 11045029
481.09/480.03	c inspects		: 12769770694
481.09/480.03	c shortcuts		: 0
481.09/480.03	c learnt literals	: 19
481.09/480.03	c learnt binary clauses	: 16
481.09/480.03	c learnt ternary clauses	: 31
481.09/480.03	c learnt constraints	: 1910483
481.09/480.03	c ignored constraints	: 0
481.09/480.03	c root simplifications	: 0
481.09/480.03	c removed literals (reason simplification)	: 0
481.09/480.03	c reason swapping (by a shorter reason)	: 0
481.09/480.03	c Calls to reduceDB	: 57
481.09/480.03	c Number of update (reduction) of LBD	: 265107
481.09/480.03	c Imported unit clauses	: 0
481.09/480.03	c number of reductions to clauses (during analyze)	: 0
481.09/480.03	c number of learned constraints concerned by reduction	: 0
481.09/480.03	c number of learning phase by resolution	: 0
481.09/480.03	c number of learning phase by cutting planes	: 0
481.09/480.03	c speed (assignments/second)	: 23016.950600689775
481.09/480.03	c non guided choices	972
481.09/480.06	c learnt constraints type 
481.09/480.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
481.09/480.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 89474
481.09/480.06	s UNSATISFIABLE
481.09/480.06	c Total wall clock time (in seconds): 479.95

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-4120614-1467311745/watcher-4120614-1467311745 -o /tmp/evaluation-result-4120614-1467311745/solver-4120614-1467311745 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1467309899-13787 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120614-1467311745.opb 

pid=14527
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.34 2.21 2.10 2/194 14530
/proc/meminfo: memFree=26564796/32872528 swapFree=11480/941500
[pid=14530] ppid=14527 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/14530/stat : 14530 (java) S 14527 14530 13214 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 12141860 98570240 978 33554432000 1073741824 1073778376 140736076758240 140736076749376 213196505149 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14530/statm: 24065 978 743 9 0 16771 0
[pid=14530/tid=14531] ppid=14527 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14531/stat : 14531 (java) R 14527 14530 13214 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 12141861 98570240 978 33554432000 1073741824 1073778376 140736076758240 140008203525672 213193147776 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 2.34 2.21 2.10 2/194 14530
/proc/meminfo: memFree=26564796/32872528 swapFree=11480/941500
[pid=14530] ppid=14527 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/14530/stat : 14530 (java) S 14527 14530 13214 0 -1 4202496 4418 0 1 0 9 1 0 0 20 0 18 0 12141860 9787879424 6058 33554432000 1073741824 1073778376 140736076758240 140736076749376 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14530/statm: 2389619 6058 2140 9 0 2380296 0
[pid=14530/tid=14531] ppid=14527 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/14530/task/14531/stat : 14531 (java) R 14527 14530 13214 0 -1 4202560 2378 0 1 0 8 0 0 0 20 0 18 0 12141861 9787879424 6058 33554432000 1073741824 1073778376 140736076758240 140008203514800 213196530957 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20032 s]
/proc/loadavg: 2.34 2.21 2.10 2/194 14530
/proc/meminfo: memFree=26564796/32872528 swapFree=11480/941500
[pid=14530] ppid=14527 vsize=9625396 CPUtime=0.26 cores=0,2,4,6
/proc/14530/stat : 14530 (java) S 14527 14530 13214 0 -1 4202496 6290 0 1 0 25 1 0 0 20 0 19 0 12141860 9856405504 7466 33554432000 1073741824 1073778376 140736076758240 140736076749376 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14530/statm: 2406260 7378 2219 9 0 2396937 0
[pid=14530/tid=14531] ppid=14527 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/14530/task/14531/stat : 14531 (java) R 14527 14530 13214 0 -1 4202560 2401 0 1 0 17 0 0 0 20 0 19 0 12141861 9856040960 7378 33554432000 1073741824 1073778376 140736076758240 140008203530880 140008031858128 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625396

[startup+0.300323 s]
/proc/loadavg: 2.34 2.21 2.10 2/194 14530
/proc/meminfo: memFree=26564796/32872528 swapFree=11480/941500
[pid=14530] ppid=14527 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/14530/stat : 14530 (java) S 14527 14530 13214 0 -1 4202496 7102 0 1 0 48 1 0 0 20 0 19 0 12141860 9856040960 8442 33554432000 1073741824 1073778376 140736076758240 140736076749376 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14530/statm: 2406260 8442 2242 9 0 2396937 0
[pid=14530/tid=14531] ppid=14527 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/14530/task/14531/stat : 14531 (java) R 14527 14530 13214 0 -1 4202560 2403 0 1 0 27 0 0 0 20 0 19 0 12141861 9856040960 8442 33554432000 1073741824 1073778376 140736076758240 140008203530880 140008031904755 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700255 s]
/proc/loadavg: 2.34 2.21 2.10 2/194 14530
/proc/meminfo: memFree=26564796/32872528 swapFree=11480/941500
[pid=14530] ppid=14527 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/14530/stat : 14530 (java) S 14527 14530 13214 0 -1 4202496 9547 0 1 0 109 2 0 0 20 0 19 0 12141860 9856040960 9487 33554432000 1073741824 1073778376 140736076758240 140736076749376 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14530/statm: 2406260 9487 2255 9 0 2396937 0
[pid=14530/tid=14531] ppid=14527 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/14530/task/14531/stat : 14531 (java) R 14527 14530 13214 0 -1 4202560 2404 0 1 0 67 0 0 0 20 0 19 0 12141861 9856040960 9487 33554432000 1073741824 1073778376 140736076758240 140008203530880 140008032265793 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.32 2.20 2.10 3/213 14549
/proc/meminfo: memFree=26535236/32872528 swapFree=11480/941500
[pid=14530] ppid=14527 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/14530/stat : 14530 (java) S 14527 14530 13214 0 -1 4202496 9558 0 1 0 191 2 0 0 20 0 19 0 12141860 9856040960 10008 33554432000 1073741824 1073778376 140736076758240 140736076749376 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14530/statm: 2406260 10008 2257 9 0 2396937 0
[pid=14530/tid=14531] ppid=14527 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/14530/task/14531/stat : 14531 (java) R 14527 14530 13214 0 -1 4202560 2406 0 1 0 147 0 0 0 20 0 19 0 12141861 9856040960 10008 33554432000 1073741824 1073778376 140736076758240 140008203528608 140008032219529 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14533] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14533/stat : 14533 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 10008 33554432000 1073741824 1073778376 140736076758240 140008165022504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14534] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14534/stat : 14534 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 10008 33554432000 1073741824 1073778376 140736076758240 140008163969704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14530/tid=14535] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14535/stat : 14535 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 10008 33554432000 1073741824 1073778376 140736076758240 140008162917416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14530/tid=14536] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14536/stat : 14536 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 10008 33554432000 1073741824 1073778376 140736076758240 140008161864616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14537] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14537/stat : 14537 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 10008 33554432000 1073741824 1073778376 140736076758240 140008160811304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14538] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14538/stat : 14538 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 10008 33554432000 1073741824 1073778376 140736076758240 140008159758504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14539] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14539/stat : 14539 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 10008 33554432000 1073741824 1073778376 140736076758240 140008158706216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14540] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14540/stat : 14540 (java) S 14527 14530 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 10008 33554432000 1073741824 1073778376 140736076758240 140008157653416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14541] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14541/stat : 14541 (java) S 14527 14530 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12141863 9856040960 10008 33554432000 1073741824 1073778376 140736076758240 140008027564776 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14542] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14542/stat : 14542 (java) S 14527 14530 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12141863 9856040960 10008 33554432000 1073741824 1073778376 140736076758240 140008026510840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14543] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14543/stat : 14543 (java) S 14527 14530 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12141863 9856040960 10008 33554432000 1073741824 1073778376 140736076758240 140008025458440 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14544] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14544/stat : 14544 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141865 9856040960 10008 33554432000 1073741824 1073778376 140736076758240 140008024406928 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14545] ppid=14527 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/14530/task/14545/stat : 14545 (java) S 14527 14530 13214 0 -1 4202560 3586 0 0 0 25 0 0 0 20 0 19 0 12141865 9856040960 10008 33554432000 1073741824 1073778376 140736076758240 140008023353528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14546] ppid=14527 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/14530/task/14546/stat : 14546 (java) S 14527 14530 13214 0 -1 4202560 2293 0 0 0 16 0 0 0 20 0 19 0 12141865 9856040960 10008 33554432000 1073741824 1073778376 140736076758240 140008022300728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14530/tid=14547] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14547/stat : 14547 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141865 9856040960 10008 33554432000 1073741824 1073778376 140736076758240 140008021248632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14530/tid=14548] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14548/stat : 14548 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141865 9856040960 10008 33554432000 1073741824 1073778376 140736076758240 140008020196040 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14549] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14549/stat : 14549 (java) S 14527 14530 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12141877 9856040960 10008 33554432000 1073741824 1073778376 140736076758240 140008019142056 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.32 2.20 2.10 3/213 14549
/proc/meminfo: memFree=26530520/32872528 swapFree=11480/941500
[pid=14530] ppid=14527 vsize=9625040 CPUtime=3.53 cores=0,2,4,6
/proc/14530/stat : 14530 (java) S 14527 14530 13214 0 -1 4202496 9559 0 1 0 351 2 0 0 20 0 19 0 12141860 9856040960 10520 33554432000 1073741824 1073778376 140736076758240 140736076749376 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14530/statm: 2406260 10520 2257 9 0 2396937 0
[pid=14530/tid=14531] ppid=14527 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/14530/task/14531/stat : 14531 (java) R 14527 14530 13214 0 -1 4202560 2407 0 1 0 306 1 0 0 20 0 19 0 12141861 9856040960 10520 33554432000 1073741824 1073778376 140736076758240 140008203521696 140008032219469 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14533] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14533/stat : 14533 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 10520 33554432000 1073741824 1073778376 140736076758240 140008165022504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14534] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14534/stat : 14534 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 10520 33554432000 1073741824 1073778376 140736076758240 140008163969704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14530/tid=14535] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14535/stat : 14535 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 10520 33554432000 1073741824 1073778376 140736076758240 140008162917416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14530/tid=14536] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14536/stat : 14536 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 10520 33554432000 1073741824 1073778376 140736076758240 140008161864616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14537] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14537/stat : 14537 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 10520 33554432000 1073741824 1073778376 140736076758240 140008160811304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14538] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14538/stat : 14538 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 10520 33554432000 1073741824 1073778376 140736076758240 140008159758504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14539] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14539/stat : 14539 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 10520 33554432000 1073741824 1073778376 140736076758240 140008158706216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14540] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14540/stat : 14540 (java) S 14527 14530 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 10520 33554432000 1073741824 1073778376 140736076758240 140008157653416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14541] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14541/stat : 14541 (java) S 14527 14530 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12141863 9856040960 10520 33554432000 1073741824 1073778376 140736076758240 140008027564776 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14542] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14542/stat : 14542 (java) S 14527 14530 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12141863 9856040960 10520 33554432000 1073741824 1073778376 140736076758240 140008026510840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14543] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14543/stat : 14543 (java) S 14527 14530 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12141863 9856040960 10520 33554432000 1073741824 1073778376 140736076758240 140008025458440 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14544] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14544/stat : 14544 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141865 9856040960 10520 33554432000 1073741824 1073778376 140736076758240 140008024406928 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14545] ppid=14527 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/14530/task/14545/stat : 14545 (java) S 14527 14530 13214 0 -1 4202560 3586 0 0 0 25 0 0 0 20 0 19 0 12141865 9856040960 10520 33554432000 1073741824 1073778376 140736076758240 140008023353528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14546] ppid=14527 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/14530/task/14546/stat : 14546 (java) S 14527 14530 13214 0 -1 4202560 2293 0 0 0 16 0 0 0 20 0 19 0 12141865 9856040960 10520 33554432000 1073741824 1073778376 140736076758240 140008022300728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14530/tid=14547] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14547/stat : 14547 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141865 9856040960 10520 33554432000 1073741824 1073778376 140736076758240 140008021248632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14530/tid=14548] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14548/stat : 14548 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141865 9856040960 10520 33554432000 1073741824 1073778376 140736076758240 140008020196040 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14549] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14549/stat : 14549 (java) S 14527 14530 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12141877 9856040960 10520 33554432000 1073741824 1073778376 140736076758240 140008019142056 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.32 2.20 2.10 3/213 14549
/proc/meminfo: memFree=26501460/32872528 swapFree=11480/941500
[pid=14530] ppid=14527 vsize=9625040 CPUtime=6.73 cores=0,2,4,6
/proc/14530/stat : 14530 (java) S 14527 14530 13214 0 -1 4202496 9592 0 1 0 670 3 0 0 20 0 19 0 12141860 9856040960 26393 33554432000 1073741824 1073778376 140736076758240 140736076749376 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14530/statm: 2406260 26393 2258 9 0 2396937 0
[pid=14530/tid=14531] ppid=14527 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/14530/task/14531/stat : 14531 (java) R 14527 14530 13214 0 -1 4202560 2439 0 1 0 624 2 0 0 20 0 19 0 12141861 9856040960 26393 33554432000 1073741824 1073778376 140736076758240 140008203521696 140008032265793 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14533] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14533/stat : 14533 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 26393 33554432000 1073741824 1073778376 140736076758240 140008165022504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14534] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14534/stat : 14534 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 26393 33554432000 1073741824 1073778376 140736076758240 140008163969704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14530/tid=14535] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14535/stat : 14535 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 26393 33554432000 1073741824 1073778376 140736076758240 140008162917416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14530/tid=14536] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14536/stat : 14536 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 26393 33554432000 1073741824 1073778376 140736076758240 140008161864616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14537] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14537/stat : 14537 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 26393 33554432000 1073741824 1073778376 140736076758240 140008160811304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14538] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14538/stat : 14538 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 26393 33554432000 1073741824 1073778376 140736076758240 140008159758504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14539] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14539/stat : 14539 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 26393 33554432000 1073741824 1073778376 140736076758240 140008158706216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14540] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14540/stat : 14540 (java) S 14527 14530 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 26393 33554432000 1073741824 1073778376 140736076758240 140008157653416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14541] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14541/stat : 14541 (java) S 14527 14530 13214 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12141863 9856040960 26393 33554432000 1073741824 1073778376 140736076758240 140008027564776 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14542] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14542/stat : 14542 (java) S 14527 14530 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12141863 9856040960 26393 33554432000 1073741824 1073778376 140736076758240 140008026510840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14543] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14543/stat : 14543 (java) S 14527 14530 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12141863 9856040960 26393 33554432000 1073741824 1073778376 140736076758240 140008025458440 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14544] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14544/stat : 14544 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141865 9856040960 26393 33554432000 1073741824 1073778376 140736076758240 140008024406928 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14545] ppid=14527 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/14530/task/14545/stat : 14545 (java) S 14527 14530 13214 0 -1 4202560 3586 0 0 0 25 0 0 0 20 0 19 0 12141865 9856040960 26393 33554432000 1073741824 1073778376 140736076758240 140008023353528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14546] ppid=14527 vsize=9625040 CPUtime=0.16 cores=0,2,4,6

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

[pid=14530/tid=14542] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14542/stat : 14542 (java) S 14527 14530 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12141863 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008026510840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14543] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14543/stat : 14543 (java) S 14527 14530 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12141863 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008025458440 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14544] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14544/stat : 14544 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141865 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008024406928 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14545] ppid=14527 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/14530/task/14545/stat : 14545 (java) S 14527 14530 13214 0 -1 4202560 12484 0 0 0 76 2 0 0 20 0 19 0 12141865 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008023353528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14530/tid=14546] ppid=14527 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/14530/task/14546/stat : 14546 (java) S 14527 14530 13214 0 -1 4202560 2566 0 0 0 23 0 0 0 20 0 19 0 12141865 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008022300728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14547] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14547/stat : 14547 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141865 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008021248632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14530/tid=14548] ppid=14527 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/14530/task/14548/stat : 14548 (java) S 14527 14530 13214 0 -1 4202560 28 0 0 0 5 6 0 0 20 0 19 0 12141865 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008020196040 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14549] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14549/stat : 14549 (java) S 14527 14530 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12141877 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008019142056 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 479.49
Current children cumulated vsize (KiB) 9625040

[startup+479.201 s]
/proc/loadavg: 2.16 2.17 2.10 3/213 14560
/proc/meminfo: memFree=26370792/32872528 swapFree=11480/941500
[pid=14530] ppid=14527 vsize=9625040 CPUtime=480.29 cores=0,2,4,6
/proc/14530/stat : 14530 (java) S 14527 14530 13214 0 -1 4202496 18896 0 1 0 48014 15 0 0 20 0 19 0 12141860 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140736076749376 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14530/statm: 2406260 46490 2271 9 0 2396937 0
[pid=14530/tid=14531] ppid=14527 vsize=9625040 CPUtime=477.85 cores=0,2,4,6
/proc/14530/task/14531/stat : 14531 (java) R 14527 14530 13214 0 -1 4202560 2479 0 1 0 47774 11 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008203521696 140008032489452 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14530/tid=14533] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14533/stat : 14533 (java) S 14527 14530 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008165022504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14534] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14534/stat : 14534 (java) S 14527 14530 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008163969704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14535] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14535/stat : 14535 (java) S 14527 14530 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008162917416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14536] ppid=14527 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14530/task/14536/stat : 14536 (java) S 14527 14530 13214 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008161864616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14537] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14537/stat : 14537 (java) S 14527 14530 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008160811304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14530/tid=14538] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14538/stat : 14538 (java) S 14527 14530 13214 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008159758504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14530/tid=14539] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14539/stat : 14539 (java) S 14527 14530 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008158706216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14540] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14540/stat : 14540 (java) S 14527 14530 13214 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008157653416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14530/tid=14541] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14541/stat : 14541 (java) S 14527 14530 13214 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12141863 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008027564776 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14542] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14542/stat : 14542 (java) S 14527 14530 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12141863 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008026510840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14543] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14543/stat : 14543 (java) S 14527 14530 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12141863 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008025458440 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14544] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14544/stat : 14544 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141865 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008024406928 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14545] ppid=14527 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/14530/task/14545/stat : 14545 (java) S 14527 14530 13214 0 -1 4202560 12484 0 0 0 76 2 0 0 20 0 19 0 12141865 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008023353528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14530/tid=14546] ppid=14527 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/14530/task/14546/stat : 14546 (java) S 14527 14530 13214 0 -1 4202560 2566 0 0 0 23 0 0 0 20 0 19 0 12141865 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008022300728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14547] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14547/stat : 14547 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141865 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008021248632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14530/tid=14548] ppid=14527 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/14530/task/14548/stat : 14548 (java) S 14527 14530 13214 0 -1 4202560 28 0 0 0 5 6 0 0 20 0 19 0 12141865 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008020196040 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14549] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14549/stat : 14549 (java) S 14527 14530 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12141877 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008019142056 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 480.29
Current children cumulated vsize (KiB) 9625040

[startup+479.601 s]
/proc/loadavg: 2.16 2.17 2.10 3/213 14560
/proc/meminfo: memFree=26370792/32872528 swapFree=11480/941500
[pid=14530] ppid=14527 vsize=9625040 CPUtime=480.7 cores=0,2,4,6
/proc/14530/stat : 14530 (java) S 14527 14530 13214 0 -1 4202496 18896 0 1 0 48055 15 0 0 20 0 19 0 12141860 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140736076749376 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14530/statm: 2406260 46490 2271 9 0 2396937 0
[pid=14530/tid=14531] ppid=14527 vsize=9625040 CPUtime=478.25 cores=0,2,4,6
/proc/14530/task/14531/stat : 14531 (java) R 14527 14530 13214 0 -1 4202560 2479 0 1 0 47814 11 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008203521696 140008032219244 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14530/tid=14533] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14533/stat : 14533 (java) S 14527 14530 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008165022504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14534] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14534/stat : 14534 (java) S 14527 14530 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008163969704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14535] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14535/stat : 14535 (java) S 14527 14530 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008162917416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14536] ppid=14527 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14530/task/14536/stat : 14536 (java) S 14527 14530 13214 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008161864616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14537] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14537/stat : 14537 (java) S 14527 14530 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008160811304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14530/tid=14538] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14538/stat : 14538 (java) S 14527 14530 13214 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008159758504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14530/tid=14539] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14539/stat : 14539 (java) S 14527 14530 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008158706216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14540] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14540/stat : 14540 (java) S 14527 14530 13214 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008157653416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14530/tid=14541] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14541/stat : 14541 (java) S 14527 14530 13214 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12141863 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008027564776 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14542] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14542/stat : 14542 (java) S 14527 14530 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12141863 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008026510840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14543] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14543/stat : 14543 (java) S 14527 14530 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12141863 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008025458440 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14544] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14544/stat : 14544 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141865 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008024406928 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14545] ppid=14527 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/14530/task/14545/stat : 14545 (java) S 14527 14530 13214 0 -1 4202560 12484 0 0 0 76 2 0 0 20 0 19 0 12141865 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008023353528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14530/tid=14546] ppid=14527 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/14530/task/14546/stat : 14546 (java) S 14527 14530 13214 0 -1 4202560 2566 0 0 0 23 0 0 0 20 0 19 0 12141865 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008022300728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14547] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14547/stat : 14547 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141865 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008021248632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14530/tid=14548] ppid=14527 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/14530/task/14548/stat : 14548 (java) S 14527 14530 13214 0 -1 4202560 28 0 0 0 5 6 0 0 20 0 19 0 12141865 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008020196040 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14549] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14549/stat : 14549 (java) S 14527 14530 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12141877 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008019142056 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 480.7
Current children cumulated vsize (KiB) 9625040

[startup+480.001 s]
/proc/loadavg: 2.16 2.17 2.10 3/213 14560
/proc/meminfo: memFree=26370792/32872528 swapFree=11480/941500
[pid=14530] ppid=14527 vsize=9625040 CPUtime=481.09 cores=0,2,4,6
/proc/14530/stat : 14530 (java) S 14527 14530 13214 0 -1 4202496 18896 0 1 0 48094 15 0 0 20 0 19 0 12141860 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140736076749376 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/14530/statm: 2406260 46490 2271 9 0 2396937 0
[pid=14530/tid=14531] ppid=14527 vsize=9625040 CPUtime=478.65 cores=0,2,4,6
/proc/14530/task/14531/stat : 14531 (java) R 14527 14530 13214 0 -1 4202560 2479 0 1 0 47854 11 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008203521696 140008032219521 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14530/tid=14533] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14533/stat : 14533 (java) S 14527 14530 13214 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008165022504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14534] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14534/stat : 14534 (java) S 14527 14530 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008163969704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14535] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14535/stat : 14535 (java) S 14527 14530 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008162917416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14536] ppid=14527 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/14530/task/14536/stat : 14536 (java) S 14527 14530 13214 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008161864616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14537] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14537/stat : 14537 (java) S 14527 14530 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008160811304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14530/tid=14538] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14538/stat : 14538 (java) S 14527 14530 13214 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008159758504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14530/tid=14539] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14539/stat : 14539 (java) S 14527 14530 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008158706216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14540] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14540/stat : 14540 (java) S 14527 14530 13214 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12141861 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008157653416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14530/tid=14541] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14541/stat : 14541 (java) S 14527 14530 13214 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 12141863 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008027564776 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14542] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14542/stat : 14542 (java) S 14527 14530 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12141863 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008026510840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14543] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14543/stat : 14543 (java) S 14527 14530 13214 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12141863 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008025458440 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14544] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14544/stat : 14544 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141865 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008024406928 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14530/tid=14545] ppid=14527 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/14530/task/14545/stat : 14545 (java) S 14527 14530 13214 0 -1 4202560 12484 0 0 0 76 2 0 0 20 0 19 0 12141865 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008023353528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14530/tid=14546] ppid=14527 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/14530/task/14546/stat : 14546 (java) S 14527 14530 13214 0 -1 4202560 2566 0 0 0 23 0 0 0 20 0 19 0 12141865 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008022300728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14547] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14547/stat : 14547 (java) S 14527 14530 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12141865 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008021248632 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14530/tid=14548] ppid=14527 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/14530/task/14548/stat : 14548 (java) S 14527 14530 13214 0 -1 4202560 28 0 0 0 5 6 0 0 20 0 19 0 12141865 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008020196040 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14530/tid=14549] ppid=14527 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/14530/task/14549/stat : 14549 (java) S 14527 14530 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12141877 9856040960 46490 33554432000 1073741824 1073778376 140736076758240 140008019142056 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 481.09
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14530 and gives
#  childrusage.ru_utime.tv_sec=479
#  childrusage.ru_utime.tv_usec=769064
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=290955
# CPU time returned by wait4() is 480.06
# while last known CPU time is 481.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 480.065
CPU time (s): 481.09
CPU user time (s): 480.94
CPU system time (s): 0.15
CPU usage (%): 100.214
Max. virtual memory (cumulated for all children) (KiB): 9625396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 479.769
system time used= 0.290955
maximum resident set size= 200260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18927
page faults= 1
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10420
involuntary context switches= 2377

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.86456 second user time and 3.33649 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-30 20:35:45
IDJOB=4120614
IDBENCH=110039
IDSOLVER=2546
FILE ID=node113/4120614-1467311745
RUNJOBID= node113-1467309899-13787
PBS_JOBID= 20005277
Free space on /tmp= 71736 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-n94-d3-i1-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-4120614-1467311745/watcher-4120614-1467311745 -o /tmp/evaluation-result-4120614-1467311745/solver-4120614-1467311745 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1467309899-13787 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120614-1467311745.opb

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

MD5SUM BENCH= 11b06e35d269e58f9902509b92ba9c1f
RANDOM SEED=1627979302

node113.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.947
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.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.947
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	: 5325.52
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.947
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.56
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.947
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.54
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.947
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.56
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.947
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.947
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.56
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.947
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:        26565704 kB
Buffers:          126260 kB
Cached:          4270588 kB
SwapCached:            0 kB
Active:          3130400 kB
Inactive:        1474516 kB
Active(anon):     204988 kB
Inactive(anon):     5656 kB
Active(file):    2925412 kB
Inactive(file):  1468860 kB
Unevictable:      941500 kB
Mlocked:           11480 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               476 kB
Writeback:             0 kB
AnonPages:       1177784 kB
Mapped:            21512 kB
Shmem:               204 kB
Slab:             629164 kB
SReclaimable:      73240 kB
SUnreclaim:       555924 kB
KernelStack:        1760 kB
PageTables:         6296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1632544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1146880 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= 71736 MiB
End job on node113 at 2016-06-30 20:43:45