Trace number 3688210

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 87.9316 42.7826

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_2.opb
MD5SUM1d7dd5c267917b6fb58d303c57bfa918
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 benchmark5.99509
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 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2424
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.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3688210-1337875980.opb
0.07/0.13	c reading problem ... 
0.07/0.14	c ... done. Wall clock time 0.02s.
0.07/0.14	c declared #vars     31
0.07/0.14	c #constraints  9
0.07/0.15	c constraints type 
0.07/0.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.07/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.07/0.15	c 9 constraints processed.
0.07/0.15	c constraints type 
0.07/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.07/0.15	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.07/0.15	c 9 constraints processed.
0.07/0.15	c objective function length is 1 literals
2.30/0.78	c cleaning 2501 clauses out of 5001 with flag 5001/5001
3.48/1.08	c cleaning 4249 clauses out of 8501 with flag 11002/11002
4.33/1.32	c cleaning 5626 clauses out of 11251 with flag 18001/18001
4.95/1.69	c cleaning 6812 clauses out of 13625 with flag 26001/26001
5.97/2.10	c cleaning 7902 clauses out of 15813 with flag 35001/35001
6.94/2.64	c cleaning 8952 clauses out of 17910 with flag 45000/45000
8.34/3.35	c cleaning 9977 clauses out of 19959 with flag 56001/56001
9.70/4.09	c cleaning 10990 clauses out of 21982 with flag 68001/68001
11.48/4.93	c cleaning 11994 clauses out of 23992 with flag 81001/81001
13.26/5.87	c cleaning 12997 clauses out of 25998 with flag 95001/95001
15.44/6.97	c cleaning 14000 clauses out of 28001 with flag 110001/110001
18.23/8.30	c cleaning 14998 clauses out of 30002 with flag 126002/126002
21.00/9.78	c cleaning 16000 clauses out of 32004 with flag 143002/143002
24.39/11.42	c cleaning 17000 clauses out of 34002 with flag 161000/161000
28.17/13.30	c cleaning 17997 clauses out of 36002 with flag 180000/180000
30.80/14.60	c cleaning 0 clauses out of 5001 with flag 0/5001
32.12/15.15	c cleaning 19001 clauses out of 38005 with flag 200000/200000
36.30/17.13	c cleaning 19995 clauses out of 40004 with flag 221000/221000
40.16/19.06	c cleaning 21004 clauses out of 42009 with flag 243000/243000
44.37/21.17	c cleaning 22003 clauses out of 44006 with flag 266001/266001
50.14/24.06	c cleaning 23000 clauses out of 46004 with flag 290002/290002
56.51/27.07	c cleaning 24000 clauses out of 48003 with flag 315001/315001
63.39/30.31	c cleaning 25000 clauses out of 50002 with flag 341000/341000
69.99/33.50	c cleaning 26001 clauses out of 52002 with flag 368000/368000
76.55/36.82	c cleaning 26996 clauses out of 54002 with flag 396001/396001
84.18/40.67	c cleaning 28003 clauses out of 56005 with flag 425000/425000
87.78/42.40	c  And the winner is solver0
87.65/42.74	c starts		: 149
87.65/42.74	c conflicts		: 440932
87.65/42.74	c decisions		: 444847
87.65/42.74	c propagations		: 3263338
87.65/42.74	c inspects		: 591240279
87.65/42.74	c shortcuts		: 0
87.65/42.74	c learnt literals	: 14
87.65/42.74	c learnt binary clauses	: 78
87.65/42.74	c learnt ternary clauses	: 344
87.65/42.74	c learnt constraints	: 440917
87.65/42.74	c ignored constraints	: 0
87.65/42.74	c root simplifications	: 0
87.65/42.74	c removed literals (reason simplification)	: 3115468
87.65/42.74	c reason swapping (by a shorter reason)	: 0
87.65/42.74	c Calls to reduceDB	: 25
87.65/42.74	c number of reductions to clauses (during analyze)	: 0
87.65/42.74	c number of learned constraints concerned by reduction	: 0
87.65/42.74	c number of learning phase by resolution	: 0
87.65/42.74	c number of learning phase by cutting planes	: 0
87.65/42.74	c speed (assignments/second)	: 76623.96393434925
87.65/42.74	c non guided choices	13
87.65/42.76	c learnt constraints type 
87.65/42.76	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 78
87.65/42.76	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 43841
87.65/42.76	c constraints type 
87.65/42.76	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
87.65/42.76	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
87.65/42.76	c 9 constraints processed.
87.65/42.76	c constraints type 
87.65/42.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
87.65/42.76	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
87.65/42.76	c 9 constraints processed.
87.65/42.76	s UNSATISFIABLE
87.65/42.76	c Total wall clock time (in seconds): 42.634

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

running on 4 cores: 0,2,4,6

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: 4.07 3.97 3.83 4/197 19674
/proc/meminfo: memFree=27178628/32873844 swapFree=7384/7384
[pid=19674] ppid=19672 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/19674/stat : 19674 (java) D 19672 19674 18255 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 253723452 2560000 46 33554432000 1073741824 1073778376 140735346105984 140735346103112 239863950631 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/19674/statm: 625 46 37 9 0 29 0

