Trace number 3688203

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 SnapshotUNSAT 126.8 124.846

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_3.opb
MD5SUMd2b3af71376059fa940b007abcee01cc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark25.1222
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2821
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3688203-1337880879.opb
0.08/0.12	c reading problem ... 
0.08/0.14	c ... done. Wall clock time 0.017s.
0.08/0.14	c declared #vars     31
0.08/0.14	c #constraints  9
0.08/0.14	c constraints type 
0.08/0.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.08/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.08/0.14	c 9 constraints processed.
0.08/0.14	c objective function length is 1 literals
0.51/0.38	c cleaning 2500 clauses out of 5000 with flag 5000/5000
0.81/0.54	c cleaning 4250 clauses out of 8501 with flag 11001/11001
1.04/0.74	c cleaning 5625 clauses out of 11252 with flag 18002/18002
1.27/0.99	c cleaning 6813 clauses out of 13625 with flag 26000/26000
1.71/1.31	c cleaning 7906 clauses out of 15813 with flag 35001/35001
2.02/1.67	c cleaning 8950 clauses out of 17907 with flag 45001/45001
2.42/2.08	c cleaning 9979 clauses out of 19957 with flag 56001/56001
2.94/2.50	c cleaning 10988 clauses out of 21980 with flag 68003/68003
3.34/2.99	c cleaning 11995 clauses out of 23991 with flag 81002/81002
3.95/3.55	c cleaning 12997 clauses out of 25994 with flag 95000/95000
4.56/4.14	c cleaning 13996 clauses out of 27997 with flag 110000/110000
5.26/4.82	c cleaning 15002 clauses out of 30003 with flag 126002/126002
5.98/5.58	c cleaning 15998 clauses out of 31999 with flag 143000/143000
6.87/6.46	c cleaning 16999 clauses out of 34003 with flag 161002/161002
7.88/7.45	c cleaning 17999 clauses out of 36004 with flag 180002/180002
8.88/8.44	c cleaning 19002 clauses out of 38003 with flag 200000/200000
9.90/9.41	c cleaning 19999 clauses out of 40004 with flag 221003/221003
10.93/10.45	c cleaning 21001 clauses out of 42003 with flag 243001/243001
12.15/11.67	c cleaning 21997 clauses out of 44001 with flag 266000/266000
13.55/13.03	c cleaning 22998 clauses out of 46004 with flag 290000/290000
14.88/14.35	c cleaning 24001 clauses out of 48006 with flag 315000/315000
16.38/15.86	c cleaning 25000 clauses out of 50006 with flag 341001/341001
17.90/17.39	c cleaning 26000 clauses out of 52005 with flag 368000/368000
19.61/19.08	c cleaning 26999 clauses out of 54007 with flag 396002/396002
21.51/20.93	c cleaning 27999 clauses out of 56006 with flag 425000/425000
23.63/23.00	c cleaning 29005 clauses out of 58011 with flag 455004/455004
25.32/24.79	c cleaning 30001 clauses out of 60003 with flag 486001/486001
27.44/26.85	c cleaning 31000 clauses out of 62004 with flag 518003/518003
29.67/29.02	c cleaning 31997 clauses out of 64001 with flag 551000/551000
31.87/31.27	c cleaning 32998 clauses out of 66006 with flag 585002/585002
34.08/33.43	c cleaning 34001 clauses out of 68007 with flag 620001/620001
36.50/35.81	c cleaning 35000 clauses out of 70005 with flag 656000/656000
39.01/38.30	c cleaning 36001 clauses out of 72007 with flag 693002/693002
41.44/40.73	c cleaning 37002 clauses out of 74006 with flag 731002/731002
44.25/43.51	c cleaning 38001 clauses out of 76003 with flag 770001/770001
47.05/46.37	c cleaning 38996 clauses out of 78001 with flag 810000/810000
49.96/49.29	c cleaning 40003 clauses out of 80006 with flag 851001/851001
53.39/52.64	c cleaning 41000 clauses out of 82003 with flag 893001/893001
56.81/56.05	c cleaning 41995 clauses out of 84002 with flag 936000/936000
60.53/59.71	c cleaning 43001 clauses out of 86009 with flag 980002/980002
64.16/63.40	c cleaning 43999 clauses out of 88007 with flag 1025001/1025001
67.76/66.95	c cleaning 45000 clauses out of 90008 with flag 1071001/1071001
71.68/70.85	c cleaning 46003 clauses out of 92007 with flag 1118000/1118000
75.92/75.06	c cleaning 47002 clauses out of 94005 with flag 1166001/1166001
80.51/79.26	c cleaning 47996 clauses out of 96002 with flag 1215000/1215000
84.73/83.48	c cleaning 48999 clauses out of 98006 with flag 1265000/1265000
88.94/87.70	c cleaning 50004 clauses out of 100008 with flag 1316001/1316001
93.81/92.50	c cleaning 51001 clauses out of 102004 with flag 1368001/1368001
98.84/97.43	c cleaning 52000 clauses out of 104003 with flag 1421002/1421002
103.87/102.44	c cleaning 52999 clauses out of 106003 with flag 1475002/1475002
108.69/107.25	c cleaning 53996 clauses out of 108002 with flag 1530000/1530000
113.82/112.34	c cleaning 55003 clauses out of 110007 with flag 1586001/1586001
119.05/117.53	c cleaning 55997 clauses out of 112003 with flag 1643000/1643000
125.59/123.63	c cleaning 57000 clauses out of 114004 with flag 1701000/1701000
126.80/124.80	c starts		: 209
126.80/124.80	c conflicts		: 1722762
126.80/124.80	c decisions		: 1743034
126.80/124.80	c propagations		: 11585931
126.80/124.80	c inspects		: 1805620500
126.80/124.80	c shortcuts		: 0
126.80/124.80	c learnt literals	: 4
126.80/124.80	c learnt binary clauses	: 5
126.80/124.80	c learnt ternary clauses	: 12
126.80/124.80	c learnt constraints	: 1722757
126.80/124.80	c ignored constraints	: 0
126.80/124.80	c root simplifications	: 0
126.80/124.80	c removed literals (reason simplification)	: 0
126.80/124.80	c reason swapping (by a shorter reason)	: 0
126.80/124.80	c Calls to reduceDB	: 54
126.80/124.80	c number of reductions to clauses (during analyze)	: 0
126.80/124.80	c number of learned constraints concerned by reduction	: 0
126.80/124.80	c number of learning phase by resolution	: 0
126.80/124.80	c number of learning phase by cutting planes	: 0
126.80/124.80	c speed (assignments/second)	: 92938.00887191869
126.80/124.80	c non guided choices	13
126.80/124.84	c learnt constraints type 
126.80/124.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
126.80/124.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 78759
126.80/124.84	c constraints type 
126.80/124.84	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
126.80/124.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
126.80/124.84	c 9 constraints processed.
126.80/124.84	s UNSATISFIABLE
126.80/124.84	c Total wall clock time (in seconds): 124.715

