Trace number 3688218

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotUNSAT 95.6415 47.2425

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_4.opb
MD5SUM56022330ee2943e2696d570dbfee01d9
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 benchmark7.73782
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 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2608
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3688218-1337876054.opb
0.09/0.11	c reading problem ... 
0.09/0.13	c ... done. Wall clock time 0.02s.
0.09/0.13	c declared #vars     31
0.09/0.13	c #constraints  9
0.09/0.13	c constraints type 
0.09/0.13	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.09/0.13	c 9 constraints processed.
0.09/0.13	c constraints type 
0.09/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.09/0.13	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.09/0.13	c 9 constraints processed.
0.09/0.13	c objective function length is 1 literals
1.93/0.68	c cleaning 2502 clauses out of 5003 with flag 5003/5003
3.10/0.90	c cleaning 4247 clauses out of 8498 with flag 11000/11000
3.89/1.17	c cleaning 5624 clauses out of 11251 with flag 18000/18000
4.64/1.49	c cleaning 6814 clauses out of 13628 with flag 26001/26001
5.48/1.88	c cleaning 7906 clauses out of 15813 with flag 35000/35000
6.46/2.38	c cleaning 8954 clauses out of 17907 with flag 45000/45000
7.66/2.91	c cleaning 9975 clauses out of 19953 with flag 56000/56000
8.84/3.57	c cleaning 10987 clauses out of 21978 with flag 68000/68000
10.42/4.39	c cleaning 11996 clauses out of 23993 with flag 81002/81002
12.41/5.30	c cleaning 12995 clauses out of 25995 with flag 95000/95000
14.40/6.37	c cleaning 14000 clauses out of 28000 with flag 110000/110000
16.60/7.41	c cleaning 14999 clauses out of 30001 with flag 126001/126001
18.80/8.52	c cleaning 16000 clauses out of 32001 with flag 143000/143000
20.57/9.49	c cleaning 17000 clauses out of 34001 with flag 161000/161000
23.36/10.89	c cleaning 18001 clauses out of 36002 with flag 180001/180001
26.14/12.29	c cleaning 19000 clauses out of 38001 with flag 200001/200001
28.90/13.63	c cleaning 19998 clauses out of 40001 with flag 221001/221001
29.68/14.05	c cleaning 0 clauses out of 5000 with flag 0/5000
33.49/15.73	c cleaning 21000 clauses out of 42005 with flag 243003/243003
37.47/17.78	c cleaning 22001 clauses out of 44003 with flag 266001/266001
41.24/19.67	c cleaning 22999 clauses out of 46002 with flag 290001/290001
45.63/21.90	c cleaning 24001 clauses out of 48002 with flag 315000/315000
52.04/25.06	c cleaning 25001 clauses out of 50002 with flag 341001/341001
57.89/27.90	c cleaning 25995 clauses out of 51999 with flag 368000/368000
63.05/30.52	c cleaning 26998 clauses out of 54004 with flag 396000/396000
69.25/33.64	c cleaning 28002 clauses out of 56007 with flag 425001/425001
76.42/37.27	c cleaning 29003 clauses out of 58005 with flag 455001/455001
84.40/41.22	c cleaning 29999 clauses out of 60001 with flag 486000/486000
93.33/45.76	c cleaning 31001 clauses out of 62001 with flag 518001/518001
95.51/46.81	c  And the winner is solver0
95.35/47.20	c starts		: 151
95.35/47.20	c conflicts		: 527081
95.35/47.20	c decisions		: 531527
95.35/47.20	c propagations		: 3735454
95.35/47.20	c inspects		: 633471406
95.35/47.20	c shortcuts		: 0
95.35/47.20	c learnt literals	: 16
95.35/47.20	c learnt binary clauses	: 112
95.35/47.20	c learnt ternary clauses	: 484
95.35/47.20	c learnt constraints	: 527064
95.35/47.20	c ignored constraints	: 0
95.35/47.20	c root simplifications	: 0
95.35/47.20	c removed literals (reason simplification)	: 3857175
95.35/47.20	c reason swapping (by a shorter reason)	: 0
95.35/47.20	c Calls to reduceDB	: 28
95.35/47.20	c number of reductions to clauses (during analyze)	: 0
95.35/47.20	c number of learned constraints concerned by reduction	: 0
95.35/47.20	c number of learning phase by resolution	: 0
95.35/47.20	c number of learning phase by cutting planes	: 0
95.35/47.20	c speed (assignments/second)	: 79374.72641890313
95.35/47.20	c non guided choices	12
95.36/47.22	c learnt constraints type 
95.36/47.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 112
95.36/47.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 39954
95.36/47.22	c constraints type 
95.36/47.22	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
95.36/47.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
95.36/47.22	c 9 constraints processed.
95.36/47.22	c constraints type 
95.36/47.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
95.36/47.22	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
95.36/47.22	c 9 constraints processed.
95.36/47.22	s UNSATISFIABLE
95.36/47.22	c Total wall clock time (in seconds): 47.102

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-3688218-1337876054/watcher-3688218-1337876054 -o /tmp/evaluation-result-3688218-1337876054/solver-3688218-1337876054 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688218-1337876054.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: 3.68 3.72 3.66 4/197 27367
/proc/meminfo: memFree=28416556/32873648 swapFree=6596/6596
[pid=27367] ppid=27365 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27367/stat : 27367 (java) R 27365 27367 25418 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 253729881 9515008 183 33554432000 1073741824 1073778376 140734675604864 140734675595896 212073266869 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27367/statm: 2323 183 140 9 0 71 0

