Trace number 3687541

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 Resolution 2.3.2 SnapshotOPT30 499.72 497.479

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-stein45.opb
MD5SUM5084bd7d25dcb1d535d550da78b2db16
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark30
Best CPU time to get the best result obtained on this benchmark8.29974
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 30
Optimality of the best value was proved YES
Number of variables45
Total number of constraints331
Number of constraints which are clauses330
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint45
Number of terms in the objective function 45
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 45
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
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.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3687541-1337872012.opb
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.049s.
0.11/0.15	c declared #vars     45
0.11/0.15	c #constraints  331
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 329
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.11/0.15	c 331 constraints processed.
0.11/0.15	c objective function length is 45 literals
0.11/0.15	c SATISFIABLE
0.11/0.15	c OPTIMIZING...
0.11/0.15	c Got one! Elapsed wall clock time (in seconds):0.053
0.11/0.15	o 33
0.11/0.16	c Got one! Elapsed wall clock time (in seconds):0.058
0.11/0.16	o 32
0.65/0.40	c cleaning 2508 clauses out of 5015 with flag 5000/5015
0.90/0.66	c cleaning 4253 clauses out of 8508 with flag 11001/11016
1.34/1.01	c cleaning 5625 clauses out of 11254 with flag 18000/18015
1.46/1.14	c Got one! Elapsed wall clock time (in seconds):1.046
1.46/1.14	o 31
1.55/1.28	c cleaning 5538 clauses out of 11076 with flag 2000/23462
1.88/1.58	c cleaning 5767 clauses out of 11538 with flag 8000/29462
2.30/1.99	c cleaning 6386 clauses out of 12772 with flag 15001/36463
2.52/2.11	c Got one! Elapsed wall clock time (in seconds):2.012
2.52/2.11	o 30
2.62/2.27	c cleaning 5867 clauses out of 11740 with flag 3000/41817
2.91/2.58	c cleaning 5937 clauses out of 11873 with flag 9000/47817
3.32/2.95	c cleaning 6469 clauses out of 12938 with flag 16002/54819
3.82/3.40	c cleaning 7233 clauses out of 14469 with flag 24002/62819
4.32/3.94	c cleaning 8115 clauses out of 16234 with flag 33000/71817
4.93/4.57	c cleaning 9060 clauses out of 18119 with flag 43000/81817
5.73/5.35	c cleaning 10029 clauses out of 20060 with flag 54001/92818
6.53/6.17	c cleaning 11015 clauses out of 22030 with flag 66000/104817
7.64/7.24	c cleaning 12003 clauses out of 24016 with flag 79001/117818
8.94/8.59	c cleaning 13002 clauses out of 26012 with flag 93000/131817
10.54/10.17	c cleaning 14006 clauses out of 28011 with flag 108001/146818
12.05/11.69	c cleaning 14998 clauses out of 30004 with flag 124000/162817
14.05/13.63	c cleaning 16004 clauses out of 32007 with flag 141001/179818
16.26/15.84	c cleaning 16999 clauses out of 34004 with flag 159002/197819
18.78/18.37	c cleaning 18001 clauses out of 36004 with flag 178001/216818
21.29/20.86	c cleaning 18999 clauses out of 38002 with flag 198000/236817
23.89/23.47	c cleaning 19999 clauses out of 40004 with flag 219001/257818
27.10/26.68	c cleaning 21000 clauses out of 42005 with flag 241001/279818
30.60/30.12	c cleaning 22002 clauses out of 44004 with flag 264000/302817
34.41/34.00	c cleaning 23000 clauses out of 46003 with flag 288001/326818
38.52/38.01	c cleaning 24001 clauses out of 48003 with flag 313001/351818
43.02/42.50	c cleaning 25002 clauses out of 50003 with flag 339002/377819
48.24/47.73	c cleaning 25999 clauses out of 52002 with flag 366003/404820
53.46/52.92	c cleaning 26997 clauses out of 54000 with flag 394000/432817
58.69/58.14	c cleaning 27998 clauses out of 56003 with flag 423000/461817
64.10/63.58	c cleaning 29003 clauses out of 58006 with flag 453001/491818
70.02/69.41	c cleaning 29998 clauses out of 60003 with flag 484001/522818
76.54/75.99	c cleaning 31000 clauses out of 62005 with flag 516001/554818
82.45/81.87	c cleaning 31999 clauses out of 64004 with flag 549000/587817
90.07/89.48	c cleaning 32999 clauses out of 66006 with flag 583001/621818
98.70/98.07	c cleaning 33999 clauses out of 68006 with flag 618000/656817
108.01/107.31	c cleaning 35001 clauses out of 70009 with flag 654002/692819
118.13/117.47	c cleaning 35997 clauses out of 72006 with flag 691000/729817
127.85/127.11	c cleaning 37005 clauses out of 74013 with flag 729004/767821
138.68/137.96	c cleaning 37998 clauses out of 76004 with flag 768000/806817
149.38/148.69	c cleaning 39002 clauses out of 78007 with flag 808001/846818
161.30/160.57	c cleaning 39997 clauses out of 80004 with flag 849000/887817
177.24/176.44	c cleaning 40999 clauses out of 82008 with flag 891001/929818
189.87/189.01	c cleaning 42002 clauses out of 84008 with flag 934000/972817
201.78/200.99	c cleaning 43000 clauses out of 86007 with flag 978001/1016818
219.51/218.65	c cleaning 44001 clauses out of 88006 with flag 1023000/1061817
235.14/234.21	c cleaning 44999 clauses out of 90005 with flag 1069000/1107817
250.14/249.24	c cleaning 46004 clauses out of 92007 with flag 1116001/1154818
265.16/264.24	c cleaning 46996 clauses out of 94002 with flag 1164000/1202817
284.28/283.30	c cleaning 48000 clauses out of 96006 with flag 1213000/1251817
306.05/305.08	c cleaning 49000 clauses out of 98006 with flag 1263000/1301817
328.89/327.88	c cleaning 50003 clauses out of 100007 with flag 1314001/1352818
351.14/350.00	c cleaning 51000 clauses out of 102003 with flag 1366000/1404817
373.18/372.00	c cleaning 51997 clauses out of 104003 with flag 1419000/1457817
397.82/396.39	c cleaning 52999 clauses out of 106007 with flag 1473001/1511818
420.96/419.46	c cleaning 53999 clauses out of 108006 with flag 1528000/1566817
446.23/444.17	c cleaning 55002 clauses out of 110007 with flag 1584000/1622817
471.41/469.25	c cleaning 56002 clauses out of 112008 with flag 1641003/1679820
496.58/494.36	c cleaning 57001 clauses out of 114003 with flag 1699001/1737818
499.72/497.46	c starts		: 213
499.72/497.46	c conflicts		: 1749934
499.72/497.46	c decisions		: 1808122
499.72/497.46	c propagations		: 8277263
499.72/497.46	c inspects		: 7250769892
499.72/497.46	c shortcuts		: 0
499.72/497.46	c learnt literals	: 9
499.72/497.46	c learnt binary clauses	: 8
499.72/497.46	c learnt ternary clauses	: 20
499.72/497.46	c learnt constraints	: 1749924
499.72/497.46	c ignored constraints	: 0
499.72/497.46	c root simplifications	: 0
499.72/497.46	c removed literals (reason simplification)	: 0
499.72/497.46	c reason swapping (by a shorter reason)	: 0
499.72/497.46	c Calls to reduceDB	: 60
499.72/497.46	c number of reductions to clauses (during analyze)	: 0
499.72/497.46	c number of learned constraints concerned by reduction	: 0
499.72/497.46	c number of learning phase by resolution	: 0
499.72/497.46	c number of learning phase by cutting planes	: 0
499.72/497.46	c speed (assignments/second)	: 16644.07110253162
499.72/497.46	c non guided choices	0
499.72/497.46	c learnt constraints type 
499.72/497.46	c constraints type 
499.72/497.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 329
499.72/497.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
499.72/497.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
499.72/497.46	c 331 constraints processed.
499.72/497.46	s OPTIMUM FOUND
499.72/497.46	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 
499.72/497.46	c objective function=30
499.72/497.46	c Total wall clock time (in seconds): 497.363

