Trace number 4121390

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 399.833 398.527

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n60-d3-i2-f.cnf.gz-plain.pb.metafix.opb
MD5SUMabd131cf67f85f01f893ec1c3561b2d2
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.332949
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables90
Total number of constraints240
Number of constraints which are clauses240
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4121390-1467314464.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.15	c ... done. Wall clock time 0.036s.
0.09/0.15	c declared #vars     90
0.09/0.15	c #constraints  240
0.09/0.15	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 240
0.09/0.16	c 240 constraints processed.
0.63/0.44	c cleaning 2498 clauses out of 5000 with flag 21526/5000
1.02/0.72	c cleaning 4251 clauses out of 8503 with flag 49099/11001
1.32/1.07	c cleaning 5624 clauses out of 11251 with flag 82322/18000
1.93/1.67	c cleaning 6813 clauses out of 13628 with flag 126231/26001
2.66/2.38	c cleaning 7907 clauses out of 15815 with flag 169588/35001
3.61/3.21	c cleaning 8950 clauses out of 17907 with flag 218279/45000
4.71/4.30	c cleaning 9979 clauses out of 19957 with flag 279787/56000
5.81/5.44	c cleaning 10990 clauses out of 21979 with flag 352085/68001
7.12/6.77	c cleaning 11994 clauses out of 23988 with flag 416043/81000
8.61/8.27	c cleaning 12996 clauses out of 25995 with flag 484886/95001
10.42/10.06	c cleaning 13997 clauses out of 27998 with flag 561422/110000
12.62/12.21	c cleaning 14996 clauses out of 30001 with flag 646982/126000
15.61/15.25	c cleaning 16000 clauses out of 32005 with flag 739048/143000
19.02/18.65	c cleaning 17001 clauses out of 34006 with flag 836455/161001
22.61/22.28	c cleaning 18000 clauses out of 36004 with flag 939666/180000
26.11/25.76	c cleaning 19000 clauses out of 38004 with flag 1045363/200000
30.51/30.14	c cleaning 20002 clauses out of 40004 with flag 1160157/221000
35.31/34.96	c cleaning 20996 clauses out of 42002 with flag 1281211/243000
40.81/40.47	c cleaning 22001 clauses out of 44006 with flag 1402727/266000
46.41/46.02	c cleaning 22997 clauses out of 46005 with flag 1534774/290000
52.31/51.92	c cleaning 24002 clauses out of 48008 with flag 1671541/315000
59.35/58.88	c cleaning 24998 clauses out of 50006 with flag 1803089/341000
67.74/67.10	c cleaning 26001 clauses out of 52008 with flag 1939795/368000
76.42/75.58	c cleaning 27001 clauses out of 54007 with flag 2089854/396000
85.63/84.74	c cleaning 28000 clauses out of 56006 with flag 2244793/425000
95.45/94.54	c cleaning 29000 clauses out of 58006 with flag 2406433/455000
106.15/105.28	c cleaning 30003 clauses out of 60006 with flag 2573617/486000
118.85/117.94	c cleaning 30999 clauses out of 62003 with flag 2746073/518000
132.44/131.50	c cleaning 32000 clauses out of 64004 with flag 2922841/551000
145.65/144.79	c cleaning 33000 clauses out of 66004 with flag 3099623/585000
160.35/159.42	c cleaning 33998 clauses out of 68003 with flag 3271980/620000
176.06/175.12	c cleaning 34997 clauses out of 70005 with flag 3463580/656000
192.56/191.63	c cleaning 35999 clauses out of 72008 with flag 3659661/693000
210.76/209.86	c cleaning 37002 clauses out of 74009 with flag 3864645/731000
229.56/228.65	c cleaning 38002 clauses out of 76007 with flag 4074552/770000
249.72/248.72	c cleaning 39000 clauses out of 78005 with flag 4290430/810000
268.49/267.49	c cleaning 39999 clauses out of 80004 with flag 4495746/851000
288.39/287.38	c cleaning 41002 clauses out of 82005 with flag 4715390/893000
309.59/308.50	c cleaning 41998 clauses out of 84003 with flag 4947068/936000
332.01/330.94	c cleaning 42997 clauses out of 86004 with flag 5184378/980000
357.81/356.72	c cleaning 44000 clauses out of 88007 with flag 5426831/1025000
384.85/383.74	c cleaning 45003 clauses out of 90006 with flag 5674568/1071000
399.55/398.49	c starts		: 334
399.55/398.49	c conflicts		: 1103798
399.55/398.49	c decisions		: 1126856
399.55/398.49	c propagations		: 18480111
399.55/398.49	c inspects		: 11073511138
399.55/398.49	c shortcuts		: 0
399.55/398.49	c learnt literals	: 20
399.55/398.49	c learnt binary clauses	: 18
399.55/398.49	c learnt ternary clauses	: 47
399.55/398.49	c learnt constraints	: 1103777
399.55/398.49	c ignored constraints	: 0
399.55/398.49	c root simplifications	: 0
399.55/398.49	c removed literals (reason simplification)	: 0
399.55/398.49	c reason swapping (by a shorter reason)	: 0
399.55/398.49	c Calls to reduceDB	: 42
399.55/398.49	c Number of update (reduction) of LBD	: 18157
399.55/398.49	c Imported unit clauses	: 0
399.55/398.49	c number of reductions to clauses (during analyze)	: 0
399.55/398.49	c number of learned constraints concerned by reduction	: 0
399.55/398.49	c number of learning phase by resolution	: 0
399.55/398.49	c number of learning phase by cutting planes	: 0
399.55/398.49	c speed (assignments/second)	: 46393.389985815964
399.55/398.49	c non guided choices	125
399.65/398.52	c learnt constraints type 
399.65/398.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
399.65/398.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 77766
399.65/398.52	s UNSATISFIABLE
399.65/398.52	c Total wall clock time (in seconds): 398.401

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

