Trace number 4120318

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 91.789 91.2147

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-26-1.cnf.gz-plain.pb.metafix.opb
MD5SUM4f0eddf29c026370f51503dc34130451
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 benchmark65.804
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 constraints220
Number of constraints which are clauses220
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4120318-1467310816.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  no objective function found
0.09/0.17	c ... done. Wall clock time 0.047s.
0.09/0.17	c declared #vars     105
0.09/0.17	c #constraints  220
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 220
0.09/0.17	c 220 constraints processed.
0.68/0.56	c cleaning 2499 clauses out of 5001 with flag 39369/5001
1.21/0.99	c cleaning 4248 clauses out of 8502 with flag 90268/11001
1.81/1.57	c cleaning 5623 clauses out of 11253 with flag 149964/18000
2.59/2.24	c cleaning 6810 clauses out of 13630 with flag 217066/26000
3.31/2.92	c cleaning 7909 clauses out of 15821 with flag 291188/35001
4.21/3.87	c cleaning 8952 clauses out of 17911 with flag 370110/45000
5.31/4.96	c cleaning 9977 clauses out of 19959 with flag 462168/56000
6.61/6.24	c cleaning 10985 clauses out of 21983 with flag 554295/68001
8.12/7.80	c cleaning 11996 clauses out of 23998 with flag 652586/81001
10.02/9.65	c cleaning 12993 clauses out of 26001 with flag 749894/95000
11.92/11.57	c cleaning 14001 clauses out of 28009 with flag 853043/110001
14.11/13.76	c cleaning 14994 clauses out of 30008 with flag 970178/126001
16.62/16.23	c cleaning 15999 clauses out of 32014 with flag 1097431/143001
19.42/19.06	c cleaning 17005 clauses out of 34016 with flag 1211777/161002
22.72/22.35	c cleaning 17995 clauses out of 36010 with flag 1336364/180001
26.12/25.72	c cleaning 18999 clauses out of 38014 with flag 1467350/200000
29.92/29.51	c cleaning 20002 clauses out of 40015 with flag 1602579/221000
34.02/33.67	c cleaning 21000 clauses out of 42013 with flag 1741813/243000
38.72/38.38	c cleaning 21999 clauses out of 44013 with flag 1895295/266000
43.72/43.37	c cleaning 23006 clauses out of 46015 with flag 2070870/290001
49.12/48.71	c cleaning 23999 clauses out of 48009 with flag 2241378/315001
54.92/54.54	c cleaning 24999 clauses out of 50011 with flag 2406896/341002
61.12/60.75	c cleaning 26000 clauses out of 52012 with flag 2574447/368002
67.75/67.34	c cleaning 27003 clauses out of 54011 with flag 2746829/396002
75.11/74.67	c cleaning 27998 clauses out of 56006 with flag 2937773/425001
83.31/82.81	c cleaning 29003 clauses out of 58006 with flag 3129936/455000
91.61/91.18	c starts		: 20
91.61/91.18	c conflicts		: 483962
91.61/91.18	c decisions		: 574681
91.61/91.18	c propagations		: 8268170
91.61/91.18	c inspects		: 2311946596
91.61/91.18	c shortcuts		: 0
91.61/91.18	c learnt literals	: 15
91.61/91.18	c learnt binary clauses	: 18
91.61/91.18	c learnt ternary clauses	: 55
91.61/91.18	c learnt constraints	: 483946
91.61/91.18	c ignored constraints	: 0
91.61/91.18	c root simplifications	: 0
91.61/91.18	c removed literals (reason simplification)	: 0
91.61/91.18	c reason swapping (by a shorter reason)	: 0
91.61/91.18	c Calls to reduceDB	: 26
91.61/91.18	c Number of update (reduction) of LBD	: 141267
91.61/91.18	c Imported unit clauses	: 0
91.61/91.18	c number of reductions to clauses (during analyze)	: 0
91.61/91.18	c number of learned constraints concerned by reduction	: 0
91.61/91.18	c number of learning phase by resolution	: 0
91.61/91.18	c number of learning phase by cutting planes	: 0
91.61/91.18	c speed (assignments/second)	: 90853.02067995517
91.61/91.18	c non guided choices	26
91.71/91.21	c learnt constraints type 
91.71/91.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
91.71/91.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 57934
91.71/91.21	s UNSATISFIABLE
91.71/91.21	c Total wall clock time (in seconds): 91.08

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

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

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