[startup+0.063603 s]
/proc/loadavg: 4.07 3.97 3.83 4/197 19674
/proc/meminfo: memFree=27178628/32873844 swapFree=7384/7384
[pid=19674] ppid=19672 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/19674/stat : 19674 (java) S 19672 19674 18255 0 -1 4202496 3124 0 1 0 2 1 0 0 20 0 13 0 253723452 9446973440 3310 33554432000 1073741824 1073778376 140735471651088 140735471642224 239876472893 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19674/statm: 2306390 3310 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100207 s]
/proc/loadavg: 4.07 3.97 3.83 4/197 19674
/proc/meminfo: memFree=27178628/32873844 swapFree=7384/7384
[pid=19674] ppid=19672 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/19674/stat : 19674 (java) S 19672 19674 18255 0 -1 4202496 4186 0 1 0 6 1 0 0 20 0 18 0 253723452 9787813888 4875 33554432000 1073741824 1073778376 140735471651088 140735471642224 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19674/statm: 2389603 4876 2071 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.30017 s]
/proc/loadavg: 4.07 3.97 3.83 4/197 19674
/proc/meminfo: memFree=27178628/32873844 swapFree=7384/7384
[pid=19674] ppid=19672 vsize=9824996 CPUtime=0.7 cores=0,2,4,6
/proc/19674/stat : 19674 (java) S 19672 19674 18255 0 -1 4202496 15539 0 1 0 66 4 0 0 20 0 22 0 253723452 10060795904 14534 33554432000 1073741824 1073778376 140735471651088 140735471642224 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19674/statm: 2456249 14534 2206 9 0 2446942 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 9824996

[startup+0.700206 s]
/proc/loadavg: 4.07 3.97 3.83 4/197 19674
/proc/meminfo: memFree=27178628/32873844 swapFree=7384/7384
[pid=19674] ppid=19672 vsize=9824668 CPUtime=2.3 cores=0,2,4,6
/proc/19674/stat : 19674 (java) S 19672 19674 18255 0 -1 4202496 21814 0 1 0 225 5 0 0 20 0 22 0 253723452 10060460032 23870 33554432000 1073741824 1073778376 140735471651088 140735471642224 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19674/statm: 2456167 23870 2236 9 0 2446860 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 9824668

[startup+1.5008 s]
/proc/loadavg: 4.07 3.97 3.83 7/219 19696
/proc/meminfo: memFree=27014224/32873844 swapFree=7384/7384
[pid=19674] ppid=19672 vsize=9824668 CPUtime=4.74 cores=0,2,4,6
/proc/19674/stat : 19674 (java) S 19672 19674 18255 0 -1 4202496 30525 0 1 0 465 9 0 0 20 0 22 0 253723452 10060460032 48626 33554432000 1073741824 1073778376 140735471651088 140735471642224 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19674/statm: 2456167 48626 2265 9 0 2446860 0
[pid=19674/tid=19676] ppid=19672 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/19674/task/19676/stat : 19676 (java) S 19672 19674 18255 0 -1 4202560 2489 0 1 0 9 1 0 0 20 0 22 0 253723454 10060460032 48626 33554432000 1073741824 1073778376 140735471651088 140132229485560 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19674/tid=19677] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19677/stat : 19677 (java) S 19672 19674 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253723455 10060460032 48626 33554432000 1073741824 1073778376 140735471651088 140132168215336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19678] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19678/stat : 19678 (java) S 19672 19674 18255 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253723455 10060460032 48626 33554432000 1073741824 1073778376 140735471651088 140132071717544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19674/tid=19679] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19679/stat : 19679 (java) S 19672 19674 18255 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253723455 10060460032 48626 33554432000 1073741824 1073778376 140735471651088 140132070665256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19674/tid=19680] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19680/stat : 19680 (java) S 19672 19674 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253723455 10060460032 48626 33554432000 1073741824 1073778376 140735471651088 140132069612456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19681] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19681/stat : 19681 (java) S 19672 19674 18255 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253723455 10060460032 48626 33554432000 1073741824 1073778376 140735471651088 140132068559144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19674/tid=19682] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19682/stat : 19682 (java) S 19672 19674 18255 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253723455 10060460032 48626 33554432000 1073741824 1073778376 140735471651088 140132067506344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19683] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19683/stat : 19683 (java) S 19672 19674 18255 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253723455 10060460032 48626 33554432000 1073741824 1073778376 140735471651088 140132066454056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19674/tid=19684] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19684/stat : 19684 (java) S 19672 19674 18255 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253723455 10060460032 48626 33554432000 1073741824 1073778376 140735471651088 140132065401256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19674/tid=19685] ppid=19672 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/19674/task/19685/stat : 19685 (java) S 19672 19674 18255 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 22 0 253723456 10060460032 48626 33554432000 1073741824 1073778376 140735471651088 140132053203688 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19686] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19686/stat : 19686 (java) S 19672 19674 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253723457 10060460032 48626 33554432000 1073741824 1073778376 140735471651088 140132052149752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19687] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19687/stat : 19687 (java) S 19672 19674 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253723457 10060460032 48626 33554432000 1073741824 1073778376 140735471651088 140132051097352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19688] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19688/stat : 19688 (java) S 19672 19674 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253723459 10060460032 48626 33554432000 1073741824 1073778376 140735471651088 140132050045840 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19689] ppid=19672 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/19674/task/19689/stat : 19689 (java) S 19672 19674 18255 0 -1 4202560 9942 0 0 0 98 2 0 0 20 0 22 0 253723459 10060460032 48626 33554432000 1073741824 1073778376 140735471651088 140132048992440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19674/tid=19690] ppid=19672 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/19674/task/19690/stat : 19690 (java) S 19672 19674 18255 0 -1 4202560 16632 0 0 0 91 4 0 0 20 0 22 0 253723459 10060460032 48626 33554432000 1073741824 1073778376 140735471651088 140132047939640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19674/tid=19691] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19691/stat : 19691 (java) S 19672 19674 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253723459 10060460032 48626 33554432000 1073741824 1073778376 140735471651088 140132046887544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19674/tid=19692] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19692/stat : 19692 (java) S 19672 19674 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253723459 10060460032 48626 33554432000 1073741824 1073778376 140735471651088 140132045834952 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19693] ppid=19672 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/19674/task/19693/stat : 19693 (java) R 19672 19674 18255 0 -1 4202560 53 0 0 0 128 0 0 0 20 0 22 0 253723467 10060460032 48626 33554432000 1073741824 1073778376 140735471651088 140132044780240 140132169936567 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19694] ppid=19672 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/19674/task/19694/stat : 19694 (java) R 19672 19674 18255 0 -1 4202560 131 0 0 0 126 2 0 0 20 0 22 0 253723467 10060460032 48626 33554432000 1073741824 1073778376 140735471651088 140132043725640 140132169701889 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19695] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19695/stat : 19695 (java) S 19672 19674 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253723468 10060460032 48626 33554432000 1073741824 1073778376 140735471651088 140132042675880 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19696] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19696/stat : 19696 (java) S 19672 19674 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253723468 10060460032 48626 33554432000 1073741824 1073778376 140735471651088 140132041623080 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 9824668