pid=25156
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.13 2.20 2.24 3/194 25159
/proc/meminfo: memFree=28201196/32872528 swapFree=1526624/1696276
[pid=25159] ppid=25156 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25159/stat : 25159 (java) D 25156 25159 14900 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 10470630 9515008 183 33554432000 1073741824 1073778376 140735682409760 140735682400792 270707539637 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/25159/statm: 2323 183 140 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.13 2.20 2.24 3/194 25159
/proc/meminfo: memFree=28201196/32872528 swapFree=1526624/1696276
[pid=25159] ppid=25156 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/25159/stat : 25159 (java) S 25156 25159 14900 0 -1 4202496 4400 0 1 0 8 1 0 0 20 0 18 0 10470630 9787879424 6028 33554432000 1073741824 1073778376 140736377279216 140736377270352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25159/statm: 2389619 6028 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200264 s]
/proc/loadavg: 2.13 2.20 2.24 3/194 25159
/proc/meminfo: memFree=28201196/32872528 swapFree=1526624/1696276
[pid=25159] ppid=25156 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/25159/stat : 25159 (java) S 25156 25159 14900 0 -1 4202496 6733 0 1 0 24 2 0 0 20 0 19 0 10470630 9856040960 7820 33554432000 1073741824 1073778376 140736377279216 140736377270352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25159/statm: 2406260 7823 2219 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300278 s]
/proc/loadavg: 2.13 2.20 2.24 3/194 25159
/proc/meminfo: memFree=28201196/32872528 swapFree=1526624/1696276
[pid=25159] ppid=25156 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/25159/stat : 25159 (java) S 25156 25159 14900 0 -1 4202496 7326 0 1 0 46 2 0 0 20 0 19 0 10470630 9856040960 7952 33554432000 1073741824 1073778376 140736377279216 140736377270352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25159/statm: 2406260 7952 2236 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700215 s]
/proc/loadavg: 2.13 2.20 2.24 3/194 25159
/proc/meminfo: memFree=28201196/32872528 swapFree=1526624/1696276
[pid=25159] ppid=25156 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/25159/stat : 25159 (java) S 25156 25159 14900 0 -1 4202496 8325 0 1 0 100 2 0 0 20 0 19 0 10470630 9856040960 8561 33554432000 1073741824 1073778376 140736377279216 140736377270352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25159/statm: 2406260 8561 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.13 2.20 2.24 3/213 25178
/proc/meminfo: memFree=28173140/32872528 swapFree=1526624/1696276
[pid=25159] ppid=25156 vsize=9625040 CPUtime=1.83 cores=0,2,4,6
/proc/25159/stat : 25159 (java) S 25156 25159 14900 0 -1 4202496 8328 0 1 0 181 2 0 0 20 0 19 0 10470630 9856040960 9074 33554432000 1073741824 1073778376 140736377279216 140736377270352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25159/statm: 2406260 9074 2249 9 0 2396937 0
[pid=25159/tid=25161] ppid=25156 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/25159/task/25161/stat : 25161 (java) R 25156 25159 14900 0 -1 4202560 2405 0 1 0 145 1 0 0 20 0 19 0 10470631 9856040960 9074 33554432000 1073741824 1073778376 140736377279216 140201043308240 140200903085759 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25162] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25162/stat : 25162 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 9074 33554432000 1073741824 1073778376 140736377279216 140201021417640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25163] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25163/stat : 25163 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 9074 33554432000 1073741824 1073778376 140736377279216 140200818764072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25164] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25164/stat : 25164 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 9074 33554432000 1073741824 1073778376 140736377279216 140200817711528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25159/tid=25165] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25165/stat : 25165 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 9074 33554432000 1073741824 1073778376 140736377279216 140200816658984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25166] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25166/stat : 25166 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 9074 33554432000 1073741824 1073778376 140736377279216 140200815606440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25167] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25167/stat : 25167 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 9074 33554432000 1073741824 1073778376 140736377279216 140200814553896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25168] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25168/stat : 25168 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 9074 33554432000 1073741824 1073778376 140736377279216 140200813501352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25169] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25169/stat : 25169 (java) S 25156 25159 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 9074 33554432000 1073741824 1073778376 140736377279216 140200812448808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25170] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25170/stat : 25170 (java) S 25156 25159 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10470634 9856040960 9074 33554432000 1073741824 1073778376 140736377279216 140200800249960 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25171] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25171/stat : 25171 (java) S 25156 25159 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10470634 9856040960 9074 33554432000 1073741824 1073778376 140736377279216 140200799196280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25172] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25172/stat : 25172 (java) S 25156 25159 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10470634 9856040960 9074 33554432000 1073741824 1073778376 140736377279216 140200798143624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25173] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25173/stat : 25173 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470637 9856040960 9074 33554432000 1073741824 1073778376 140736377279216 140200797092368 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25174] ppid=25156 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/25159/task/25174/stat : 25174 (java) S 25156 25159 14900 0 -1 4202560 1288 0 0 0 12 0 0 0 20 0 19 0 10470637 9856040960 9074 33554432000 1073741824 1073778376 140736377279216 140200796039736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25175] ppid=25156 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/25159/task/25175/stat : 25175 (java) S 25156 25159 14900 0 -1 4202560 3365 0 0 0 21 0 0 0 20 0 19 0 10470637 9856040960 9074 33554432000 1073741824 1073778376 140736377279216 140200794987192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25176] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25176/stat : 25176 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470637 9856040960 9074 33554432000 1073741824 1073778376 140736377279216 140200793934840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25177] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25177/stat : 25177 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470637 9856040960 9074 33554432000 1073741824 1073778376 140736377279216 140200792882504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25178] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25178/stat : 25178 (java) S 25156 25159 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10470647 9856040960 9074 33554432000 1073741824 1073778376 140736377279216 140200791728936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.13 2.20 2.24 3/213 25178
/proc/meminfo: memFree=28170720/32872528 swapFree=1526624/1696276
[pid=25159] ppid=25156 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/25159/stat : 25159 (java) S 25156 25159 14900 0 -1 4202496 9586 0 1 0 349 2 0 0 20 0 19 0 10470630 9856040960 10311 33554432000 1073741824 1073778376 140736377279216 140736377270352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25159/statm: 2406260 10311 2250 9 0 2396937 0
[pid=25159/tid=25161] ppid=25156 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/25159/task/25161/stat : 25161 (java) R 25156 25159 14900 0 -1 4202560 2407 0 1 0 305 1 0 0 20 0 19 0 10470631 9856040960 10311 33554432000 1073741824 1073778376 140736377279216 140201043308240 140200903085650 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25162] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25162/stat : 25162 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 10311 33554432000 1073741824 1073778376 140736377279216 140201021417640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25163] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25163/stat : 25163 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 10311 33554432000 1073741824 1073778376 140736377279216 140200818764072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25164] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25164/stat : 25164 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 10311 33554432000 1073741824 1073778376 140736377279216 140200817711528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25159/tid=25165] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25165/stat : 25165 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 10311 33554432000 1073741824 1073778376 140736377279216 140200816658984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25166] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25166/stat : 25166 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 10311 33554432000 1073741824 1073778376 140736377279216 140200815606440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25167] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25167/stat : 25167 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 10311 33554432000 1073741824 1073778376 140736377279216 140200814553896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25168] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25168/stat : 25168 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 10311 33554432000 1073741824 1073778376 140736377279216 140200813501352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25169] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25169/stat : 25169 (java) S 25156 25159 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 10311 33554432000 1073741824 1073778376 140736377279216 140200812448808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25170] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25170/stat : 25170 (java) S 25156 25159 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10470634 9856040960 10311 33554432000 1073741824 1073778376 140736377279216 140200800249960 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25171] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25171/stat : 25171 (java) S 25156 25159 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10470634 9856040960 10311 33554432000 1073741824 1073778376 140736377279216 140200799196280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25172] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25172/stat : 25172 (java) S 25156 25159 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10470634 9856040960 10311 33554432000 1073741824 1073778376 140736377279216 140200798143624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25173] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25173/stat : 25173 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470637 9856040960 10311 33554432000 1073741824 1073778376 140736377279216 140200797092368 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25174] ppid=25156 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/25159/task/25174/stat : 25174 (java) S 25156 25159 14900 0 -1 4202560 2544 0 0 0 20 0 0 0 20 0 19 0 10470637 9856040960 10311 33554432000 1073741824 1073778376 140736377279216 140200796039736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25175] ppid=25156 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/25159/task/25175/stat : 25175 (java) S 25156 25159 14900 0 -1 4202560 3365 0 0 0 21 0 0 0 20 0 19 0 10470637 9856040960 10311 33554432000 1073741824 1073778376 140736377279216 140200794987192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25176] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25176/stat : 25176 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470637 9856040960 10311 33554432000 1073741824 1073778376 140736377279216 140200793934840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25177] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25177/stat : 25177 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470637 9856040960 10311 33554432000 1073741824 1073778376 140736377279216 140200792882504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25178] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25178/stat : 25178 (java) S 25156 25159 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10470647 9856040960 10311 33554432000 1073741824 1073778376 140736377279216 140200791728936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.12 2.20 2.23 4/213 25178
/proc/meminfo: memFree=28165136/32872528 swapFree=1526624/1696276
[pid=25159] ppid=25156 vsize=9625040 CPUtime=6.71 cores=0,2,4,6
/proc/25159/stat : 25159 (java) S 25156 25159 14900 0 -1 4202496 9590 0 1 0 669 2 0 0 20 0 19 0 10470630 9856040960 11320 33554432000 1073741824 1073778376 140736377279216 140736377270352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25159/statm: 2406260 11320 2251 9 0 2396937 0
[pid=25159/tid=25161] ppid=25156 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/25159/task/25161/stat : 25161 (java) R 25156 25159 14900 0 -1 4202560 2410 0 1 0 625 1 0 0 20 0 19 0 10470631 9856040960 11320 33554432000 1073741824 1073778376 140736377279216 140201043308240 140200903126235 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25162] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25162/stat : 25162 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 11320 33554432000 1073741824 1073778376 140736377279216 140201021417640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25163] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25163/stat : 25163 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 11320 33554432000 1073741824 1073778376 140736377279216 140200818764072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25164] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25164/stat : 25164 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 11320 33554432000 1073741824 1073778376 140736377279216 140200817711528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25159/tid=25165] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25165/stat : 25165 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 11320 33554432000 1073741824 1073778376 140736377279216 140200816658984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25166] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25166/stat : 25166 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 11320 33554432000 1073741824 1073778376 140736377279216 140200815606440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25167] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25167/stat : 25167 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 11320 33554432000 1073741824 1073778376 140736377279216 140200814553896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25168] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25168/stat : 25168 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 11320 33554432000 1073741824 1073778376 140736377279216 140200813501352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25169] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25169/stat : 25169 (java) S 25156 25159 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 11320 33554432000 1073741824 1073778376 140736377279216 140200812448808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25170] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25170/stat : 25170 (java) S 25156 25159 14900 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10470634 9856040960 11320 33554432000 1073741824 1073778376 140736377279216 140200800249960 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25171] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25171/stat : 25171 (java) S 25156 25159 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10470634 9856040960 11320 33554432000 1073741824 1073778376 140736377279216 140200799196280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25172] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25172/stat : 25172 (java) S 25156 25159 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10470634 9856040960 11320 33554432000 1073741824 1073778376 140736377279216 140200798143624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25173] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25173/stat : 25173 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470637 9856040960 11320 33554432000 1073741824 1073778376 140736377279216 140200797092368 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25174] ppid=25156 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/25159/task/25174/stat : 25174 (java) S 25156 25159 14900 0 -1 4202560 2544 0 0 0 20 0 0 0 20 0 19 0 10470637 9856040960 11320 33554432000 1073741824 1073778376 140736377279216 140200796039736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25175] ppid=25156 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/25159/task/25175/stat : 25175 (java) S 25156 25159 14900 0 -1 4202560 3365 0 0 0 21 0 0 0 20 0 19 0 10470637 9856040960 11320 33554432000 1073741824 1073778376 140736377279216 140200794987192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25176] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25176/stat : 25176 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470637 9856040960 11320 33554432000 1073741824 1073778376 140736377279216 140200793934840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25177] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25177/stat : 25177 (java) S 25156 25159 14900 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10470637 9856040960 11320 33554432000 1073741824 1073778376 140736377279216 140200792882504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25178] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25178/stat : 25178 (java) S 25156 25159 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10470647 9856040960 11320 33554432000 1073741824 1073778376 140736377279216 140200791728936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 9625040


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