[startup+0 s]
/proc/loadavg: 1.11 1.35 1.63 2/171 27163
/proc/meminfo: memFree=30583024/32872528 swapFree=480748/529804
[pid=27163] ppid=27160 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27163/stat : 27163 (java) D 27160 27163 23565 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 10101496 9515008 186 33554432000 1073741824 1073778376 140734080982736 140734080971800 211449638183 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/27163/statm: 2323 186 143 9 0 71 0

[startup+0.100119 s]
/proc/loadavg: 1.11 1.35 1.63 2/171 27163
/proc/meminfo: memFree=30583024/32872528 swapFree=480748/529804
[pid=27163] ppid=27160 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/27163/stat : 27163 (java) S 27160 27163 23565 0 -1 4202496 4397 0 1 0 8 1 0 0 20 0 18 0 10101496 9787879424 6022 33554432000 1073741824 1073778376 140734080982736 140734080973872 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27163/statm: 2389619 6022 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200304 s]
/proc/loadavg: 1.11 1.35 1.63 2/171 27163
/proc/meminfo: memFree=30583024/32872528 swapFree=480748/529804
[pid=27163] ppid=27160 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/27163/stat : 27163 (java) S 27160 27163 23565 0 -1 4202496 4642 0 1 0 18 1 0 0 20 0 19 0 10101496 9856040960 6219 33554432000 1073741824 1073778376 140734080982736 140734080973872 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27163/statm: 2406260 6219 2195 9 0 2396937 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9625040

[startup+0.300209 s]
/proc/loadavg: 1.11 1.35 1.63 2/171 27163
/proc/meminfo: memFree=30583024/32872528 swapFree=480748/529804
[pid=27163] ppid=27160 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/27163/stat : 27163 (java) S 27160 27163 23565 0 -1 4202496 6322 0 1 0 42 1 0 0 20 0 19 0 10101496 9856040960 7244 33554432000 1073741824 1073778376 140734080982736 140734080973872 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27163/statm: 2406260 7244 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9625040

