Trace number 4122070

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 379.39 378.142

General information on the benchmark

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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4122070-1467316308.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.15	c ... done. Wall clock time 0.04s.
0.09/0.15	c declared #vars     111
0.09/0.15	c #constraints  296
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 296
0.09/0.15	c 296 constraints processed.
0.62/0.47	c cleaning 2497 clauses out of 5000 with flag 17930/5000
1.04/0.69	c cleaning 4247 clauses out of 8504 with flag 43888/11001
1.42/0.94	c cleaning 5627 clauses out of 11256 with flag 75385/18000
1.73/1.27	c cleaning 6815 clauses out of 13629 with flag 116883/26000
2.15/1.68	c cleaning 7905 clauses out of 15814 with flag 161579/35000
2.75/2.21	c cleaning 8952 clauses out of 17909 with flag 211389/45000
3.45/2.98	c cleaning 9977 clauses out of 19958 with flag 270577/56001
4.26/3.72	c cleaning 10989 clauses out of 21981 with flag 325029/68001
5.16/4.65	c cleaning 11993 clauses out of 23992 with flag 381459/81001
6.36/5.89	c cleaning 12994 clauses out of 25999 with flag 440906/95001
7.95/7.48	c cleaning 14001 clauses out of 28004 with flag 504688/110000
9.75/9.27	c cleaning 15000 clauses out of 30003 with flag 568802/126000
11.76/11.25	c cleaning 16001 clauses out of 32004 with flag 649719/143001
14.25/13.74	c cleaning 16998 clauses out of 34002 with flag 717725/161000
17.06/16.54	c cleaning 18001 clauses out of 36004 with flag 790032/180000
19.95/19.33	c cleaning 18994 clauses out of 38004 with flag 875420/200001
23.65/22.61	c cleaning 20001 clauses out of 40010 with flag 987189/221001
27.05/26.06	c cleaning 20999 clauses out of 42009 with flag 1089634/243001
31.14/30.10	c cleaning 22003 clauses out of 44010 with flag 1194200/266001
36.36/35.38	c cleaning 23001 clauses out of 46007 with flag 1319493/290001
41.35/40.36	c cleaning 23997 clauses out of 48006 with flag 1435490/315001
46.16/45.19	c cleaning 25003 clauses out of 50008 with flag 1563355/341000
51.15/50.17	c cleaning 26002 clauses out of 52006 with flag 1683779/368001
56.85/55.80	c cleaning 26996 clauses out of 54003 with flag 1807121/396000
64.75/63.76	c cleaning 28002 clauses out of 56008 with flag 1950249/425001
72.45/71.41	c cleaning 29001 clauses out of 58005 with flag 2105733/455000
80.05/79.08	c cleaning 29998 clauses out of 60004 with flag 2255626/486000
89.45/88.48	c cleaning 31001 clauses out of 62006 with flag 2400478/518000
101.05/100.10	c cleaning 32000 clauses out of 64005 with flag 2555479/551000
112.16/111.16	c cleaning 33001 clauses out of 66005 with flag 2717672/585000
124.65/123.61	c cleaning 33998 clauses out of 68004 with flag 2896682/620000
137.46/136.44	c cleaning 35000 clauses out of 70007 with flag 3081238/656001
149.75/148.76	c cleaning 36000 clauses out of 72007 with flag 3261697/693001
161.42/160.33	c cleaning 36999 clauses out of 74006 with flag 3453604/731000
173.12/172.06	c cleaning 37999 clauses out of 76007 with flag 3638555/770000
183.73/182.70	c cleaning 39002 clauses out of 78009 with flag 3815868/810001
197.43/196.38	c cleaning 39999 clauses out of 80006 with flag 3994810/851000
215.33/214.22	c cleaning 41003 clauses out of 82008 with flag 4181192/893001
234.34/233.22	c cleaning 41998 clauses out of 84004 with flag 4381456/936000
253.08/251.97	c cleaning 43000 clauses out of 86006 with flag 4559537/980000
270.18/269.01	c cleaning 44003 clauses out of 88006 with flag 4744518/1025000
288.89/287.75	c cleaning 45001 clauses out of 90002 with flag 4941465/1071000
308.89/307.73	c cleaning 46001 clauses out of 92001 with flag 5144876/1118000
330.80/329.64	c cleaning 46996 clauses out of 94000 with flag 5354339/1166001
355.22/354.05	c cleaning 48002 clauses out of 96003 with flag 5579911/1215000
377.69/376.46	c cleaning 48998 clauses out of 97998 with flag 5806693/1265001
379.29/378.09	c starts		: 2089
379.29/378.09	c conflicts		: 1271753
379.29/378.09	c decisions		: 1637189
379.29/378.09	c propagations		: 9025014
379.29/378.09	c inspects		: 10230035193
379.29/378.09	c shortcuts		: 0
379.29/378.09	c learnt literals	: 18
379.29/378.09	c learnt binary clauses	: 19
379.29/378.09	c learnt ternary clauses	: 35
379.29/378.09	c learnt constraints	: 1271734
379.29/378.09	c ignored constraints	: 0
379.29/378.09	c root simplifications	: 0
379.29/378.09	c removed literals (reason simplification)	: 0
379.29/378.09	c reason swapping (by a shorter reason)	: 0
379.29/378.09	c Calls to reduceDB	: 46
379.29/378.09	c Number of update (reduction) of LBD	: 103078
379.29/378.09	c Imported unit clauses	: 0
379.29/378.09	c number of reductions to clauses (during analyze)	: 0
379.29/378.10	c number of learned constraints concerned by reduction	: 0
379.29/378.10	c number of learning phase by resolution	: 0
379.29/378.10	c number of learning phase by cutting planes	: 0
379.29/378.10	c speed (assignments/second)	: 23879.551991194345
379.29/378.10	c non guided choices	283
379.39/378.12	c learnt constraints type 
379.39/378.12	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19
379.39/378.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55720
379.39/378.12	s UNSATISFIABLE
379.39/378.12	c Total wall clock time (in seconds): 378.009

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-4122070-1467316308/watcher-4122070-1467316308 -o /tmp/evaluation-result-4122070-1467316308/solver-4122070-1467316308 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467314247-24371 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122070-1467316308.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.26 2.23 2.14 3/194 25053
/proc/meminfo: memFree=29562004/32872528 swapFree=13208/1155804
[pid=25053] ppid=25050 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/25053/stat : 25053 (java) R 25050 25053 20692 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 12598228 278528 33 33554432000 1073741824 1073778376 140734649963392 140735048781368 219504799015 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25053/statm: 68 33 25 9 0 25 0

