Trace number 4121494

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 578.485 577.236

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n26-d4-i3.cnf.gz-extracted.pb.metafix.opb
MD5SUMa3ff295d66807fe74d8b6bb419312c2d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables105
Total number of constraints104
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)104
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4121494-1467314863.opb
0.08/0.11	c reading problem ... 
0.08/0.11	c  no objective function found
0.08/0.13	c ... done. Wall clock time 0.022s.
0.08/0.13	c declared #vars     105
0.08/0.13	c #constraints  104
0.08/0.13	c constraints type 
0.08/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 104
0.08/0.13	c 104 constraints processed.
0.65/0.44	c cleaning 2490 clauses out of 5001 with flag 36762/5001
1.04/0.72	c cleaning 4251 clauses out of 8510 with flag 82478/11000
1.45/1.14	c cleaning 5630 clauses out of 11260 with flag 139931/18001
1.95/1.63	c cleaning 6804 clauses out of 13629 with flag 200574/26000
2.67/2.33	c cleaning 7907 clauses out of 15825 with flag 271309/35000
3.46/3.14	c cleaning 8954 clauses out of 17920 with flag 345492/45002
4.46/4.16	c cleaning 9978 clauses out of 19964 with flag 435001/56000
5.66/5.40	c cleaning 10987 clauses out of 21987 with flag 529129/68001
7.26/6.94	c cleaning 11991 clauses out of 23999 with flag 627908/81000
9.06/8.70	c cleaning 12998 clauses out of 26008 with flag 727335/95000
11.16/10.81	c cleaning 14001 clauses out of 28010 with flag 849195/110000
13.26/12.95	c cleaning 14997 clauses out of 30009 with flag 963206/126000
15.76/15.46	c cleaning 15997 clauses out of 32012 with flag 1078936/143000
18.56/18.23	c cleaning 16998 clauses out of 34016 with flag 1211266/161001
21.67/21.32	c cleaning 18003 clauses out of 36017 with flag 1342696/180000
25.26/24.91	c cleaning 18997 clauses out of 38014 with flag 1475148/200000
29.16/28.84	c cleaning 20006 clauses out of 40017 with flag 1617593/221000
33.47/33.19	c cleaning 20995 clauses out of 42011 with flag 1767589/243000
38.36/38.03	c cleaning 22000 clauses out of 44016 with flag 1919466/266000
43.56/43.22	c cleaning 23004 clauses out of 46018 with flag 2087693/290002
49.07/48.75	c cleaning 24000 clauses out of 48012 with flag 2249981/315000
54.77/54.47	c cleaning 24998 clauses out of 50012 with flag 2427021/341000
61.17/60.89	c cleaning 26001 clauses out of 52014 with flag 2608031/368000
68.27/67.94	c cleaning 27003 clauses out of 54013 with flag 2792671/396000
75.97/75.66	c cleaning 27997 clauses out of 56010 with flag 2978898/425000
83.87/83.60	c cleaning 28998 clauses out of 58013 with flag 3161799/455000
92.97/92.67	c cleaning 30003 clauses out of 60015 with flag 3362584/486000
102.17/101.89	c cleaning 30991 clauses out of 62012 with flag 3565636/518000
111.97/111.70	c cleaning 32003 clauses out of 64021 with flag 3780244/551000
122.77/122.41	c cleaning 33003 clauses out of 66019 with flag 3991492/585001
133.87/133.56	c cleaning 34001 clauses out of 68017 with flag 4206536/620002
145.77/145.42	c cleaning 35000 clauses out of 70014 with flag 4412373/656000
158.47/158.15	c cleaning 36000 clauses out of 72015 with flag 4644683/693001
172.98/172.60	c cleaning 37001 clauses out of 74014 with flag 4870972/731000
188.28/187.98	c cleaning 38001 clauses out of 76013 with flag 5107736/770000
203.98/203.60	c cleaning 38997 clauses out of 78013 with flag 5350757/810001
220.78/220.44	c cleaning 39999 clauses out of 80017 with flag 5603937/851002
237.37/237.03	c cleaning 41003 clauses out of 82017 with flag 5866008/893001
256.47/256.10	c cleaning 41999 clauses out of 84013 with flag 6131498/936000
275.78/275.46	c cleaning 43004 clauses out of 86016 with flag 6405498/980002
297.16/296.75	c cleaning 43994 clauses out of 88010 with flag 6672092/1025000
316.17/315.74	c cleaning 45001 clauses out of 90017 with flag 6956848/1071001
336.96/336.60	c cleaning 46003 clauses out of 92015 with flag 7245364/1118000
359.07/358.38	c cleaning 46999 clauses out of 94013 with flag 7545409/1166001
382.19/381.38	c cleaning 48002 clauses out of 96014 with flag 7839177/1215001
404.03/403.13	c cleaning 49004 clauses out of 98013 with flag 8131610/1265002
427.84/426.96	c cleaning 50000 clauses out of 100008 with flag 8437345/1316001
452.14/451.28	c cleaning 51001 clauses out of 102008 with flag 8768997/1368001
477.87/476.97	c cleaning 51996 clauses out of 104007 with flag 9095343/1421001
502.68/501.75	c cleaning 53000 clauses out of 106010 with flag 9417148/1475000
529.38/528.49	c cleaning 53999 clauses out of 108010 with flag 9746981/1530001
556.28/555.32	c cleaning 54998 clauses out of 110009 with flag 10081494/1586000
578.20/577.20	c starts		: 795
578.20/577.20	c conflicts		: 1631075
578.20/577.20	c decisions		: 1894581
578.20/577.20	c propagations		: 25231040
578.20/577.20	c inspects		: 14352830890
578.20/577.20	c shortcuts		: 0
578.20/577.20	c learnt literals	: 18
578.20/577.20	c learnt binary clauses	: 16
578.20/577.20	c learnt ternary clauses	: 36
578.20/577.20	c learnt constraints	: 1631056
578.20/577.20	c ignored constraints	: 0
578.20/577.20	c root simplifications	: 0
578.20/577.20	c removed literals (reason simplification)	: 0
578.20/577.20	c reason swapping (by a shorter reason)	: 0
578.20/577.20	c Calls to reduceDB	: 52
578.20/577.20	c Number of update (reduction) of LBD	: 369391
578.20/577.20	c Imported unit clauses	: 0
578.20/577.20	c number of reductions to clauses (during analyze)	: 0
578.20/577.20	c number of learned constraints concerned by reduction	: 0
578.20/577.20	c number of learning phase by resolution	: 0
578.20/577.20	c number of learning phase by cutting planes	: 0
578.20/577.20	c speed (assignments/second)	: 43722.971029310334
578.20/577.20	c non guided choices	24
578.20/577.23	c learnt constraints type 
578.20/577.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
578.20/577.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 100053
578.20/577.23	s UNSATISFIABLE
578.20/577.23	c Total wall clock time (in seconds): 577.116

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-4121494-1467314863/watcher-4121494-1467314863 -o /tmp/evaluation-result-4121494-1467314863/solver-4121494-1467314863 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23887 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4121494-1467314863.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.29 2.22 2.21 3/194 25296
/proc/meminfo: memFree=28347036/32872528 swapFree=1526624/1696276
[pid=25296] ppid=25293 vsize=9160 CPUtime=0 cores=0,2,4,6
/proc/25296/stat : 25296 (java) R 25293 25296 14900 0 -1 4202496 460 0 0 0 0 0 0 0 20 0 1 0 10510510 9379840 115 33554432000 1073741824 1073778376 140737351706352 140737351703480 1073752701 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25296/statm: 2290 122 94 9 0 38 0