[startup+0.700155 s]
/proc/loadavg: 1.11 1.35 1.63 2/171 27163
/proc/meminfo: memFree=30583024/32872528 swapFree=480748/529804
[pid=27163] ppid=27160 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/27163/stat : 27163 (java) S 27160 27163 23565 0 -1 4202496 7989 0 1 0 98 2 0 0 20 0 19 0 10101496 9856040960 8370 33554432000 1073741824 1073778376 140734080982736 140734080973872 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27163/statm: 2406260 8370 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 1.50 1.42 1.65 3/214 27278
/proc/meminfo: memFree=30531196/32872528 swapFree=480748/529804
[pid=27163] ppid=27160 vsize=9625040 CPUtime=1.81 cores=1,3,5,7
/proc/27163/stat : 27163 (java) S 27160 27163 23565 0 -1 4202496 7994 0 1 0 179 2 0 0 20 0 19 0 10101496 9856040960 8842 33554432000 1073741824 1073778376 140734080982736 140734080973872 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27163/statm: 2406260 8842 2256 9 0 2396937 0
[pid=27163/tid=27165] ppid=27160 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/27163/task/27165/stat : 27165 (java) R 27160 27163 23565 0 -1 4202560 2397 0 1 0 141 2 0 0 20 0 19 0 10101497 9856040960 8842 33554432000 1073741824 1073778376 140734080982736 139868269977712 139868110278445 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27163/tid=27169] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27169/stat : 27169 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 8842 33554432000 1073741824 1073778376 140734080982736 139868231469736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27170] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27170/stat : 27170 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 8842 33554432000 1073741824 1073778376 140734080982736 139868230417192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27163/tid=27171] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27171/stat : 27171 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 8842 33554432000 1073741824 1073778376 140734080982736 139868229364648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27163/tid=27172] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27172/stat : 27172 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 8842 33554432000 1073741824 1073778376 140734080982736 139868228312104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27173] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27173/stat : 27173 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 8842 33554432000 1073741824 1073778376 140734080982736 139868109793448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27174] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27174/stat : 27174 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 8842 33554432000 1073741824 1073778376 140734080982736 139868108740904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27175] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27175/stat : 27175 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 8842 33554432000 1073741824 1073778376 140734080982736 139868107688360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27176] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27176/stat : 27176 (java) S 27160 27163 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 8842 33554432000 1073741824 1073778376 140734080982736 139868106635816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27181] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27181/stat : 27181 (java) S 27160 27163 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10101500 9856040960 8842 33554432000 1073741824 1073778376 140734080982736 139868094225000 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27184] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27184/stat : 27184 (java) S 27160 27163 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10101500 9856040960 8842 33554432000 1073741824 1073778376 140734080982736 139867489035896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27185] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27185/stat : 27185 (java) S 27160 27163 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10101500 9856040960 8842 33554432000 1073741824 1073778376 140734080982736 139867487983240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27199] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27199/stat : 27199 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101502 9856040960 8842 33554432000 1073741824 1073778376 140734080982736 139867486931984 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27200] ppid=27160 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/27163/task/27200/stat : 27200 (java) S 27160 27163 23565 0 -1 4202560 3221 0 0 0 21 0 0 0 20 0 19 0 10101502 9856040960 8842 33554432000 1073741824 1073778376 140734080982736 139867485878328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27201] ppid=27160 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/27163/task/27201/stat : 27201 (java) S 27160 27163 23565 0 -1 4202560 1104 0 0 0 14 0 0 0 20 0 19 0 10101502 9856040960 8842 33554432000 1073741824 1073778376 140734080982736 139867484825784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27163/tid=27202] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27202/stat : 27202 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101502 9856040960 8842 33554432000 1073741824 1073778376 140734080982736 139867483773432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27163/tid=27203] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27203/stat : 27203 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101502 9856040960 8842 33554432000 1073741824 1073778376 140734080982736 139867482721096 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27212] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27212/stat : 27212 (java) S 27160 27163 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10101515 9856040960 8842 33554432000 1073741824 1073778376 140734080982736 139867481666856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 1.50 1.42 1.65 6/214 27278
/proc/meminfo: memFree=30507076/32872528 swapFree=480748/529804
[pid=27163] ppid=27160 vsize=9625040 CPUtime=3.51 cores=1,3,5,7
/proc/27163/stat : 27163 (java) S 27160 27163 23565 0 -1 4202496 9250 0 1 0 349 2 0 0 20 0 19 0 10101496 9856040960 9806 33554432000 1073741824 1073778376 140734080982736 140734080973872 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27163/statm: 2406260 9806 2257 9 0 2396937 0
[pid=27163/tid=27165] ppid=27160 vsize=9625040 CPUtime=3.03 cores=1,3,5,7
/proc/27163/task/27165/stat : 27165 (java) R 27160 27163 23565 0 -1 4202560 2398 0 1 0 301 2 0 0 20 0 19 0 10101497 9856040960 9806 33554432000 1073741824 1073778376 140734080982736 139868269977800 139868110251180 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27169] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27169/stat : 27169 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 9806 33554432000 1073741824 1073778376 140734080982736 139868231469736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27170] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27170/stat : 27170 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 9806 33554432000 1073741824 1073778376 140734080982736 139868230417192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27163/tid=27171] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27171/stat : 27171 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 9806 33554432000 1073741824 1073778376 140734080982736 139868229364648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27163/tid=27172] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27172/stat : 27172 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 9806 33554432000 1073741824 1073778376 140734080982736 139868228312104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27173] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27173/stat : 27173 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 9806 33554432000 1073741824 1073778376 140734080982736 139868109793448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27174] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27174/stat : 27174 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 9806 33554432000 1073741824 1073778376 140734080982736 139868108740904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27175] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27175/stat : 27175 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 9806 33554432000 1073741824 1073778376 140734080982736 139868107688360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27176] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27176/stat : 27176 (java) S 27160 27163 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 9806 33554432000 1073741824 1073778376 140734080982736 139868106635816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27181] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27181/stat : 27181 (java) S 27160 27163 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10101500 9856040960 9806 33554432000 1073741824 1073778376 140734080982736 139868094225000 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27184] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27184/stat : 27184 (java) S 27160 27163 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10101500 9856040960 9806 33554432000 1073741824 1073778376 140734080982736 139867489035896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27185] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27185/stat : 27185 (java) S 27160 27163 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10101500 9856040960 9806 33554432000 1073741824 1073778376 140734080982736 139867487983240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27199] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27199/stat : 27199 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101502 9856040960 9806 33554432000 1073741824 1073778376 140734080982736 139867486931984 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27200] ppid=27160 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/27163/task/27200/stat : 27200 (java) S 27160 27163 23565 0 -1 4202560 3221 0 0 0 22 0 0 0 20 0 19 0 10101502 9856040960 9806 33554432000 1073741824 1073778376 140734080982736 139867485878328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27163/tid=27201] ppid=27160 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/27163/task/27201/stat : 27201 (java) S 27160 27163 23565 0 -1 4202560 2359 0 0 0 23 0 0 0 20 0 19 0 10101502 9856040960 9806 33554432000 1073741824 1073778376 140734080982736 139867484825784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27163/tid=27202] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27202/stat : 27202 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101502 9856040960 9806 33554432000 1073741824 1073778376 140734080982736 139867483773432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27163/tid=27203] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27203/stat : 27203 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101502 9856040960 9806 33554432000 1073741824 1073778376 140734080982736 139867482721096 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27212] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27212/stat : 27212 (java) S 27160 27163 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10101515 9856040960 9806 33554432000 1073741824 1073778376 140734080982736 139867481666856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625040