[startup+3.10085 s]
/proc/loadavg: 4.07 3.97 3.83 5/219 19696
/proc/meminfo: memFree=27011232/32873844 swapFree=7384/7384
[pid=19674] ppid=19672 vsize=9824668 CPUtime=7.92 cores=0,2,4,6
/proc/19674/stat : 19674 (java) S 19672 19674 18255 0 -1 4202496 31548 0 1 0 781 11 0 0 20 0 22 0 253723452 10060460032 79809 33554432000 1073741824 1073778376 140735471651088 140735471642224 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19674/statm: 2456167 79809 2273 9 0 2446860 0
[pid=19674/tid=19676] ppid=19672 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/19674/task/19676/stat : 19676 (java) S 19672 19674 18255 0 -1 4202560 2490 0 1 0 9 1 0 0 20 0 22 0 253723454 10060460032 79809 33554432000 1073741824 1073778376 140735471651088 140132229485560 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19674/tid=19677] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19677/stat : 19677 (java) S 19672 19674 18255 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253723455 10060460032 79809 33554432000 1073741824 1073778376 140735471651088 140132168215336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19678] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19678/stat : 19678 (java) S 19672 19674 18255 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253723455 10060460032 79809 33554432000 1073741824 1073778376 140735471651088 140132071717544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19674/tid=19679] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19679/stat : 19679 (java) S 19672 19674 18255 0 -1 4202560 86 0 0 0 0 0 0 0 20 0 22 0 253723455 10060460032 79809 33554432000 1073741824 1073778376 140735471651088 140132070665256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19674/tid=19680] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19680/stat : 19680 (java) S 19672 19674 18255 0 -1 4202560 88 0 0 0 0 0 0 0 20 0 22 0 253723455 10060460032 79809 33554432000 1073741824 1073778376 140735471651088 140132069612456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19681] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19681/stat : 19681 (java) S 19672 19674 18255 0 -1 4202560 121 0 0 0 0 0 0 0 20 0 22 0 253723455 10060460032 79809 33554432000 1073741824 1073778376 140735471651088 140132068559144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19682] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19682/stat : 19682 (java) S 19672 19674 18255 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253723455 10060460032 79809 33554432000 1073741824 1073778376 140735471651088 140132067506344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19674/tid=19683] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19683/stat : 19683 (java) S 19672 19674 18255 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253723455 10060460032 79809 33554432000 1073741824 1073778376 140735471651088 140132066454056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19674/tid=19684] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19684/stat : 19684 (java) S 19672 19674 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253723455 10060460032 79809 33554432000 1073741824 1073778376 140735471651088 140132065401256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19685] ppid=19672 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/19674/task/19685/stat : 19685 (java) S 19672 19674 18255 0 -1 4202560 207 0 0 0 7 0 0 0 20 0 22 0 253723456 10060460032 79809 33554432000 1073741824 1073778376 140735471651088 140132053203688 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19674/tid=19686] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19686/stat : 19686 (java) S 19672 19674 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253723457 10060460032 79809 33554432000 1073741824 1073778376 140735471651088 140132052149752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19687] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19687/stat : 19687 (java) S 19672 19674 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253723457 10060460032 79809 33554432000 1073741824 1073778376 140735471651088 140132051097352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19688] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19688/stat : 19688 (java) S 19672 19674 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253723459 10060460032 79809 33554432000 1073741824 1073778376 140735471651088 140132050045840 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19689] ppid=19672 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/19674/task/19689/stat : 19689 (java) S 19672 19674 18255 0 -1 4202560 9961 0 0 0 101 2 0 0 20 0 22 0 253723459 10060460032 79809 33554432000 1073741824 1073778376 140735471651088 140132048992440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19674/tid=19690] ppid=19672 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/19674/task/19690/stat : 19690 (java) S 19672 19674 18255 0 -1 4202560 16632 0 0 0 91 4 0 0 20 0 22 0 253723459 10060460032 79809 33554432000 1073741824 1073778376 140735471651088 140132047939640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19674/tid=19691] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19691/stat : 19691 (java) S 19672 19674 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253723459 10060460032 79809 33554432000 1073741824 1073778376 140735471651088 140132046887544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19674/tid=19692] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19692/stat : 19692 (java) S 19672 19674 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253723459 10060460032 79809 33554432000 1073741824 1073778376 140735471651088 140132045834952 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19693] ppid=19672 vsize=9824668 CPUtime=2.8 cores=0,2,4,6
/proc/19674/task/19693/stat : 19693 (java) R 19672 19674 18255 0 -1 4202560 58 0 0 0 280 0 0 0 20 0 22 0 253723467 10060460032 79809 33554432000 1073741824 1073778376 140735471651088 140132044778536 140132169596968 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19694] ppid=19672 vsize=9824668 CPUtime=2.8 cores=0,2,4,6
/proc/19674/task/19694/stat : 19694 (java) R 19672 19674 18255 0 -1 4202560 668 0 0 0 277 3 0 0 20 0 22 0 253723467 10060460032 79809 33554432000 1073741824 1073778376 140735471651088 140132043726696 140132169658896 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19674/tid=19695] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19695/stat : 19695 (java) S 19672 19674 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253723468 10060460032 79809 33554432000 1073741824 1073778376 140735471651088 140132042675880 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19696] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19696/stat : 19696 (java) S 19672 19674 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253723468 10060460032 79809 33554432000 1073741824 1073778376 140735471651088 140132041623080 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 9824668