Verifier Data

ERROR: no interpretation found !

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-3688203-1337880879/watcher-3688203-1337880879 -o /tmp/evaluation-result-3688203-1337880879/solver-3688203-1337880879 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688203-1337880879.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: 2.05 2.06 2.01 2/196 24261
/proc/meminfo: memFree=25998760/32873844 swapFree=7608/7608
[pid=24261] ppid=24259 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24261/stat : 24261 (java) R 24259 24261 23031 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 254212669 9515008 185 33554432000 1073741824 1073778376 140736972222624 140736972213848 215124438455 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24261/statm: 2323 185 142 9 0 71 0

[startup+0.00740409 s]
/proc/loadavg: 2.05 2.06 2.01 2/196 24261
/proc/meminfo: memFree=25998760/32873844 swapFree=7608/7608
[pid=24261] ppid=24259 vsize=9488 CPUtime=0 cores=1,3,5,7
/proc/24261/stat : 24261 (java) R 24259 24261 23031 0 -1 4202496 397 0 0 0 0 0 0 0 20 0 1 0 254212669 9715712 131 33554432000 1073741824 1073778376 140734078450960 140734078448088 215124252039 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24261/statm: 2323 147 106 9 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9488

[startup+0.100158 s]
/proc/loadavg: 2.05 2.06 2.01 2/196 24261
/proc/meminfo: memFree=25998760/32873844 swapFree=7608/7608
[pid=24261] ppid=24259 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/24261/stat : 24261 (java) S 24259 24261 23031 0 -1 4202496 4188 0 1 0 7 1 0 0 20 0 18 0 254212669 9787813888 5379 33554432000 1073741824 1073778376 140734078450960 140734078442096 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24261/statm: 2389603 5379 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300269 s]
/proc/loadavg: 2.05 2.06 2.01 2/196 24261
/proc/meminfo: memFree=25998760/32873844 swapFree=7608/7608
[pid=24261] ppid=24259 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/24261/stat : 24261 (java) S 24259 24261 23031 0 -1 4202496 6645 0 1 0 49 2 0 0 20 0 19 0 254212669 9855975424 7538 33554432000 1073741824 1073778376 140734078450960 140734078442096 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24261/statm: 2406244 7538 2217 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9624976