[pid=25159/tid=25163] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25163/stat : 25163 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200818764072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25164] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25164/stat : 25164 (java) S 25156 25159 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200817711528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25159/tid=25165] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25165/stat : 25165 (java) S 25156 25159 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200816658984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25166] ppid=25156 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25159/task/25166/stat : 25166 (java) S 25156 25159 14900 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 10470633 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200815606440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25167] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25167/stat : 25167 (java) S 25156 25159 14900 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200814553896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25159/tid=25168] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25168/stat : 25168 (java) S 25156 25159 14900 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200813501352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25169] ppid=25156 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25159/task/25169/stat : 25169 (java) S 25156 25159 14900 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 10470633 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200812448808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25170] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25170/stat : 25170 (java) S 25156 25159 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10470634 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200800249960 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25171] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25171/stat : 25171 (java) S 25156 25159 14900 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10470634 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200799196280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25172] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25172/stat : 25172 (java) S 25156 25159 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10470634 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200798143624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25173] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25173/stat : 25173 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470637 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200797092368 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25174] ppid=25156 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/25159/task/25174/stat : 25174 (java) S 25156 25159 14900 0 -1 4202560 10240 0 0 0 79 2 0 0 20 0 19 0 10470637 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200796039736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25175] ppid=25156 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/25159/task/25175/stat : 25175 (java) S 25156 25159 14900 0 -1 4202560 3365 0 0 0 24 0 0 0 20 0 19 0 10470637 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200794987192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25176] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25176/stat : 25176 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470637 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200793934840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25177] ppid=25156 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/25159/task/25177/stat : 25177 (java) S 25156 25159 14900 0 -1 4202560 24 0 0 0 4 7 0 0 20 0 19 0 10470637 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200792882504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25178] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25178/stat : 25178 (java) S 25156 25159 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10470647 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200791728936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 398.75
Current children cumulated vsize (KiB) 9625040