[startup+0.100156 s]
/proc/loadavg: 2.26 2.23 2.14 3/194 25053
/proc/meminfo: memFree=29562004/32872528 swapFree=13208/1155804
[pid=25053] ppid=25050 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/25053/stat : 25053 (java) S 25050 25053 20692 0 -1 4202496 4403 0 1 0 8 1 0 0 20 0 18 0 12598228 9787879424 6023 33554432000 1073741824 1073778376 140734649963392 140734649954528 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25053/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200322 s]
/proc/loadavg: 2.26 2.23 2.14 3/194 25053
/proc/meminfo: memFree=29562004/32872528 swapFree=13208/1155804
[pid=25053] ppid=25050 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/25053/stat : 25053 (java) S 25050 25053 20692 0 -1 4202496 6752 0 1 0 25 2 0 0 20 0 19 0 12598228 9856040960 7777 33554432000 1073741824 1073778376 140734649963392 140734649954528 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25053/statm: 2406260 7779 2220 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300287 s]
/proc/loadavg: 2.26 2.23 2.14 3/194 25053
/proc/meminfo: memFree=29562004/32872528 swapFree=13208/1155804
[pid=25053] ppid=25050 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/25053/stat : 25053 (java) S 25050 25053 20692 0 -1 4202496 7129 0 1 0 47 2 0 0 20 0 19 0 12598228 9856040960 7893 33554432000 1073741824 1073778376 140734649963392 140734649954528 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25053/statm: 2406260 7893 2242 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700198 s]
/proc/loadavg: 2.26 2.23 2.14 3/194 25053
/proc/meminfo: memFree=29562004/32872528 swapFree=13208/1155804
[pid=25053] ppid=25050 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/25053/stat : 25053 (java) S 25050 25053 20692 0 -1 4202496 14600 0 1 0 119 3 0 0 20 0 19 0 12598228 9856040960 13314 33554432000 1073741824 1073778376 140734649963392 140734649954528 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25053/statm: 2406260 13314 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.26 2.23 2.14 3/213 25072
/proc/meminfo: memFree=29515184/32872528 swapFree=13208/1155804
[pid=25053] ppid=25050 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/25053/stat : 25053 (java) S 25050 25053 20692 0 -1 4202496 14607 0 1 0 202 3 0 0 20 0 19 0 12598228 9856040960 14342 33554432000 1073741824 1073778376 140734649963392 140734649954528 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25053/statm: 2406260 14342 2257 9 0 2396937 0
[pid=25053/tid=25055] ppid=25050 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/25053/task/25055/stat : 25055 (java) R 25050 25053 20692 0 -1 4202560 2411 0 1 0 144 1 0 0 20 0 19 0 12598229 9856040960 14342 33554432000 1073741824 1073778376 140734649963392 139735514333464 139735368898238 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25056] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25056/stat : 25056 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 14342 33554432000 1073741824 1073778376 140734649963392 139735357499816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25057] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25057/stat : 25057 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 14342 33554432000 1073741824 1073778376 140734649963392 139735356447272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25058] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25058/stat : 25058 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 14342 33554432000 1073741824 1073778376 140734649963392 139735355394216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25053/tid=25059] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25059/stat : 25059 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 14342 33554432000 1073741824 1073778376 140734649963392 139735354341672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25060] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25060/stat : 25060 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 14342 33554432000 1073741824 1073778376 140734649963392 139735353289640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25061] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25061/stat : 25061 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 14342 33554432000 1073741824 1073778376 140734649963392 139735016139816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25062] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25062/stat : 25062 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 14342 33554432000 1073741824 1073778376 140734649963392 139735015086760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25063] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25063/stat : 25063 (java) S 25050 25053 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 14342 33554432000 1073741824 1073778376 140734649963392 139735014034216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25064] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25064/stat : 25064 (java) S 25050 25053 20692 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12598232 9856040960 14342 33554432000 1073741824 1073778376 140734649963392 139735001835880 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25065] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25065/stat : 25065 (java) S 25050 25053 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12598232 9856040960 14342 33554432000 1073741824 1073778376 140734649963392 139735000782200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25066] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25066/stat : 25066 (java) S 25050 25053 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12598232 9856040960 14342 33554432000 1073741824 1073778376 140734649963392 139734999729032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25067] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25067/stat : 25067 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598235 9856040960 14342 33554432000 1073741824 1073778376 140734649963392 139734998677776 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25068] ppid=25050 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/25053/task/25068/stat : 25068 (java) S 25050 25053 20692 0 -1 4202560 7954 0 0 0 30 2 0 0 20 0 19 0 12598235 9856040960 14342 33554432000 1073741824 1073778376 140734649963392 139734997625656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25069] ppid=25050 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/25053/task/25069/stat : 25069 (java) S 25050 25053 20692 0 -1 4202560 2970 0 0 0 24 0 0 0 20 0 19 0 12598235 9856040960 14342 33554432000 1073741824 1073778376 140734649963392 139734996573112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25070] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25070/stat : 25070 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598235 9856040960 14342 33554432000 1073741824 1073778376 140734649963392 139734995520248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25071] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25071/stat : 25071 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598235 9856040960 14342 33554432000 1073741824 1073778376 140734649963392 139734994467912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25072] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25072/stat : 25072 (java) S 25050 25053 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12598245 9856040960 14342 33554432000 1073741824 1073778376 140734649963392 139734993314856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.26 2.23 2.14 3/213 25072
/proc/meminfo: memFree=29510468/32872528 swapFree=13208/1155804
[pid=25053] ppid=25050 vsize=9625040 CPUtime=3.65 cores=1,3,5,7
/proc/25053/stat : 25053 (java) S 25050 25053 20692 0 -1 4202496 14608 0 1 0 362 3 0 0 20 0 19 0 12598228 9856040960 14854 33554432000 1073741824 1073778376 140734649963392 140734649954528 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25053/statm: 2406260 14854 2257 9 0 2396937 0
[pid=25053/tid=25055] ppid=25050 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/25053/task/25055/stat : 25055 (java) R 25050 25053 20692 0 -1 4202560 2412 0 1 0 303 1 0 0 20 0 19 0 12598229 9856040960 14854 33554432000 1073741824 1073778376 140734649963392 139735514324688 139735368897983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25056] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25056/stat : 25056 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 14854 33554432000 1073741824 1073778376 140734649963392 139735357499816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25057] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25057/stat : 25057 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 14854 33554432000 1073741824 1073778376 140734649963392 139735356447272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25058] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25058/stat : 25058 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 14854 33554432000 1073741824 1073778376 140734649963392 139735355394216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25053/tid=25059] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25059/stat : 25059 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 14854 33554432000 1073741824 1073778376 140734649963392 139735354341672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25060] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25060/stat : 25060 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 14854 33554432000 1073741824 1073778376 140734649963392 139735353289640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25061] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25061/stat : 25061 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 14854 33554432000 1073741824 1073778376 140734649963392 139735016139816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25062] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25062/stat : 25062 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 14854 33554432000 1073741824 1073778376 140734649963392 139735015086760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25063] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25063/stat : 25063 (java) S 25050 25053 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 14854 33554432000 1073741824 1073778376 140734649963392 139735014034216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25064] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25064/stat : 25064 (java) S 25050 25053 20692 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12598232 9856040960 14854 33554432000 1073741824 1073778376 140734649963392 139735001835880 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25065] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25065/stat : 25065 (java) S 25050 25053 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12598232 9856040960 14854 33554432000 1073741824 1073778376 140734649963392 139735000782200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25066] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25066/stat : 25066 (java) S 25050 25053 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12598232 9856040960 14854 33554432000 1073741824 1073778376 140734649963392 139734999729032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25067] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25067/stat : 25067 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598235 9856040960 14854 33554432000 1073741824 1073778376 140734649963392 139734998677776 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25068] ppid=25050 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/25053/task/25068/stat : 25068 (java) S 25050 25053 20692 0 -1 4202560 7954 0 0 0 30 2 0 0 20 0 19 0 12598235 9856040960 14854 33554432000 1073741824 1073778376 140734649963392 139734997625656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25069] ppid=25050 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/25053/task/25069/stat : 25069 (java) S 25050 25053 20692 0 -1 4202560 2970 0 0 0 24 0 0 0 20 0 19 0 12598235 9856040960 14854 33554432000 1073741824 1073778376 140734649963392 139734996573112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25070] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25070/stat : 25070 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598235 9856040960 14854 33554432000 1073741824 1073778376 140734649963392 139734995520248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25071] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25071/stat : 25071 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598235 9856040960 14854 33554432000 1073741824 1073778376 140734649963392 139734994467912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25072] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25072/stat : 25072 (java) S 25050 25053 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12598245 9856040960 14854 33554432000 1073741824 1073778376 140734649963392 139734993314856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.24 2.22 2.14 3/213 25072
/proc/meminfo: memFree=29506992/32872528 swapFree=13208/1155804
[pid=25053] ppid=25050 vsize=9625040 CPUtime=6.85 cores=1,3,5,7
/proc/25053/stat : 25053 (java) S 25050 25053 20692 0 -1 4202496 14613 0 1 0 681 4 0 0 20 0 19 0 12598228 9856040960 16074 33554432000 1073741824 1073778376 140734649963392 140734649954528 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25053/statm: 2406260 16074 2258 9 0 2396937 0
[pid=25053/tid=25055] ppid=25050 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/25053/task/25055/stat : 25055 (java) R 25050 25053 20692 0 -1 4202560 2416 0 1 0 622 1 0 0 20 0 19 0 12598229 9856040960 16074 33554432000 1073741824 1073778376 140734649963392 139735514324688 139735368992972 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25056] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25056/stat : 25056 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 16074 33554432000 1073741824 1073778376 140734649963392 139735357499816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25057] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25057/stat : 25057 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 16074 33554432000 1073741824 1073778376 140734649963392 139735356447272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25058] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25058/stat : 25058 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 16074 33554432000 1073741824 1073778376 140734649963392 139735355394216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25053/tid=25059] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25059/stat : 25059 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 16074 33554432000 1073741824 1073778376 140734649963392 139735354341672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25060] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25060/stat : 25060 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 16074 33554432000 1073741824 1073778376 140734649963392 139735353289640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25061] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25061/stat : 25061 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 16074 33554432000 1073741824 1073778376 140734649963392 139735016139816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25062] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25062/stat : 25062 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 16074 33554432000 1073741824 1073778376 140734649963392 139735015086760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25063] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25063/stat : 25063 (java) S 25050 25053 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 16074 33554432000 1073741824 1073778376 140734649963392 139735014034216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25064] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25064/stat : 25064 (java) S 25050 25053 20692 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12598232 9856040960 16074 33554432000 1073741824 1073778376 140734649963392 139735001835880 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25065] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25065/stat : 25065 (java) S 25050 25053 20692 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12598232 9856040960 16074 33554432000 1073741824 1073778376 140734649963392 139735000782200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25066] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25066/stat : 25066 (java) S 25050 25053 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12598232 9856040960 16074 33554432000 1073741824 1073778376 140734649963392 139734999729032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25067] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25067/stat : 25067 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598235 9856040960 16074 33554432000 1073741824 1073778376 140734649963392 139734998677776 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25068] ppid=25050 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/25053/task/25068/stat : 25068 (java) S 25050 25053 20692 0 -1 4202560 7954 0 0 0 30 2 0 0 20 0 19 0 12598235 9856040960 16074 33554432000 1073741824 1073778376 140734649963392 139734997625656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25069] ppid=25050 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/25053/task/25069/stat : 25069 (java) S 25050 25053 20692 0 -1 4202560 2970 0 0 0 24 0 0 0 20 0 19 0 12598235 9856040960 16074 33554432000 1073741824 1073778376 140734649963392 139734996573112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25070] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25070/stat : 25070 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598235 9856040960 16074 33554432000 1073741824 1073778376 140734649963392 139734995520248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25071] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25071/stat : 25071 (java) S 25050 25053 20692 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12598235 9856040960 16074 33554432000 1073741824 1073778376 140734649963392 139734994467912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25072] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25072/stat : 25072 (java) S 25050 25053 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12598245 9856040960 16074 33554432000 1073741824 1073778376 140734649963392 139734993314856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 9625040


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