[startup+0.100161 s]
/proc/loadavg: 2.29 2.22 2.21 3/194 25296
/proc/meminfo: memFree=28347036/32872528 swapFree=1526624/1696276
[pid=25296] ppid=25293 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/25296/stat : 25296 (java) S 25293 25296 14900 0 -1 4202496 4409 0 1 0 8 0 0 0 20 0 18 0 10510510 9787879424 6041 33554432000 1073741824 1073778376 140737351706352 140737351697488 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25296/statm: 2389619 6041 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.29 2.22 2.21 3/194 25296
/proc/meminfo: memFree=28347036/32872528 swapFree=1526624/1696276
[pid=25296] ppid=25293 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/25296/stat : 25296 (java) S 25293 25296 14900 0 -1 4202496 6523 0 1 0 28 1 0 0 20 0 19 0 10510510 9856040960 7531 33554432000 1073741824 1073778376 140737351706352 140737351697488 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25296/statm: 2406260 7531 2213 9 0 2396937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300321 s]
/proc/loadavg: 2.29 2.22 2.21 3/194 25296
/proc/meminfo: memFree=28347036/32872528 swapFree=1526624/1696276
[pid=25296] ppid=25293 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/25296/stat : 25296 (java) S 25293 25296 14900 0 -1 4202496 6623 0 1 0 50 1 0 0 20 0 19 0 10510510 9856040960 7619 33554432000 1073741824 1073778376 140737351706352 140737351697488 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25296/statm: 2406260 7619 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700186 s]
/proc/loadavg: 2.29 2.22 2.21 3/194 25296
/proc/meminfo: memFree=28347036/32872528 swapFree=1526624/1696276
[pid=25296] ppid=25293 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/25296/stat : 25296 (java) S 25293 25296 14900 0 -1 4202496 7091 0 1 0 103 1 0 0 20 0 19 0 10510510 9856040960 8223 33554432000 1073741824 1073778376 140737351706352 140737351697488 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25296/statm: 2406260 8223 2239 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.27 2.21 2.21 3/213 25315
/proc/meminfo: memFree=28322740/32872528 swapFree=1526624/1696276
[pid=25296] ppid=25293 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/25296/stat : 25296 (java) S 25293 25296 14900 0 -1 4202496 7094 0 1 0 184 1 0 0 20 0 19 0 10510510 9856040960 8736 33554432000 1073741824 1073778376 140737351706352 140737351697488 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25296/statm: 2406260 8736 2240 9 0 2396937 0
[pid=25296/tid=25298] ppid=25293 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/25296/task/25298/stat : 25298 (java) R 25293 25296 14900 0 -1 4202560 2402 0 1 0 146 0 0 0 20 0 19 0 10510511 9856040960 8736 33554432000 1073741824 1073778376 140737351706352 140376569401896 140376392766893 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25296/tid=25299] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25299/stat : 25299 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 8736 33554432000 1073741824 1073778376 140737351706352 140376530893864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25300] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25300/stat : 25300 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 8736 33554432000 1073741824 1073778376 140737351706352 140376529841064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25301] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25301/stat : 25301 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 8736 33554432000 1073741824 1073778376 140737351706352 140376528788264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25296/tid=25302] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25302/stat : 25302 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 8736 33554432000 1073741824 1073778376 140737351706352 140376527735464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25296/tid=25303] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25303/stat : 25303 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 8736 33554432000 1073741824 1073778376 140737351706352 140376526682664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25304] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25304/stat : 25304 (java) S 25293 25296 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 8736 33554432000 1073741824 1073778376 140737351706352 140376525629864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25296/tid=25305] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25305/stat : 25305 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 8736 33554432000 1073741824 1073778376 140737351706352 140376524577064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25306] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25306/stat : 25306 (java) S 25293 25296 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 8736 33554432000 1073741824 1073778376 140737351706352 140376523524264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25307] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25307/stat : 25307 (java) S 25293 25296 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10510513 9856040960 8736 33554432000 1073741824 1073778376 140737351706352 140376511114216 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25308] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25308/stat : 25308 (java) S 25293 25296 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10510513 9856040960 8736 33554432000 1073741824 1073778376 140737351706352 140376392328952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25309] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25309/stat : 25309 (java) S 25293 25296 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10510513 9856040960 8736 33554432000 1073741824 1073778376 140737351706352 140376391276040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25310] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25310/stat : 25310 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510516 9856040960 8736 33554432000 1073741824 1073778376 140737351706352 140376390224528 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25311] ppid=25293 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/25296/task/25311/stat : 25311 (java) S 25293 25296 14900 0 -1 4202560 2266 0 0 0 18 0 0 0 20 0 19 0 10510516 9856040960 8736 33554432000 1073741824 1073778376 140737351706352 140376389171640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25312] ppid=25293 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/25296/task/25312/stat : 25312 (java) S 25293 25296 14900 0 -1 4202560 1155 0 0 0 16 0 0 0 20 0 19 0 10510516 9856040960 8736 33554432000 1073741824 1073778376 140737351706352 140376388118840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25313] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25313/stat : 25313 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510516 9856040960 8736 33554432000 1073741824 1073778376 140737351706352 140376387066232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25314] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25314/stat : 25314 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510516 9856040960 8736 33554432000 1073741824 1073778376 140737351706352 140376386013640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25315] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25315/stat : 25315 (java) S 25293 25296 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10510524 9856040960 8736 33554432000 1073741824 1073778376 140737351706352 140376384960168 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.27 2.21 2.21 3/213 25315
/proc/meminfo: memFree=28318396/32872528 swapFree=1526624/1696276
[pid=25296] ppid=25293 vsize=9625040 CPUtime=3.46 cores=0,2,4,6
/proc/25296/stat : 25296 (java) S 25293 25296 14900 0 -1 4202496 7096 0 1 0 345 1 0 0 20 0 19 0 10510510 9856040960 9248 33554432000 1073741824 1073778376 140737351706352 140737351697488 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25296/statm: 2406260 9248 2240 9 0 2396937 0
[pid=25296/tid=25298] ppid=25293 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/25296/task/25298/stat : 25298 (java) R 25293 25296 14900 0 -1 4202560 2404 0 1 0 306 0 0 0 20 0 19 0 10510511 9856040960 9248 33554432000 1073741824 1073778376 140737351706352 140376569392848 140376392766893 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25296/tid=25299] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25299/stat : 25299 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 9248 33554432000 1073741824 1073778376 140737351706352 140376530893864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25300] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25300/stat : 25300 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 9248 33554432000 1073741824 1073778376 140737351706352 140376529841064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25301] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25301/stat : 25301 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 9248 33554432000 1073741824 1073778376 140737351706352 140376528788264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25296/tid=25302] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25302/stat : 25302 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 9248 33554432000 1073741824 1073778376 140737351706352 140376527735464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25296/tid=25303] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25303/stat : 25303 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 9248 33554432000 1073741824 1073778376 140737351706352 140376526682664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25304] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25304/stat : 25304 (java) S 25293 25296 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 9248 33554432000 1073741824 1073778376 140737351706352 140376525629864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25296/tid=25305] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25305/stat : 25305 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 9248 33554432000 1073741824 1073778376 140737351706352 140376524577064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25306] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25306/stat : 25306 (java) S 25293 25296 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 9248 33554432000 1073741824 1073778376 140737351706352 140376523524264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25307] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25307/stat : 25307 (java) S 25293 25296 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10510513 9856040960 9248 33554432000 1073741824 1073778376 140737351706352 140376511114216 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25308] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25308/stat : 25308 (java) S 25293 25296 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10510513 9856040960 9248 33554432000 1073741824 1073778376 140737351706352 140376392328952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25309] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25309/stat : 25309 (java) S 25293 25296 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10510513 9856040960 9248 33554432000 1073741824 1073778376 140737351706352 140376391276040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25310] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25310/stat : 25310 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510516 9856040960 9248 33554432000 1073741824 1073778376 140737351706352 140376390224528 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25311] ppid=25293 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/25296/task/25311/stat : 25311 (java) S 25293 25296 14900 0 -1 4202560 2266 0 0 0 19 0 0 0 20 0 19 0 10510516 9856040960 9248 33554432000 1073741824 1073778376 140737351706352 140376389171640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25312] ppid=25293 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/25296/task/25312/stat : 25312 (java) S 25293 25296 14900 0 -1 4202560 1155 0 0 0 17 0 0 0 20 0 19 0 10510516 9856040960 9248 33554432000 1073741824 1073778376 140737351706352 140376388118840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25313] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25313/stat : 25313 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510516 9856040960 9248 33554432000 1073741824 1073778376 140737351706352 140376387066232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25314] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25314/stat : 25314 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510516 9856040960 9248 33554432000 1073741824 1073778376 140737351706352 140376386013640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25315] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25315/stat : 25315 (java) S 25293 25296 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10510524 9856040960 9248 33554432000 1073741824 1073778376 140737351706352 140376384960168 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.27 2.21 2.21 3/213 25315
/proc/meminfo: memFree=28312064/32872528 swapFree=1526624/1696276
[pid=25296] ppid=25293 vsize=9625040 CPUtime=6.66 cores=0,2,4,6
/proc/25296/stat : 25296 (java) S 25293 25296 14900 0 -1 4202496 7100 0 1 0 665 1 0 0 20 0 19 0 10510510 9856040960 10220 33554432000 1073741824 1073778376 140737351706352 140737351697488 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25296/statm: 2406260 10220 2241 9 0 2396937 0
[pid=25296/tid=25298] ppid=25293 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/25296/task/25298/stat : 25298 (java) R 25293 25296 14900 0 -1 4202560 2407 0 1 0 626 0 0 0 20 0 19 0 10510511 9856040960 10220 33554432000 1073741824 1073778376 140737351706352 140376569392848 140376392780726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25296/tid=25299] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25299/stat : 25299 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 10220 33554432000 1073741824 1073778376 140737351706352 140376530893864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25300] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25300/stat : 25300 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 10220 33554432000 1073741824 1073778376 140737351706352 140376529841064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25301] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25301/stat : 25301 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 10220 33554432000 1073741824 1073778376 140737351706352 140376528788264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25296/tid=25302] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25302/stat : 25302 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 10220 33554432000 1073741824 1073778376 140737351706352 140376527735464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25296/tid=25303] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25303/stat : 25303 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 10220 33554432000 1073741824 1073778376 140737351706352 140376526682664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25304] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25304/stat : 25304 (java) S 25293 25296 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 10220 33554432000 1073741824 1073778376 140737351706352 140376525629864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25296/tid=25305] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25305/stat : 25305 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 10220 33554432000 1073741824 1073778376 140737351706352 140376524577064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25306] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25306/stat : 25306 (java) S 25293 25296 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 10220 33554432000 1073741824 1073778376 140737351706352 140376523524264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25307] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25307/stat : 25307 (java) S 25293 25296 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10510513 9856040960 10220 33554432000 1073741824 1073778376 140737351706352 140376511114216 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25308] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25308/stat : 25308 (java) S 25293 25296 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10510513 9856040960 10220 33554432000 1073741824 1073778376 140737351706352 140376392328952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25309] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25309/stat : 25309 (java) S 25293 25296 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10510513 9856040960 10220 33554432000 1073741824 1073778376 140737351706352 140376391276040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25310] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25310/stat : 25310 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510516 9856040960 10220 33554432000 1073741824 1073778376 140737351706352 140376390224528 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25311] ppid=25293 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/25296/task/25311/stat : 25311 (java) S 25293 25296 14900 0 -1 4202560 2266 0 0 0 19 0 0 0 20 0 19 0 10510516 9856040960 10220 33554432000 1073741824 1073778376 140737351706352 140376389171640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25312] ppid=25293 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/25296/task/25312/stat : 25312 (java) S 25293 25296 14900 0 -1 4202560 1155 0 0 0 17 0 0 0 20 0 19 0 10510516 9856040960 10220 33554432000 1073741824 1073778376 140737351706352 140376388118840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25313] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25313/stat : 25313 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510516 9856040960 10220 33554432000 1073741824 1073778376 140737351706352 140376387066232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25314] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25314/stat : 25314 (java) S 25293 25296 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10510516 9856040960 10220 33554432000 1073741824 1073778376 140737351706352 140376386013640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25315] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25315/stat : 25315 (java) S 25293 25296 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10510524 9856040960 10220 33554432000 1073741824 1073778376 140737351706352 140376384960168 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 9625040


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