[startup+0.0925521 s]
/proc/loadavg: 3.68 3.72 3.66 4/197 27367
/proc/meminfo: memFree=28416556/32873648 swapFree=6596/6596
[pid=27367] ppid=27365 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/27367/stat : 27367 (java) S 27365 27367 25418 0 -1 4202496 4236 0 1 0 8 0 0 0 20 0 18 0 253729881 9787813888 5427 33554432000 1073741824 1073778376 140736611777696 140736611768832 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27367/statm: 2389603 5427 2099 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.100255 s]
/proc/loadavg: 3.68 3.72 3.66 4/197 27367
/proc/meminfo: memFree=28416556/32873648 swapFree=6596/6596
[pid=27367] ppid=27365 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/27367/stat : 27367 (java) S 27365 27367 25418 0 -1 4202496 4306 0 1 0 9 0 0 0 20 0 18 0 253729881 9787813888 5497 33554432000 1073741824 1073778376 140736611777696 140736611768832 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27367/statm: 2389603 5497 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300181 s]
/proc/loadavg: 3.68 3.72 3.66 4/197 27367
/proc/meminfo: memFree=28416556/32873648 swapFree=6596/6596
[pid=27367] ppid=27365 vsize=9824668 CPUtime=0.74 cores=1,3,5,7
/proc/27367/stat : 27367 (java) S 27365 27367 25418 0 -1 4202496 16610 0 1 0 71 3 0 0 20 0 22 0 253729881 10060460032 15453 33554432000 1073741824 1073778376 140736611777696 140736611768832 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27367/statm: 2456167 15463 2207 9 0 2446860 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 9824668

[startup+0.700187 s]
/proc/loadavg: 3.68 3.72 3.66 4/197 27367
/proc/meminfo: memFree=28416556/32873648 swapFree=6596/6596
[pid=27367] ppid=27365 vsize=9824668 CPUtime=2.3 cores=1,3,5,7
/proc/27367/stat : 27367 (java) S 27365 27367 25418 0 -1 4202496 20640 0 1 0 226 4 0 0 20 0 22 0 253729881 10060460032 25683 33554432000 1073741824 1073778376 140736611777696 140736611768832 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27367/statm: 2456167 25683 2258 9 0 2446860 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 9824668