[startup+6.30073 s]
/proc/loadavg: 4.07 3.97 3.83 5/219 19696
/proc/meminfo: memFree=26631608/32873844 swapFree=7384/7384
[pid=19674] ppid=19672 vsize=9824668 CPUtime=14.24 cores=0,2,4,6
/proc/19674/stat : 19674 (java) S 19672 19674 18255 0 -1 4202496 32429 0 1 0 1407 17 0 0 20 0 22 0 253723452 10060460032 143800 33554432000 1073741824 1073778376 140735471651088 140735471642224 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19674/statm: 2456167 143800 2273 9 0 2446860 0
[pid=19674/tid=19676] ppid=19672 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/19674/task/19676/stat : 19676 (java) S 19672 19674 18255 0 -1 4202560 2490 0 1 0 9 1 0 0 20 0 22 0 253723454 10060460032 143800 33554432000 1073741824 1073778376 140735471651088 140132229485560 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19674/tid=19677] ppid=19672 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/19674/task/19677/stat : 19677 (java) S 19672 19674 18255 0 -1 4202560 45 0 0 0 1 0 0 0 20 0 22 0 253723455 10060460032 143800 33554432000 1073741824 1073778376 140735471651088 140132168215336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19678] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19678/stat : 19678 (java) S 19672 19674 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253723455 10060460032 143800 33554432000 1073741824 1073778376 140735471651088 140132071717544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19674/tid=19679] ppid=19672 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/19674/task/19679/stat : 19679 (java) S 19672 19674 18255 0 -1 4202560 146 0 0 0 2 0 0 0 20 0 22 0 253723455 10060460032 143800 33554432000 1073741824 1073778376 140735471651088 140132070665256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19674/tid=19680] ppid=19672 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/19674/task/19680/stat : 19680 (java) S 19672 19674 18255 0 -1 4202560 121 0 0 0 2 0 0 0 20 0 22 0 253723455 10060460032 143800 33554432000 1073741824 1073778376 140735471651088 140132069612456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19681] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19681/stat : 19681 (java) S 19672 19674 18255 0 -1 4202560 193 0 0 0 0 0 0 0 20 0 22 0 253723455 10060460032 143800 33554432000 1073741824 1073778376 140735471651088 140132068559144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19674/tid=19682] ppid=19672 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/19674/task/19682/stat : 19682 (java) S 19672 19674 18255 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 253723455 10060460032 143800 33554432000 1073741824 1073778376 140735471651088 140132067506344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19674/tid=19683] ppid=19672 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/19674/task/19683/stat : 19683 (java) S 19672 19674 18255 0 -1 4202560 41 0 0 0 1 0 0 0 20 0 22 0 253723455 10060460032 143800 33554432000 1073741824 1073778376 140735471651088 140132066454056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19684] ppid=19672 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/19674/task/19684/stat : 19684 (java) S 19672 19674 18255 0 -1 4202560 29 0 0 0 1 0 0 0 20 0 22 0 253723455 10060460032 143800 33554432000 1073741824 1073778376 140735471651088 140132065401256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19674/tid=19685] ppid=19672 vsize=9824668 CPUtime=0.17 cores=0,2,4,6
/proc/19674/task/19685/stat : 19685 (java) S 19672 19674 18255 0 -1 4202560 455 0 0 0 16 1 0 0 20 0 22 0 253723456 10060460032 143800 33554432000 1073741824 1073778376 140735471651088 140132053203688 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19674/tid=19686] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19686/stat : 19686 (java) S 19672 19674 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253723457 10060460032 143800 33554432000 1073741824 1073778376 140735471651088 140132052149752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19687] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19687/stat : 19687 (java) S 19672 19674 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253723457 10060460032 143800 33554432000 1073741824 1073778376 140735471651088 140132051097352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19688] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19688/stat : 19688 (java) S 19672 19674 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253723459 10060460032 143800 33554432000 1073741824 1073778376 140735471651088 140132050045840 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19689] ppid=19672 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/19674/task/19689/stat : 19689 (java) S 19672 19674 18255 0 -1 4202560 9961 0 0 0 101 2 0 0 20 0 22 0 253723459 10060460032 143800 33554432000 1073741824 1073778376 140735471651088 140132048992440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=19674/tid=19691] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19691/stat : 19691 (java) S 19672 19674 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253723459 10060460032 266284 33554432000 1073741824 1073778376 140735471651088 140132046887544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19674/tid=19692] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19692/stat : 19692 (java) S 19672 19674 18255 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253723459 10060460032 266284 33554432000 1073741824 1073778376 140735471651088 140132045834952 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19693] ppid=19672 vsize=9824668 CPUtime=38.45 cores=0,2,4,6
/proc/19674/task/19693/stat : 19693 (java) R 19672 19674 18255 0 -1 4202560 115 0 0 0 3844 1 0 0 20 0 22 0 253723467 10060460032 266284 33554432000 1073741824 1073778376 140735471651088 140132044778552 140132169936567 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19674/tid=19694] ppid=19672 vsize=9824668 CPUtime=38.5 cores=0,2,4,6
/proc/19674/task/19694/stat : 19694 (java) R 19672 19674 18255 0 -1 4202560 1603 0 0 0 3836 14 0 0 20 0 22 0 253723467 10060460032 266284 33554432000 1073741824 1073778376 140735471651088 140132043725696 140132169700736 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19695] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19695/stat : 19695 (java) S 19672 19674 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253723468 10060460032 266284 33554432000 1073741824 1073778376 140735471651088 140132042675880 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19696] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19696/stat : 19696 (java) S 19672 19674 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253723468 10060460032 266284 33554432000 1073741824 1073778376 140735471651088 140132041623080 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 82.77
Current children cumulated vsize (KiB) 9824668

