Trace number 3687544

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 NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotOPT1120 41.7187 23.9307

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-lseu.opb
MD5SUM9b4418c5c34f37121cd9ad7732df64ff
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1120
Best CPU time to get the best result obtained on this benchmark0.170973
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1120
Optimality of the best value was proved YES
Number of variables89
Total number of constraints28
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)15
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint2
Maximum length of a constraint47
Number of terms in the objective function 85
Biggest coefficient in the objective function 517
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 15494
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1656
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 15494
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3687544-1337871942.opb
0.09/0.12	c reading problem ... 
0.09/0.15	c ... done. Wall clock time 0.029s.
0.09/0.15	c declared #vars     89
0.09/0.15	c #constraints  28
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 15
0.09/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11
0.09/0.15	c 28 constraints processed.
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.09/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
0.09/0.15	c 28 constraints processed.
0.09/0.15	c objective function length is 85 literals
0.09/0.19	c  And the winner is solver0
0.40/0.65	c SATISFIABLE
0.40/0.65	c OPTIMIZING...
0.40/0.65	c Got one! Elapsed wall clock time (in seconds):0.531
0.40/0.65	o 1332
0.40/0.66	c  And the winner is solver1
0.46/1.15	c Got one! Elapsed wall clock time (in seconds):1.033
0.46/1.15	o 1255
0.46/1.17	c  And the winner is solver0
0.59/1.66	c Got one! Elapsed wall clock time (in seconds):1.534
0.59/1.66	o 1243
0.59/1.68	c  And the winner is solver1
0.72/2.16	c Got one! Elapsed wall clock time (in seconds):2.036
0.72/2.16	o 1222
2.03/2.53	c cleaning 2842 clauses out of 5684 with flag 5000/5684
2.40/2.62	c  And the winner is solver0
2.40/2.66	c Got one! Elapsed wall clock time (in seconds):2.537
2.40/2.66	o 1174
2.73/2.74	c cleaning 3943 clauses out of 7885 with flag 2002/10727
3.10/2.87	c  And the winner is solver0
3.46/3.16	c Got one! Elapsed wall clock time (in seconds):3.038
3.46/3.16	o 1169
3.46/3.20	c cleaning 4484 clauses out of 8980 with flag 1000/15765
3.94/3.40	c cleaning 5247 clauses out of 10496 with flag 7000/21765
4.35/3.63	c cleaning 6122 clauses out of 12249 with flag 14000/28765
4.95/3.90	c cleaning 7065 clauses out of 14130 with flag 22003/36768
5.34/4.11	c  And the winner is solver1
5.34/4.16	c Got one! Elapsed wall clock time (in seconds):4.04
5.34/4.16	o 1157
5.65/4.37	c cleaning 9293 clauses out of 18587 with flag 5000/48290
6.02/4.58	c cleaning 7641 clauses out of 15295 with flag 11001/54291
6.59/4.83	c cleaning 7319 clauses out of 14655 with flag 18002/61292
6.59/4.89	c  And the winner is solver0
6.77/5.16	c Got one! Elapsed wall clock time (in seconds):5.041
6.77/5.16	o 1149
6.83/5.29	c cleaning 6258 clauses out of 12522 with flag 4002/66478
7.22/5.48	c cleaning 6122 clauses out of 12262 with flag 10000/72476
7.58/5.70	c cleaning 6568 clauses out of 13140 with flag 17000/79476
7.78/5.78	c  And the winner is solver1
7.92/6.16	c Got one! Elapsed wall clock time (in seconds):6.043
7.92/6.16	o 1136
7.98/6.26	c cleaning 5787 clauses out of 11574 with flag 3001/84478
8.36/6.45	c cleaning 5893 clauses out of 11787 with flag 9001/90478
8.97/6.72	c cleaning 6432 clauses out of 12894 with flag 16001/97478
9.82/7.02	c cleaning 7228 clauses out of 14461 with flag 24000/105477
10.44/7.35	c cleaning 8112 clauses out of 16234 with flag 33001/114478
11.59/7.71	c cleaning 9054 clauses out of 18121 with flag 43000/124477
12.44/8.10	c cleaning 10031 clauses out of 20070 with flag 54003/135480
13.21/8.54	c cleaning 11021 clauses out of 22041 with flag 66005/147482
14.16/9.02	c cleaning 12002 clauses out of 24016 with flag 79001/160478
15.14/9.54	c cleaning 13004 clauses out of 26013 with flag 93000/174477
16.31/10.12	c cleaning 14001 clauses out of 28012 with flag 108003/189480
17.47/10.76	c cleaning 15003 clauses out of 30008 with flag 124000/205477
18.84/11.47	c cleaning 15995 clauses out of 32005 with flag 141000/222477
20.62/12.31	c cleaning 17003 clauses out of 34010 with flag 159000/240477
21.58/12.83	c  And the winner is solver0
21.64/13.17	c Got one! Elapsed wall clock time (in seconds):13.045
21.64/13.17	o 1120
22.30/13.51	c cleaning 17559 clauses out of 35127 with flag 5001/258597
22.86/13.80	c cleaning 11785 clauses out of 23569 with flag 11002/264598
23.22/14.08	c cleaning 9382 clauses out of 18783 with flag 18002/271598
23.80/14.38	c cleaning 8690 clauses out of 17399 with flag 26000/279596
24.56/14.72	c cleaning 8855 clauses out of 17709 with flag 35000/288596
25.13/15.05	c cleaning 9412 clauses out of 18854 with flag 45001/298597
25.89/15.48	c cleaning 10218 clauses out of 20450 with flag 56009/309605
26.84/15.93	c cleaning 11108 clauses out of 22224 with flag 68001/321597
27.81/16.43	c cleaning 12057 clauses out of 24115 with flag 81000/334596
28.96/17.01	c cleaning 13029 clauses out of 26057 with flag 95000/348596
30.15/17.62	c cleaning 14013 clauses out of 28027 with flag 110000/363596
31.52/18.30	c cleaning 15004 clauses out of 30014 with flag 126001/379597
32.88/19.07	c cleaning 15987 clauses out of 32009 with flag 143000/396596
34.25/19.78	c cleaning 17009 clauses out of 34022 with flag 161001/414597
35.99/20.66	c cleaning 18007 clauses out of 36013 with flag 180002/433598
37.76/21.53	c cleaning 19000 clauses out of 38003 with flag 200000/453596
39.52/22.47	c cleaning 20000 clauses out of 40003 with flag 221002/474598
41.27/23.38	c  And the winner is solver0
41.60/23.92	c starts		: 275
41.60/23.92	c conflicts		: 496500
41.60/23.92	c decisions		: 886520
41.60/23.92	c propagations		: 8996748
41.60/23.92	c inspects		: 154518418
41.60/23.92	c shortcuts		: 0
41.60/23.92	c learnt literals	: 20
41.60/23.92	c learnt binary clauses	: 41
41.60/23.92	c learnt ternary clauses	: 72
41.60/23.92	c learnt constraints	: 496479
41.60/23.92	c ignored constraints	: 0
41.60/23.92	c root simplifications	: 0
41.60/23.92	c removed literals (reason simplification)	: 827054
41.60/23.92	c reason swapping (by a shorter reason)	: 0
41.60/23.92	c Calls to reduceDB	: 43
41.60/23.92	c number of reductions to clauses (during analyze)	: 0
41.60/23.92	c number of learned constraints concerned by reduction	: 0
41.60/23.92	c number of learning phase by resolution	: 0
41.60/23.92	c number of learning phase by cutting planes	: 0
41.60/23.92	c speed (assignments/second)	: 506744.846231835
41.60/23.92	c non guided choices	0
41.60/23.92	c learnt constraints type 
41.60/23.92	c constraints type 
41.60/23.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 15
41.60/23.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
41.60/23.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 11
41.60/23.92	c 28 constraints processed.
41.60/23.92	c constraints type 
41.60/23.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
41.60/23.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15
41.60/23.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
41.60/23.92	c 28 constraints processed.
41.60/23.92	s OPTIMUM FOUND
41.60/23.92	v x1 x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 
41.60/23.92	c objective function=1120
41.60/23.92	c Total wall clock time (in seconds): 23.798