[startup+1.50073 s]
/proc/loadavg: 3.68 3.72 3.66 10/219 27389
/proc/meminfo: memFree=28305760/32873648 swapFree=6596/6596
[pid=27367] ppid=27365 vsize=9824668 CPUtime=4.89 cores=1,3,5,7
/proc/27367/stat : 27367 (java) S 27365 27367 25418 0 -1 4202496 26294 0 1 0 482 7 0 0 20 0 22 0 253729881 10060460032 50287 33554432000 1073741824 1073778376 140736611777696 140736611768832 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27367/statm: 2456167 50287 2273 9 0 2446860 0
[pid=27367/tid=27369] ppid=27365 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/27367/task/27369/stat : 27369 (java) S 27365 27367 25418 0 -1 4202560 2434 0 1 0 10 0 0 0 20 0 22 0 253729882 10060460032 50287 33554432000 1073741824 1073778376 140736611777696 140096890176504 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27370] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27370/stat : 27370 (java) S 27365 27367 25418 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253729883 10060460032 50287 33554432000 1073741824 1073778376 140736611777696 140096868276392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27371] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27371/stat : 27371 (java) S 27365 27367 25418 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253729883 10060460032 50287 33554432000 1073741824 1073778376 140736611777696 140096665807144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27367/tid=27372] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27372/stat : 27372 (java) S 27365 27367 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253729883 10060460032 50287 33554432000 1073741824 1073778376 140736611777696 140096664754600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27367/tid=27373] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27373/stat : 27373 (java) S 27365 27367 25418 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253729883 10060460032 50287 33554432000 1073741824 1073778376 140736611777696 140096663702056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27374] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27374/stat : 27374 (java) S 27365 27367 25418 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253729883 10060460032 50287 33554432000 1073741824 1073778376 140736611777696 140096662649512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27375] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27375/stat : 27375 (java) S 27365 27367 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253729883 10060460032 50287 33554432000 1073741824 1073778376 140736611777696 140096661596968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27376] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27376/stat : 27376 (java) S 27365 27367 25418 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253729883 10060460032 50287 33554432000 1073741824 1073778376 140736611777696 140096660544424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27377] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27377/stat : 27377 (java) S 27365 27367 25418 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253729883 10060460032 50287 33554432000 1073741824 1073778376 140736611777696 140096659491880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27378] ppid=27365 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/27367/task/27378/stat : 27378 (java) R 27365 27367 25418 0 -1 4202560 95 0 0 0 3 0 0 0 20 0 22 0 253729884 10060460032 50287 33554432000 1073741824 1073778376 140736611777696 140096647079016 140096896506236 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27379] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27379/stat : 27379 (java) S 27365 27367 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253729885 10060460032 50287 33554432000 1073741824 1073778376 140736611777696 140096646026360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27380] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27380/stat : 27380 (java) S 27365 27367 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253729885 10060460032 50287 33554432000 1073741824 1073778376 140736611777696 140096644973704 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27381] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27381/stat : 27381 (java) S 27365 27367 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253729887 10060460032 50287 33554432000 1073741824 1073778376 140736611777696 140096643922448 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27382] ppid=27365 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/27367/task/27382/stat : 27382 (java) S 27365 27367 25418 0 -1 4202560 9019 0 0 0 107 1 0 0 20 0 22 0 253729887 10060460032 50287 33554432000 1073741824 1073778376 140736611777696 140096642855912 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27383] ppid=27365 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/27367/task/27383/stat : 27383 (java) S 27365 27367 25418 0 -1 4202560 13326 0 0 0 98 2 0 0 20 0 22 0 253729887 10060460032 50287 33554432000 1073741824 1073778376 140736611777696 140096641810120 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27384] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27384/stat : 27384 (java) S 27365 27367 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253729887 10060460032 50287 33554432000 1073741824 1073778376 140736611777696 140096640764920 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27385] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27385/stat : 27385 (java) S 27365 27367 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253729887 10060460032 50287 33554432000 1073741824 1073778376 140736611777696 140096639712584 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27386] ppid=27365 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/27367/task/27386/stat : 27386 (java) S 27365 27367 25418 0 -1 4202560 42 0 0 0 128 0 0 0 20 0 22 0 253729895 10060460032 50287 33554432000 1073741824 1073778376 140736611777696 140096638623624 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27387] ppid=27365 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/27367/task/27387/stat : 27387 (java) S 27365 27367 25418 0 -1 4202560 141 0 0 0 126 2 0 0 20 0 22 0 253729895 10060460032 50287 33554432000 1073741824 1073778376 140736611777696 140096637569496 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27367/tid=27388] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27388/stat : 27388 (java) S 27365 27367 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253729895 10060460032 50287 33554432000 1073741824 1073778376 140736611777696 140096636519464 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27367/tid=27389] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27389/stat : 27389 (java) S 27365 27367 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253729895 10060460032 50287 33554432000 1073741824 1073778376 140736611777696 140096635466920 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 9824668