[startup+398.001 s]
/proc/loadavg: 2.29 2.22 2.21 3/213 25250
/proc/meminfo: memFree=28163020/32872528 swapFree=1526624/1696276
[pid=25159] ppid=25156 vsize=9625040 CPUtime=399.15 cores=0,2,4,6
/proc/25159/stat : 25159 (java) S 25156 25159 14900 0 -1 4202496 17460 0 1 0 39900 15 0 0 20 0 19 0 10470630 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140736377270352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25159/statm: 2406260 48095 2271 9 0 2396937 0
[pid=25159/tid=25161] ppid=25156 vsize=9625040 CPUtime=397.87 cores=0,2,4,6
/proc/25159/task/25161/stat : 25161 (java) R 25156 25159 14900 0 -1 4202560 2487 0 1 0 39776 11 0 0 20 0 19 0 10470631 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140201043315104 140200903289159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25162] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25162/stat : 25162 (java) S 25156 25159 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140201021417640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25163] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25163/stat : 25163 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200818764072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25164] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25164/stat : 25164 (java) S 25156 25159 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200817711528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25159/tid=25165] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25165/stat : 25165 (java) S 25156 25159 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200816658984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25166] ppid=25156 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25159/task/25166/stat : 25166 (java) S 25156 25159 14900 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 10470633 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200815606440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25167] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25167/stat : 25167 (java) S 25156 25159 14900 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200814553896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25159/tid=25168] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25168/stat : 25168 (java) S 25156 25159 14900 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200813501352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25169] ppid=25156 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25159/task/25169/stat : 25169 (java) S 25156 25159 14900 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 10470633 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200812448808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25170] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25170/stat : 25170 (java) S 25156 25159 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10470634 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200800249960 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25171] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25171/stat : 25171 (java) S 25156 25159 14900 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10470634 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200799196280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25172] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25172/stat : 25172 (java) S 25156 25159 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10470634 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200798143624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25173] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25173/stat : 25173 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470637 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200797092368 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25174] ppid=25156 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/25159/task/25174/stat : 25174 (java) S 25156 25159 14900 0 -1 4202560 10240 0 0 0 79 2 0 0 20 0 19 0 10470637 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200796039736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25175] ppid=25156 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/25159/task/25175/stat : 25175 (java) S 25156 25159 14900 0 -1 4202560 3365 0 0 0 24 0 0 0 20 0 19 0 10470637 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200794987192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25176] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25176/stat : 25176 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470637 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200793934840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25177] ppid=25156 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/25159/task/25177/stat : 25177 (java) S 25156 25159 14900 0 -1 4202560 24 0 0 0 4 7 0 0 20 0 19 0 10470637 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200792882504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25178] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25178/stat : 25178 (java) S 25156 25159 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10470647 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200791728936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 399.15
Current children cumulated vsize (KiB) 9625040