[startup+41.5008 s]
/proc/loadavg: 4.04 3.97 3.83 5/219 19696
/proc/meminfo: memFree=26179664/32873844 swapFree=7384/7384
[pid=19674] ppid=19672 vsize=9824668 CPUtime=85.94 cores=0,2,4,6
/proc/19674/stat : 19674 (java) S 19672 19674 18255 0 -1 4202496 50112 0 1 0 8559 35 0 0 20 0 22 0 253723452 10060460032 266427 33554432000 1073741824 1073778376 140735471651088 140735471642224 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19674/statm: 2456167 266427 2273 9 0 2446860 0
[pid=19674/tid=19676] ppid=19672 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/19674/task/19676/stat : 19676 (java) S 19672 19674 18255 0 -1 4202560 2492 0 1 0 9 1 0 0 20 0 22 0 253723454 10060460032 266427 33554432000 1073741824 1073778376 140735471651088 140132229485560 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19677] ppid=19672 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/19674/task/19677/stat : 19677 (java) S 19672 19674 18255 0 -1 4202560 83 0 0 0 13 0 0 0 20 0 22 0 253723455 10060460032 266427 33554432000 1073741824 1073778376 140735471651088 140132168215336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19678] ppid=19672 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/19674/task/19678/stat : 19678 (java) S 19672 19674 18255 0 -1 4202560 46 0 0 0 9 0 0 0 20 0 22 0 253723455 10060460032 266427 33554432000 1073741824 1073778376 140735471651088 140132071717544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19679] ppid=19672 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/19674/task/19679/stat : 19679 (java) S 19672 19674 18255 0 -1 4202560 212 0 0 0 14 0 0 0 20 0 22 0 253723455 10060460032 266427 33554432000 1073741824 1073778376 140735471651088 140132070665256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19680] ppid=19672 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/19674/task/19680/stat : 19680 (java) S 19672 19674 18255 0 -1 4202560 314 0 0 0 14 0 0 0 20 0 22 0 253723455 10060460032 266427 33554432000 1073741824 1073778376 140735471651088 140132069612456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19674/tid=19681] ppid=19672 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/19674/task/19681/stat : 19681 (java) S 19672 19674 18255 0 -1 4202560 216 0 0 0 11 0 0 0 20 0 22 0 253723455 10060460032 266427 33554432000 1073741824 1073778376 140735471651088 140132068559144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19682] ppid=19672 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/19674/task/19682/stat : 19682 (java) S 19672 19674 18255 0 -1 4202560 38 0 0 0 10 0 0 0 20 0 22 0 253723455 10060460032 266427 33554432000 1073741824 1073778376 140735471651088 140132067506344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19683] ppid=19672 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/19674/task/19683/stat : 19683 (java) S 19672 19674 18255 0 -1 4202560 57 0 0 0 10 0 0 0 20 0 22 0 253723455 10060460032 266427 33554432000 1073741824 1073778376 140735471651088 140132066454056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19684] ppid=19672 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/19674/task/19684/stat : 19684 (java) S 19672 19674 18255 0 -1 4202560 137 0 0 0 13 0 0 0 20 0 22 0 253723455 10060460032 266427 33554432000 1073741824 1073778376 140735471651088 140132065401256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19674/tid=19685] ppid=19672 vsize=9824668 CPUtime=0.78 cores=0,2,4,6
/proc/19674/task/19685/stat : 19685 (java) S 19672 19674 18255 0 -1 4202560 547 0 0 0 73 5 0 0 20 0 22 0 253723456 10060460032 266427 33554432000 1073741824 1073778376 140735471651088 140132053203688 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19686] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19686/stat : 19686 (java) S 19672 19674 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253723457 10060460032 266427 33554432000 1073741824 1073778376 140735471651088 140132052149752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19687] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19687/stat : 19687 (java) S 19672 19674 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253723457 10060460032 266427 33554432000 1073741824 1073778376 140735471651088 140132051097352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19688] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19688/stat : 19688 (java) S 19672 19674 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253723459 10060460032 266427 33554432000 1073741824 1073778376 140735471651088 140132050045840 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19689] ppid=19672 vsize=9824668 CPUtime=1.25 cores=0,2,4,6
/proc/19674/task/19689/stat : 19689 (java) S 19672 19674 18255 0 -1 4202560 9978 0 0 0 123 2 0 0 20 0 22 0 253723459 10060460032 266427 33554432000 1073741824 1073778376 140735471651088 140132048992440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19674/tid=19690] ppid=19672 vsize=9824668 CPUtime=2.46 cores=0,2,4,6
/proc/19674/task/19690/stat : 19690 (java) S 19672 19674 18255 0 -1 4202560 33082 0 0 0 238 8 0 0 20 0 22 0 253723459 10060460032 266427 33554432000 1073741824 1073778376 140735471651088 140132047939640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19691] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19691/stat : 19691 (java) S 19672 19674 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253723459 10060460032 266427 33554432000 1073741824 1073778376 140735471651088 140132046887544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19674/tid=19692] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19692/stat : 19692 (java) S 19672 19674 18255 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253723459 10060460032 266427 33554432000 1073741824 1073778376 140735471651088 140132045834952 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19693] ppid=19672 vsize=9824668 CPUtime=39.99 cores=0,2,4,6
/proc/19674/task/19693/stat : 19693 (java) R 19672 19674 18255 0 -1 4202560 116 0 0 0 3998 1 0 0 20 0 22 0 253723467 10060460032 266427 33554432000 1073741824 1073778376 140735471651088 140132044780256 140132169597304 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19674/tid=19694] ppid=19672 vsize=9824668 CPUtime=40.04 cores=0,2,4,6
/proc/19674/task/19694/stat : 19694 (java) R 19672 19674 18255 0 -1 4202560 1603 0 0 0 3990 14 0 0 20 0 22 0 253723467 10060460032 266427 33554432000 1073741824 1073778376 140735471651088 140132043725696 140132169701011 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19695] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19695/stat : 19695 (java) S 19672 19674 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253723468 10060460032 266427 33554432000 1073741824 1073778376 140735471651088 140132042675880 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19696] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19696/stat : 19696 (java) S 19672 19674 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253723468 10060460032 266427 33554432000 1073741824 1073778376 140735471651088 140132041623080 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 85.94
Current children cumulated vsize (KiB) 9824668