Verifier Data

OK	1120

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3687544-1337871942/watcher-3687544-1337871942 -o /tmp/evaluation-result-3687544-1337871942/solver-3687544-1337871942 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687544-1337871942.opb 

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.24 0.31 0.10 4/197 26157
/proc/meminfo: memFree=27691024/32873844 swapFree=7388/7388
[pid=26157] ppid=26155 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/26157/stat : 26157 (java) R 26155 26157 25184 0 -1 4202496 1088 0 0 0 0 0 0 0 20 0 1 0 253318626 23793664 817 33554432000 1073741824 1073778376 140733415122688 140733415111752 140282867891280 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26157/statm: 5809 837 629 9 0 128 0

[startup+0.0384981 s]
/proc/loadavg: 1.24 0.31 0.10 4/197 26157
/proc/meminfo: memFree=27691024/32873844 swapFree=7388/7388
[pid=26157] ppid=26155 vsize=9225560 CPUtime=0.01 cores=1,3,5,7
/proc/26157/stat : 26157 (java) S 26155 26157 25184 0 -1 4202496 2965 0 1 0 1 0 0 0 20 0 13 0 253318626 9446973440 3665 33554432000 1073741824 1073778376 140733415122688 140733415113824 239241035837 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26157/statm: 2306390 3665 1661 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100334 s]
/proc/loadavg: 1.24 0.31 0.10 4/197 26157
/proc/meminfo: memFree=27691024/32873844 swapFree=7388/7388
[pid=26157] ppid=26155 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/26157/stat : 26157 (java) S 26155 26157 25184 0 -1 4202496 4274 0 1 0 8 1 0 0 20 0 18 0 253318626 9787813888 5467 33554432000 1073741824 1073778376 140733415122688 140733415113824 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26157/statm: 2389603 5467 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300247 s]
/proc/loadavg: 1.24 0.31 0.10 4/197 26157
/proc/meminfo: memFree=27691024/32873844 swapFree=7388/7388
[pid=26157] ppid=26155 vsize=9824668 CPUtime=0.4 cores=1,3,5,7
/proc/26157/stat : 26157 (java) S 26155 26157 25184 0 -1 4202496 6974 0 1 0 37 3 0 0 20 0 19 0 253318626 10060460032 8460 33554432000 1073741824 1073778376 140733415122688 140733415113824 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26157/statm: 2456167 8460 2212 9 0 2446860 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 9824668