Verifier Data

OK	30

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-3687541-1337872012/watcher-3687541-1337872012 -o /tmp/evaluation-result-3687541-1337872012/solver-3687541-1337872012 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687541-1337872012.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.65 0.65 0.24 3/192 24206
/proc/meminfo: memFree=29573904/32873852 swapFree=7616/7616
[pid=24206] ppid=24204 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/24206/stat : 24206 (java) R 24204 24206 23289 0 -1 4202496 1136 0 0 0 0 0 0 0 20 0 1 0 253326685 23793664 864 33554432000 1073741824 1073778376 140733412222944 140733412212008 252253925207 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24206/statm: 5793 859 648 9 0 128 0
[pid=24206/tid=24207] ppid=24204 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24207/stat : 24207 (java) R 24204 24206 23289 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 253326686 24780800 867 33554432000 1073741824 1073778376 140733412222944 140733412212008 252263143601 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.049453 s]
/proc/loadavg: 1.65 0.65 0.24 3/192 24206
/proc/meminfo: memFree=29573904/32873852 swapFree=7616/7616
[pid=24206] ppid=24204 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/24206/stat : 24206 (java) S 24204 24206 23289 0 -1 4202496 3093 0 1 0 3 0 0 0 20 0 13 0 253326685 9446973440 4302 33554432000 1073741824 1073778376 140733412222944 140733412214080 252266446909 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24206/statm: 2306390 4302 1714 9 0 2297091 0
[pid=24206/tid=24207] ppid=24204 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/24206/task/24207/stat : 24207 (java) R 24204 24206 23289 0 -1 4202560 1912 0 1 0 2 0 0 0 20 0 13 0 253326686 9446973440 4302 33554432000 1073741824 1073778376 140733412222944 140509073434344 252263087797 0 4 0 16800971 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100374 s]
/proc/loadavg: 1.65 0.65 0.24 3/192 24206
/proc/meminfo: memFree=29573904/32873852 swapFree=7616/7616
[pid=24206] ppid=24204 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/24206/stat : 24206 (java) S 24204 24206 23289 0 -1 4202496 4455 0 1 0 10 1 0 0 20 0 18 0 253326685 9787813888 6123 33554432000 1073741824 1073778376 140733412222944 140733412214080 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24206/statm: 2389603 6123 2138 9 0 2380296 0
[pid=24206/tid=24207] ppid=24204 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/24206/task/24207/stat : 24207 (java) R 24204 24206 23289 0 -1 4202560 2428 0 1 0 7 0 0 0 20 0 18 0 253326686 9787813888 6123 33554432000 1073741824 1073778376 140733412222944 140509073428448 252266471861 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300297 s]
/proc/loadavg: 1.65 0.65 0.24 3/192 24206
/proc/meminfo: memFree=29573904/32873852 swapFree=7616/7616
[pid=24206] ppid=24204 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/24206/stat : 24206 (java) S 24204 24206 23289 0 -1 4202496 6521 0 1 0 49 2 0 0 20 0 19 0 253326685 9855975424 7422 33554432000 1073741824 1073778376 140733412222944 140733412214080 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24206/statm: 2406244 7422 2229 9 0 2396937 0
[pid=24206/tid=24207] ppid=24204 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/24206/task/24207/stat : 24207 (java) R 24204 24206 23289 0 -1 4202560 2449 0 1 0 27 0 0 0 20 0 19 0 253326686 9855975424 7422 33554432000 1073741824 1073778376 140733412222944 140509073437456 140508932825453 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9624976