[pid=25053/tid=25064] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25064/stat : 25064 (java) S 25050 25053 20692 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 12598232 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735001835880 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25065] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25065/stat : 25065 (java) S 25050 25053 20692 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 12598232 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735000782200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25066] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25066/stat : 25066 (java) S 25050 25053 20692 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12598232 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139734999729032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25067] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25067/stat : 25067 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598235 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139734998677776 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25068] ppid=25050 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/25053/task/25068/stat : 25068 (java) S 25050 25053 20692 0 -1 4202560 7960 0 0 0 33 2 0 0 20 0 19 0 12598235 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139734997625656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25069] ppid=25050 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/25053/task/25069/stat : 25069 (java) S 25050 25053 20692 0 -1 4202560 10389 0 0 0 84 2 0 0 20 0 19 0 12598235 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139734996573112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25070] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25070/stat : 25070 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598235 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139734995520248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25071] ppid=25050 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/25053/task/25071/stat : 25071 (java) S 25050 25053 20692 0 -1 4202560 24 0 0 0 4 6 0 0 20 0 19 0 12598235 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139734994467912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25072] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25072/stat : 25072 (java) S 25050 25053 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12598245 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139734993314856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 378.09
Current children cumulated vsize (KiB) 9625040

[startup+377.601 s]
/proc/loadavg: 2.17 2.20 2.15 3/213 25210
/proc/meminfo: memFree=29457884/32872528 swapFree=13208/1155804
[pid=25053] ppid=25050 vsize=9625040 CPUtime=378.89 cores=1,3,5,7
/proc/25053/stat : 25053 (java) S 25050 25053 20692 0 -1 4202496 22173 0 1 0 37876 13 0 0 20 0 19 0 12598228 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 140734649954528 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25053/statm: 2406260 50944 2271 9 0 2396937 0
[pid=25053/tid=25055] ppid=25050 vsize=9625040 CPUtime=376.55 cores=1,3,5,7
/proc/25053/task/25055/stat : 25055 (java) R 25050 25053 20692 0 -1 4202560 2486 0 1 0 37647 8 0 0 20 0 19 0 12598229 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735514324688 139735369194983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25056] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25056/stat : 25056 (java) S 25050 25053 20692 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735357499816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25057] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25057/stat : 25057 (java) S 25050 25053 20692 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735356447272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25058] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25058/stat : 25058 (java) S 25050 25053 20692 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735355394216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25053/tid=25059] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25059/stat : 25059 (java) S 25050 25053 20692 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735354341672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25060] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25060/stat : 25060 (java) S 25050 25053 20692 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735353289640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25053/tid=25061] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25061/stat : 25061 (java) S 25050 25053 20692 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735016139816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25062] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25062/stat : 25062 (java) S 25050 25053 20692 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735015086760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25063] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25063/stat : 25063 (java) S 25050 25053 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735014034216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25064] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25064/stat : 25064 (java) S 25050 25053 20692 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 12598232 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735001835880 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25065] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25065/stat : 25065 (java) S 25050 25053 20692 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 12598232 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735000782200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25066] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25066/stat : 25066 (java) S 25050 25053 20692 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12598232 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139734999729032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25067] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25067/stat : 25067 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598235 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139734998677776 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25068] ppid=25050 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/25053/task/25068/stat : 25068 (java) S 25050 25053 20692 0 -1 4202560 7960 0 0 0 33 2 0 0 20 0 19 0 12598235 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139734997625656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25069] ppid=25050 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/25053/task/25069/stat : 25069 (java) S 25050 25053 20692 0 -1 4202560 10389 0 0 0 84 2 0 0 20 0 19 0 12598235 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139734996573112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25070] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25070/stat : 25070 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598235 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139734995520248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25071] ppid=25050 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/25053/task/25071/stat : 25071 (java) S 25050 25053 20692 0 -1 4202560 24 0 0 0 4 6 0 0 20 0 19 0 12598235 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139734994467912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25072] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25072/stat : 25072 (java) S 25050 25053 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12598245 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139734993314856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 378.89
Current children cumulated vsize (KiB) 9625040