[startup+6.30072 s]
/proc/loadavg: 1.54 1.43 1.65 3/214 27343
/proc/meminfo: memFree=30519028/32872528 swapFree=480748/529804
[pid=27163] ppid=27160 vsize=9625040 CPUtime=6.71 cores=1,3,5,7
/proc/27163/stat : 27163 (java) S 27160 27163 23565 0 -1 4202496 9254 0 1 0 669 2 0 0 20 0 19 0 10101496 9856040960 10755 33554432000 1073741824 1073778376 140734080982736 140734080973872 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27163/statm: 2406260 10755 2258 9 0 2396937 0
[pid=27163/tid=27165] ppid=27160 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/27163/task/27165/stat : 27165 (java) R 27160 27163 23565 0 -1 4202560 2401 0 1 0 621 2 0 0 20 0 19 0 10101497 9856040960 10755 33554432000 1073741824 1073778376 140734080982736 139868269969088 139868110322681 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27169] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27169/stat : 27169 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 10755 33554432000 1073741824 1073778376 140734080982736 139868231469736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27170] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27170/stat : 27170 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 10755 33554432000 1073741824 1073778376 140734080982736 139868230417192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27163/tid=27171] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27171/stat : 27171 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 10755 33554432000 1073741824 1073778376 140734080982736 139868229364648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27163/tid=27172] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27172/stat : 27172 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 10755 33554432000 1073741824 1073778376 140734080982736 139868228312104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27173] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27173/stat : 27173 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 10755 33554432000 1073741824 1073778376 140734080982736 139868109793448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27174] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27174/stat : 27174 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 10755 33554432000 1073741824 1073778376 140734080982736 139868108740904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27175] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27175/stat : 27175 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 10755 33554432000 1073741824 1073778376 140734080982736 139868107688360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27176] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27176/stat : 27176 (java) S 27160 27163 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 10755 33554432000 1073741824 1073778376 140734080982736 139868106635816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27181] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27181/stat : 27181 (java) S 27160 27163 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10101500 9856040960 10755 33554432000 1073741824 1073778376 140734080982736 139868094225000 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27184] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27184/stat : 27184 (java) S 27160 27163 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10101500 9856040960 10755 33554432000 1073741824 1073778376 140734080982736 139867489035896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27185] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27185/stat : 27185 (java) S 27160 27163 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10101500 9856040960 10755 33554432000 1073741824 1073778376 140734080982736 139867487983240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27199] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27199/stat : 27199 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101502 9856040960 10755 33554432000 1073741824 1073778376 140734080982736 139867486931984 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27200] ppid=27160 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/27163/task/27200/stat : 27200 (java) S 27160 27163 23565 0 -1 4202560 3221 0 0 0 22 0 0 0 20 0 19 0 10101502 9856040960 10755 33554432000 1073741824 1073778376 140734080982736 139867485878328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27163/tid=27201] ppid=27160 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/27163/task/27201/stat : 27201 (java) S 27160 27163 23565 0 -1 4202560 2359 0 0 0 23 0 0 0 20 0 19 0 10101502 9856040960 10755 33554432000 1073741824 1073778376 140734080982736 139867484825784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27163/tid=27202] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27202/stat : 27202 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101502 9856040960 10755 33554432000 1073741824 1073778376 140734080982736 139867483773432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27163/tid=27203] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27203/stat : 27203 (java) S 27160 27163 23565 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10101502 9856040960 10755 33554432000 1073741824 1073778376 140734080982736 139867482721096 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27212] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27212/stat : 27212 (java) S 27160 27163 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10101515 9856040960 10755 33554432000 1073741824 1073778376 140734080982736 139867481666856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 9625040


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