[startup+0.700231 s]
/proc/loadavg: 1.65 0.65 0.24 3/192 24206
/proc/meminfo: memFree=29573904/32873852 swapFree=7616/7616
[pid=24206] ppid=24204 vsize=9624976 CPUtime=1.03 cores=1,3,5,7
/proc/24206/stat : 24206 (java) S 24204 24206 23289 0 -1 4202496 7186 0 1 0 101 2 0 0 20 0 19 0 253326685 9855975424 10118 33554432000 1073741824 1073778376 140733412222944 140733412214080 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24206/statm: 2406244 10118 2265 9 0 2396937 0
[pid=24206/tid=24207] ppid=24204 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/24206/task/24207/stat : 24207 (java) R 24204 24206 23289 0 -1 4202560 2454 0 1 0 65 0 0 0 20 0 19 0 253326686 9855975424 10118 33554432000 1073741824 1073778376 140733412222944 140509073437080 140508932825458 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9624976

[startup+1.50074 s]
/proc/loadavg: 1.65 0.65 0.24 3/211 24225
/proc/meminfo: memFree=29541432/32873852 swapFree=7616/7616
[pid=24206] ppid=24204 vsize=9624976 CPUtime=1.88 cores=1,3,5,7
/proc/24206/stat : 24206 (java) S 24204 24206 23289 0 -1 4202496 7196 0 1 0 186 2 0 0 20 0 19 0 253326685 9855975424 10637 33554432000 1073741824 1073778376 140733412222944 140733412214080 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24206/statm: 2406244 10637 2266 9 0 2396937 0
[pid=24206/tid=24207] ppid=24204 vsize=9624976 CPUtime=1.42 cores=1,3,5,7
/proc/24206/task/24207/stat : 24207 (java) R 24204 24206 23289 0 -1 4202560 2455 0 1 0 142 0 0 0 20 0 19 0 253326686 9855975424 10637 33554432000 1073741824 1073778376 140733412222944 140509073437080 140508932825351 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24209] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24209/stat : 24209 (java) S 24204 24206 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253326687 9855975424 10637 33554432000 1073741824 1073778376 140733412222944 140509051537704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24210] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24210/stat : 24210 (java) S 24204 24206 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326687 9855975424 10637 33554432000 1073741824 1073778376 140733412222944 140508848449704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24206/tid=24211] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24211/stat : 24211 (java) S 24204 24206 23289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253326687 9855975424 10637 33554432000 1073741824 1073778376 140733412222944 140508847397416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24212] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24212/stat : 24212 (java) S 24204 24206 23289 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253326687 9855975424 10637 33554432000 1073741824 1073778376 140733412222944 140508846344616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24206/tid=24213] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24213/stat : 24213 (java) S 24204 24206 23289 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253326687 9855975424 10637 33554432000 1073741824 1073778376 140733412222944 140508845292328 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24214] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24214/stat : 24214 (java) S 24204 24206 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326687 9855975424 10637 33554432000 1073741824 1073778376 140733412222944 140508844239528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24206/tid=24215] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24215/stat : 24215 (java) S 24204 24206 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326687 9855975424 10637 33554432000 1073741824 1073778376 140733412222944 140508843187240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24206/tid=24216] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24216/stat : 24216 (java) S 24204 24206 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253326687 9855975424 10637 33554432000 1073741824 1073778376 140733412222944 140508842134440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24206/tid=24217] ppid=24204 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/24206/task/24217/stat : 24217 (java) S 24204 24206 23289 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 19 0 253326688 9855975424 10637 33554432000 1073741824 1073778376 140733412222944 140508829935848 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24218] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24218/stat : 24218 (java) S 24204 24206 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253326688 9855975424 10637 33554432000 1073741824 1073778376 140733412222944 140508828881912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24219] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24219/stat : 24219 (java) S 24204 24206 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253326688 9855975424 10637 33554432000 1073741824 1073778376 140733412222944 140508827829512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24220] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24220/stat : 24220 (java) S 24204 24206 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326690 9855975424 10637 33554432000 1073741824 1073778376 140733412222944 140508826778000 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24221] ppid=24204 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/24206/task/24221/stat : 24221 (java) S 24204 24206 23289 0 -1 4202560 1279 0 0 0 18 0 0 0 20 0 19 0 253326690 9855975424 10637 33554432000 1073741824 1073778376 140733412222944 140508825725624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24206/tid=24222] ppid=24204 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/24206/task/24222/stat : 24222 (java) S 24204 24206 23289 0 -1 4202560 2212 0 0 0 15 0 0 0 20 0 19 0 253326690 9855975424 10637 33554432000 1073741824 1073778376 140733412222944 140508824672824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24223] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24223/stat : 24223 (java) S 24204 24206 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326690 9855975424 10637 33554432000 1073741824 1073778376 140733412222944 140508823620728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24224] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24224/stat : 24224 (java) S 24204 24206 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326690 9855975424 10637 33554432000 1073741824 1073778376 140733412222944 140508822568136 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24206/tid=24225] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24225/stat : 24225 (java) S 24204 24206 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253326701 9855975424 10637 33554432000 1073741824 1073778376 140733412222944 140508821480360 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9624976