[startup+378.001 s]
/proc/loadavg: 2.17 2.20 2.15 3/213 25210
/proc/meminfo: memFree=29457884/32872528 swapFree=13208/1155804
[pid=25053] ppid=25050 vsize=9625040 CPUtime=379.29 cores=1,3,5,7
/proc/25053/stat : 25053 (java) S 25050 25053 20692 0 -1 4202496 22173 0 1 0 37916 13 0 0 20 0 19 0 12598228 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 140734649954528 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25053/statm: 2406260 50944 2271 9 0 2396937 0
[pid=25053/tid=25055] ppid=25050 vsize=9625040 CPUtime=376.95 cores=1,3,5,7
/proc/25053/task/25055/stat : 25055 (java) R 25050 25053 20692 0 -1 4202560 2486 0 1 0 37687 8 0 0 20 0 19 0 12598229 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735514324688 139735369194983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25056] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25056/stat : 25056 (java) S 25050 25053 20692 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735357499816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25057] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25057/stat : 25057 (java) S 25050 25053 20692 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735356447272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25058] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25058/stat : 25058 (java) S 25050 25053 20692 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735355394216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25053/tid=25059] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25059/stat : 25059 (java) S 25050 25053 20692 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735354341672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25060] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25060/stat : 25060 (java) S 25050 25053 20692 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735353289640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25053/tid=25061] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25061/stat : 25061 (java) S 25050 25053 20692 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735016139816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25062] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25062/stat : 25062 (java) S 25050 25053 20692 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735015086760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25063] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25063/stat : 25063 (java) S 25050 25053 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12598231 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735014034216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25064] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25064/stat : 25064 (java) S 25050 25053 20692 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 12598232 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735001835880 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25065] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25065/stat : 25065 (java) S 25050 25053 20692 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 12598232 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139735000782200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25066] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25066/stat : 25066 (java) S 25050 25053 20692 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12598232 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139734999729032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25067] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25067/stat : 25067 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598235 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139734998677776 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25068] ppid=25050 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/25053/task/25068/stat : 25068 (java) S 25050 25053 20692 0 -1 4202560 7960 0 0 0 33 2 0 0 20 0 19 0 12598235 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139734997625656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25069] ppid=25050 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/25053/task/25069/stat : 25069 (java) S 25050 25053 20692 0 -1 4202560 10389 0 0 0 84 2 0 0 20 0 19 0 12598235 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139734996573112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25070] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25070/stat : 25070 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598235 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139734995520248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25071] ppid=25050 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/25053/task/25071/stat : 25071 (java) S 25050 25053 20692 0 -1 4202560 24 0 0 0 4 6 0 0 20 0 19 0 12598235 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139734994467912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25072] ppid=25050 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25072/stat : 25072 (java) S 25050 25053 20692 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12598245 9856040960 50944 33554432000 1073741824 1073778376 140734649963392 139734993314856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 379.29
Current children cumulated vsize (KiB) 9625040