[startup+398.401 s]
/proc/loadavg: 2.29 2.22 2.21 3/213 25250
/proc/meminfo: memFree=28163108/32872528 swapFree=1526624/1696276
[pid=25159] ppid=25156 vsize=9625040 CPUtime=399.55 cores=0,2,4,6
/proc/25159/stat : 25159 (java) S 25156 25159 14900 0 -1 4202496 17460 0 1 0 39940 15 0 0 20 0 19 0 10470630 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140736377270352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25159/statm: 2406260 48095 2271 9 0 2396937 0
[pid=25159/tid=25161] ppid=25156 vsize=9625040 CPUtime=398.27 cores=0,2,4,6
/proc/25159/task/25161/stat : 25161 (java) R 25156 25159 14900 0 -1 4202560 2487 0 1 0 39816 11 0 0 20 0 19 0 10470631 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140201043315104 140200903289159 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25162] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25162/stat : 25162 (java) S 25156 25159 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140201021417640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25163] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25163/stat : 25163 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200818764072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25164] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25164/stat : 25164 (java) S 25156 25159 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200817711528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25159/tid=25165] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25165/stat : 25165 (java) S 25156 25159 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200816658984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25166] ppid=25156 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25159/task/25166/stat : 25166 (java) S 25156 25159 14900 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 10470633 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200815606440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25167] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25167/stat : 25167 (java) S 25156 25159 14900 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200814553896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25159/tid=25168] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25168/stat : 25168 (java) S 25156 25159 14900 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10470633 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200813501352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25169] ppid=25156 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/25159/task/25169/stat : 25169 (java) S 25156 25159 14900 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 10470633 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200812448808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25170] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25170/stat : 25170 (java) S 25156 25159 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10470634 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200800249960 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25171] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25171/stat : 25171 (java) S 25156 25159 14900 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10470634 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200799196280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25172] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25172/stat : 25172 (java) S 25156 25159 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10470634 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200798143624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25173] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25173/stat : 25173 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470637 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200797092368 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25174] ppid=25156 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/25159/task/25174/stat : 25174 (java) S 25156 25159 14900 0 -1 4202560 10240 0 0 0 79 2 0 0 20 0 19 0 10470637 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200796039736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25175] ppid=25156 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/25159/task/25175/stat : 25175 (java) S 25156 25159 14900 0 -1 4202560 3365 0 0 0 24 0 0 0 20 0 19 0 10470637 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200794987192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25176] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25176/stat : 25176 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470637 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200793934840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25177] ppid=25156 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/25159/task/25177/stat : 25177 (java) S 25156 25159 14900 0 -1 4202560 24 0 0 0 4 7 0 0 20 0 19 0 10470637 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200792882504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25178] ppid=25156 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25178/stat : 25178 (java) S 25156 25159 14900 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10470647 9856040960 48095 33554432000 1073741824 1073778376 140736377279216 140200791728936 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 399.55
Current children cumulated vsize (KiB) 9625040