[startup+3.10077 s]
/proc/loadavg: 1.65 0.65 0.24 3/211 24225
/proc/meminfo: memFree=29539260/32873852 swapFree=7616/7616
[pid=24206] ppid=24204 vsize=9624976 CPUtime=3.52 cores=1,3,5,7
/proc/24206/stat : 24206 (java) S 24204 24206 23289 0 -1 4202496 7215 0 1 0 350 2 0 0 20 0 19 0 253326685 9855975424 10651 33554432000 1073741824 1073778376 140733412222944 140733412214080 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24206/statm: 2406244 10651 2266 9 0 2396937 0
[pid=24206/tid=24207] ppid=24204 vsize=9624976 CPUtime=2.94 cores=1,3,5,7
/proc/24206/task/24207/stat : 24207 (java) R 24204 24206 23289 0 -1 4202560 2460 0 1 0 294 0 0 0 20 0 19 0 253326686 9855975424 10651 33554432000 1073741824 1073778376 140733412222944 140509073436920 140508932771072 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24209] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24209/stat : 24209 (java) S 24204 24206 23289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253326687 9855975424 10651 33554432000 1073741824 1073778376 140733412222944 140509051537704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24210] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24210/stat : 24210 (java) S 24204 24206 23289 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253326687 9855975424 10651 33554432000 1073741824 1073778376 140733412222944 140508848449704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24211] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24211/stat : 24211 (java) S 24204 24206 23289 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253326687 9855975424 10651 33554432000 1073741824 1073778376 140733412222944 140508847397416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24206/tid=24212] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24212/stat : 24212 (java) S 24204 24206 23289 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253326687 9855975424 10651 33554432000 1073741824 1073778376 140733412222944 140508846344616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24213] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24213/stat : 24213 (java) S 24204 24206 23289 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253326687 9855975424 10651 33554432000 1073741824 1073778376 140733412222944 140508845292328 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24206/tid=24214] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24214/stat : 24214 (java) S 24204 24206 23289 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253326687 9855975424 10651 33554432000 1073741824 1073778376 140733412222944 140508844239528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24215] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24215/stat : 24215 (java) S 24204 24206 23289 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253326687 9855975424 10651 33554432000 1073741824 1073778376 140733412222944 140508843187240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24216] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24216/stat : 24216 (java) S 24204 24206 23289 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253326687 9855975424 10651 33554432000 1073741824 1073778376 140733412222944 140508842134440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24206/tid=24217] ppid=24204 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/24206/task/24217/stat : 24217 (java) S 24204 24206 23289 0 -1 4202560 30 0 0 0 7 0 0 0 20 0 19 0 253326688 9855975424 10651 33554432000 1073741824 1073778376 140733412222944 140508829935848 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24206/tid=24218] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24218/stat : 24218 (java) S 24204 24206 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253326688 9855975424 10651 33554432000 1073741824 1073778376 140733412222944 140508828881912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24219] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24219/stat : 24219 (java) S 24204 24206 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253326688 9855975424 10651 33554432000 1073741824 1073778376 140733412222944 140508827829512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24220] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24220/stat : 24220 (java) S 24204 24206 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326690 9855975424 10651 33554432000 1073741824 1073778376 140733412222944 140508826778000 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24221] ppid=24204 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/24206/task/24221/stat : 24221 (java) S 24204 24206 23289 0 -1 4202560 1279 0 0 0 18 0 0 0 20 0 19 0 253326690 9855975424 10651 33554432000 1073741824 1073778376 140733412222944 140508825725624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24206/tid=24222] ppid=24204 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/24206/task/24222/stat : 24222 (java) S 24204 24206 23289 0 -1 4202560 2212 0 0 0 15 0 0 0 20 0 19 0 253326690 9855975424 10651 33554432000 1073741824 1073778376 140733412222944 140508824672824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24223] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24223/stat : 24223 (java) S 24204 24206 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326690 9855975424 10651 33554432000 1073741824 1073778376 140733412222944 140508823620728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24224] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24224/stat : 24224 (java) S 24204 24206 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326690 9855975424 10651 33554432000 1073741824 1073778376 140733412222944 140508822568136 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24206/tid=24225] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24225/stat : 24225 (java) S 24204 24206 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253326701 9855975424 10651 33554432000 1073741824 1073778376 140733412222944 140508821480360 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9624976