[startup+3.10087 s]
/proc/loadavg: 3.68 3.72 3.66 5/219 27389
/proc/meminfo: memFree=28220240/32873648 swapFree=6596/6596
[pid=27367] ppid=27365 vsize=9824668 CPUtime=8.04 cores=1,3,5,7
/proc/27367/stat : 27367 (java) S 27365 27367 25418 0 -1 4202496 26385 0 1 0 795 9 0 0 20 0 22 0 253729881 10060460032 83069 33554432000 1073741824 1073778376 140736611777696 140736611768832 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27367/statm: 2456167 83069 2273 9 0 2446860 0
[pid=27367/tid=27369] ppid=27365 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/27367/task/27369/stat : 27369 (java) S 27365 27367 25418 0 -1 4202560 2434 0 1 0 10 0 0 0 20 0 22 0 253729882 10060460032 83069 33554432000 1073741824 1073778376 140736611777696 140096890176504 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27370] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27370/stat : 27370 (java) S 27365 27367 25418 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 253729883 10060460032 83069 33554432000 1073741824 1073778376 140736611777696 140096868276392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27371] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27371/stat : 27371 (java) S 27365 27367 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253729883 10060460032 83069 33554432000 1073741824 1073778376 140736611777696 140096665807144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27372] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27372/stat : 27372 (java) S 27365 27367 25418 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253729883 10060460032 83069 33554432000 1073741824 1073778376 140736611777696 140096664754600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27373] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27373/stat : 27373 (java) S 27365 27367 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253729883 10060460032 83069 33554432000 1073741824 1073778376 140736611777696 140096663702056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27374] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27374/stat : 27374 (java) S 27365 27367 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253729883 10060460032 83069 33554432000 1073741824 1073778376 140736611777696 140096662649512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27375] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27375/stat : 27375 (java) S 27365 27367 25418 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253729883 10060460032 83069 33554432000 1073741824 1073778376 140736611777696 140096661596968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27367/tid=27376] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27376/stat : 27376 (java) S 27365 27367 25418 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253729883 10060460032 83069 33554432000 1073741824 1073778376 140736611777696 140096660544424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27377] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27377/stat : 27377 (java) S 27365 27367 25418 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253729883 10060460032 83069 33554432000 1073741824 1073778376 140736611777696 140096659491880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27367/tid=27378] ppid=27365 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/27367/task/27378/stat : 27378 (java) S 27365 27367 25418 0 -1 4202560 97 0 0 0 9 0 0 0 20 0 22 0 253729884 10060460032 83069 33554432000 1073741824 1073778376 140736611777696 140096647080040 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27367/tid=27379] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27379/stat : 27379 (java) S 27365 27367 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253729885 10060460032 83069 33554432000 1073741824 1073778376 140736611777696 140096646026360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27380] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27380/stat : 27380 (java) S 27365 27367 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253729885 10060460032 83069 33554432000 1073741824 1073778376 140736611777696 140096644973704 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27381] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27381/stat : 27381 (java) S 27365 27367 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253729887 10060460032 83069 33554432000 1073741824 1073778376 140736611777696 140096643922448 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27382] ppid=27365 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/27367/task/27382/stat : 27382 (java) S 27365 27367 25418 0 -1 4202560 9019 0 0 0 107 1 0 0 20 0 22 0 253729887 10060460032 83069 33554432000 1073741824 1073778376 140736611777696 140096642869816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27383] ppid=27365 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/27367/task/27383/stat : 27383 (java) S 27365 27367 25418 0 -1 4202560 13326 0 0 0 98 2 0 0 20 0 22 0 253729887 10060460032 83069 33554432000 1073741824 1073778376 140736611777696 140096641817272 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27384] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27384/stat : 27384 (java) S 27365 27367 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253729887 10060460032 83069 33554432000 1073741824 1073778376 140736611777696 140096640764920 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27385] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27385/stat : 27385 (java) S 27365 27367 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253729887 10060460032 83069 33554432000 1073741824 1073778376 140736611777696 140096639712584 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27386] ppid=27365 vsize=9824668 CPUtime=2.79 cores=1,3,5,7
/proc/27367/task/27386/stat : 27386 (java) R 27365 27367 25418 0 -1 4202560 46 0 0 0 279 0 0 0 20 0 22 0 253729895 10060460032 83069 33554432000 1073741824 1073778376 140736611777696 140096638623944 140096750171631 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27387] ppid=27365 vsize=9824668 CPUtime=2.8 cores=1,3,5,7
/proc/27367/task/27387/stat : 27387 (java) R 27365 27367 25418 0 -1 4202560 203 0 0 0 276 4 0 0 20 0 22 0 253729895 10060460032 83069 33554432000 1073741824 1073778376 140736611777696 140096637569504 140096750207745 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27388] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27388/stat : 27388 (java) S 27365 27367 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253729895 10060460032 83069 33554432000 1073741824 1073778376 140736611777696 140096636519464 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27367/tid=27389] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27389/stat : 27389 (java) S 27365 27367 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253729895 10060460032 83069 33554432000 1073741824 1073778376 140736611777696 140096635466920 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 9824668

[startup+6.30082 s]
/proc/loadavg: 3.71 3.72 3.66 5/219 27389
/proc/meminfo: memFree=28101288/32873648 swapFree=6596/6596
[pid=27367] ppid=27365 vsize=9824668 CPUtime=14.4 cores=1,3,5,7
/proc/27367/stat : 27367 (java) S 27365 27367 25418 0 -1 4202496 26495 0 1 0 1429 11 0 0 20 0 22 0 253729881 10060460032 85215 33554432000 1073741824 1073778376 140736611777696 140736611768832 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27367/statm: 2456167 85215 2273 9 0 2446860 0
[pid=27367/tid=27369] ppid=27365 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/27367/task/27369/stat : 27369 (java) S 27365 27367 25418 0 -1 4202560 2434 0 1 0 10 0 0 0 20 0 22 0 253729882 10060460032 85215 33554432000 1073741824 1073778376 140736611777696 140096890176504 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27370] ppid=27365 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27367/task/27370/stat : 27370 (java) S 27365 27367 25418 0 -1 4202560 28 0 0 0 1 0 0 0 20 0 22 0 253729883 10060460032 85215 33554432000 1073741824 1073778376 140736611777696 140096868276392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27371] ppid=27365 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27367/task/27371/stat : 27371 (java) S 27365 27367 25418 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 253729883 10060460032 85215 33554432000 1073741824 1073778376 140736611777696 140096665807144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27372] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27372/stat : 27372 (java) S 27365 27367 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253729883 10060460032 85215 33554432000 1073741824 1073778376 140736611777696 140096664754600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27367/tid=27373] ppid=27365 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27367/task/27373/stat : 27373 (java) S 27365 27367 25418 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 22 0 253729883 10060460032 85215 33554432000 1073741824 1073778376 140736611777696 140096663702056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27374] ppid=27365 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27367/task/27374/stat : 27374 (java) S 27365 27367 25418 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 253729883 10060460032 85215 33554432000 1073741824 1073778376 140736611777696 140096662649512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27375] ppid=27365 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/27367/task/27375/stat : 27375 (java) S 27365 27367 25418 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 253729883 10060460032 85215 33554432000 1073741824 1073778376 140736611777696 140096661596968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27376] ppid=27365 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27367/task/27376/stat : 27376 (java) S 27365 27367 25418 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 253729883 10060460032 85215 33554432000 1073741824 1073778376 140736611777696 140096660544424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27367/tid=27377] ppid=27365 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27367/task/27377/stat : 27377 (java) S 27365 27367 25418 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253729883 10060460032 85215 33554432000 1073741824 1073778376 140736611777696 140096659491880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27378] ppid=27365 vsize=9824668 CPUtime=0.16 cores=1,3,5,7
/proc/27367/task/27378/stat : 27378 (java) S 27365 27367 25418 0 -1 4202560 132 0 0 0 15 1 0 0 20 0 22 0 253729884 10060460032 85215 33554432000 1073741824 1073778376 140736611777696 140096647080040 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27379] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27379/stat : 27379 (java) S 27365 27367 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253729885 10060460032 85215 33554432000 1073741824 1073778376 140736611777696 140096646026360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27380] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27380/stat : 27380 (java) S 27365 27367 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253729885 10060460032 85215 33554432000 1073741824 1073778376 140736611777696 140096644973704 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27381] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27381/stat : 27381 (java) S 27365 27367 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253729887 10060460032 85215 33554432000 1073741824 1073778376 140736611777696 140096643922448 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27382] ppid=27365 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/27367/task/27382/stat : 27382 (java) S 27365 27367 25418 0 -1 4202560 9019 0 0 0 107 1 0 0 20 0 22 0 253729887 10060460032 85215 33554432000 1073741824 1073778376 140736611777696 140096642869816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