[startup+42.3008 s]
/proc/loadavg: 4.04 3.97 3.83 5/219 19696
/proc/meminfo: memFree=26178296/32873844 swapFree=7384/7384
[pid=19674] ppid=19672 vsize=9824668 CPUtime=87.56 cores=0,2,4,6
/proc/19674/stat : 19674 (java) S 19672 19674 18255 0 -1 4202496 50113 0 1 0 8721 35 0 0 20 0 22 0 253723452 10060460032 266426 33554432000 1073741824 1073778376 140735471651088 140735471642224 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19674/statm: 2456167 266426 2273 9 0 2446860 0
[pid=19674/tid=19676] ppid=19672 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/19674/task/19676/stat : 19676 (java) S 19672 19674 18255 0 -1 4202560 2492 0 1 0 9 1 0 0 20 0 22 0 253723454 10060460032 266426 33554432000 1073741824 1073778376 140735471651088 140132229485560 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19677] ppid=19672 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/19674/task/19677/stat : 19677 (java) S 19672 19674 18255 0 -1 4202560 83 0 0 0 13 0 0 0 20 0 22 0 253723455 10060460032 266426 33554432000 1073741824 1073778376 140735471651088 140132168215336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19678] ppid=19672 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/19674/task/19678/stat : 19678 (java) S 19672 19674 18255 0 -1 4202560 46 0 0 0 9 0 0 0 20 0 22 0 253723455 10060460032 266426 33554432000 1073741824 1073778376 140735471651088 140132071717544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19679] ppid=19672 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/19674/task/19679/stat : 19679 (java) S 19672 19674 18255 0 -1 4202560 212 0 0 0 14 0 0 0 20 0 22 0 253723455 10060460032 266426 33554432000 1073741824 1073778376 140735471651088 140132070665256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19680] ppid=19672 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/19674/task/19680/stat : 19680 (java) S 19672 19674 18255 0 -1 4202560 314 0 0 0 14 0 0 0 20 0 22 0 253723455 10060460032 266426 33554432000 1073741824 1073778376 140735471651088 140132069612456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19674/tid=19681] ppid=19672 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/19674/task/19681/stat : 19681 (java) S 19672 19674 18255 0 -1 4202560 216 0 0 0 11 0 0 0 20 0 22 0 253723455 10060460032 266426 33554432000 1073741824 1073778376 140735471651088 140132068559144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19682] ppid=19672 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/19674/task/19682/stat : 19682 (java) S 19672 19674 18255 0 -1 4202560 38 0 0 0 10 0 0 0 20 0 22 0 253723455 10060460032 266426 33554432000 1073741824 1073778376 140735471651088 140132067506344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19683] ppid=19672 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/19674/task/19683/stat : 19683 (java) S 19672 19674 18255 0 -1 4202560 57 0 0 0 10 0 0 0 20 0 22 0 253723455 10060460032 266426 33554432000 1073741824 1073778376 140735471651088 140132066454056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19684] ppid=19672 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/19674/task/19684/stat : 19684 (java) S 19672 19674 18255 0 -1 4202560 137 0 0 0 13 0 0 0 20 0 22 0 253723455 10060460032 266426 33554432000 1073741824 1073778376 140735471651088 140132065401256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19674/tid=19685] ppid=19672 vsize=9824668 CPUtime=0.78 cores=0,2,4,6
/proc/19674/task/19685/stat : 19685 (java) S 19672 19674 18255 0 -1 4202560 547 0 0 0 73 5 0 0 20 0 22 0 253723456 10060460032 266426 33554432000 1073741824 1073778376 140735471651088 140132053203688 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19686] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19686/stat : 19686 (java) S 19672 19674 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253723457 10060460032 266426 33554432000 1073741824 1073778376 140735471651088 140132052149752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19687] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19687/stat : 19687 (java) S 19672 19674 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253723457 10060460032 266426 33554432000 1073741824 1073778376 140735471651088 140132051097352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19688] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19688/stat : 19688 (java) S 19672 19674 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253723459 10060460032 266426 33554432000 1073741824 1073778376 140735471651088 140132050045840 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19689] ppid=19672 vsize=9824668 CPUtime=1.25 cores=0,2,4,6
/proc/19674/task/19689/stat : 19689 (java) S 19672 19674 18255 0 -1 4202560 9978 0 0 0 123 2 0 0 20 0 22 0 253723459 10060460032 266426 33554432000 1073741824 1073778376 140735471651088 140132048992440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19674/tid=19690] ppid=19672 vsize=9824668 CPUtime=2.48 cores=0,2,4,6
/proc/19674/task/19690/stat : 19690 (java) R 19672 19674 18255 0 -1 4202560 33082 0 0 0 240 8 0 0 20 0 22 0 253723459 10060460032 266426 33554432000 1073741824 1073778376 140735471651088 140132047939640 140132232351136 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19691] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19691/stat : 19691 (java) S 19672 19674 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253723459 10060460032 266426 33554432000 1073741824 1073778376 140735471651088 140132046887544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19674/tid=19692] ppid=19672 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/19674/task/19692/stat : 19692 (java) S 19672 19674 18255 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 253723459 10060460032 266426 33554432000 1073741824 1073778376 140735471651088 140132045834952 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19693] ppid=19672 vsize=9824668 CPUtime=40.79 cores=0,2,4,6
/proc/19674/task/19693/stat : 19693 (java) R 19672 19674 18255 0 -1 4202560 116 0 0 0 4078 1 0 0 20 0 22 0 253723467 10060460032 266426 33554432000 1073741824 1073778376 140735471651088 140132044780832 140132169597016 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19674/tid=19694] ppid=19672 vsize=9824668 CPUtime=40.84 cores=0,2,4,6
/proc/19674/task/19694/stat : 19694 (java) R 19672 19674 18255 0 -1 4202560 1604 0 0 0 4070 14 0 0 20 0 22 0 253723467 10060460032 266426 33554432000 1073741824 1073778376 140735471651088 140132043725800 140132169658672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19695] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19695/stat : 19695 (java) S 19672 19674 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253723468 10060460032 266426 33554432000 1073741824 1073778376 140735471651088 140132042675880 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19696] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19696/stat : 19696 (java) S 19672 19674 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253723468 10060460032 266426 33554432000 1073741824 1073778376 140735471651088 140132041623080 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 87.56
Current children cumulated vsize (KiB) 9824668