[startup+6.30077 s]
/proc/loadavg: 1.68 0.67 0.24 3/211 24225
/proc/meminfo: memFree=29539516/32873852 swapFree=7616/7616
[pid=24206] ppid=24204 vsize=9624976 CPUtime=6.74 cores=1,3,5,7
/proc/24206/stat : 24206 (java) S 24204 24206 23289 0 -1 4202496 7233 0 1 0 672 2 0 0 20 0 19 0 253326685 9855975424 10844 33554432000 1073741824 1073778376 140733412222944 140733412214080 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24206/statm: 2406244 10844 2266 9 0 2396937 0
[pid=24206/tid=24207] ppid=24204 vsize=9624976 CPUtime=6.07 cores=1,3,5,7
/proc/24206/task/24207/stat : 24207 (java) R 24204 24206 23289 0 -1 4202560 2466 0 1 0 607 0 0 0 20 0 19 0 253326686 9855975424 10844 33554432000 1073741824 1073778376 140733412222944 140509073437080 140508932771697 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24209] ppid=24204 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24206/task/24209/stat : 24209 (java) S 24204 24206 23289 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 253326687 9855975424 10844 33554432000 1073741824 1073778376 140733412222944 140509051537704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24210] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24210/stat : 24210 (java) S 24204 24206 23289 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253326687 9855975424 10844 33554432000 1073741824 1073778376 140733412222944 140508848449704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24206/tid=24211] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24211/stat : 24211 (java) S 24204 24206 23289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253326687 9855975424 10844 33554432000 1073741824 1073778376 140733412222944 140508847397416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24206/tid=24212] ppid=24204 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24206/task/24212/stat : 24212 (java) S 24204 24206 23289 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 253326687 9855975424 10844 33554432000 1073741824 1073778376 140733412222944 140508846344616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24206/tid=24213] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24213/stat : 24213 (java) S 24204 24206 23289 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253326687 9855975424 10844 33554432000 1073741824 1073778376 140733412222944 140508845292328 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24206/tid=24214] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24214/stat : 24214 (java) S 24204 24206 23289 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253326687 9855975424 10844 33554432000 1073741824 1073778376 140733412222944 140508844239528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24215] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24215/stat : 24215 (java) S 24204 24206 23289 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253326687 9855975424 10844 33554432000 1073741824 1073778376 140733412222944 140508843187240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24216] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24216/stat : 24216 (java) S 24204 24206 23289 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253326687 9855975424 10844 33554432000 1073741824 1073778376 140733412222944 140508842134440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24217] ppid=24204 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/24206/task/24217/stat : 24217 (java) S 24204 24206 23289 0 -1 4202560 31 0 0 0 13 0 0 0 20 0 19 0 253326688 9855975424 10844 33554432000 1073741824 1073778376 140733412222944 140508829935848 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24206/tid=24218] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24218/stat : 24218 (java) S 24204 24206 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253326688 9855975424 10844 33554432000 1073741824 1073778376 140733412222944 140508828881912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24219] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24219/stat : 24219 (java) S 24204 24206 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253326688 9855975424 10844 33554432000 1073741824 1073778376 140733412222944 140508827829512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24220] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24220/stat : 24220 (java) S 24204 24206 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326690 9855975424 10844 33554432000 1073741824 1073778376 140733412222944 140508826778000 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24221] ppid=24204 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/24206/task/24221/stat : 24221 (java) S 24204 24206 23289 0 -1 4202560 1279 0 0 0 18 0 0 0 20 0 19 0 253326690 9855975424 10844 33554432000 1073741824 1073778376 140733412222944 140508825725624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24206/tid=24222] ppid=24204 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/24206/task/24222/stat : 24222 (java) S 24204 24206 23289 0 -1 4202560 2212 0 0 0 15 0 0 0 20 0 19 0 253326690 9855975424 10844 33554432000 1073741824 1073778376 140733412222944 140508824672824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/24206/task/24216/stat : 24216 (java) S 24204 24206 23289 0 -1 4202560 50 0 0 0 13 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508842134440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24206/tid=24217] ppid=24204 vsize=9624976 CPUtime=1.24 cores=1,3,5,7
/proc/24206/task/24217/stat : 24217 (java) S 24204 24206 23289 0 -1 4202560 66 0 0 0 123 1 0 0 20 0 19 0 253326688 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508829935848 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24206/tid=24218] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24218/stat : 24218 (java) S 24204 24206 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253326688 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508828881912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24219] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24219/stat : 24219 (java) S 24204 24206 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253326688 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508827829512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24220] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24220/stat : 24220 (java) S 24204 24206 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326690 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508826778000 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24221] ppid=24204 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/24206/task/24221/stat : 24221 (java) S 24204 24206 23289 0 -1 4202560 8423 0 0 0 70 1 0 0 20 0 19 0 253326690 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508825725624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24206/tid=24222] ppid=24204 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/24206/task/24222/stat : 24222 (java) S 24204 24206 23289 0 -1 4202560 9386 0 0 0 47 3 0 0 20 0 19 0 253326690 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508824672824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24223] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24223/stat : 24223 (java) S 24204 24206 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326690 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508823620728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24224] ppid=24204 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/24206/task/24224/stat : 24224 (java) S 24204 24206 23289 0 -1 4202560 29 0 0 0 8 13 0 0 20 0 19 0 253326690 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508822568136 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24206/tid=24225] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24225/stat : 24225 (java) S 24204 24206 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253326701 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508821480360 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 499.01
Current children cumulated vsize (KiB) 9624976