[pid=27367/tid=27382] ppid=27365 vsize=9824668 CPUtime=1.19 cores=1,3,5,7
/proc/27367/task/27382/stat : 27382 (java) S 27365 27367 25418 0 -1 4202560 9021 0 0 0 118 1 0 0 20 0 22 0 253729887 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096642869816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27383] ppid=27365 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/27367/task/27383/stat : 27383 (java) S 27365 27367 25418 0 -1 4202560 13336 0 0 0 149 2 0 0 20 0 22 0 253729887 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096641817272 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27384] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27384/stat : 27384 (java) S 27365 27367 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253729887 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096640764920 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27385] ppid=27365 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27367/task/27385/stat : 27385 (java) S 27365 27367 25418 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 253729887 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096639712584 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27386] ppid=27365 vsize=9824668 CPUtime=44.82 cores=1,3,5,7
/proc/27367/task/27386/stat : 27386 (java) R 27365 27367 25418 0 -1 4202560 105 0 0 0 4481 1 0 0 20 0 22 0 253729895 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096638623824 140096750194174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27387] ppid=27365 vsize=9824668 CPUtime=44.81 cores=1,3,5,7
/proc/27367/task/27387/stat : 27387 (java) R 27365 27367 25418 0 -1 4202560 2367 0 0 0 4454 27 0 0 20 0 22 0 253729895 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096637569504 140096750176923 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27388] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27388/stat : 27388 (java) S 27365 27367 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253729895 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096636519464 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27367/tid=27389] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27389/stat : 27389 (java) S 27365 27367 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253729895 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096635466920 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 94.51
Current children cumulated vsize (KiB) 9824668