[pid=25296/tid=25301] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25301/stat : 25301 (java) S 25293 25296 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376528788264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25296/tid=25302] ppid=25293 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25296/task/25302/stat : 25302 (java) S 25293 25296 14900 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376527735464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25303] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25303/stat : 25303 (java) S 25293 25296 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376526682664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25304] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25304/stat : 25304 (java) S 25293 25296 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376525629864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25296/tid=25305] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25305/stat : 25305 (java) S 25293 25296 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376524577064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25306] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25306/stat : 25306 (java) S 25293 25296 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376523524264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25307] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25307/stat : 25307 (java) S 25293 25296 14900 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10510513 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376511114216 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25308] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25308/stat : 25308 (java) S 25293 25296 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10510513 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376392328952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25309] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25309/stat : 25309 (java) S 25293 25296 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10510513 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376391276040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25310] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25310/stat : 25310 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510516 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376390224528 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25311] ppid=25293 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/25296/task/25311/stat : 25311 (java) S 25293 25296 14900 0 -1 4202560 9897 0 0 0 66 2 0 0 20 0 19 0 10510516 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376389171640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25312] ppid=25293 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/25296/task/25312/stat : 25312 (java) S 25293 25296 14900 0 -1 4202560 1155 0 0 0 19 0 0 0 20 0 19 0 10510516 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376388118840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25313] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25313/stat : 25313 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510516 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376387066232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25314] ppid=25293 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/25296/task/25314/stat : 25314 (java) S 25293 25296 14900 0 -1 4202560 34 0 0 0 8 9 0 0 20 0 19 0 10510516 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376386013640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25315] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25315/stat : 25315 (java) S 25293 25296 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10510524 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376384960168 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 575.4
Current children cumulated vsize (KiB) 9625040