[startup+0.70025 s]
/proc/loadavg: 1.24 0.31 0.10 4/197 26157
/proc/meminfo: memFree=27691024/32873844 swapFree=7388/7388
[pid=26157] ppid=26155 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/26157/stat : 26157 (java) S 26155 26157 25184 0 -1 4202496 6996 0 1 0 42 4 0 0 20 0 19 0 253318626 10060460032 9497 33554432000 1073741824 1073778376 140733415122688 140733415113824 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26157/statm: 2456167 9497 2212 9 0 2446860 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9824668

[startup+1.50068 s]
/proc/loadavg: 1.30 0.34 0.11 3/216 26182
/proc/meminfo: memFree=27579548/32873844 swapFree=7388/7388
[pid=26157] ppid=26155 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/26157/stat : 26157 (java) S 26155 26157 25184 0 -1 4202496 7332 0 1 0 53 6 0 0 20 0 19 0 253318626 10060460032 11072 33554432000 1073741824 1073778376 140733415122688 140733415113824 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26157/statm: 2456167 11072 2214 9 0 2446860 0
[pid=26157/tid=26158] ppid=26155 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/26157/task/26158/stat : 26158 (java) S 26155 26157 25184 0 -1 4202560 2442 0 1 0 11 2 0 0 20 0 19 0 253318627 10060460032 11072 33554432000 1073741824 1073778376 140733415122688 140282863576056 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26160] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26160/stat : 26160 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318628 10060460032 11072 33554432000 1073741824 1073778376 140733415122688 140282836027816 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26161] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26161/stat : 26161 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318628 10060460032 11072 33554432000 1073741824 1073778376 140733415122688 140282834975272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26162] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26162/stat : 26162 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318628 10060460032 11072 33554432000 1073741824 1073778376 140733415122688 140282833922216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26157/tid=26163] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26163/stat : 26163 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318628 10060460032 11072 33554432000 1073741824 1073778376 140733415122688 140282832869672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26157/tid=26164] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26164/stat : 26164 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318628 10060460032 11072 33554432000 1073741824 1073778376 140733415122688 140282831817640 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26165] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26165/stat : 26165 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318628 10060460032 11072 33554432000 1073741824 1073778376 140733415122688 140282830765096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26157/tid=26166] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26166/stat : 26166 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318628 10060460032 11072 33554432000 1073741824 1073778376 140733415122688 140282829712040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26167] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26167/stat : 26167 (java) S 26155 26157 25184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253318628 10060460032 11072 33554432000 1073741824 1073778376 140733415122688 140282828659496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26168] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26168/stat : 26168 (java) S 26155 26157 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253318630 10060460032 11072 33554432000 1073741824 1073778376 140733415122688 140282217605480 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26169] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26169/stat : 26169 (java) S 26155 26157 25184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253318630 10060460032 11072 33554432000 1073741824 1073778376 140733415122688 140282216551800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26170] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26170/stat : 26170 (java) S 26155 26157 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318630 10060460032 11072 33554432000 1073741824 1073778376 140733415122688 140282215498632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26171] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26171/stat : 26171 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318633 10060460032 11072 33554432000 1073741824 1073778376 140733415122688 140282214447376 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26172] ppid=26155 vsize=9824668 CPUtime=0.15 cores=1,3,5,7
/proc/26157/task/26172/stat : 26172 (java) S 26155 26157 25184 0 -1 4202560 1638 0 0 0 15 0 0 0 20 0 19 0 253318633 10060460032 11072 33554432000 1073741824 1073778376 140733415122688 140282213395256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26173] ppid=26155 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/26157/task/26173/stat : 26173 (java) S 26155 26157 25184 0 -1 4202560 1925 0 0 0 13 0 0 0 20 0 19 0 253318633 10060460032 11072 33554432000 1073741824 1073778376 140733415122688 140282212342712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26174] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26174/stat : 26174 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318633 10060460032 11072 33554432000 1073741824 1073778376 140733415122688 140282211289848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26157/tid=26175] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26175/stat : 26175 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318633 10060460032 11072 33554432000 1073741824 1073778376 140733415122688 140282210237512 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9824668