[startup+0.7003 s]
/proc/loadavg: 2.05 2.06 2.01 2/196 24261
/proc/meminfo: memFree=25998760/32873844 swapFree=7608/7608
[pid=24261] ppid=24259 vsize=9624976 CPUtime=1.04 cores=1,3,5,7
/proc/24261/stat : 24261 (java) S 24259 24261 23031 0 -1 4202496 6999 0 1 0 101 3 0 0 20 0 19 0 254212669 9855975424 9676 33554432000 1073741824 1073778376 140734078450960 140734078442096 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24261/statm: 2406244 9676 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9624976

[startup+1.50079 s]
/proc/loadavg: 2.05 2.06 2.01 3/215 24280
/proc/meminfo: memFree=25968840/32873844 swapFree=7608/7608
[pid=24261] ppid=24259 vsize=9624976 CPUtime=1.92 cores=1,3,5,7
/proc/24261/stat : 24261 (java) S 24259 24261 23031 0 -1 4202496 7032 0 1 0 189 3 0 0 20 0 19 0 254212669 9855975424 10217 33554432000 1073741824 1073778376 140734078450960 140734078442096 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24261/statm: 2406244 10217 2266 9 0 2396937 0
[pid=24261/tid=24263] ppid=24259 vsize=9624976 CPUtime=1.39 cores=1,3,5,7
/proc/24261/task/24263/stat : 24263 (java) R 24259 24261 23031 0 -1 4202560 2459 0 1 0 138 1 0 0 20 0 19 0 254212670 9855975424 10217 33554432000 1073741824 1073778376 140734078450960 140339006861704 140338878998051 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24261/tid=24264] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24264/stat : 24264 (java) S 24259 24261 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254212671 9855975424 10217 33554432000 1073741824 1073778376 140734078450960 140338850904488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24261/tid=24265] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24265/stat : 24265 (java) S 24259 24261 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212671 9855975424 10217 33554432000 1073741824 1073778376 140734078450960 140338849851944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24261/tid=24266] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24266/stat : 24266 (java) S 24259 24261 23031 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254212671 9855975424 10217 33554432000 1073741824 1073778376 140734078450960 140338848798888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24261/tid=24267] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24267/stat : 24267 (java) S 24259 24261 23031 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254212671 9855975424 10217 33554432000 1073741824 1073778376 140734078450960 140338847746344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24268] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24268/stat : 24268 (java) S 24259 24261 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212671 9855975424 10217 33554432000 1073741824 1073778376 140734078450960 140338846694312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24269] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24269/stat : 24269 (java) S 24259 24261 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254212671 9855975424 10217 33554432000 1073741824 1073778376 140734078450960 140338845641768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24261/tid=24270] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24270/stat : 24270 (java) S 24259 24261 23031 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254212671 9855975424 10217 33554432000 1073741824 1073778376 140734078450960 140338844588712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24271] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24271/stat : 24271 (java) S 24259 24261 23031 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254212671 9855975424 10217 33554432000 1073741824 1073778376 140734078450960 140338843536168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24272] ppid=24259 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/24261/task/24272/stat : 24272 (java) S 24259 24261 23031 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 254212672 9855975424 10217 33554432000 1073741824 1073778376 140734078450960 140338831124840 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24273] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24273/stat : 24273 (java) S 24259 24261 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254212673 9855975424 10217 33554432000 1073741824 1073778376 140734078450960 140338830071160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24274] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24274/stat : 24274 (java) S 24259 24261 23031 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254212673 9855975424 10217 33554432000 1073741824 1073778376 140734078450960 140338829017992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24275] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24275/stat : 24275 (java) S 24259 24261 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212675 9855975424 10217 33554432000 1073741824 1073778376 140734078450960 140338827966736 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24276] ppid=24259 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/24261/task/24276/stat : 24276 (java) S 24259 24261 23031 0 -1 4202560 1006 0 0 0 14 0 0 0 20 0 19 0 254212675 9855975424 10217 33554432000 1073741824 1073778376 140734078450960 140338826914616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24277] ppid=24259 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/24261/task/24277/stat : 24277 (java) S 24259 24261 23031 0 -1 4202560 2304 0 0 0 21 0 0 0 20 0 19 0 254212675 9855975424 10217 33554432000 1073741824 1073778376 140734078450960 140338825862072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24261/tid=24278] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24278/stat : 24278 (java) S 24259 24261 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212675 9855975424 10217 33554432000 1073741824 1073778376 140734078450960 140338824809208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24261/tid=24279] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24279/stat : 24279 (java) S 24259 24261 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212675 9855975424 10217 33554432000 1073741824 1073778376 140734078450960 140338823756872 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24280] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24280/stat : 24280 (java) S 24259 24261 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212683 9855975424 10217 33554432000 1073741824 1073778376 140734078450960 140338822702120 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9624976