[startup+46.7008 s]
/proc/loadavg: 3.85 3.75 3.67 5/219 27389
/proc/meminfo: memFree=26387124/32873648 swapFree=6596/6596
[pid=27367] ppid=27365 vsize=9824668 CPUtime=95.31 cores=1,3,5,7
/proc/27367/stat : 27367 (java) S 27365 27367 25418 0 -1 4202496 30336 0 1 0 9489 42 0 0 20 0 22 0 253729881 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140736611768832 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27367/statm: 2456167 528382 2273 9 0 2446860 0
[pid=27367/tid=27369] ppid=27365 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/27367/task/27369/stat : 27369 (java) S 27365 27367 25418 0 -1 4202560 2436 0 1 0 11 0 0 0 20 0 22 0 253729882 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096890176504 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27370] ppid=27365 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/27367/task/27370/stat : 27370 (java) S 27365 27367 25418 0 -1 4202560 80 0 0 0 10 0 0 0 20 0 22 0 253729883 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096868276392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27371] ppid=27365 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/27367/task/27371/stat : 27371 (java) S 27365 27367 25418 0 -1 4202560 100 0 0 0 9 0 0 0 20 0 22 0 253729883 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096665807144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27372] ppid=27365 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/27367/task/27372/stat : 27372 (java) S 27365 27367 25418 0 -1 4202560 93 0 0 0 7 0 0 0 20 0 22 0 253729883 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096664754600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27373] ppid=27365 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/27367/task/27373/stat : 27373 (java) S 27365 27367 25418 0 -1 4202560 129 0 0 0 10 0 0 0 20 0 22 0 253729883 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096663702056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27374] ppid=27365 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/27367/task/27374/stat : 27374 (java) S 27365 27367 25418 0 -1 4202560 75 0 0 0 10 0 0 0 20 0 22 0 253729883 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096662649512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27375] ppid=27365 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/27367/task/27375/stat : 27375 (java) S 27365 27367 25418 0 -1 4202560 81 0 0 0 9 0 0 0 20 0 22 0 253729883 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096661596968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27367/tid=27376] ppid=27365 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/27367/task/27376/stat : 27376 (java) S 27365 27367 25418 0 -1 4202560 83 0 0 0 9 0 0 0 20 0 22 0 253729883 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096660544424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27377] ppid=27365 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/27367/task/27377/stat : 27377 (java) S 27365 27367 25418 0 -1 4202560 155 0 0 0 11 0 0 0 20 0 22 0 253729883 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096659491880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27378] ppid=27365 vsize=9824668 CPUtime=0.88 cores=1,3,5,7
/proc/27367/task/27378/stat : 27378 (java) S 27365 27367 25418 0 -1 4202560 1085 0 0 0 85 3 0 0 20 0 22 0 253729884 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096647080040 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27379] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27379/stat : 27379 (java) S 27365 27367 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253729885 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096646026360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27380] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27380/stat : 27380 (java) S 27365 27367 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253729885 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096644973704 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27381] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27381/stat : 27381 (java) S 27365 27367 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253729887 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096643922448 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27382] ppid=27365 vsize=9824668 CPUtime=1.19 cores=1,3,5,7
/proc/27367/task/27382/stat : 27382 (java) S 27365 27367 25418 0 -1 4202560 9021 0 0 0 118 1 0 0 20 0 22 0 253729887 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096642869816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27383] ppid=27365 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/27367/task/27383/stat : 27383 (java) S 27365 27367 25418 0 -1 4202560 13336 0 0 0 149 2 0 0 20 0 22 0 253729887 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096641817272 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27384] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27384/stat : 27384 (java) S 27365 27367 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253729887 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096640764920 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27385] ppid=27365 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27367/task/27385/stat : 27385 (java) S 27365 27367 25418 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 253729887 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096639712584 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27386] ppid=27365 vsize=9824668 CPUtime=45.22 cores=1,3,5,7
/proc/27367/task/27386/stat : 27386 (java) R 27365 27367 25418 0 -1 4202560 105 0 0 0 4521 1 0 0 20 0 22 0 253729895 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096638623824 140096750171631 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27387] ppid=27365 vsize=9824668 CPUtime=45.21 cores=1,3,5,7
/proc/27367/task/27387/stat : 27387 (java) R 27365 27367 25418 0 -1 4202560 2367 0 0 0 4494 27 0 0 20 0 22 0 253729895 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096637569504 140096750177140 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27388] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27388/stat : 27388 (java) S 27365 27367 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253729895 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096636519464 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27367/tid=27389] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27389/stat : 27389 (java) S 27365 27367 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253729895 10060460032 528382 33554432000 1073741824 1073778376 140736611777696 140096635466920 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 95.31
Current children cumulated vsize (KiB) 9824668