[startup+3.10068 s]
/proc/loadavg: 1.30 0.34 0.11 2/216 26188
/proc/meminfo: memFree=27560612/32873844 swapFree=7388/7388
[pid=26157] ppid=26155 vsize=9824668 CPUtime=3.46 cores=1,3,5,7
/proc/26157/stat : 26157 (java) S 26155 26157 25184 0 -1 4202496 21599 0 1 0 329 17 0 0 20 0 19 0 253318626 10060460032 33853 33554432000 1073741824 1073778376 140733415122688 140733415113824 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26157/statm: 2456167 33853 2267 9 0 2446860 0
[pid=26157/tid=26158] ppid=26155 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/26157/task/26158/stat : 26158 (java) S 26155 26157 25184 0 -1 4202560 2443 0 1 0 12 2 0 0 20 0 19 0 253318627 10060460032 33853 33554432000 1073741824 1073778376 140733415122688 140282863576056 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26160] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26160/stat : 26160 (java) S 26155 26157 25184 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253318628 10060460032 33853 33554432000 1073741824 1073778376 140733415122688 140282836027816 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26161] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26161/stat : 26161 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318628 10060460032 33853 33554432000 1073741824 1073778376 140733415122688 140282834975272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26157/tid=26162] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26162/stat : 26162 (java) S 26155 26157 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318628 10060460032 33853 33554432000 1073741824 1073778376 140733415122688 140282833922216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26157/tid=26163] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26163/stat : 26163 (java) S 26155 26157 25184 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253318628 10060460032 33853 33554432000 1073741824 1073778376 140733415122688 140282832869672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26157/tid=26164] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26164/stat : 26164 (java) S 26155 26157 25184 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253318628 10060460032 33853 33554432000 1073741824 1073778376 140733415122688 140282831817640 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26157/tid=26165] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26165/stat : 26165 (java) S 26155 26157 25184 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253318628 10060460032 33853 33554432000 1073741824 1073778376 140733415122688 140282830765096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26157/tid=26166] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26166/stat : 26166 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318628 10060460032 33853 33554432000 1073741824 1073778376 140733415122688 140282829712040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26167] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26167/stat : 26167 (java) S 26155 26157 25184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253318628 10060460032 33853 33554432000 1073741824 1073778376 140733415122688 140282828659496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26168] ppid=26155 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26157/task/26168/stat : 26168 (java) S 26155 26157 25184 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 253318630 10060460032 33853 33554432000 1073741824 1073778376 140733415122688 140282217605480 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26169] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26169/stat : 26169 (java) S 26155 26157 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318630 10060460032 33853 33554432000 1073741824 1073778376 140733415122688 140282216551800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26170] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26170/stat : 26170 (java) S 26155 26157 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253318630 10060460032 33853 33554432000 1073741824 1073778376 140733415122688 140282215498632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26171] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26171/stat : 26171 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318633 10060460032 33853 33554432000 1073741824 1073778376 140733415122688 140282214447376 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26172] ppid=26155 vsize=9824668 CPUtime=0.91 cores=1,3,5,7
/proc/26157/task/26172/stat : 26172 (java) S 26155 26157 25184 0 -1 4202560 11368 0 0 0 88 3 0 0 20 0 19 0 253318633 10060460032 33853 33554432000 1073741824 1073778376 140733415122688 140282213395256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26173] ppid=26155 vsize=9824668 CPUtime=0.86 cores=1,3,5,7
/proc/26157/task/26173/stat : 26173 (java) S 26155 26157 25184 0 -1 4202560 6319 0 0 0 84 2 0 0 20 0 19 0 253318633 10060460032 33853 33554432000 1073741824 1073778376 140733415122688 140282212342712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26157/tid=26174] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26174/stat : 26174 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318633 10060460032 33853 33554432000 1073741824 1073778376 140733415122688 140282211289848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26157/tid=26175] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26175/stat : 26175 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318633 10060460032 33853 33554432000 1073741824 1073778376 140733415122688 140282210237512 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9824668