[startup+497.101 s]
/proc/loadavg: 1.99 1.72 0.94 3/211 24230
/proc/meminfo: memFree=29424728/32873852 swapFree=7616/7616
[pid=24206] ppid=24204 vsize=9624976 CPUtime=499.42 cores=1,3,5,7
/proc/24206/stat : 24206 (java) S 24204 24206 23289 0 -1 4202496 22152 0 1 0 49909 33 0 0 20 0 19 0 253326685 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140733412214080 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24206/statm: 2406244 22520 2267 9 0 2396937 0
[pid=24206/tid=24207] ppid=24204 vsize=9624976 CPUtime=494.17 cores=1,3,5,7
/proc/24206/task/24207/stat : 24207 (java) R 24204 24206 23289 0 -1 4202560 2522 0 1 0 49409 8 0 0 20 0 19 0 253326686 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140509073437512 140508932946800 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24209] ppid=24204 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/24206/task/24209/stat : 24209 (java) S 24204 24206 23289 0 -1 4202560 116 0 0 0 12 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140509051537704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24210] ppid=24204 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/24206/task/24210/stat : 24210 (java) S 24204 24206 23289 0 -1 4202560 102 0 0 0 14 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508848449704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24211] ppid=24204 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/24206/task/24211/stat : 24211 (java) S 24204 24206 23289 0 -1 4202560 55 0 0 0 10 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508847397416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24206/tid=24212] ppid=24204 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/24206/task/24212/stat : 24212 (java) S 24204 24206 23289 0 -1 4202560 53 0 0 0 12 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508846344616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24213] ppid=24204 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/24206/task/24213/stat : 24213 (java) S 24204 24206 23289 0 -1 4202560 52 0 0 0 12 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508845292328 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24214] ppid=24204 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/24206/task/24214/stat : 24214 (java) S 24204 24206 23289 0 -1 4202560 79 0 0 0 14 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508844239528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24215] ppid=24204 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/24206/task/24215/stat : 24215 (java) S 24204 24206 23289 0 -1 4202560 39 0 0 0 9 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508843187240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24206/tid=24216] ppid=24204 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/24206/task/24216/stat : 24216 (java) S 24204 24206 23289 0 -1 4202560 50 0 0 0 13 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508842134440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24206/tid=24217] ppid=24204 vsize=9624976 CPUtime=1.24 cores=1,3,5,7
/proc/24206/task/24217/stat : 24217 (java) S 24204 24206 23289 0 -1 4202560 66 0 0 0 123 1 0 0 20 0 19 0 253326688 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508829935848 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24206/tid=24218] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24218/stat : 24218 (java) S 24204 24206 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253326688 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508828881912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24219] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24219/stat : 24219 (java) S 24204 24206 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253326688 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508827829512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24220] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24220/stat : 24220 (java) S 24204 24206 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326690 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508826778000 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24221] ppid=24204 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/24206/task/24221/stat : 24221 (java) S 24204 24206 23289 0 -1 4202560 8423 0 0 0 70 1 0 0 20 0 19 0 253326690 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508825725624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24206/tid=24222] ppid=24204 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/24206/task/24222/stat : 24222 (java) S 24204 24206 23289 0 -1 4202560 9386 0 0 0 48 3 0 0 20 0 19 0 253326690 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508824672824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24223] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24223/stat : 24223 (java) S 24204 24206 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326690 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508823620728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24224] ppid=24204 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/24206/task/24224/stat : 24224 (java) S 24204 24206 23289 0 -1 4202560 29 0 0 0 8 13 0 0 20 0 19 0 253326690 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508822568136 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24206/tid=24225] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24225/stat : 24225 (java) S 24204 24206 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253326701 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508821480360 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 499.42
Current children cumulated vsize (KiB) 9624976