[startup+47.1006 s]
/proc/loadavg: 3.85 3.75 3.67 5/219 27389
/proc/meminfo: memFree=26387124/32873648 swapFree=6596/6596
[pid=27367] ppid=27365 vsize=9824668 CPUtime=95.35 cores=1,3,5,7
/proc/27367/stat : 27367 (java) S 27365 27367 25418 0 -1 4202496 30337 0 1 0 9492 43 0 0 20 0 19 0 253729881 10060460032 528366 33554432000 1073741824 1073778376 140736611777696 140736611768832 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27367/statm: 2456167 528366 2274 9 0 2446860 0
[pid=27367/tid=27369] ppid=27365 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/27367/task/27369/stat : 27369 (java) S 27365 27367 25418 0 -1 4202560 2436 0 1 0 11 0 0 0 20 0 19 0 253729882 10060460032 528366 33554432000 1073741824 1073778376 140736611777696 140096890176504 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27370] ppid=27365 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/27367/task/27370/stat : 27370 (java) S 27365 27367 25418 0 -1 4202560 80 0 0 0 10 0 0 0 20 0 19 0 253729883 10060460032 528366 33554432000 1073741824 1073778376 140736611777696 140096868276392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27371] ppid=27365 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/27367/task/27371/stat : 27371 (java) S 27365 27367 25418 0 -1 4202560 100 0 0 0 9 0 0 0 20 0 19 0 253729883 10060460032 528366 33554432000 1073741824 1073778376 140736611777696 140096665807144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27372] ppid=27365 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/27367/task/27372/stat : 27372 (java) S 27365 27367 25418 0 -1 4202560 93 0 0 0 7 0 0 0 20 0 19 0 253729883 10060460032 528366 33554432000 1073741824 1073778376 140736611777696 140096664754600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27373] ppid=27365 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/27367/task/27373/stat : 27373 (java) S 27365 27367 25418 0 -1 4202560 129 0 0 0 10 0 0 0 20 0 19 0 253729883 10060460032 528366 33554432000 1073741824 1073778376 140736611777696 140096663702056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27374] ppid=27365 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/27367/task/27374/stat : 27374 (java) S 27365 27367 25418 0 -1 4202560 75 0 0 0 10 0 0 0 20 0 19 0 253729883 10060460032 528366 33554432000 1073741824 1073778376 140736611777696 140096662649512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27375] ppid=27365 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/27367/task/27375/stat : 27375 (java) S 27365 27367 25418 0 -1 4202560 81 0 0 0 9 0 0 0 20 0 19 0 253729883 10060460032 528366 33554432000 1073741824 1073778376 140736611777696 140096661596968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27367/tid=27376] ppid=27365 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/27367/task/27376/stat : 27376 (java) S 27365 27367 25418 0 -1 4202560 83 0 0 0 9 0 0 0 20 0 19 0 253729883 10060460032 528366 33554432000 1073741824 1073778376 140736611777696 140096660544424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27377] ppid=27365 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/27367/task/27377/stat : 27377 (java) S 27365 27367 25418 0 -1 4202560 155 0 0 0 11 0 0 0 20 0 19 0 253729883 10060460032 528366 33554432000 1073741824 1073778376 140736611777696 140096659491880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27378] ppid=27365 vsize=9824668 CPUtime=0.88 cores=1,3,5,7
/proc/27367/task/27378/stat : 27378 (java) S 27365 27367 25418 0 -1 4202560 1085 0 0 0 85 3 0 0 20 0 19 0 253729884 10060460032 528366 33554432000 1073741824 1073778376 140736611777696 140096647080040 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27379] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27379/stat : 27379 (java) S 27365 27367 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253729885 10060460032 528366 33554432000 1073741824 1073778376 140736611777696 140096646026360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27380] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27380/stat : 27380 (java) S 27365 27367 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253729885 10060460032 528366 33554432000 1073741824 1073778376 140736611777696 140096644973704 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27381] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27381/stat : 27381 (java) S 27365 27367 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253729887 10060460032 528366 33554432000 1073741824 1073778376 140736611777696 140096643922448 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27382] ppid=27365 vsize=9824668 CPUtime=1.19 cores=1,3,5,7
/proc/27367/task/27382/stat : 27382 (java) S 27365 27367 25418 0 -1 4202560 9021 0 0 0 118 1 0 0 20 0 19 0 253729887 10060460032 528366 33554432000 1073741824 1073778376 140736611777696 140096642869816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27383] ppid=27365 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/27367/task/27383/stat : 27383 (java) S 27365 27367 25418 0 -1 4202560 13336 0 0 0 149 2 0 0 20 0 19 0 253729887 10060460032 528366 33554432000 1073741824 1073778376 140736611777696 140096641817272 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27384] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27384/stat : 27384 (java) S 27365 27367 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253729887 10060460032 528366 33554432000 1073741824 1073778376 140736611777696 140096640764920 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27385] ppid=27365 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27367/task/27385/stat : 27385 (java) S 27365 27367 25418 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 253729887 10060460032 528366 33554432000 1073741824 1073778376 140736611777696 140096639712584 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27388] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27388/stat : 27388 (java) S 27365 27367 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253729895 10060460032 528366 33554432000 1073741824 1073778376 140736611777696 140096636519464 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 95.35
Current children cumulated vsize (KiB) 9824668