[startup+378.101 s]
/proc/loadavg: 2.17 2.20 2.15 3/213 25210
/proc/meminfo: memFree=29457884/32872528 swapFree=13208/1155804
[pid=25053] ppid=25050 vsize=9691604 CPUtime=379.39 cores=1,3,5,7
/proc/25053/stat : 25053 (java) S 25050 25053 20692 0 -1 4202496 22184 0 1 0 37926 13 0 0 20 0 19 0 12598228 9924202496 50953 33554432000 1073741824 1073778376 140734649963392 140734649954528 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25053/statm: 2422901 50953 2272 9 0 2413578 0
[pid=25053/tid=25055] ppid=25050 vsize=9691604 CPUtime=377.05 cores=1,3,5,7
/proc/25053/task/25055/stat : 25055 (java) S 25050 25053 20692 0 -1 4202560 2488 0 1 0 37697 8 0 0 20 0 19 0 12598229 9924202496 50953 33554432000 1073741824 1073778376 140734649963392 139735514333912 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25056] ppid=25050 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25056/stat : 25056 (java) S 25050 25053 20692 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 12598231 9924202496 50953 33554432000 1073741824 1073778376 140734649963392 139735357499816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25057] ppid=25050 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25057/stat : 25057 (java) S 25050 25053 20692 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12598231 9924202496 50953 33554432000 1073741824 1073778376 140734649963392 139735356447272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25058] ppid=25050 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25058/stat : 25058 (java) S 25050 25053 20692 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12598231 9924202496 50953 33554432000 1073741824 1073778376 140734649963392 139735355394216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25053/tid=25059] ppid=25050 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25059/stat : 25059 (java) S 25050 25053 20692 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12598231 9924202496 50953 33554432000 1073741824 1073778376 140734649963392 139735354341672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25060] ppid=25050 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25060/stat : 25060 (java) S 25050 25053 20692 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12598231 9924202496 50953 33554432000 1073741824 1073778376 140734649963392 139735353289640 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25053/tid=25061] ppid=25050 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25061/stat : 25061 (java) S 25050 25053 20692 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12598231 9924202496 50953 33554432000 1073741824 1073778376 140734649963392 139735016139816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25062] ppid=25050 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25062/stat : 25062 (java) S 25050 25053 20692 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12598231 9924202496 50953 33554432000 1073741824 1073778376 140734649963392 139735015086760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25063] ppid=25050 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25063/stat : 25063 (java) S 25050 25053 20692 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12598231 9924202496 50953 33554432000 1073741824 1073778376 140734649963392 139735014034216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25064] ppid=25050 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25064/stat : 25064 (java) S 25050 25053 20692 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 12598232 9924202496 50953 33554432000 1073741824 1073778376 140734649963392 139735001835880 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25053/tid=25065] ppid=25050 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25065/stat : 25065 (java) S 25050 25053 20692 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 12598232 9924202496 50953 33554432000 1073741824 1073778376 140734649963392 139735000782200 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25066] ppid=25050 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25066/stat : 25066 (java) S 25050 25053 20692 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12598232 9924202496 50953 33554432000 1073741824 1073778376 140734649963392 139734999729032 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25067] ppid=25050 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25067/stat : 25067 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598235 9924202496 50953 33554432000 1073741824 1073778376 140734649963392 139734998677776 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25068] ppid=25050 vsize=9691604 CPUtime=0.35 cores=1,3,5,7
/proc/25053/task/25068/stat : 25068 (java) S 25050 25053 20692 0 -1 4202560 7960 0 0 0 33 2 0 0 20 0 19 0 12598235 9924202496 50953 33554432000 1073741824 1073778376 140734649963392 139734997625656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25053/tid=25069] ppid=25050 vsize=9691604 CPUtime=0.86 cores=1,3,5,7
/proc/25053/task/25069/stat : 25069 (java) S 25050 25053 20692 0 -1 4202560 10389 0 0 0 84 2 0 0 20 0 19 0 12598235 9924202496 50953 33554432000 1073741824 1073778376 140734649963392 139734996573112 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25070] ppid=25050 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25070/stat : 25070 (java) S 25050 25053 20692 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12598235 9924202496 50953 33554432000 1073741824 1073778376 140734649963392 139734995520248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25053/tid=25071] ppid=25050 vsize=9691604 CPUtime=0.1 cores=1,3,5,7
/proc/25053/task/25071/stat : 25071 (java) S 25050 25053 20692 0 -1 4202560 24 0 0 0 4 6 0 0 20 0 19 0 12598235 9924202496 50953 33554432000 1073741824 1073778376 140734649963392 139734994467912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 379.39
Current children cumulated vsize (KiB) 9691604

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25053 and gives
#  childrusage.ru_utime.tv_sec=378
#  childrusage.ru_utime.tv_usec=283492
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=264959
# CPU time returned by wait4() is 378.548
# while last known CPU time is 379.39
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 378.142
CPU time (s): 379.39
CPU user time (s): 379.26
CPU system time (s): 0.13
CPU usage (%): 100.33
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 378.283
system time used= 0.264959
maximum resident set size= 203868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22203
page faults= 1
swaps= 0
block input operations= 0
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8306
involuntary context switches= 1054

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.31065 second user time and 2.6526 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-30 21:51:48
IDJOB=4122070
IDBENCH=110859
IDSOLVER=2546
FILE ID=node114/4122070-1467316308
RUNJOBID= node114-1467314247-24371
PBS_JOBID= 20005267
Free space on /tmp= 71672 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-n74-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-4122070-1467316308/watcher-4122070-1467316308 -o /tmp/evaluation-result-4122070-1467316308/solver-4122070-1467316308 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467314247-24371 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122070-1467316308.opb

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

MD5SUM BENCH= da0f0ee3655e6825a32e6c83a0394c97
RANDOM SEED=863521637

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29562524 kB
Buffers:          139584 kB
Cached:          1042872 kB
SwapCached:            0 kB
Active:           485372 kB
Inactive:         921756 kB
Active(anon):     221052 kB
Inactive(anon):     6048 kB
Active(file):     264320 kB
Inactive(file):   915708 kB
Unevictable:     1155804 kB
Mlocked:           13208 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:       1377888 kB
Mapped:            22148 kB
Shmem:               204 kB
Slab:             610748 kB
SReclaimable:      54876 kB
SUnreclaim:       555872 kB
KernelStack:        1760 kB
PageTables:         7428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1849792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1345536 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= 71668 MiB
End job on node114 at 2016-06-30 21:58:06