[startup+497.301 s]
/proc/loadavg: 1.99 1.72 0.94 3/211 24230
/proc/meminfo: memFree=29424728/32873852 swapFree=7616/7616
[pid=24206] ppid=24204 vsize=9624976 CPUtime=499.62 cores=1,3,5,7
/proc/24206/stat : 24206 (java) S 24204 24206 23289 0 -1 4202496 22152 0 1 0 49929 33 0 0 20 0 19 0 253326685 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140733412214080 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24206/statm: 2406244 22520 2267 9 0 2396937 0
[pid=24206/tid=24207] ppid=24204 vsize=9624976 CPUtime=494.36 cores=1,3,5,7
/proc/24206/task/24207/stat : 24207 (java) R 24204 24206 23289 0 -1 4202560 2522 0 1 0 49428 8 0 0 20 0 19 0 253326686 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140509073437512 140508932947188 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24209] ppid=24204 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/24206/task/24209/stat : 24209 (java) S 24204 24206 23289 0 -1 4202560 116 0 0 0 12 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140509051537704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24210] ppid=24204 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/24206/task/24210/stat : 24210 (java) S 24204 24206 23289 0 -1 4202560 102 0 0 0 14 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508848449704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24211] ppid=24204 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/24206/task/24211/stat : 24211 (java) S 24204 24206 23289 0 -1 4202560 55 0 0 0 10 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508847397416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24206/tid=24212] ppid=24204 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/24206/task/24212/stat : 24212 (java) S 24204 24206 23289 0 -1 4202560 53 0 0 0 12 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508846344616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24213] ppid=24204 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/24206/task/24213/stat : 24213 (java) S 24204 24206 23289 0 -1 4202560 52 0 0 0 12 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508845292328 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24214] ppid=24204 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/24206/task/24214/stat : 24214 (java) S 24204 24206 23289 0 -1 4202560 79 0 0 0 14 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508844239528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24215] ppid=24204 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/24206/task/24215/stat : 24215 (java) S 24204 24206 23289 0 -1 4202560 39 0 0 0 9 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508843187240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24206/tid=24216] ppid=24204 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/24206/task/24216/stat : 24216 (java) S 24204 24206 23289 0 -1 4202560 50 0 0 0 13 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508842134440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24206/tid=24217] ppid=24204 vsize=9624976 CPUtime=1.24 cores=1,3,5,7
/proc/24206/task/24217/stat : 24217 (java) S 24204 24206 23289 0 -1 4202560 66 0 0 0 123 1 0 0 20 0 19 0 253326688 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508829935848 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24206/tid=24218] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24218/stat : 24218 (java) S 24204 24206 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253326688 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508828881912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24219] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24219/stat : 24219 (java) S 24204 24206 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253326688 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508827829512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24220] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24220/stat : 24220 (java) S 24204 24206 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326690 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508826778000 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24221] ppid=24204 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/24206/task/24221/stat : 24221 (java) S 24204 24206 23289 0 -1 4202560 8423 0 0 0 70 1 0 0 20 0 19 0 253326690 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508825725624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24206/tid=24222] ppid=24204 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/24206/task/24222/stat : 24222 (java) S 24204 24206 23289 0 -1 4202560 9386 0 0 0 48 3 0 0 20 0 19 0 253326690 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508824672824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24223] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24223/stat : 24223 (java) S 24204 24206 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326690 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508823620728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24224] ppid=24204 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/24206/task/24224/stat : 24224 (java) S 24204 24206 23289 0 -1 4202560 29 0 0 0 8 13 0 0 20 0 19 0 253326690 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508822568136 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24206/tid=24225] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24225/stat : 24225 (java) S 24204 24206 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253326701 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508821480360 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 499.62
Current children cumulated vsize (KiB) 9624976