[startup+3.10071 s]
/proc/loadavg: 2.05 2.06 2.01 3/215 24280
/proc/meminfo: memFree=25966668/32873844 swapFree=7608/7608
[pid=24261] ppid=24259 vsize=9624976 CPUtime=3.55 cores=1,3,5,7
/proc/24261/stat : 24261 (java) S 24259 24261 23031 0 -1 4202496 7054 0 1 0 352 3 0 0 20 0 19 0 254212669 9855975424 10235 33554432000 1073741824 1073778376 140734078450960 140734078442096 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24261/statm: 2406244 10235 2266 9 0 2396937 0
[pid=24261/tid=24263] ppid=24259 vsize=9624976 CPUtime=2.93 cores=1,3,5,7
/proc/24261/task/24263/stat : 24263 (java) R 24259 24261 23031 0 -1 4202560 2463 0 1 0 292 1 0 0 20 0 19 0 254212670 9855975424 10235 33554432000 1073741824 1073778376 140734078450960 140339006861584 140338878998046 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24261/tid=24264] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24264/stat : 24264 (java) S 24259 24261 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254212671 9855975424 10235 33554432000 1073741824 1073778376 140734078450960 140338850904488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24261/tid=24265] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24265/stat : 24265 (java) S 24259 24261 23031 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254212671 9855975424 10235 33554432000 1073741824 1073778376 140734078450960 140338849851944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24261/tid=24266] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24266/stat : 24266 (java) S 24259 24261 23031 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254212671 9855975424 10235 33554432000 1073741824 1073778376 140734078450960 140338848798888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24261/tid=24267] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24267/stat : 24267 (java) S 24259 24261 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254212671 9855975424 10235 33554432000 1073741824 1073778376 140734078450960 140338847746344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24268] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24268/stat : 24268 (java) S 24259 24261 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212671 9855975424 10235 33554432000 1073741824 1073778376 140734078450960 140338846694312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24261/tid=24269] ppid=24259 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24261/task/24269/stat : 24269 (java) S 24259 24261 23031 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 254212671 9855975424 10235 33554432000 1073741824 1073778376 140734078450960 140338845641768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24270] ppid=24259 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24261/task/24270/stat : 24270 (java) S 24259 24261 23031 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 254212671 9855975424 10235 33554432000 1073741824 1073778376 140734078450960 140338844588712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24271] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24271/stat : 24271 (java) S 24259 24261 23031 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254212671 9855975424 10235 33554432000 1073741824 1073778376 140734078450960 140338843536168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24272] ppid=24259 vsize=9624976 CPUtime=0.07 cores=1,3,5,7
/proc/24261/task/24272/stat : 24272 (java) S 24259 24261 23031 0 -1 4202560 30 0 0 0 7 0 0 0 20 0 19 0 254212672 9855975424 10235 33554432000 1073741824 1073778376 140734078450960 140338831124840 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24273] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24273/stat : 24273 (java) S 24259 24261 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254212673 9855975424 10235 33554432000 1073741824 1073778376 140734078450960 140338830071160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24274] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24274/stat : 24274 (java) S 24259 24261 23031 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254212673 9855975424 10235 33554432000 1073741824 1073778376 140734078450960 140338829017992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24275] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24275/stat : 24275 (java) S 24259 24261 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212675 9855975424 10235 33554432000 1073741824 1073778376 140734078450960 140338827966736 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24276] ppid=24259 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/24261/task/24276/stat : 24276 (java) S 24259 24261 23031 0 -1 4202560 1006 0 0 0 14 0 0 0 20 0 19 0 254212675 9855975424 10235 33554432000 1073741824 1073778376 140734078450960 140338826914616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24277] ppid=24259 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/24261/task/24277/stat : 24277 (java) S 24259 24261 23031 0 -1 4202560 2304 0 0 0 21 0 0 0 20 0 19 0 254212675 9855975424 10235 33554432000 1073741824 1073778376 140734078450960 140338825862072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24261/tid=24278] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24278/stat : 24278 (java) S 24259 24261 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212675 9855975424 10235 33554432000 1073741824 1073778376 140734078450960 140338824809208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24261/tid=24279] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24279/stat : 24279 (java) S 24259 24261 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212675 9855975424 10235 33554432000 1073741824 1073778376 140734078450960 140338823756872 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24280] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24280/stat : 24280 (java) S 24259 24261 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212683 9855975424 10235 33554432000 1073741824 1073778376 140734078450960 140338822702120 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9624976