[startup+42.7007 s]
/proc/loadavg: 4.04 3.97 3.83 5/219 19696
/proc/meminfo: memFree=26178296/32873844 swapFree=7384/7384
[pid=19674] ppid=19672 vsize=9824668 CPUtime=87.65 cores=0,2,4,6
/proc/19674/stat : 19674 (java) S 19672 19674 18255 0 -1 4202496 50114 0 1 0 8728 37 0 0 20 0 19 0 253723452 10060460032 266412 33554432000 1073741824 1073778376 140735471651088 140735471642224 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19674/statm: 2456167 266412 2274 9 0 2446860 0
[pid=19674/tid=19676] ppid=19672 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/19674/task/19676/stat : 19676 (java) S 19672 19674 18255 0 -1 4202560 2492 0 1 0 9 1 0 0 20 0 19 0 253723454 10060460032 266412 33554432000 1073741824 1073778376 140735471651088 140132229485560 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19677] ppid=19672 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/19674/task/19677/stat : 19677 (java) S 19672 19674 18255 0 -1 4202560 83 0 0 0 13 0 0 0 20 0 19 0 253723455 10060460032 266412 33554432000 1073741824 1073778376 140735471651088 140132168215336 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19678] ppid=19672 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/19674/task/19678/stat : 19678 (java) S 19672 19674 18255 0 -1 4202560 46 0 0 0 9 0 0 0 20 0 19 0 253723455 10060460032 266412 33554432000 1073741824 1073778376 140735471651088 140132071717544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19679] ppid=19672 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/19674/task/19679/stat : 19679 (java) S 19672 19674 18255 0 -1 4202560 212 0 0 0 14 0 0 0 20 0 19 0 253723455 10060460032 266412 33554432000 1073741824 1073778376 140735471651088 140132070665256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19680] ppid=19672 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/19674/task/19680/stat : 19680 (java) S 19672 19674 18255 0 -1 4202560 314 0 0 0 14 0 0 0 20 0 19 0 253723455 10060460032 266412 33554432000 1073741824 1073778376 140735471651088 140132069612456 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19674/tid=19681] ppid=19672 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/19674/task/19681/stat : 19681 (java) S 19672 19674 18255 0 -1 4202560 216 0 0 0 11 0 0 0 20 0 19 0 253723455 10060460032 266412 33554432000 1073741824 1073778376 140735471651088 140132068559144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19682] ppid=19672 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/19674/task/19682/stat : 19682 (java) S 19672 19674 18255 0 -1 4202560 38 0 0 0 10 0 0 0 20 0 19 0 253723455 10060460032 266412 33554432000 1073741824 1073778376 140735471651088 140132067506344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19683] ppid=19672 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/19674/task/19683/stat : 19683 (java) S 19672 19674 18255 0 -1 4202560 57 0 0 0 10 0 0 0 20 0 19 0 253723455 10060460032 266412 33554432000 1073741824 1073778376 140735471651088 140132066454056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19684] ppid=19672 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/19674/task/19684/stat : 19684 (java) S 19672 19674 18255 0 -1 4202560 137 0 0 0 13 0 0 0 20 0 19 0 253723455 10060460032 266412 33554432000 1073741824 1073778376 140735471651088 140132065401256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19674/tid=19685] ppid=19672 vsize=9824668 CPUtime=0.78 cores=0,2,4,6
/proc/19674/task/19685/stat : 19685 (java) S 19672 19674 18255 0 -1 4202560 547 0 0 0 73 5 0 0 20 0 19 0 253723456 10060460032 266412 33554432000 1073741824 1073778376 140735471651088 140132053203688 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19686] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19686/stat : 19686 (java) S 19672 19674 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253723457 10060460032 266412 33554432000 1073741824 1073778376 140735471651088 140132052149752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19687] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19687/stat : 19687 (java) S 19672 19674 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253723457 10060460032 266412 33554432000 1073741824 1073778376 140735471651088 140132051097352 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19688] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19688/stat : 19688 (java) S 19672 19674 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253723459 10060460032 266412 33554432000 1073741824 1073778376 140735471651088 140132050045840 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19689] ppid=19672 vsize=9824668 CPUtime=1.25 cores=0,2,4,6
/proc/19674/task/19689/stat : 19689 (java) S 19672 19674 18255 0 -1 4202560 9978 0 0 0 123 2 0 0 20 0 19 0 253723459 10060460032 266412 33554432000 1073741824 1073778376 140735471651088 140132048992440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19674/tid=19690] ppid=19672 vsize=9824668 CPUtime=2.5 cores=0,2,4,6
/proc/19674/task/19690/stat : 19690 (java) S 19672 19674 18255 0 -1 4202560 33082 0 0 0 242 8 0 0 20 0 19 0 253723459 10060460032 266412 33554432000 1073741824 1073778376 140735471651088 140132047939640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19674/tid=19691] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19691/stat : 19691 (java) S 19672 19674 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253723459 10060460032 266412 33554432000 1073741824 1073778376 140735471651088 140132046887544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19674/tid=19692] ppid=19672 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/19674/task/19692/stat : 19692 (java) S 19672 19674 18255 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 253723459 10060460032 266412 33554432000 1073741824 1073778376 140735471651088 140132045834952 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19674/tid=19696] ppid=19672 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19674/task/19696/stat : 19696 (java) S 19672 19674 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253723468 10060460032 266412 33554432000 1073741824 1073778376 140735471651088 140132041623080 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 87.65
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.129997
#  lost CPU user time (s): 0.150002
#  lost CPU system time (s): -0.02