[pid=27163/tid=27170] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27170/stat : 27170 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868230417192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27163/tid=27171] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27171/stat : 27171 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868229364648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27163/tid=27172] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27172/stat : 27172 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868228312104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27173] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27173/stat : 27173 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868109793448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27174] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27174/stat : 27174 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868108740904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27175] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27175/stat : 27175 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868107688360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27176] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27176/stat : 27176 (java) S 27160 27163 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868106635816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27181] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27181/stat : 27181 (java) S 27160 27163 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10101500 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868094225000 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27184] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27184/stat : 27184 (java) S 27160 27163 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10101500 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867489035896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27185] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27185/stat : 27185 (java) S 27160 27163 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10101500 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867487983240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27199] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27199/stat : 27199 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101502 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867486931984 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27200] ppid=27160 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/27163/task/27200/stat : 27200 (java) S 27160 27163 23565 0 -1 4202560 3894 0 0 0 30 0 0 0 20 0 19 0 10101502 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867485878328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27163/tid=27201] ppid=27160 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/27163/task/27201/stat : 27201 (java) S 27160 27163 23565 0 -1 4202560 2360 0 0 0 25 0 0 0 20 0 19 0 10101502 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867484825784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27163/tid=27202] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27202/stat : 27202 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101502 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867483773432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27163/tid=27203] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27203/stat : 27203 (java) S 27160 27163 23565 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10101502 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867482721096 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27212] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27212/stat : 27212 (java) S 27160 27163 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10101515 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867481666856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 90.11
Current children cumulated vsize (KiB) 9625040

[startup+90.4008 s]
/proc/loadavg: 1.95 1.59 1.69 3/213 27344
/proc/meminfo: memFree=30392392/32872528 swapFree=480748/529804
[pid=27163] ppid=27160 vsize=9625040 CPUtime=90.91 cores=1,3,5,7
/proc/27163/stat : 27163 (java) S 27160 27163 23565 0 -1 4202496 9962 0 1 0 9087 4 0 0 20 0 19 0 10101496 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 140734080973872 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27163/statm: 2406260 23087 2258 9 0 2396937 0
[pid=27163/tid=27165] ppid=27160 vsize=9625040 CPUtime=90.33 cores=1,3,5,7
/proc/27163/task/27165/stat : 27165 (java) R 27160 27163 23565 0 -1 4202560 2431 0 1 0 9030 3 0 0 20 0 19 0 10101497 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868269969104 139868110322681 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27169] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27169/stat : 27169 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868231469736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27170] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27170/stat : 27170 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868230417192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27163/tid=27171] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27171/stat : 27171 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868229364648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27163/tid=27172] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27172/stat : 27172 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868228312104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27173] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27173/stat : 27173 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868109793448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27174] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27174/stat : 27174 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868108740904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27175] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27175/stat : 27175 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868107688360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27176] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27176/stat : 27176 (java) S 27160 27163 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868106635816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27181] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27181/stat : 27181 (java) S 27160 27163 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10101500 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868094225000 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27184] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27184/stat : 27184 (java) S 27160 27163 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10101500 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867489035896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27185] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27185/stat : 27185 (java) S 27160 27163 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10101500 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867487983240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27199] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27199/stat : 27199 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101502 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867486931984 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27200] ppid=27160 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/27163/task/27200/stat : 27200 (java) S 27160 27163 23565 0 -1 4202560 3894 0 0 0 30 0 0 0 20 0 19 0 10101502 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867485878328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27163/tid=27201] ppid=27160 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/27163/task/27201/stat : 27201 (java) S 27160 27163 23565 0 -1 4202560 2360 0 0 0 25 0 0 0 20 0 19 0 10101502 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867484825784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27163/tid=27202] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27202/stat : 27202 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101502 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867483773432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27163/tid=27203] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27203/stat : 27203 (java) S 27160 27163 23565 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10101502 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867482721096 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27212] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27212/stat : 27212 (java) S 27160 27163 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10101515 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867481666856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 90.91
Current children cumulated vsize (KiB) 9625040