[startup+6.30087 s]
/proc/loadavg: 1.51 0.40 0.13 5/219 26203
/proc/meminfo: memFree=27405104/32873844 swapFree=7388/7388
[pid=26157] ppid=26155 vsize=9824668 CPUtime=8.16 cores=1,3,5,7
/proc/26157/stat : 26157 (java) S 26155 26157 25184 0 -1 4202496 21773 0 1 0 792 24 0 0 20 0 22 0 253318626 10060460032 51569 33554432000 1073741824 1073778376 140733415122688 140733415113824 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26157/statm: 2456167 51569 2274 9 0 2446860 0
[pid=26157/tid=26158] ppid=26155 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/26157/task/26158/stat : 26158 (java) S 26155 26157 25184 0 -1 4202560 2443 0 1 0 12 2 0 0 20 0 22 0 253318627 10060460032 51569 33554432000 1073741824 1073778376 140733415122688 140282863576056 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26160] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26160/stat : 26160 (java) S 26155 26157 25184 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253318628 10060460032 51569 33554432000 1073741824 1073778376 140733415122688 140282836027816 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26161] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26161/stat : 26161 (java) S 26155 26157 25184 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253318628 10060460032 51569 33554432000 1073741824 1073778376 140733415122688 140282834975272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26162] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26162/stat : 26162 (java) S 26155 26157 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318628 10060460032 51569 33554432000 1073741824 1073778376 140733415122688 140282833922216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26163] ppid=26155 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26157/task/26163/stat : 26163 (java) S 26155 26157 25184 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253318628 10060460032 51569 33554432000 1073741824 1073778376 140733415122688 140282832869672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26164] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26164/stat : 26164 (java) S 26155 26157 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253318628 10060460032 51569 33554432000 1073741824 1073778376 140733415122688 140282831817640 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26157/tid=26165] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26165/stat : 26165 (java) S 26155 26157 25184 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253318628 10060460032 51569 33554432000 1073741824 1073778376 140733415122688 140282830765096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26166] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26166/stat : 26166 (java) S 26155 26157 25184 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253318628 10060460032 51569 33554432000 1073741824 1073778376 140733415122688 140282829712040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26157/tid=26167] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26167/stat : 26167 (java) S 26155 26157 25184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253318628 10060460032 51569 33554432000 1073741824 1073778376 140733415122688 140282828659496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26157/tid=26168] ppid=26155 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/26157/task/26168/stat : 26168 (java) S 26155 26157 25184 0 -1 4202560 99 0 0 0 27 0 0 0 20 0 22 0 253318630 10060460032 51569 33554432000 1073741824 1073778376 140733415122688 140282217605480 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26169] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26169/stat : 26169 (java) S 26155 26157 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253318630 10060460032 51569 33554432000 1073741824 1073778376 140733415122688 140282216551800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26170] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26170/stat : 26170 (java) S 26155 26157 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253318630 10060460032 51569 33554432000 1073741824 1073778376 140733415122688 140282215498632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26171] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26171/stat : 26171 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318633 10060460032 51569 33554432000 1073741824 1073778376 140733415122688 140282214447376 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26172] ppid=26155 vsize=9824668 CPUtime=0.91 cores=1,3,5,7
/proc/26157/task/26172/stat : 26172 (java) S 26155 26157 25184 0 -1 4202560 11369 0 0 0 88 3 0 0 20 0 22 0 253318633 10060460032 51569 33554432000 1073741824 1073778376 140733415122688 140282213395256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26173] ppid=26155 vsize=9824668 CPUtime=0.94 cores=1,3,5,7
/proc/26157/task/26173/stat : 26173 (java) S 26155 26157 25184 0 -1 4202560 6327 0 0 0 92 2 0 0 20 0 22 0 253318633 10060460032 51569 33554432000 1073741824 1073778376 140733415122688 140282212342712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26157/tid=26174] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26174/stat : 26174 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318633 10060460032 51569 33554432000 1073741824 1073778376 140733415122688 140282211289848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26157/tid=26175] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26175/stat : 26175 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318633 10060460032 51569 33554432000 1073741824 1073778376 140733415122688 140282210237512 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26203] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26203/stat : 26203 (java) S 26155 26157 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253319143 10060460032 51569 33554432000 1073741824 1073778376 140733415122688 140282206024616 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 9824668

[startup+12.7008 s]
/proc/loadavg: 1.71 0.46 0.15 5/219 26206
/proc/meminfo: memFree=27261296/32873844 swapFree=7388/7388
[pid=26157] ppid=26155 vsize=9824668 CPUtime=21.38 cores=1,3,5,7
/proc/26157/stat : 26157 (java) S 26155 26157 25184 0 -1 4202496 29843 0 1 0 2107 31 0 0 20 0 22 0 253318626 10060460032 89045 33554432000 1073741824 1073778376 140733415122688 140733415113824 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0

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

/proc/26157/task/26166/stat : 26166 (java) S 26155 26157 25184 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 22 0 253318628 10060460032 109584 33554432000 1073741824 1073778376 140733415122688 140282829712040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26167] ppid=26155 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26157/task/26167/stat : 26167 (java) S 26155 26157 25184 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 22 0 253318628 10060460032 109584 33554432000 1073741824 1073778376 140733415122688 140282828659496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26157/tid=26168] ppid=26155 vsize=9824668 CPUtime=1.44 cores=1,3,5,7
/proc/26157/task/26168/stat : 26168 (java) S 26155 26157 25184 0 -1 4202560 267 0 0 0 142 2 0 0 20 0 22 0 253318630 10060460032 109584 33554432000 1073741824 1073778376 140733415122688 140282217605480 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26157/tid=26169] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26169/stat : 26169 (java) S 26155 26157 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253318630 10060460032 109584 33554432000 1073741824 1073778376 140733415122688 140282216551800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26170] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26170/stat : 26170 (java) S 26155 26157 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253318630 10060460032 109584 33554432000 1073741824 1073778376 140733415122688 140282215498632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26171] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26171/stat : 26171 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318633 10060460032 109584 33554432000 1073741824 1073778376 140733415122688 140282214447376 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26172] ppid=26155 vsize=9824668 CPUtime=0.95 cores=1,3,5,7
/proc/26157/task/26172/stat : 26172 (java) S 26155 26157 25184 0 -1 4202560 11369 0 0 0 92 3 0 0 20 0 22 0 253318633 10060460032 109584 33554432000 1073741824 1073778376 140733415122688 140282213395256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26173] ppid=26155 vsize=9824668 CPUtime=1.83 cores=1,3,5,7
/proc/26157/task/26173/stat : 26173 (java) S 26155 26157 25184 0 -1 4202560 14078 0 0 0 180 3 0 0 20 0 22 0 253318633 10060460032 109584 33554432000 1073741824 1073778376 140733415122688 140282212342712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26174] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26174/stat : 26174 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318633 10060460032 109584 33554432000 1073741824 1073778376 140733415122688 140282211289848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26157/tid=26175] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26175/stat : 26175 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318633 10060460032 109584 33554432000 1073741824 1073778376 140733415122688 140282210237512 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26206] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26206/stat : 26206 (java) S 26155 26157 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253319243 10060460032 109584 33554432000 1073741824 1073778376 140733415122688 140282209183016 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26157/tid=26207] ppid=26155 vsize=9824668 CPUtime=8.28 cores=1,3,5,7
/proc/26157/task/26207/stat : 26207 (java) R 26155 26157 25184 0 -1 4202560 24 0 0 0 828 0 0 0 20 0 22 0 253319944 10060460032 109584 33554432000 1073741824 1073778376 140733415122688 140282207077032 140282708869083 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26208] ppid=26155 vsize=9824668 CPUtime=8.28 cores=1,3,5,7
/proc/26157/task/26208/stat : 26208 (java) R 26155 26157 25184 0 -1 4202560 42 0 0 0 827 1 0 0 20 0 22 0 253319944 10060460032 109584 33554432000 1073741824 1073778376 140733415122688 140282208127104 140282708767390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26209] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26209/stat : 26209 (java) S 26155 26157 25184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253319944 10060460032 109584 33554432000 1073741824 1073778376 140733415122688 140282206024872 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 39.32
Current children cumulated vsize (KiB) 9824668