[startup+6.30065 s]
/proc/loadavg: 2.05 2.06 2.01 3/215 24280
/proc/meminfo: memFree=25964620/32873844 swapFree=7608/7608
[pid=24261] ppid=24259 vsize=9624976 CPUtime=6.77 cores=1,3,5,7
/proc/24261/stat : 24261 (java) S 24259 24261 23031 0 -1 4202496 7093 0 1 0 674 3 0 0 20 0 19 0 254212669 9855975424 11280 33554432000 1073741824 1073778376 140734078450960 140734078442096 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24261/statm: 2406244 11280 2266 9 0 2396937 0
[pid=24261/tid=24263] ppid=24259 vsize=9624976 CPUtime=6.05 cores=1,3,5,7
/proc/24261/task/24263/stat : 24263 (java) R 24259 24261 23031 0 -1 4202560 2468 0 1 0 604 1 0 0 20 0 19 0 254212670 9855975424 11280 33554432000 1073741824 1073778376 140734078450960 140339006861584 140338878946094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24261/tid=24264] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24264/stat : 24264 (java) S 24259 24261 23031 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 254212671 9855975424 11280 33554432000 1073741824 1073778376 140734078450960 140338850904488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24261/tid=24265] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24265/stat : 24265 (java) S 24259 24261 23031 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254212671 9855975424 11280 33554432000 1073741824 1073778376 140734078450960 140338849851944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24261/tid=24266] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24266/stat : 24266 (java) S 24259 24261 23031 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254212671 9855975424 11280 33554432000 1073741824 1073778376 140734078450960 140338848798888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24261/tid=24267] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24267/stat : 24267 (java) S 24259 24261 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254212671 9855975424 11280 33554432000 1073741824 1073778376 140734078450960 140338847746344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24261/tid=24268] ppid=24259 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24261/task/24268/stat : 24268 (java) S 24259 24261 23031 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 254212671 9855975424 11280 33554432000 1073741824 1073778376 140734078450960 140338846694312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24261/tid=24269] ppid=24259 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/24261/task/24269/stat : 24269 (java) S 24259 24261 23031 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 254212671 9855975424 11280 33554432000 1073741824 1073778376 140734078450960 140338845641768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24270] ppid=24259 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24261/task/24270/stat : 24270 (java) S 24259 24261 23031 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 254212671 9855975424 11280 33554432000 1073741824 1073778376 140734078450960 140338844588712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24271] ppid=24259 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24261/task/24271/stat : 24271 (java) S 24259 24261 23031 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 254212671 9855975424 11280 33554432000 1073741824 1073778376 140734078450960 140338843536168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24261/tid=24272] ppid=24259 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/24261/task/24272/stat : 24272 (java) S 24259 24261 23031 0 -1 4202560 31 0 0 0 13 0 0 0 20 0 19 0 254212672 9855975424 11280 33554432000 1073741824 1073778376 140734078450960 140338831124840 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24273] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24273/stat : 24273 (java) S 24259 24261 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254212673 9855975424 11280 33554432000 1073741824 1073778376 140734078450960 140338830071160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24274] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24274/stat : 24274 (java) S 24259 24261 23031 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254212673 9855975424 11280 33554432000 1073741824 1073778376 140734078450960 140338829017992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24275] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24275/stat : 24275 (java) S 24259 24261 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212675 9855975424 11280 33554432000 1073741824 1073778376 140734078450960 140338827966736 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24276] ppid=24259 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/24261/task/24276/stat : 24276 (java) S 24259 24261 23031 0 -1 4202560 1006 0 0 0 14 0 0 0 20 0 19 0 254212675 9855975424 11280 33554432000 1073741824 1073778376 140734078450960 140338826914616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24277] ppid=24259 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/24261/task/24277/stat : 24277 (java) S 24259 24261 23031 0 -1 4202560 2304 0 0 0 21 0 0 0 20 0 19 0 254212675 9855975424 11280 33554432000 1073741824 1073778376 140734078450960 140338825862072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24261/tid=24278] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24278/stat : 24278 (java) S 24259 24261 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212675 9855975424 11280 33554432000 1073741824 1073778376 140734078450960 140338824809208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24261/tid=24279] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24279/stat : 24279 (java) S 24259 24261 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212675 9855975424 11280 33554432000 1073741824 1073778376 140734078450960 140338823756872 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24280] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24280/stat : 24280 (java) S 24259 24261 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212683 9855975424 11280 33554432000 1073741824 1073778376 140734078450960 140338822702120 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