[startup+90.8008 s]
/proc/loadavg: 1.95 1.59 1.69 3/213 27344
/proc/meminfo: memFree=30392392/32872528 swapFree=480748/529804
[pid=27163] ppid=27160 vsize=9625040 CPUtime=91.31 cores=1,3,5,7
/proc/27163/stat : 27163 (java) S 27160 27163 23565 0 -1 4202496 9962 0 1 0 9127 4 0 0 20 0 19 0 10101496 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 140734080973872 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27163/statm: 2406260 23087 2258 9 0 2396937 0
[pid=27163/tid=27165] ppid=27160 vsize=9625040 CPUtime=90.73 cores=1,3,5,7
/proc/27163/task/27165/stat : 27165 (java) R 27160 27163 23565 0 -1 4202560 2431 0 1 0 9070 3 0 0 20 0 19 0 10101497 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868269969104 139868110322681 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27169] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27169/stat : 27169 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868231469736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27170] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27170/stat : 27170 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868230417192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27163/tid=27171] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27171/stat : 27171 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868229364648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27163/tid=27172] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27172/stat : 27172 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868228312104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27173] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27173/stat : 27173 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868109793448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27174] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27174/stat : 27174 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868108740904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27175] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27175/stat : 27175 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868107688360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27176] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27176/stat : 27176 (java) S 27160 27163 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10101498 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868106635816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27181] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27181/stat : 27181 (java) S 27160 27163 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10101500 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139868094225000 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27184] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27184/stat : 27184 (java) S 27160 27163 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10101500 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867489035896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27185] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27185/stat : 27185 (java) S 27160 27163 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10101500 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867487983240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27199] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27199/stat : 27199 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101502 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867486931984 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27200] ppid=27160 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/27163/task/27200/stat : 27200 (java) S 27160 27163 23565 0 -1 4202560 3894 0 0 0 30 0 0 0 20 0 19 0 10101502 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867485878328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27163/tid=27201] ppid=27160 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/27163/task/27201/stat : 27201 (java) S 27160 27163 23565 0 -1 4202560 2360 0 0 0 25 0 0 0 20 0 19 0 10101502 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867484825784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27163/tid=27202] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27202/stat : 27202 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101502 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867483773432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27163/tid=27203] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27203/stat : 27203 (java) S 27160 27163 23565 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10101502 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867482721096 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27212] ppid=27160 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27212/stat : 27212 (java) S 27160 27163 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10101515 9856040960 23087 33554432000 1073741824 1073778376 140734080982736 139867481666856 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 91.31
Current children cumulated vsize (KiB) 9625040