[startup+398.501 s]
/proc/loadavg: 2.29 2.22 2.21 3/213 25250
/proc/meminfo: memFree=28163108/32872528 swapFree=1526624/1696276
[pid=25159] ppid=25156 vsize=9691604 CPUtime=399.65 cores=0,2,4,6
/proc/25159/stat : 25159 (java) S 25156 25159 14900 0 -1 4202496 17471 0 1 0 39950 15 0 0 20 0 19 0 10470630 9924202496 48104 33554432000 1073741824 1073778376 140736377279216 140736377270352 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/25159/statm: 2422901 48104 2272 9 0 2413578 0
[pid=25159/tid=25161] ppid=25156 vsize=9691604 CPUtime=398.37 cores=0,2,4,6
/proc/25159/task/25161/stat : 25161 (java) S 25156 25159 14900 0 -1 4202560 2489 0 1 0 39826 11 0 0 20 0 19 0 10470631 9924202496 48104 33554432000 1073741824 1073778376 140736377279216 140201043317464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25162] ppid=25156 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25162/stat : 25162 (java) S 25156 25159 14900 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10470633 9924202496 48104 33554432000 1073741824 1073778376 140736377279216 140201021417640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25163] ppid=25156 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25163/stat : 25163 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470633 9924202496 48104 33554432000 1073741824 1073778376 140736377279216 140200818764072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25164] ppid=25156 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25164/stat : 25164 (java) S 25156 25159 14900 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 10470633 9924202496 48104 33554432000 1073741824 1073778376 140736377279216 140200817711528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25159/tid=25165] ppid=25156 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25165/stat : 25165 (java) S 25156 25159 14900 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 10470633 9924202496 48104 33554432000 1073741824 1073778376 140736377279216 140200816658984 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25166] ppid=25156 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/25159/task/25166/stat : 25166 (java) S 25156 25159 14900 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 10470633 9924202496 48104 33554432000 1073741824 1073778376 140736377279216 140200815606440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25167] ppid=25156 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25167/stat : 25167 (java) S 25156 25159 14900 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10470633 9924202496 48104 33554432000 1073741824 1073778376 140736377279216 140200814553896 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25159/tid=25168] ppid=25156 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25168/stat : 25168 (java) S 25156 25159 14900 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10470633 9924202496 48104 33554432000 1073741824 1073778376 140736377279216 140200813501352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25169] ppid=25156 vsize=9691604 CPUtime=0.01 cores=0,2,4,6
/proc/25159/task/25169/stat : 25169 (java) S 25156 25159 14900 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 10470633 9924202496 48104 33554432000 1073741824 1073778376 140736377279216 140200812448808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25170] ppid=25156 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25170/stat : 25170 (java) S 25156 25159 14900 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10470634 9924202496 48104 33554432000 1073741824 1073778376 140736377279216 140200800249960 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25159/tid=25171] ppid=25156 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25171/stat : 25171 (java) S 25156 25159 14900 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 10470634 9924202496 48104 33554432000 1073741824 1073778376 140736377279216 140200799196280 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25172] ppid=25156 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25172/stat : 25172 (java) S 25156 25159 14900 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10470634 9924202496 48104 33554432000 1073741824 1073778376 140736377279216 140200798143624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25173] ppid=25156 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25173/stat : 25173 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470637 9924202496 48104 33554432000 1073741824 1073778376 140736377279216 140200797092368 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25174] ppid=25156 vsize=9691604 CPUtime=0.81 cores=0,2,4,6
/proc/25159/task/25174/stat : 25174 (java) S 25156 25159 14900 0 -1 4202560 10240 0 0 0 79 2 0 0 20 0 19 0 10470637 9924202496 48104 33554432000 1073741824 1073778376 140736377279216 140200796039736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25159/tid=25175] ppid=25156 vsize=9691604 CPUtime=0.24 cores=0,2,4,6
/proc/25159/task/25175/stat : 25175 (java) S 25156 25159 14900 0 -1 4202560 3365 0 0 0 24 0 0 0 20 0 19 0 10470637 9924202496 48104 33554432000 1073741824 1073778376 140736377279216 140200794987192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25176] ppid=25156 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25159/task/25176/stat : 25176 (java) S 25156 25159 14900 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10470637 9924202496 48104 33554432000 1073741824 1073778376 140736377279216 140200793934840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25159/tid=25177] ppid=25156 vsize=9691604 CPUtime=0.11 cores=0,2,4,6
/proc/25159/task/25177/stat : 25177 (java) S 25156 25159 14900 0 -1 4202560 24 0 0 0 4 7 0 0 20 0 19 0 10470637 9924202496 48104 33554432000 1073741824 1073778376 140736377279216 140200792882504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 399.65
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 398.527
CPU time (s): 399.833
CPU user time (s): 399.51
CPU system time (s): 0.32295
CPU usage (%): 100.328
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 399.51
system time used= 0.32295
maximum resident set size= 192476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17492
page faults= 1
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8773
involuntary context switches= 1193

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.48462 second user time and 2.6556 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-30 21:21:04
IDJOB=4121390
IDBENCH=110451
IDSOLVER=2546
FILE ID=node125/4121390-1467314464
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-tseitin-regular-n60-d3-i2-f.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121390-1467314464/watcher-4121390-1467314464 -o /tmp/evaluation-result-4121390-1467314464/solver-4121390-1467314464 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467310468-23887 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121390-1467314464.opb

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

MD5SUM BENCH= abd131cf67f85f01f893ec1c3561b2d2
RANDOM SEED=1263177443

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:        28201616 kB
Buffers:          142796 kB
Cached:          1800952 kB
SwapCached:            0 kB
Active:           544536 kB
Inactive:        1686252 kB
Active(anon):     289756 kB
Inactive(anon):        0 kB
Active(file):     254780 kB
Inactive(file):  1686252 kB
Unevictable:     1696276 kB
Mlocked:         1526624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:       1929648 kB
Mapped:            21512 kB
Shmem:               204 kB
Slab:             610900 kB
SReclaimable:      54568 kB
SUnreclaim:       556332 kB
KernelStack:        1760 kB
PageTables:         7792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2439860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    376832 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:27:43