/proc/24261/task/24271/stat : 24271 (java) S 24259 24261 23031 0 -1 4202560 47 0 0 0 13 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338843536168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24261/tid=24272] ppid=24259 vsize=9624976 CPUtime=1.07 cores=1,3,5,7
/proc/24261/task/24272/stat : 24272 (java) S 24259 24261 23031 0 -1 4202560 43 0 0 0 107 0 0 0 20 0 19 0 254212672 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338831124840 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24261/tid=24273] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24273/stat : 24273 (java) S 24259 24261 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254212673 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338830071160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24274] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24274/stat : 24274 (java) S 24259 24261 23031 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254212673 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338829017992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24275] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24275/stat : 24275 (java) S 24259 24261 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212675 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338827966736 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24276] ppid=24259 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/24261/task/24276/stat : 24276 (java) S 24259 24261 23031 0 -1 4202560 8175 0 0 0 51 1 0 0 20 0 19 0 254212675 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338826914616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24277] ppid=24259 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/24261/task/24277/stat : 24277 (java) S 24259 24261 23031 0 -1 4202560 9626 0 0 0 65 2 0 0 20 0 19 0 254212675 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338825862072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24278] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24278/stat : 24278 (java) S 24259 24261 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212675 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338824809208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24261/tid=24279] ppid=24259 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24261/task/24279/stat : 24279 (java) S 24259 24261 23031 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 254212675 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338823756872 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24261/tid=24280] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24280/stat : 24280 (java) S 24259 24261 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212683 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338822702120 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 125.9
Current children cumulated vsize (KiB) 9624976

[startup+124.307 s]
/proc/loadavg: 2.02 2.05 2.00 3/215 24339
/proc/meminfo: memFree=28371264/32873844 swapFree=7608/7608
[pid=24261] ppid=24259 vsize=9624976 CPUtime=126.31 cores=1,3,5,7
/proc/24261/stat : 24261 (java) S 24259 24261 23031 0 -1 4202496 22164 0 1 0 12621 10 0 0 20 0 19 0 254212669 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140734078442096 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24261/statm: 2406244 24962 2266 9 0 2396937 0
[pid=24261/tid=24263] ppid=24259 vsize=9624976 CPUtime=122.51 cores=1,3,5,7
/proc/24261/task/24263/stat : 24263 (java) R 24259 24261 23031 0 -1 4202560 2516 0 1 0 12249 2 0 0 20 0 19 0 254212670 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140339006861584 140338878899543 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24261/tid=24264] ppid=24259 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/24261/task/24264/stat : 24264 (java) S 24259 24261 23031 0 -1 4202560 56 0 0 0 11 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338850904488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24261/tid=24265] ppid=24259 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/24261/task/24265/stat : 24265 (java) S 24259 24261 23031 0 -1 4202560 122 0 0 0 11 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338849851944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24266] ppid=24259 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/24261/task/24266/stat : 24266 (java) S 24259 24261 23031 0 -1 4202560 125 0 0 0 12 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338848798888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24261/tid=24267] ppid=24259 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/24261/task/24267/stat : 24267 (java) S 24259 24261 23031 0 -1 4202560 62 0 0 0 13 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338847746344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24268] ppid=24259 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/24261/task/24268/stat : 24268 (java) S 24259 24261 23031 0 -1 4202560 63 0 0 0 13 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338846694312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24269] ppid=24259 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/24261/task/24269/stat : 24269 (java) S 24259 24261 23031 0 -1 4202560 72 0 0 0 17 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338845641768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24270] ppid=24259 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/24261/task/24270/stat : 24270 (java) S 24259 24261 23031 0 -1 4202560 68 0 0 0 13 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338844588712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24271] ppid=24259 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/24261/task/24271/stat : 24271 (java) S 24259 24261 23031 0 -1 4202560 47 0 0 0 13 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338843536168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24261/tid=24272] ppid=24259 vsize=9624976 CPUtime=1.07 cores=1,3,5,7
/proc/24261/task/24272/stat : 24272 (java) S 24259 24261 23031 0 -1 4202560 43 0 0 0 107 0 0 0 20 0 19 0 254212672 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338831124840 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24261/tid=24273] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24273/stat : 24273 (java) S 24259 24261 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254212673 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338830071160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24274] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24274/stat : 24274 (java) S 24259 24261 23031 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254212673 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338829017992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24275] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24275/stat : 24275 (java) S 24259 24261 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212675 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338827966736 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24276] ppid=24259 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/24261/task/24276/stat : 24276 (java) S 24259 24261 23031 0 -1 4202560 8175 0 0 0 51 1 0 0 20 0 19 0 254212675 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338826914616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24277] ppid=24259 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/24261/task/24277/stat : 24277 (java) S 24259 24261 23031 0 -1 4202560 9626 0 0 0 65 2 0 0 20 0 19 0 254212675 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338825862072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24278] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24278/stat : 24278 (java) S 24259 24261 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212675 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338824809208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24261/tid=24279] ppid=24259 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24261/task/24279/stat : 24279 (java) S 24259 24261 23031 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 254212675 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338823756872 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24261/tid=24280] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24280/stat : 24280 (java) S 24259 24261 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212683 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338822702120 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 126.31
Current children cumulated vsize (KiB) 9624976