[startup+23.1078 s]
/proc/loadavg: 2.06 0.57 0.19 5/219 26209
/proc/meminfo: memFree=27158616/32873844 swapFree=7388/7388
[pid=26157] ppid=26155 vsize=9824668 CPUtime=40.89 cores=1,3,5,7
/proc/26157/stat : 26157 (java) S 26155 26157 25184 0 -1 4202496 29948 0 1 0 4054 35 0 0 20 0 22 0 253318626 10060460032 110611 33554432000 1073741824 1073778376 140733415122688 140733415113824 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26157/statm: 2456167 110611 2276 9 0 2446860 0
[pid=26157/tid=26158] ppid=26155 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/26157/task/26158/stat : 26158 (java) S 26155 26157 25184 0 -1 4202560 2444 0 1 0 12 2 0 0 20 0 22 0 253318627 10060460032 110611 33554432000 1073741824 1073778376 140733415122688 140282863576056 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26160] ppid=26155 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/26157/task/26160/stat : 26160 (java) S 26155 26157 25184 0 -1 4202560 23 0 0 0 7 0 0 0 20 0 22 0 253318628 10060460032 110611 33554432000 1073741824 1073778376 140733415122688 140282836027816 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26161] ppid=26155 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26157/task/26161/stat : 26161 (java) S 26155 26157 25184 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 22 0 253318628 10060460032 110611 33554432000 1073741824 1073778376 140733415122688 140282834975272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26162] ppid=26155 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26157/task/26162/stat : 26162 (java) S 26155 26157 25184 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 22 0 253318628 10060460032 110611 33554432000 1073741824 1073778376 140733415122688 140282833922216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26163] ppid=26155 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/26157/task/26163/stat : 26163 (java) S 26155 26157 25184 0 -1 4202560 26 0 0 0 7 0 0 0 20 0 22 0 253318628 10060460032 110611 33554432000 1073741824 1073778376 140733415122688 140282832869672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26157/tid=26164] ppid=26155 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26157/task/26164/stat : 26164 (java) S 26155 26157 25184 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 22 0 253318628 10060460032 110611 33554432000 1073741824 1073778376 140733415122688 140282831817640 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26157/tid=26165] ppid=26155 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26157/task/26165/stat : 26165 (java) S 26155 26157 25184 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 253318628 10060460032 110611 33554432000 1073741824 1073778376 140733415122688 140282830765096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26166] ppid=26155 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26157/task/26166/stat : 26166 (java) S 26155 26157 25184 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 22 0 253318628 10060460032 110611 33554432000 1073741824 1073778376 140733415122688 140282829712040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26167] ppid=26155 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26157/task/26167/stat : 26167 (java) S 26155 26157 25184 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 22 0 253318628 10060460032 110611 33554432000 1073741824 1073778376 140733415122688 140282828659496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26157/tid=26168] ppid=26155 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/26157/task/26168/stat : 26168 (java) S 26155 26157 25184 0 -1 4202560 267 0 0 0 147 2 0 0 20 0 22 0 253318630 10060460032 110611 33554432000 1073741824 1073778376 140733415122688 140282217605480 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26157/tid=26169] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26169/stat : 26169 (java) S 26155 26157 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253318630 10060460032 110611 33554432000 1073741824 1073778376 140733415122688 140282216551800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26170] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26170/stat : 26170 (java) S 26155 26157 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253318630 10060460032 110611 33554432000 1073741824 1073778376 140733415122688 140282215498632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26171] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26171/stat : 26171 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318633 10060460032 110611 33554432000 1073741824 1073778376 140733415122688 140282214447376 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26172] ppid=26155 vsize=9824668 CPUtime=0.95 cores=1,3,5,7
/proc/26157/task/26172/stat : 26172 (java) S 26155 26157 25184 0 -1 4202560 11369 0 0 0 92 3 0 0 20 0 22 0 253318633 10060460032 110611 33554432000 1073741824 1073778376 140733415122688 140282213395256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26173] ppid=26155 vsize=9824668 CPUtime=1.83 cores=1,3,5,7
/proc/26157/task/26173/stat : 26173 (java) S 26155 26157 25184 0 -1 4202560 14078 0 0 0 180 3 0 0 20 0 22 0 253318633 10060460032 110611 33554432000 1073741824 1073778376 140733415122688 140282212342712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26174] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26174/stat : 26174 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318633 10060460032 110611 33554432000 1073741824 1073778376 140733415122688 140282211289848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26157/tid=26175] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26175/stat : 26175 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253318633 10060460032 110611 33554432000 1073741824 1073778376 140733415122688 140282210237512 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26206] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26206/stat : 26206 (java) S 26155 26157 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253319243 10060460032 110611 33554432000 1073741824 1073778376 140733415122688 140282209183016 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26157/tid=26207] ppid=26155 vsize=9824668 CPUtime=9.03 cores=1,3,5,7
/proc/26157/task/26207/stat : 26207 (java) R 26155 26157 25184 0 -1 4202560 24 0 0 0 903 0 0 0 20 0 22 0 253319944 10060460032 110611 33554432000 1073741824 1073778376 140733415122688 140282207077192 140282708789304 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26208] ppid=26155 vsize=9824668 CPUtime=9.03 cores=1,3,5,7
/proc/26157/task/26208/stat : 26208 (java) R 26155 26157 25184 0 -1 4202560 45 0 0 0 902 1 0 0 20 0 22 0 253319944 10060460032 110611 33554432000 1073741824 1073778376 140733415122688 140282208127488 140282708864047 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26209] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26209/stat : 26209 (java) S 26155 26157 25184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253319944 10060460032 110611 33554432000 1073741824 1073778376 140733415122688 140282206024872 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 40.89
Current children cumulated vsize (KiB) 9824668