[startup+91.2008 s]
/proc/loadavg: 1.95 1.59 1.69 3/213 27344
/proc/meminfo: memFree=30392392/32872528 swapFree=480748/529804
[pid=27163] ppid=27160 vsize=9691604 CPUtime=91.71 cores=1,3,5,7
/proc/27163/stat : 27163 (java) S 27160 27163 23565 0 -1 4202496 9979 0 1 0 9167 4 0 0 20 0 19 0 10101496 9924202496 23102 33554432000 1073741824 1073778376 140734080982736 140734080973872 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27163/statm: 2422901 23102 2266 9 0 2413578 0
[pid=27163/tid=27165] ppid=27160 vsize=9691604 CPUtime=91.11 cores=1,3,5,7
/proc/27163/task/27165/stat : 27165 (java) S 27160 27163 23565 0 -1 4202560 2433 0 1 0 9108 3 0 0 20 0 19 0 10101497 9924202496 23102 33554432000 1073741824 1073778376 140734080982736 139868269978328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27169] ppid=27160 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27169/stat : 27169 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9924202496 23102 33554432000 1073741824 1073778376 140734080982736 139868231469736 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27170] ppid=27160 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27170/stat : 27170 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9924202496 23102 33554432000 1073741824 1073778376 140734080982736 139868230417192 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27163/tid=27171] ppid=27160 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27171/stat : 27171 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9924202496 23102 33554432000 1073741824 1073778376 140734080982736 139868229364648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27163/tid=27172] ppid=27160 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27172/stat : 27172 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9924202496 23102 33554432000 1073741824 1073778376 140734080982736 139868228312104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27173] ppid=27160 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27173/stat : 27173 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9924202496 23102 33554432000 1073741824 1073778376 140734080982736 139868109793448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27174] ppid=27160 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27174/stat : 27174 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9924202496 23102 33554432000 1073741824 1073778376 140734080982736 139868108740904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27175] ppid=27160 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27175/stat : 27175 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101498 9924202496 23102 33554432000 1073741824 1073778376 140734080982736 139868107688360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27176] ppid=27160 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27176/stat : 27176 (java) S 27160 27163 23565 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10101498 9924202496 23102 33554432000 1073741824 1073778376 140734080982736 139868106635816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27181] ppid=27160 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27181/stat : 27181 (java) S 27160 27163 23565 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10101500 9924202496 23102 33554432000 1073741824 1073778376 140734080982736 139868094225000 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27163/tid=27184] ppid=27160 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27184/stat : 27184 (java) S 27160 27163 23565 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10101500 9924202496 23102 33554432000 1073741824 1073778376 140734080982736 139867489035896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27185] ppid=27160 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27185/stat : 27185 (java) S 27160 27163 23565 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10101500 9924202496 23102 33554432000 1073741824 1073778376 140734080982736 139867487983240 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27199] ppid=27160 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27199/stat : 27199 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101502 9924202496 23102 33554432000 1073741824 1073778376 140734080982736 139867486931984 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27163/tid=27200] ppid=27160 vsize=9691604 CPUtime=0.3 cores=1,3,5,7
/proc/27163/task/27200/stat : 27200 (java) S 27160 27163 23565 0 -1 4202560 3897 0 0 0 30 0 0 0 20 0 19 0 10101502 9924202496 23102 33554432000 1073741824 1073778376 140734080982736 139867485878328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27163/tid=27201] ppid=27160 vsize=9691604 CPUtime=0.26 cores=1,3,5,7
/proc/27163/task/27201/stat : 27201 (java) R 27160 27163 23565 0 -1 4202560 2363 0 0 0 26 0 0 0 20 0 19 0 10101502 9924202496 23102 33554432000 1073741824 1073778376 140734080982736 139867484825624 139868273557157 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27163/tid=27202] ppid=27160 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27202/stat : 27202 (java) S 27160 27163 23565 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10101502 9924202496 23102 33554432000 1073741824 1073778376 140734080982736 139867483773432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27163/tid=27203] ppid=27160 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/27163/task/27203/stat : 27203 (java) S 27160 27163 23565 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10101502 9924202496 23102 33554432000 1073741824 1073778376 140734080982736 139867482721096 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 91.71
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 91.2147
CPU time (s): 91.789
CPU user time (s): 91.7071
CPU system time (s): 0.081987
CPU usage (%): 100.63
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.7071
system time used= 0.081987
maximum resident set size= 92440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9990
page faults= 1
swaps= 0
block input operations= 0
block output operations= 120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2217
involuntary context switches= 189

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.501923 second user time and 0.506922 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-30 20:20:16
IDJOB=4120318
IDBENCH=109875
IDSOLVER=2546
FILE ID=node141/4120318-1467310816
RUNJOBID= node141-1467310816-27147
PBS_JOBID= 20005274
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-subsetCardinalitySigma-26-1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120318-1467310816/watcher-4120318-1467310816 -o /tmp/evaluation-result-4120318-1467310816/solver-4120318-1467310816 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1467310816-27147 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120318-1467310816.opb

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

MD5SUM BENCH= 4f0eddf29c026370f51503dc34130451
RANDOM SEED=1046444223

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30583520 kB
Buffers:          162180 kB
Cached:           839268 kB
SwapCached:            0 kB
Active:           315980 kB
Inactive:         698588 kB
Active(anon):      15980 kB
Inactive(anon):        4 kB
Active(file):     300000 kB
Inactive(file):   698584 kB
Unevictable:      529804 kB
Mlocked:          480748 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               848 kB
Writeback:             8 kB
AnonPages:        543352 kB
Mapped:            13816 kB
Shmem:               204 kB
Slab:             613512 kB
SReclaimable:      57264 kB
SUnreclaim:       556248 kB
KernelStack:        1392 kB
PageTables:         4840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     629996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node141 at 2016-06-30 20:21:47