[startup+576.001 s]
/proc/loadavg: 2.29 2.20 2.19 3/213 25459
/proc/meminfo: memFree=28090220/32872528 swapFree=1526624/1696276
[pid=25296] ppid=25293 vsize=9625040 CPUtime=577 cores=0,2,4,6
/proc/25296/stat : 25296 (java) S 25293 25296 14900 0 -1 4202496 14886 0 1 0 57687 13 0 0 20 0 19 0 10510510 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140737351697488 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25296/statm: 2406260 47253 2262 9 0 2396937 0
[pid=25296/tid=25298] ppid=25293 vsize=9625040 CPUtime=575.96 cores=0,2,4,6
/proc/25296/task/25298/stat : 25298 (java) R 25293 25296 14900 0 -1 4202560 2484 0 1 0 57585 11 0 0 20 0 19 0 10510511 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376569401656 140376393002143 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25296/tid=25299] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25299/stat : 25299 (java) S 25293 25296 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376530893864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25296/tid=25300] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25300/stat : 25300 (java) S 25293 25296 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376529841064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25301] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25301/stat : 25301 (java) S 25293 25296 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376528788264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25296/tid=25302] ppid=25293 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25296/task/25302/stat : 25302 (java) S 25293 25296 14900 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376527735464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25303] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25303/stat : 25303 (java) S 25293 25296 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376526682664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25304] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25304/stat : 25304 (java) S 25293 25296 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376525629864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25296/tid=25305] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25305/stat : 25305 (java) S 25293 25296 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376524577064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25306] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25306/stat : 25306 (java) S 25293 25296 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376523524264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25307] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25307/stat : 25307 (java) S 25293 25296 14900 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 10510513 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376511114216 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25308] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25308/stat : 25308 (java) S 25293 25296 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10510513 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376392328952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25309] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25309/stat : 25309 (java) S 25293 25296 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10510513 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376391276040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25310] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25310/stat : 25310 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510516 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376390224528 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25311] ppid=25293 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/25296/task/25311/stat : 25311 (java) S 25293 25296 14900 0 -1 4202560 9897 0 0 0 66 2 0 0 20 0 19 0 10510516 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376389171640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25312] ppid=25293 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/25296/task/25312/stat : 25312 (java) S 25293 25296 14900 0 -1 4202560 1155 0 0 0 19 0 0 0 20 0 19 0 10510516 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376388118840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25313] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25313/stat : 25313 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510516 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376387066232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25314] ppid=25293 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/25296/task/25314/stat : 25314 (java) S 25293 25296 14900 0 -1 4202560 34 0 0 0 8 9 0 0 20 0 19 0 10510516 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376386013640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25315] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25315/stat : 25315 (java) S 25293 25296 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10510524 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376384960168 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 577
Current children cumulated vsize (KiB) 9625040