[startup+23.5008 s]
/proc/loadavg: 2.06 0.57 0.19 5/219 26209
/proc/meminfo: memFree=27158616/32873844 swapFree=7388/7388
[pid=26157] ppid=26155 vsize=9824668 CPUtime=41.41 cores=1,3,5,7
/proc/26157/stat : 26157 (java) S 26155 26157 25184 0 -1 4202496 29948 0 1 0 4105 36 0 0 20 0 19 0 253318626 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140733415113824 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26157/statm: 2456167 110601 2276 9 0 2446860 0
[pid=26157/tid=26158] ppid=26155 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/26157/task/26158/stat : 26158 (java) S 26155 26157 25184 0 -1 4202560 2444 0 1 0 12 2 0 0 20 0 19 0 253318627 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282863576056 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26160] ppid=26155 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/26157/task/26160/stat : 26160 (java) S 26155 26157 25184 0 -1 4202560 23 0 0 0 7 0 0 0 20 0 19 0 253318628 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282836027816 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26161] ppid=26155 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26157/task/26161/stat : 26161 (java) S 26155 26157 25184 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 253318628 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282834975272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26162] ppid=26155 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26157/task/26162/stat : 26162 (java) S 26155 26157 25184 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 19 0 253318628 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282833922216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26163] ppid=26155 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/26157/task/26163/stat : 26163 (java) S 26155 26157 25184 0 -1 4202560 26 0 0 0 7 0 0 0 20 0 19 0 253318628 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282832869672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26157/tid=26164] ppid=26155 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26157/task/26164/stat : 26164 (java) S 26155 26157 25184 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 253318628 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282831817640 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26157/tid=26165] ppid=26155 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26157/task/26165/stat : 26165 (java) S 26155 26157 25184 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 19 0 253318628 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282830765096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26166] ppid=26155 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26157/task/26166/stat : 26166 (java) S 26155 26157 25184 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 19 0 253318628 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282829712040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26167] ppid=26155 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26157/task/26167/stat : 26167 (java) S 26155 26157 25184 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 19 0 253318628 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282828659496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26157/tid=26168] ppid=26155 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/26157/task/26168/stat : 26168 (java) S 26155 26157 25184 0 -1 4202560 267 0 0 0 147 2 0 0 20 0 19 0 253318630 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282217605480 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26157/tid=26169] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26169/stat : 26169 (java) S 26155 26157 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318630 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282216551800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26170] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26170/stat : 26170 (java) S 26155 26157 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253318630 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282215498632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26171] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26171/stat : 26171 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318633 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282214447376 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26172] ppid=26155 vsize=9824668 CPUtime=0.95 cores=1,3,5,7
/proc/26157/task/26172/stat : 26172 (java) S 26155 26157 25184 0 -1 4202560 11369 0 0 0 92 3 0 0 20 0 19 0 253318633 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282213395256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26173] ppid=26155 vsize=9824668 CPUtime=1.83 cores=1,3,5,7
/proc/26157/task/26173/stat : 26173 (java) S 26155 26157 25184 0 -1 4202560 14078 0 0 0 180 3 0 0 20 0 19 0 253318633 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282212342712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26174] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26174/stat : 26174 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318633 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282211289848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26157/tid=26175] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26175/stat : 26175 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318633 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282210237512 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26206] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26206/stat : 26206 (java) S 26155 26157 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253319243 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282209183016 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 41.41
Current children cumulated vsize (KiB) 9824668