[startup+47.2006 s]
/proc/loadavg: 3.85 3.75 3.67 3/216 27389
/proc/meminfo: memFree=26387148/32873648 swapFree=6596/6596
[pid=27367] ppid=27365 vsize=9824668 CPUtime=95.36 cores=1,3,5,7
/proc/27367/stat : 27367 (java) S 27365 27367 25418 0 -1 4202496 30339 0 1 0 9493 43 0 0 20 0 20 0 253729881 10060460032 528368 33554432000 1073741824 1073778376 140736611777696 140736611768832 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27367/statm: 2456167 528368 2274 9 0 2446860 0
[pid=27367/tid=27369] ppid=27365 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/27367/task/27369/stat : 27369 (java) S 27365 27367 25418 0 -1 4202560 2436 0 1 0 11 0 0 0 20 0 20 0 253729882 10060460032 528368 33554432000 1073741824 1073778376 140736611777696 140096890176216 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27370] ppid=27365 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/27367/task/27370/stat : 27370 (java) S 27365 27367 25418 0 -1 4202560 80 0 0 0 10 0 0 0 20 0 20 0 253729883 10060460032 528368 33554432000 1073741824 1073778376 140736611777696 140096868276392 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27371] ppid=27365 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/27367/task/27371/stat : 27371 (java) S 27365 27367 25418 0 -1 4202560 100 0 0 0 9 0 0 0 20 0 20 0 253729883 10060460032 528368 33554432000 1073741824 1073778376 140736611777696 140096665807144 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27372] ppid=27365 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/27367/task/27372/stat : 27372 (java) S 27365 27367 25418 0 -1 4202560 93 0 0 0 7 0 0 0 20 0 20 0 253729883 10060460032 528368 33554432000 1073741824 1073778376 140736611777696 140096664754600 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27373] ppid=27365 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/27367/task/27373/stat : 27373 (java) S 27365 27367 25418 0 -1 4202560 129 0 0 0 10 0 0 0 20 0 20 0 253729883 10060460032 528368 33554432000 1073741824 1073778376 140736611777696 140096663702056 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27374] ppid=27365 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/27367/task/27374/stat : 27374 (java) S 27365 27367 25418 0 -1 4202560 75 0 0 0 10 0 0 0 20 0 20 0 253729883 10060460032 528368 33554432000 1073741824 1073778376 140736611777696 140096662649512 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27375] ppid=27365 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/27367/task/27375/stat : 27375 (java) S 27365 27367 25418 0 -1 4202560 81 0 0 0 9 0 0 0 20 0 20 0 253729883 10060460032 528368 33554432000 1073741824 1073778376 140736611777696 140096661596968 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27367/tid=27376] ppid=27365 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/27367/task/27376/stat : 27376 (java) S 27365 27367 25418 0 -1 4202560 83 0 0 0 9 0 0 0 20 0 20 0 253729883 10060460032 528368 33554432000 1073741824 1073778376 140736611777696 140096660544424 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27377] ppid=27365 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/27367/task/27377/stat : 27377 (java) S 27365 27367 25418 0 -1 4202560 155 0 0 0 11 0 0 0 20 0 20 0 253729883 10060460032 528368 33554432000 1073741824 1073778376 140736611777696 140096659491880 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27378] ppid=27365 vsize=9824668 CPUtime=0.88 cores=1,3,5,7
/proc/27367/task/27378/stat : 27378 (java) S 27365 27367 25418 0 -1 4202560 1085 0 0 0 85 3 0 0 20 0 20 0 253729884 10060460032 528368 33554432000 1073741824 1073778376 140736611777696 140096647080040 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27379] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27379/stat : 27379 (java) S 27365 27367 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 253729885 10060460032 528368 33554432000 1073741824 1073778376 140736611777696 140096646026360 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27380] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27380/stat : 27380 (java) S 27365 27367 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 253729885 10060460032 528368 33554432000 1073741824 1073778376 140736611777696 140096644973704 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27381] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27381/stat : 27381 (java) S 27365 27367 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253729887 10060460032 528368 33554432000 1073741824 1073778376 140736611777696 140096643922448 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27367/tid=27382] ppid=27365 vsize=9824668 CPUtime=1.19 cores=1,3,5,7
/proc/27367/task/27382/stat : 27382 (java) S 27365 27367 25418 0 -1 4202560 9021 0 0 0 118 1 0 0 20 0 20 0 253729887 10060460032 528368 33554432000 1073741824 1073778376 140736611777696 140096642869816 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27383] ppid=27365 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/27367/task/27383/stat : 27383 (java) S 27365 27367 25418 0 -1 4202560 13336 0 0 0 149 2 0 0 20 0 20 0 253729887 10060460032 528368 33554432000 1073741824 1073778376 140736611777696 140096641817272 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27384] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27384/stat : 27384 (java) S 27365 27367 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253729887 10060460032 528368 33554432000 1073741824 1073778376 140736611777696 140096640764920 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27367/tid=27385] ppid=27365 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/27367/task/27385/stat : 27385 (java) S 27365 27367 25418 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 20 0 253729887 10060460032 528368 33554432000 1073741824 1073778376 140736611777696 140096639712584 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27367/tid=27388] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27388/stat : 27388 (java) S 27365 27367 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 253729895 10060460032 528368 33554432000 1073741824 1073778376 140736611777696 140096636519464 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27367/tid=27390] ppid=27365 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27367/task/27390/stat : 27390 (java) R 27365 27367 25418 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 253734601 10060460032 528368 33554432000 1073741824 1073778376 140736611777696 140096637574120 140096749811196 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 95.36
Current children cumulated vsize (KiB) 9824668

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.159996
#  lost CPU user time (s): 0.169998
#  lost CPU system time (s): -0.01

Real time (s): 47.2425
CPU time (s): 95.6415
CPU user time (s): 95.1396
CPU system time (s): 0.501922
CPU usage (%): 202.448
Max. virtual memory (cumulated for all children) (KiB): 9826056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.9696
system time used= 0.511922
maximum resident set size= 2113532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30356
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2735
involuntary context switches= 2914

runsolver used 0.213967 second user time and 0.492925 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-24 18:14:14
IDJOB=3688218
IDBENCH=2907
IDSOLVER=2268
FILE ID=node148/3688218-1337876054
RUNJOBID= node148-1337871865-25435
PBS_JOBID= 14620056
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= 56022330ee2943e2696d570dbfee01d9
RANDOM SEED=401834630

node148.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		: 2667.284
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	: 5334.56
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		: 2667.284
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.94
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		: 2667.284
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.92
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		: 2667.284
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		: 2667.284
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.90
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		: 2667.284
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		: 2667.284
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.90
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		: 2667.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28416820 kB
Buffers:          233360 kB
Cached:          2567020 kB
SwapCached:            0 kB
Active:          1307680 kB
Inactive:        2363156 kB
Active(anon):     872932 kB
Inactive(anon):      252 kB
Active(file):     434748 kB
Inactive(file):  2362904 kB
Unevictable:        6596 kB
Mlocked:            6596 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               492 kB
Writeback:             0 kB
AnonPages:        876704 kB
Mapped:            22504 kB
Shmem:               200 kB
Slab:             646112 kB
SReclaimable:      90152 kB
SUnreclaim:       555960 kB
KernelStack:        1632 kB
PageTables:         6324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1193260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    806912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node148 at 2012-05-24 18:15:01