[startup+497.401 s]
/proc/loadavg: 1.99 1.72 0.94 3/211 24230
/proc/meminfo: memFree=29424728/32873852 swapFree=7616/7616
[pid=24206] ppid=24204 vsize=9624976 CPUtime=499.72 cores=1,3,5,7
/proc/24206/stat : 24206 (java) S 24204 24206 23289 0 -1 4202496 22152 0 1 0 49939 33 0 0 20 0 19 0 253326685 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140733412214080 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24206/statm: 2406244 22520 2267 9 0 2396937 0
[pid=24206/tid=24207] ppid=24204 vsize=9624976 CPUtime=494.46 cores=1,3,5,7
/proc/24206/task/24207/stat : 24207 (java) R 24204 24206 23289 0 -1 4202560 2522 0 1 0 49438 8 0 0 20 0 19 0 253326686 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140509073437512 140508932946815 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24209] ppid=24204 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/24206/task/24209/stat : 24209 (java) S 24204 24206 23289 0 -1 4202560 116 0 0 0 12 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140509051537704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24210] ppid=24204 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/24206/task/24210/stat : 24210 (java) S 24204 24206 23289 0 -1 4202560 102 0 0 0 14 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508848449704 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24211] ppid=24204 vsize=9624976 CPUtime=0.1 cores=1,3,5,7
/proc/24206/task/24211/stat : 24211 (java) S 24204 24206 23289 0 -1 4202560 55 0 0 0 10 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508847397416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24206/tid=24212] ppid=24204 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/24206/task/24212/stat : 24212 (java) S 24204 24206 23289 0 -1 4202560 53 0 0 0 12 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508846344616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24213] ppid=24204 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/24206/task/24213/stat : 24213 (java) S 24204 24206 23289 0 -1 4202560 52 0 0 0 12 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508845292328 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24214] ppid=24204 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/24206/task/24214/stat : 24214 (java) S 24204 24206 23289 0 -1 4202560 79 0 0 0 14 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508844239528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24215] ppid=24204 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/24206/task/24215/stat : 24215 (java) S 24204 24206 23289 0 -1 4202560 39 0 0 0 9 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508843187240 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24206/tid=24216] ppid=24204 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/24206/task/24216/stat : 24216 (java) S 24204 24206 23289 0 -1 4202560 50 0 0 0 13 0 0 0 20 0 19 0 253326687 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508842134440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24206/tid=24217] ppid=24204 vsize=9624976 CPUtime=1.24 cores=1,3,5,7
/proc/24206/task/24217/stat : 24217 (java) S 24204 24206 23289 0 -1 4202560 66 0 0 0 123 1 0 0 20 0 19 0 253326688 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508829935848 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24206/tid=24218] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24218/stat : 24218 (java) S 24204 24206 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253326688 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508828881912 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24219] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24219/stat : 24219 (java) S 24204 24206 23289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253326688 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508827829512 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24220] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24220/stat : 24220 (java) S 24204 24206 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326690 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508826778000 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24206/tid=24221] ppid=24204 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/24206/task/24221/stat : 24221 (java) S 24204 24206 23289 0 -1 4202560 8423 0 0 0 70 1 0 0 20 0 19 0 253326690 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508825725624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24206/tid=24222] ppid=24204 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/24206/task/24222/stat : 24222 (java) S 24204 24206 23289 0 -1 4202560 9386 0 0 0 48 3 0 0 20 0 19 0 253326690 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508824672824 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24223] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24223/stat : 24223 (java) S 24204 24206 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253326690 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508823620728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24206/tid=24224] ppid=24204 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/24206/task/24224/stat : 24224 (java) S 24204 24206 23289 0 -1 4202560 29 0 0 0 8 13 0 0 20 0 19 0 253326690 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508822568136 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24206/tid=24225] ppid=24204 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24206/task/24225/stat : 24225 (java) S 24204 24206 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253326701 9855975424 22520 33554432000 1073741824 1073778376 140733412222944 140508821480360 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 499.72
Current children cumulated vsize (KiB) 9624976

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24206 and gives
#  childrusage.ru_utime.tv_sec=498
#  childrusage.ru_utime.tv_usec=16290
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=391940
# CPU time returned by wait4() is 498.408
# while last known CPU time is 499.72
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 497.479
CPU time (s): 499.72
CPU user time (s): 499.39
CPU system time (s): 0.33
CPU usage (%): 100.45
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 498.016
system time used= 0.39194
maximum resident set size= 106312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22171
page faults= 1
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12237
involuntary context switches= 3843

runsolver used 1.79173 second user time and 4.38533 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-24 17:06:52
IDJOB=3687541
IDBENCH=1865
IDSOLVER=2269
FILE ID=node131/3687541-1337872012
RUNJOBID= node131-1337871881-23306
PBS_JOBID= 14620073
Free space on /tmp= 71600 MiB

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

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

MD5SUM BENCH= 5084bd7d25dcb1d535d550da78b2db16
RANDOM SEED=1473233965

node131.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.805
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.61
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.805
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.805
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.91
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.805
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.805
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.805
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.805
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.92
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.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29574060 kB
Buffers:          206656 kB
Cached:          2126780 kB
SwapCached:            0 kB
Active:           693888 kB
Inactive:        1837892 kB
Active(anon):     200936 kB
Inactive(anon):        0 kB
Active(file):     492952 kB
Inactive(file):  1837892 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               512 kB
Writeback:             0 kB
AnonPages:        215884 kB
Mapped:            22580 kB
Shmem:               204 kB
Slab:             629312 kB
SReclaimable:      71144 kB
SUnreclaim:       558168 kB
KernelStack:        1744 kB
PageTables:         4480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     696416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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= 71600 MiB
End job on node131 at 2012-05-24 17:15:10