[startup+576.801 s]
/proc/loadavg: 2.27 2.20 2.18 3/213 25459
/proc/meminfo: memFree=28090220/32872528 swapFree=1526624/1696276
[pid=25296] ppid=25293 vsize=9625040 CPUtime=577.8 cores=0,2,4,6
/proc/25296/stat : 25296 (java) S 25293 25296 14900 0 -1 4202496 14887 0 1 0 57767 13 0 0 20 0 19 0 10510510 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140737351697488 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25296/statm: 2406260 47253 2262 9 0 2396937 0
[pid=25296/tid=25298] ppid=25293 vsize=9625040 CPUtime=576.76 cores=0,2,4,6
/proc/25296/task/25298/stat : 25298 (java) R 25293 25296 14900 0 -1 4202560 2484 0 1 0 57665 11 0 0 20 0 19 0 10510511 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376569399760 140376393002143 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25296/tid=25299] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25299/stat : 25299 (java) S 25293 25296 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376530893864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25296/tid=25300] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25300/stat : 25300 (java) S 25293 25296 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376529841064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25301] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25301/stat : 25301 (java) S 25293 25296 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376528788264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25296/tid=25302] ppid=25293 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25296/task/25302/stat : 25302 (java) S 25293 25296 14900 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376527735464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25303] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25303/stat : 25303 (java) S 25293 25296 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376526682664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25304] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25304/stat : 25304 (java) S 25293 25296 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376525629864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25296/tid=25305] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25305/stat : 25305 (java) S 25293 25296 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376524577064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25306] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25306/stat : 25306 (java) S 25293 25296 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376523524264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25307] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25307/stat : 25307 (java) S 25293 25296 14900 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10510513 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376511114216 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25308] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25308/stat : 25308 (java) S 25293 25296 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10510513 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376392328952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25309] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25309/stat : 25309 (java) S 25293 25296 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10510513 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376391276040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25310] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25310/stat : 25310 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510516 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376390224528 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25311] ppid=25293 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/25296/task/25311/stat : 25311 (java) S 25293 25296 14900 0 -1 4202560 9897 0 0 0 66 2 0 0 20 0 19 0 10510516 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376389171640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25312] ppid=25293 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/25296/task/25312/stat : 25312 (java) S 25293 25296 14900 0 -1 4202560 1155 0 0 0 19 0 0 0 20 0 19 0 10510516 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376388118840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25313] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25313/stat : 25313 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510516 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376387066232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25314] ppid=25293 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/25296/task/25314/stat : 25314 (java) S 25293 25296 14900 0 -1 4202560 34 0 0 0 8 9 0 0 20 0 19 0 10510516 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376386013640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25315] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25315/stat : 25315 (java) S 25293 25296 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10510524 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376384960168 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 577.8
Current children cumulated vsize (KiB) 9625040