[startup+23.9007 s]
/proc/loadavg: 2.06 0.57 0.19 5/219 26209
/proc/meminfo: memFree=27158616/32873844 swapFree=7388/7388
[pid=26157] ppid=26155 vsize=9824668 CPUtime=41.6 cores=1,3,5,7
/proc/26157/stat : 26157 (java) S 26155 26157 25184 0 -1 4202496 29948 0 1 0 4124 36 0 0 20 0 19 0 253318626 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140733415113824 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26157/statm: 2456167 110601 2276 9 0 2446860 0
[pid=26157/tid=26158] ppid=26155 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/26157/task/26158/stat : 26158 (java) R 26155 26157 25184 0 -1 4202560 2444 0 1 0 30 2 0 0 20 0 19 0 253318627 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282863575568 140282708629430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26160] ppid=26155 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/26157/task/26160/stat : 26160 (java) S 26155 26157 25184 0 -1 4202560 23 0 0 0 7 0 0 0 20 0 19 0 253318628 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282836027816 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26161] ppid=26155 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26157/task/26161/stat : 26161 (java) S 26155 26157 25184 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 253318628 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282834975272 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26162] ppid=26155 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26157/task/26162/stat : 26162 (java) S 26155 26157 25184 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 19 0 253318628 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282833922216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26163] ppid=26155 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/26157/task/26163/stat : 26163 (java) S 26155 26157 25184 0 -1 4202560 26 0 0 0 7 0 0 0 20 0 19 0 253318628 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282832869672 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26157/tid=26164] ppid=26155 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26157/task/26164/stat : 26164 (java) S 26155 26157 25184 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 253318628 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282831817640 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26157/tid=26165] ppid=26155 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26157/task/26165/stat : 26165 (java) S 26155 26157 25184 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 19 0 253318628 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282830765096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26166] ppid=26155 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26157/task/26166/stat : 26166 (java) S 26155 26157 25184 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 19 0 253318628 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282829712040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26167] ppid=26155 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/26157/task/26167/stat : 26167 (java) S 26155 26157 25184 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 19 0 253318628 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282828659496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26157/tid=26168] ppid=26155 vsize=9824668 CPUtime=1.49 cores=1,3,5,7
/proc/26157/task/26168/stat : 26168 (java) S 26155 26157 25184 0 -1 4202560 267 0 0 0 147 2 0 0 20 0 19 0 253318630 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282217605480 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26169] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26169/stat : 26169 (java) S 26155 26157 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318630 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282216551800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26170] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26170/stat : 26170 (java) S 26155 26157 25184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253318630 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282215498632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26171] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26171/stat : 26171 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318633 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282214447376 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26172] ppid=26155 vsize=9824668 CPUtime=0.96 cores=1,3,5,7
/proc/26157/task/26172/stat : 26172 (java) R 26155 26157 25184 0 -1 4202560 11369 0 0 0 93 3 0 0 20 0 19 0 253318633 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282213395256 239237343530 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26157/tid=26173] ppid=26155 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/26157/task/26173/stat : 26173 (java) S 26155 26157 25184 0 -1 4202560 14078 0 0 0 181 3 0 0 20 0 19 0 253318633 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282212342712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26174] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26174/stat : 26174 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318633 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282211289848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26157/tid=26175] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26175/stat : 26175 (java) S 26155 26157 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318633 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282210237512 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26157/tid=26206] ppid=26155 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26157/task/26206/stat : 26206 (java) S 26155 26157 25184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253319243 10060460032 110601 33554432000 1073741824 1073778376 140733415122688 140282209183016 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 41.6
Current children cumulated vsize (KiB) 9824668

Child status: 30
Real time (s): 23.9307
CPU time (s): 41.7187
CPU user time (s): 41.2457
CPU system time (s): 0.472928
CPU usage (%): 174.331
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.2457
system time used= 0.472928
maximum resident set size= 442444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29952
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2379
involuntary context switches= 1680

runsolver used 0.088986 second user time and 0.276957 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-24 17:05:42
IDJOB=3687544
IDBENCH=1868
IDSOLVER=2268
FILE ID=node147/3687544-1337871942
RUNJOBID= node147-1337871880-25201
PBS_JOBID= 14620057
Free space on /tmp= 71708 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-lseu.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687544-1337871942/watcher-3687544-1337871942 -o /tmp/evaluation-result-3687544-1337871942/solver-3687544-1337871942 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687544-1337871942.opb

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

MD5SUM BENCH= 9b4418c5c34f37121cd9ad7732df64ff
RANDOM SEED=1445735046

node147.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.951
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.90
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.951
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	: 5331.91
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.951
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	: 5331.87
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.951
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	: 5331.91
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.951
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	: 5331.91
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.951
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	: 5331.91
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.951
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	: 5331.91
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.951
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27698184 kB
Buffers:          214464 kB
Cached:          1448496 kB
SwapCached:         6180 kB
Active:          3062208 kB
Inactive:        1319044 kB
Active(anon):    2713912 kB
Inactive(anon):     6780 kB
Active(file):     348296 kB
Inactive(file):  1312264 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67097572 kB
Dirty:              9700 kB
Writeback:             0 kB
AnonPages:       2781812 kB
Mapped:            17952 kB
Shmem:                 0 kB
Slab:             631536 kB
SReclaimable:      71992 kB
SUnreclaim:       559544 kB
KernelStack:        1784 kB
PageTables:         9184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3271764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2723840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node147 at 2012-05-24 17:06:06