[startup+124.701 s]
/proc/loadavg: 2.02 2.05 2.00 3/215 24339
/proc/meminfo: memFree=28371264/32873844 swapFree=7608/7608
[pid=24261] ppid=24259 vsize=9624976 CPUtime=126.7 cores=1,3,5,7
/proc/24261/stat : 24261 (java) S 24259 24261 23031 0 -1 4202496 22164 0 1 0 12660 10 0 0 20 0 19 0 254212669 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140734078442096 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24261/statm: 2406244 24962 2266 9 0 2396937 0
[pid=24261/tid=24263] ppid=24259 vsize=9624976 CPUtime=122.9 cores=1,3,5,7
/proc/24261/task/24263/stat : 24263 (java) R 24259 24261 23031 0 -1 4202560 2516 0 1 0 12288 2 0 0 20 0 19 0 254212670 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140339006859728 140338878907239 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24261/tid=24264] ppid=24259 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/24261/task/24264/stat : 24264 (java) S 24259 24261 23031 0 -1 4202560 56 0 0 0 11 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338850904488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24261/tid=24265] ppid=24259 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/24261/task/24265/stat : 24265 (java) S 24259 24261 23031 0 -1 4202560 122 0 0 0 11 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338849851944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24266] ppid=24259 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/24261/task/24266/stat : 24266 (java) S 24259 24261 23031 0 -1 4202560 125 0 0 0 12 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338848798888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24261/tid=24267] ppid=24259 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/24261/task/24267/stat : 24267 (java) S 24259 24261 23031 0 -1 4202560 62 0 0 0 13 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338847746344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24268] ppid=24259 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/24261/task/24268/stat : 24268 (java) S 24259 24261 23031 0 -1 4202560 63 0 0 0 13 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338846694312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24269] ppid=24259 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/24261/task/24269/stat : 24269 (java) S 24259 24261 23031 0 -1 4202560 72 0 0 0 17 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338845641768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24270] ppid=24259 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/24261/task/24270/stat : 24270 (java) S 24259 24261 23031 0 -1 4202560 68 0 0 0 13 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338844588712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24271] ppid=24259 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/24261/task/24271/stat : 24271 (java) S 24259 24261 23031 0 -1 4202560 47 0 0 0 13 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338843536168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24261/tid=24272] ppid=24259 vsize=9624976 CPUtime=1.07 cores=1,3,5,7
/proc/24261/task/24272/stat : 24272 (java) S 24259 24261 23031 0 -1 4202560 43 0 0 0 107 0 0 0 20 0 19 0 254212672 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338831124840 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24273] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24273/stat : 24273 (java) S 24259 24261 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254212673 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338830071160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24274] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24274/stat : 24274 (java) S 24259 24261 23031 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254212673 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338829017992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24275] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24275/stat : 24275 (java) S 24259 24261 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212675 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338827966736 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24276] ppid=24259 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/24261/task/24276/stat : 24276 (java) S 24259 24261 23031 0 -1 4202560 8175 0 0 0 51 1 0 0 20 0 19 0 254212675 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338826914616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24277] ppid=24259 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/24261/task/24277/stat : 24277 (java) S 24259 24261 23031 0 -1 4202560 9626 0 0 0 65 2 0 0 20 0 19 0 254212675 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338825862072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24278] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24278/stat : 24278 (java) S 24259 24261 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212675 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338824809208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24261/tid=24279] ppid=24259 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24261/task/24279/stat : 24279 (java) S 24259 24261 23031 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 254212675 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338823756872 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24261/tid=24280] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24280/stat : 24280 (java) S 24259 24261 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212683 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338822702120 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 126.7
Current children cumulated vsize (KiB) 9624976