Real time (s): 42.7826
CPU time (s): 87.9316
CPU user time (s): 87.4577
CPU system time (s): 0.473924
CPU usage (%): 205.531
Max. virtual memory (cumulated for all children) (KiB): 9826416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.3077
system time used= 0.493924
maximum resident set size= 1070144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50128
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= 2966
involuntary context switches= 3195

runsolver used 0.19497 second user time and 0.452931 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-24 18:13:00
IDJOB=3688210
IDBENCH=2901
IDSOLVER=2268
FILE ID=node136/3688210-1337875980
RUNJOBID= node136-1337871880-18271
PBS_JOBID= 14620068
Free space on /tmp= 71712 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_2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688210-1337875980/watcher-3688210-1337875980 -o /tmp/evaluation-result-3688210-1337875980/solver-3688210-1337875980 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688210-1337875980.opb

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

MD5SUM BENCH= 1d7dd5c267917b6fb58d303c57bfa918
RANDOM SEED=647637232

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27179000 kB
Buffers:          277968 kB
Cached:          1905772 kB
SwapCached:        24460 kB
Active:          3316700 kB
Inactive:        1608244 kB
Active(anon):    2715768 kB
Inactive(anon):    25096 kB
Active(file):     600932 kB
Inactive(file):  1583148 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:               440 kB
Writeback:             0 kB
AnonPages:       2722520 kB
Mapped:            17868 kB
Shmem:                 0 kB
Slab:             626508 kB
SReclaimable:      68232 kB
SUnreclaim:       558276 kB
KernelStack:        1624 kB
PageTables:         9128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3085580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2666496 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= 71712 MiB
End job on node136 at 2012-05-24 18:13:43