[startup+577.201 s]
/proc/loadavg: 2.27 2.20 2.18 3/213 25459
/proc/meminfo: memFree=28090220/32872528 swapFree=1526624/1696276
[pid=25296] ppid=25293 vsize=9625040 CPUtime=578.2 cores=0,2,4,6
/proc/25296/stat : 25296 (java) S 25293 25296 14900 0 -1 4202496 14887 0 1 0 57807 13 0 0 20 0 19 0 10510510 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140737351697488 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25296/statm: 2406260 47253 2262 9 0 2396937 0
[pid=25296/tid=25298] ppid=25293 vsize=9625040 CPUtime=577.16 cores=0,2,4,6
/proc/25296/task/25298/stat : 25298 (java) R 25293 25296 14900 0 -1 4202560 2484 0 1 0 57705 11 0 0 20 0 19 0 10510511 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376569399760 140376392834354 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25296/tid=25299] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25299/stat : 25299 (java) S 25293 25296 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376530893864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25296/tid=25300] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25300/stat : 25300 (java) S 25293 25296 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376529841064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25301] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25301/stat : 25301 (java) S 25293 25296 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376528788264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25296/tid=25302] ppid=25293 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25296/task/25302/stat : 25302 (java) S 25293 25296 14900 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376527735464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25303] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25303/stat : 25303 (java) S 25293 25296 14900 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376526682664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25304] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25304/stat : 25304 (java) S 25293 25296 14900 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376525629864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25296/tid=25305] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25305/stat : 25305 (java) S 25293 25296 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376524577064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25306] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25306/stat : 25306 (java) S 25293 25296 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10510512 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376523524264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25307] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25307/stat : 25307 (java) S 25293 25296 14900 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 10510513 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376511114216 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25308] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25308/stat : 25308 (java) S 25293 25296 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10510513 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376392328952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25309] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25309/stat : 25309 (java) S 25293 25296 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10510513 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376391276040 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25310] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25310/stat : 25310 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510516 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376390224528 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25311] ppid=25293 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/25296/task/25311/stat : 25311 (java) S 25293 25296 14900 0 -1 4202560 9897 0 0 0 66 2 0 0 20 0 19 0 10510516 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376389171640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25296/tid=25312] ppid=25293 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/25296/task/25312/stat : 25312 (java) S 25293 25296 14900 0 -1 4202560 1155 0 0 0 19 0 0 0 20 0 19 0 10510516 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376388118840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25313] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25313/stat : 25313 (java) S 25293 25296 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10510516 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376387066232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25314] ppid=25293 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/25296/task/25314/stat : 25314 (java) S 25293 25296 14900 0 -1 4202560 34 0 0 0 8 9 0 0 20 0 19 0 10510516 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376386013640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25296/tid=25315] ppid=25293 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25296/task/25315/stat : 25315 (java) S 25293 25296 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10510524 9856040960 47253 33554432000 1073741824 1073778376 140737351706352 140376384960168 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 578.2
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 577.236
CPU time (s): 578.485
CPU user time (s): 578.143
CPU system time (s): 0.341948
CPU usage (%): 100.216
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 578.143
system time used= 0.341948
maximum resident set size= 198112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14917
page faults= 1
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12434
involuntary context switches= 940

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.62545 second user time and 3.84441 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-30 21:27:43
IDJOB=4121494
IDBENCH=110506
IDSOLVER=2546
FILE ID=node125/4121494-1467314863
RUNJOBID= node125-1467310468-23887
PBS_JOBID= 20005253
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= a3ff295d66807fe74d8b6bb419312c2d
RANDOM SEED=344206677

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.282
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:        28347564 kB
Buffers:          143300 kB
Cached:          1800968 kB
SwapCached:            0 kB
Active:           389596 kB
Inactive:        1686820 kB
Active(anon):     134584 kB
Inactive(anon):        0 kB
Active(file):     255012 kB
Inactive(file):  1686820 kB
Unevictable:     1696276 kB
Mlocked:         1526624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               448 kB
Writeback:             0 kB
AnonPages:       1799144 kB
Mapped:            21508 kB
Shmem:               204 kB
Slab:             610940 kB
SReclaimable:      54616 kB
SUnreclaim:       556324 kB
KernelStack:        1760 kB
PageTables:         7956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2389212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 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= 71740 MiB
End job on node125 at 2016-06-30 21:37:20