[startup+124.801 s]
/proc/loadavg: 2.02 2.05 2.00 3/215 24339
/proc/meminfo: memFree=28371264/32873844 swapFree=7608/7608
[pid=24261] ppid=24259 vsize=9624976 CPUtime=126.8 cores=1,3,5,7
/proc/24261/stat : 24261 (java) S 24259 24261 23031 0 -1 4202496 22164 0 1 0 12670 10 0 0 20 0 19 0 254212669 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140734078442096 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24261/statm: 2406244 24962 2266 9 0 2396937 0
[pid=24261/tid=24263] ppid=24259 vsize=9624976 CPUtime=123 cores=1,3,5,7
/proc/24261/task/24263/stat : 24263 (java) R 24259 24261 23031 0 -1 4202560 2516 0 1 0 12298 2 0 0 20 0 19 0 254212670 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140339006859728 140338879164944 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24261/tid=24264] ppid=24259 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/24261/task/24264/stat : 24264 (java) S 24259 24261 23031 0 -1 4202560 56 0 0 0 11 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338850904488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24261/tid=24265] ppid=24259 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/24261/task/24265/stat : 24265 (java) S 24259 24261 23031 0 -1 4202560 122 0 0 0 11 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338849851944 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24266] ppid=24259 vsize=9624976 CPUtime=0.12 cores=1,3,5,7
/proc/24261/task/24266/stat : 24266 (java) S 24259 24261 23031 0 -1 4202560 125 0 0 0 12 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338848798888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24261/tid=24267] ppid=24259 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/24261/task/24267/stat : 24267 (java) S 24259 24261 23031 0 -1 4202560 62 0 0 0 13 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338847746344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24268] ppid=24259 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/24261/task/24268/stat : 24268 (java) S 24259 24261 23031 0 -1 4202560 63 0 0 0 13 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338846694312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24269] ppid=24259 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/24261/task/24269/stat : 24269 (java) S 24259 24261 23031 0 -1 4202560 72 0 0 0 17 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338845641768 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24270] ppid=24259 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/24261/task/24270/stat : 24270 (java) S 24259 24261 23031 0 -1 4202560 68 0 0 0 13 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338844588712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24271] ppid=24259 vsize=9624976 CPUtime=0.13 cores=1,3,5,7
/proc/24261/task/24271/stat : 24271 (java) S 24259 24261 23031 0 -1 4202560 47 0 0 0 13 0 0 0 20 0 19 0 254212671 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338843536168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24261/tid=24272] ppid=24259 vsize=9624976 CPUtime=1.07 cores=1,3,5,7
/proc/24261/task/24272/stat : 24272 (java) S 24259 24261 23031 0 -1 4202560 43 0 0 0 107 0 0 0 20 0 19 0 254212672 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338831124840 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24273] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24273/stat : 24273 (java) S 24259 24261 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254212673 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338830071160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24274] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24274/stat : 24274 (java) S 24259 24261 23031 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254212673 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338829017992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24275] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24275/stat : 24275 (java) S 24259 24261 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212675 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338827966736 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24276] ppid=24259 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/24261/task/24276/stat : 24276 (java) S 24259 24261 23031 0 -1 4202560 8175 0 0 0 51 1 0 0 20 0 19 0 254212675 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338826914616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24261/tid=24277] ppid=24259 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/24261/task/24277/stat : 24277 (java) S 24259 24261 23031 0 -1 4202560 9626 0 0 0 65 2 0 0 20 0 19 0 254212675 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338825862072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24261/tid=24278] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24278/stat : 24278 (java) S 24259 24261 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254212675 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338824809208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24261/tid=24279] ppid=24259 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/24261/task/24279/stat : 24279 (java) S 24259 24261 23031 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 254212675 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338823756872 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24261/tid=24280] ppid=24259 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24261/task/24280/stat : 24280 (java) S 24259 24261 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254212683 9855975424 24962 33554432000 1073741824 1073778376 140734078450960 140338822702120 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 126.8
Current children cumulated vsize (KiB) 9624976

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24261 and gives
#  childrusage.ru_utime.tv_sec=126
#  childrusage.ru_utime.tv_usec=431779
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=193970
# CPU time returned by wait4() is 126.626
# while last known CPU time is 126.8
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 124.846
CPU time (s): 126.8
CPU user time (s): 126.7
CPU system time (s): 0.1
CPU usage (%): 101.565
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 126.432
system time used= 0.19397
maximum resident set size= 99956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22197
page faults= 1
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4343
involuntary context switches= 3330

runsolver used 0.255961 second user time and 0.675897 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-24 19:34:39
IDJOB=3688203
IDBENCH=2897
IDSOLVER=2269
FILE ID=node135/3688203-1337880879
RUNJOBID= node135-1337871881-23049
PBS_JOBID= 14620069
Free space on /tmp= 71608 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688203-1337880879/watcher-3688203-1337880879 -o /tmp/evaluation-result-3688203-1337880879/solver-3688203-1337880879 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688203-1337880879.opb

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

MD5SUM BENCH= d2b3af71376059fa940b007abcee01cc
RANDOM SEED=1473233965

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25999676 kB
Buffers:          212432 kB
Cached:          3341256 kB
SwapCached:            0 kB
Active:          3323916 kB
Inactive:        2775204 kB
Active(anon):    2547892 kB
Inactive(anon):        0 kB
Active(file):     776024 kB
Inactive(file):  2775204 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               452 kB
Writeback:             0 kB
AnonPages:       2552816 kB
Mapped:            22528 kB
Shmem:               212 kB
Slab:             632088 kB
SReclaimable:      74556 kB
SUnreclaim:       557532 kB
KernelStack:        1624 kB
PageTables:         9132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3080232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2506752 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= 71608 MiB
End job on node135 at 2012-05-24 19:36:44