Trace number 3688214

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 236.26 116.934

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_1.opb
MD5SUM8dbaef61ba32642517e0b17ac09a002e
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 benchmark12.858
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 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2553
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/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-3688214-1337876023.opb
0.09/0.11	c reading problem ... 
0.09/0.13	c ... done. Wall clock time 0.021s.
0.09/0.13	c declared #vars     31
0.09/0.13	c #constraints  9
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.09/0.14	c 9 constraints processed.
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.09/0.14	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.09/0.14	c 9 constraints processed.
0.09/0.14	c objective function length is 1 literals
1.94/0.69	c cleaning 2501 clauses out of 5003 with flag 5003/5003
3.11/0.94	c cleaning 4251 clauses out of 8502 with flag 11003/11003
4.26/1.24	c cleaning 5623 clauses out of 11249 with flag 18001/18001
5.10/1.63	c cleaning 6812 clauses out of 13626 with flag 26001/26001
5.99/2.02	c cleaning 7904 clauses out of 15813 with flag 35000/35000
6.98/2.54	c cleaning 8953 clauses out of 17911 with flag 45002/45002
8.17/3.15	c cleaning 9976 clauses out of 19956 with flag 56000/56000
9.75/3.92	c cleaning 10987 clauses out of 21980 with flag 68000/68000
11.34/4.74	c cleaning 11992 clauses out of 23994 with flag 81001/81001
13.12/5.65	c cleaning 12997 clauses out of 26001 with flag 95000/95000
15.31/6.75	c cleaning 13998 clauses out of 28004 with flag 110000/110000
17.50/7.87	c cleaning 15004 clauses out of 30008 with flag 126002/126002
20.26/9.21	c cleaning 16002 clauses out of 32003 with flag 143001/143001
23.06/10.65	c cleaning 16999 clauses out of 34002 with flag 161002/161002
26.04/12.14	c cleaning 17999 clauses out of 36003 with flag 180002/180002
29.00/13.68	c cleaning 0 clauses out of 5000 with flag 0/5000
29.78/13.97	c cleaning 18998 clauses out of 38002 with flag 200000/200000
33.92/15.86	c cleaning 20003 clauses out of 40005 with flag 221001/221001
37.80/17.79	c cleaning 20999 clauses out of 42002 with flag 243001/243001
43.38/20.54	c cleaning 22003 clauses out of 44005 with flag 266003/266003
48.74/23.20	c cleaning 22997 clauses out of 46000 with flag 290001/290001
53.34/25.55	c cleaning 23999 clauses out of 48002 with flag 315000/315000
58.12/27.98	c cleaning 25003 clauses out of 50006 with flag 341003/341003
64.51/31.12	c cleaning 26000 clauses out of 52001 with flag 368001/368001
70.50/34.13	c cleaning 26997 clauses out of 54001 with flag 396001/396001
76.27/37.03	c cleaning 28001 clauses out of 56003 with flag 425000/425000
82.05/39.96	c cleaning 28998 clauses out of 58003 with flag 455001/455001
88.65/43.23	c cleaning 30000 clauses out of 60004 with flag 486000/486000
97.65/47.72	c cleaning 31000 clauses out of 62005 with flag 518001/518001
106.03/51.95	c cleaning 32001 clauses out of 64005 with flag 551001/551001
116.24/57.08	c cleaning 33000 clauses out of 66003 with flag 585000/585000
124.45/61.17	c cleaning 34001 clauses out of 68003 with flag 620000/620000
134.63/66.26	c cleaning 34998 clauses out of 70003 with flag 656001/656001
144.85/71.32	c cleaning 35996 clauses out of 72005 with flag 693001/693001
157.46/77.65	c cleaning 37005 clauses out of 74010 with flag 731002/731002
164.46/81.15	c cleaning 0 clauses out of 11000 with flag 0/11000
172.67/85.18	c cleaning 37997 clauses out of 76004 with flag 770001/770001
188.34/92.92	c cleaning 39004 clauses out of 78007 with flag 810001/810001
205.18/101.30	c cleaning 40002 clauses out of 80003 with flag 851001/851001
221.59/109.59	c cleaning 40997 clauses out of 82000 with flag 893001/893001
236.05/116.73	c  And the winner is solver0
235.59/116.89	c starts		: 171
235.59/116.89	c conflicts		: 934390
235.59/116.89	c decisions		: 943155
235.59/116.89	c propagations		: 6319498
235.59/116.89	c inspects		: 1474605102
235.59/116.89	c shortcuts		: 0
235.59/116.89	c learnt literals	: 15
235.59/116.89	c learnt binary clauses	: 123
235.59/116.89	c learnt ternary clauses	: 545
235.59/116.89	c learnt constraints	: 934374
235.59/116.89	c ignored constraints	: 0
235.59/116.89	c root simplifications	: 0
235.59/116.89	c removed literals (reason simplification)	: 7175545
235.59/116.89	c reason swapping (by a shorter reason)	: 0
235.59/116.89	c Calls to reduceDB	: 38
235.59/116.89	c number of reductions to clauses (during analyze)	: 0
235.59/116.89	c number of learned constraints concerned by reduction	: 0
235.59/116.89	c number of learning phase by resolution	: 0
235.59/116.89	c number of learning phase by cutting planes	: 0
235.59/116.89	c speed (assignments/second)	: 54127.53528847472
235.59/116.89	c non guided choices	13
235.60/116.92	c learnt constraints type 
235.60/116.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 123
235.60/116.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 82254
235.60/116.92	c constraints type 
235.60/116.92	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
235.60/116.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
235.60/116.92	c 9 constraints processed.
235.60/116.92	c constraints type 
235.60/116.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
235.60/116.92	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
235.60/116.92	c 9 constraints processed.
235.60/116.92	s UNSATISFIABLE
235.60/116.92	c Total wall clock time (in seconds): 116.807

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-3688214-1337876023/watcher-3688214-1337876023 -o /tmp/evaluation-result-3688214-1337876023/solver-3688214-1337876023 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688214-1337876023.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: 3.87 3.94 3.82 4/197 19734
/proc/meminfo: memFree=27239884/32873844 swapFree=7384/7384
[pid=19734] ppid=19732 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/19734/stat : 19734 (java) R 19732 19734 18255 0 -1 4202496 873 0 0 0 0 0 0 0 20 0 1 0 253727749 23793664 600 33554432000 1073741824 1073778376 140736061174016 140736061163080 239863904819 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19734/statm: 5809 612 456 9 0 128 0

[startup+0.0323609 s]
/proc/loadavg: 3.87 3.94 3.82 4/197 19734
/proc/meminfo: memFree=27239884/32873844 swapFree=7384/7384
[pid=19734] ppid=19732 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/19734/stat : 19734 (java) S 19732 19734 18255 0 -1 4202496 3003 0 1 0 1 1 0 0 20 0 13 0 253727749 9446973440 3191 33554432000 1073741824 1073778376 140736061174016 140736061165152 239876472893 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19734/statm: 2306390 3191 1656 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.10025 s]
/proc/loadavg: 3.87 3.94 3.82 4/197 19734
/proc/meminfo: memFree=27239884/32873844 swapFree=7384/7384
[pid=19734] ppid=19732 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/19734/stat : 19734 (java) S 19732 19734 18255 0 -1 4202496 4380 0 1 0 8 1 0 0 20 0 18 0 253727749 9787813888 5058 33554432000 1073741824 1073778376 140736061174016 140736061165152 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19734/statm: 2389603 5058 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.30017 s]
/proc/loadavg: 3.87 3.94 3.82 4/197 19734
/proc/meminfo: memFree=27239884/32873844 swapFree=7384/7384
[pid=19734] ppid=19732 vsize=9824668 CPUtime=0.74 cores=0,2,4,6
/proc/19734/stat : 19734 (java) S 19732 19734 18255 0 -1 4202496 16624 0 1 0 70 4 0 0 20 0 22 0 253727749 10060460032 14570 33554432000 1073741824 1073778376 140736061174016 140736061165152 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19734/statm: 2456167 14570 2204 9 0 2446860 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 9824668

[startup+0.700315 s]
/proc/loadavg: 3.87 3.94 3.82 4/197 19734
/proc/meminfo: memFree=27239884/32873844 swapFree=7384/7384
[pid=19734] ppid=19732 vsize=9824668 CPUtime=2.33 cores=0,2,4,6
/proc/19734/stat : 19734 (java) S 19732 19734 18255 0 -1 4202496 19031 0 1 0 228 5 0 0 20 0 22 0 253727749 10060460032 24226 33554432000 1073741824 1073778376 140736061174016 140736061165152 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19734/statm: 2456167 24226 2252 9 0 2446860 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9824668

[startup+1.50072 s]
/proc/loadavg: 3.87 3.94 3.82 7/219 19756
/proc/meminfo: memFree=27109064/32873844 swapFree=7384/7384
[pid=19734] ppid=19732 vsize=9824668 CPUtime=4.89 cores=0,2,4,6
/proc/19734/stat : 19734 (java) S 19732 19734 18255 0 -1 4202496 25665 0 1 0 480 9 0 0 20 0 22 0 253727749 10060460032 49523 33554432000 1073741824 1073778376 140736061174016 140736061165152 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19734/statm: 2456167 49523 2266 9 0 2446860 0
[pid=19734/tid=19736] ppid=19732 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/19734/task/19736/stat : 19736 (java) S 19732 19734 18255 0 -1 4202560 2495 0 1 0 10 1 0 0 20 0 22 0 253727750 10060460032 49523 33554432000 1073741824 1073778376 140736061174016 139678711620600 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19737] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19737/stat : 19737 (java) S 19732 19734 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253727751 10060460032 49523 33554432000 1073741824 1073778376 140736061174016 139678650349864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19738] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19738/stat : 19738 (java) S 19732 19734 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253727751 10060460032 49523 33554432000 1073741824 1073778376 140736061174016 139678649297064 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19739] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19739/stat : 19739 (java) S 19732 19734 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253727751 10060460032 49523 33554432000 1073741824 1073778376 140736061174016 139678648244776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19740] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19740/stat : 19740 (java) S 19732 19734 18255 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253727751 10060460032 49523 33554432000 1073741824 1073778376 140736061174016 139678647191976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19741] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19741/stat : 19741 (java) S 19732 19734 18255 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253727751 10060460032 49523 33554432000 1073741824 1073778376 140736061174016 139678646139688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19734/tid=19742] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19742/stat : 19742 (java) S 19732 19734 18255 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253727751 10060460032 49523 33554432000 1073741824 1073778376 140736061174016 139678550014632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19734/tid=19743] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19743/stat : 19743 (java) S 19732 19734 18255 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253727751 10060460032 49523 33554432000 1073741824 1073778376 140736061174016 139678548962344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19744] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19744/stat : 19744 (java) S 19732 19734 18255 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253727751 10060460032 49523 33554432000 1073741824 1073778376 140736061174016 139678547909544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19745] ppid=19732 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/19734/task/19745/stat : 19745 (java) S 19732 19734 18255 0 -1 4202560 94 0 0 0 2 0 0 0 20 0 22 0 253727752 10060460032 49523 33554432000 1073741824 1073778376 140736061174016 139678535710952 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19746] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19746/stat : 19746 (java) S 19732 19734 18255 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253727752 10060460032 49523 33554432000 1073741824 1073778376 140736061174016 139678534657016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19747] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19747/stat : 19747 (java) S 19732 19734 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253727752 10060460032 49523 33554432000 1073741824 1073778376 140736061174016 139678533604616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19748] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19748/stat : 19748 (java) S 19732 19734 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253727755 10060460032 49523 33554432000 1073741824 1073778376 140736061174016 139678532553104 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19749] ppid=19732 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/19734/task/19749/stat : 19749 (java) S 19732 19734 18255 0 -1 4202560 11985 0 0 0 99 3 0 0 20 0 22 0 253727755 10060460032 49523 33554432000 1073741824 1073778376 140736061174016 139678531500728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19750] ppid=19732 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/19734/task/19750/stat : 19750 (java) S 19732 19734 18255 0 -1 4202560 9669 0 0 0 103 2 0 0 20 0 22 0 253727755 10060460032 49523 33554432000 1073741824 1073778376 140736061174016 139678530447928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19751] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19751/stat : 19751 (java) S 19732 19734 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253727755 10060460032 49523 33554432000 1073741824 1073778376 140736061174016 139678529395832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19752] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19752/stat : 19752 (java) S 19732 19734 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253727755 10060460032 49523 33554432000 1073741824 1073778376 140736061174016 139678528343240 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19753] ppid=19732 vsize=9824668 CPUtime=1.28 cores=0,2,4,6
/proc/19734/task/19753/stat : 19753 (java) R 19732 19734 18255 0 -1 4202560 41 0 0 0 128 0 0 0 20 0 22 0 253727763 10060460032 49523 33554432000 1073741824 1073778376 140736061174016 139678527285552 139678651804104 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19734/tid=19754] ppid=19732 vsize=9824668 CPUtime=1.29 cores=0,2,4,6
/proc/19734/task/19754/stat : 19754 (java) R 19732 19734 18255 0 -1 4202560 142 0 0 0 126 3 0 0 20 0 22 0 253727763 10060460032 49523 33554432000 1073741824 1073778376 140736061174016 139678526233816 139678651922754 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19755] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19755/stat : 19755 (java) S 19732 19734 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253727763 10060460032 49523 33554432000 1073741824 1073778376 140736061174016 139678525183144 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19734/tid=19756] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19756/stat : 19756 (java) S 19732 19734 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253727764 10060460032 49523 33554432000 1073741824 1073778376 140736061174016 139678524130344 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 9824668

[startup+3.10081 s]
/proc/loadavg: 3.87 3.94 3.82 5/219 19756
/proc/meminfo: memFree=26955152/32873844 swapFree=7384/7384
[pid=19734] ppid=19732 vsize=9824668 CPUtime=8.17 cores=0,2,4,6
/proc/19734/stat : 19734 (java) S 19732 19734 18255 0 -1 4202496 26335 0 1 0 805 12 0 0 20 0 22 0 253727749 10060460032 83477 33554432000 1073741824 1073778376 140736061174016 140736061165152 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19734/statm: 2456167 83477 2273 9 0 2446860 0
[pid=19734/tid=19736] ppid=19732 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/19734/task/19736/stat : 19736 (java) S 19732 19734 18255 0 -1 4202560 2495 0 1 0 10 1 0 0 20 0 22 0 253727750 10060460032 83477 33554432000 1073741824 1073778376 140736061174016 139678711620600 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19737] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19737/stat : 19737 (java) S 19732 19734 18255 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253727751 10060460032 83477 33554432000 1073741824 1073778376 140736061174016 139678650349864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19738] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19738/stat : 19738 (java) S 19732 19734 18255 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 253727751 10060460032 83477 33554432000 1073741824 1073778376 140736061174016 139678649297064 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19739] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19739/stat : 19739 (java) S 19732 19734 18255 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253727751 10060460032 83477 33554432000 1073741824 1073778376 140736061174016 139678648244776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19734/tid=19740] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19740/stat : 19740 (java) S 19732 19734 18255 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253727751 10060460032 83477 33554432000 1073741824 1073778376 140736061174016 139678647191976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19741] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19741/stat : 19741 (java) S 19732 19734 18255 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253727751 10060460032 83477 33554432000 1073741824 1073778376 140736061174016 139678646139688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19734/tid=19742] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19742/stat : 19742 (java) S 19732 19734 18255 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253727751 10060460032 83477 33554432000 1073741824 1073778376 140736061174016 139678550014632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19743] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19743/stat : 19743 (java) S 19732 19734 18255 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253727751 10060460032 83477 33554432000 1073741824 1073778376 140736061174016 139678548962344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19744] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19744/stat : 19744 (java) S 19732 19734 18255 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253727751 10060460032 83477 33554432000 1073741824 1073778376 140736061174016 139678547909544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19745] ppid=19732 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/19734/task/19745/stat : 19745 (java) S 19732 19734 18255 0 -1 4202560 223 0 0 0 7 0 0 0 20 0 22 0 253727752 10060460032 83477 33554432000 1073741824 1073778376 140736061174016 139678535710952 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19746] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19746/stat : 19746 (java) S 19732 19734 18255 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253727752 10060460032 83477 33554432000 1073741824 1073778376 140736061174016 139678534657016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19747] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19747/stat : 19747 (java) S 19732 19734 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253727752 10060460032 83477 33554432000 1073741824 1073778376 140736061174016 139678533604616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19748] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19748/stat : 19748 (java) S 19732 19734 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253727755 10060460032 83477 33554432000 1073741824 1073778376 140736061174016 139678532553104 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19749] ppid=19732 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/19734/task/19749/stat : 19749 (java) S 19732 19734 18255 0 -1 4202560 12422 0 0 0 106 3 0 0 20 0 22 0 253727755 10060460032 83477 33554432000 1073741824 1073778376 140736061174016 139678531500728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19750] ppid=19732 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/19734/task/19750/stat : 19750 (java) S 19732 19734 18255 0 -1 4202560 9686 0 0 0 108 2 0 0 20 0 22 0 253727755 10060460032 83477 33554432000 1073741824 1073778376 140736061174016 139678530447928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19751] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19751/stat : 19751 (java) S 19732 19734 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253727755 10060460032 83477 33554432000 1073741824 1073778376 140736061174016 139678529395832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19752] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19752/stat : 19752 (java) S 19732 19734 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253727755 10060460032 83477 33554432000 1073741824 1073778376 140736061174016 139678528343240 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19753] ppid=19732 vsize=9824668 CPUtime=2.8 cores=0,2,4,6
/proc/19734/task/19753/stat : 19753 (java) R 19732 19734 18255 0 -1 4202560 46 0 0 0 280 0 0 0 20 0 22 0 253727763 10060460032 83477 33554432000 1073741824 1073778376 140736061174016 139678527285648 139678651835193 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19754] ppid=19732 vsize=9824668 CPUtime=2.8 cores=0,2,4,6
/proc/19734/task/19754/stat : 19754 (java) R 19732 19734 18255 0 -1 4202560 200 0 0 0 276 4 0 0 20 0 22 0 253727763 10060460032 83477 33554432000 1073741824 1073778376 140736061174016 139678526233712 139678651816111 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19755] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19755/stat : 19755 (java) S 19732 19734 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253727763 10060460032 83477 33554432000 1073741824 1073778376 140736061174016 139678525183144 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19734/tid=19756] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19756/stat : 19756 (java) S 19732 19734 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253727764 10060460032 83477 33554432000 1073741824 1073778376 140736061174016 139678524130344 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.17
Current children cumulated vsize (KiB) 9824668

[startup+6.30082 s]
/proc/loadavg: 3.88 3.94 3.83 5/219 19756
/proc/meminfo: memFree=26722612/32873844 swapFree=7384/7384
[pid=19734] ppid=19732 vsize=9824668 CPUtime=14.51 cores=0,2,4,6
/proc/19734/stat : 19734 (java) S 19732 19734 18255 0 -1 4202496 26485 0 1 0 1434 17 0 0 20 0 22 0 253727749 10060460032 143809 33554432000 1073741824 1073778376 140736061174016 140736061165152 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19734/statm: 2456167 143809 2273 9 0 2446860 0
[pid=19734/tid=19736] ppid=19732 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/19734/task/19736/stat : 19736 (java) S 19732 19734 18255 0 -1 4202560 2497 0 1 0 10 1 0 0 20 0 22 0 253727750 10060460032 143809 33554432000 1073741824 1073778376 140736061174016 139678711620600 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19737] ppid=19732 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/19734/task/19737/stat : 19737 (java) S 19732 19734 18255 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253727751 10060460032 143809 33554432000 1073741824 1073778376 140736061174016 139678650349864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19738] ppid=19732 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/19734/task/19738/stat : 19738 (java) S 19732 19734 18255 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 253727751 10060460032 143809 33554432000 1073741824 1073778376 140736061174016 139678649297064 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19734/tid=19739] ppid=19732 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/19734/task/19739/stat : 19739 (java) S 19732 19734 18255 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 253727751 10060460032 143809 33554432000 1073741824 1073778376 140736061174016 139678648244776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19740] ppid=19732 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/19734/task/19740/stat : 19740 (java) S 19732 19734 18255 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253727751 10060460032 143809 33554432000 1073741824 1073778376 140736061174016 139678647191976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19734/tid=19741] ppid=19732 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/19734/task/19741/stat : 19741 (java) S 19732 19734 18255 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 253727751 10060460032 143809 33554432000 1073741824 1073778376 140736061174016 139678646139688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19742] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19742/stat : 19742 (java) S 19732 19734 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253727751 10060460032 143809 33554432000 1073741824 1073778376 140736061174016 139678550014632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19743] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19743/stat : 19743 (java) S 19732 19734 18255 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253727751 10060460032 143809 33554432000 1073741824 1073778376 140736061174016 139678548962344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19744] ppid=19732 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/19734/task/19744/stat : 19744 (java) S 19732 19734 18255 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 253727751 10060460032 143809 33554432000 1073741824 1073778376 140736061174016 139678547909544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19745] ppid=19732 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/19734/task/19745/stat : 19745 (java) S 19732 19734 18255 0 -1 4202560 225 0 0 0 16 0 0 0 20 0 22 0 253727752 10060460032 143809 33554432000 1073741824 1073778376 140736061174016 139678535710952 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19746] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19746/stat : 19746 (java) S 19732 19734 18255 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253727752 10060460032 143809 33554432000 1073741824 1073778376 140736061174016 139678534657016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19747] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19747/stat : 19747 (java) S 19732 19734 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253727752 10060460032 143809 33554432000 1073741824 1073778376 140736061174016 139678533604616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19748] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19748/stat : 19748 (java) S 19732 19734 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253727755 10060460032 143809 33554432000 1073741824 1073778376 140736061174016 139678532553104 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19749] ppid=19732 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/19734/task/19749/stat : 19749 (java) S 19732 19734 18255 0 -1 4202560 12422 0 0 0 107 3 0 0 20 0 22 0 253727755 10060460032 143809 33554432000 1073741824 1073778376 140736061174016 139678531500728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=19734/tid=19751] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19751/stat : 19751 (java) S 19732 19734 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253727755 10060460032 252469 33554432000 1073741824 1073778376 140736061174016 139678529395832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19752] ppid=19732 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/19734/task/19752/stat : 19752 (java) S 19732 19734 18255 0 -1 4202560 6 0 0 0 1 3 0 0 20 0 22 0 253727755 10060460032 252469 33554432000 1073741824 1073778376 140736061174016 139678528343240 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19753] ppid=19732 vsize=9824668 CPUtime=112.04 cores=0,2,4,6
/proc/19734/task/19753/stat : 19753 (java) R 19732 19734 18255 0 -1 4202560 108 0 0 0 11203 1 0 0 20 0 22 0 253727763 10060460032 252469 33554432000 1073741824 1073778376 140736061174016 139678527286560 139678651739118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19754] ppid=19732 vsize=9824668 CPUtime=112.02 cores=0,2,4,6
/proc/19734/task/19754/stat : 19754 (java) R 19732 19734 18255 0 -1 4202560 592 0 0 0 11185 17 0 0 20 0 22 0 253727763 10060460032 252469 33554432000 1073741824 1073778376 140736061174016 139678526232928 139678651813293 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19734/tid=19755] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19755/stat : 19755 (java) S 19732 19734 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253727763 10060460032 252469 33554432000 1073741824 1073778376 140736061174016 139678525183144 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19734/tid=19756] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19756/stat : 19756 (java) S 19732 19734 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253727764 10060460032 252469 33554432000 1073741824 1073778376 140736061174016 139678524130344 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 232.79
Current children cumulated vsize (KiB) 9824668

[startup+115.901 s]
/proc/loadavg: 3.98 3.95 3.84 4/219 19757
/proc/meminfo: memFree=26324572/32873844 swapFree=7384/7384
[pid=19734] ppid=19732 vsize=9824668 CPUtime=234.43 cores=0,2,4,6
/proc/19734/stat : 19734 (java) S 19732 19734 18255 0 -1 4202496 35391 0 1 0 23404 39 0 0 20 0 22 0 253727749 10060460032 252359 33554432000 1073741824 1073778376 140736061174016 140736061165152 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19734/statm: 2456167 252359 2273 9 0 2446860 0
[pid=19734/tid=19736] ppid=19732 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/19734/task/19736/stat : 19736 (java) S 19732 19734 18255 0 -1 4202560 2499 0 1 0 10 2 0 0 20 0 22 0 253727750 10060460032 252359 33554432000 1073741824 1073778376 140736061174016 139678711620600 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19737] ppid=19732 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/19734/task/19737/stat : 19737 (java) S 19732 19734 18255 0 -1 4202560 198 0 0 0 35 0 0 0 20 0 22 0 253727751 10060460032 252359 33554432000 1073741824 1073778376 140736061174016 139678650349864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19738] ppid=19732 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/19734/task/19738/stat : 19738 (java) S 19732 19734 18255 0 -1 4202560 141 0 0 0 35 0 0 0 20 0 22 0 253727751 10060460032 252359 33554432000 1073741824 1073778376 140736061174016 139678649297064 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19739] ppid=19732 vsize=9824668 CPUtime=0.4 cores=0,2,4,6
/proc/19734/task/19739/stat : 19739 (java) S 19732 19734 18255 0 -1 4202560 75 0 0 0 38 2 0 0 20 0 22 0 253727751 10060460032 252359 33554432000 1073741824 1073778376 140736061174016 139678648244776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19740] ppid=19732 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/19734/task/19740/stat : 19740 (java) S 19732 19734 18255 0 -1 4202560 39 0 0 0 33 0 0 0 20 0 22 0 253727751 10060460032 252359 33554432000 1073741824 1073778376 140736061174016 139678647191976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19734/tid=19741] ppid=19732 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/19734/task/19741/stat : 19741 (java) S 19732 19734 18255 0 -1 4202560 93 0 0 0 38 0 0 0 20 0 22 0 253727751 10060460032 252359 33554432000 1073741824 1073778376 140736061174016 139678646139688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19742] ppid=19732 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/19734/task/19742/stat : 19742 (java) S 19732 19734 18255 0 -1 4202560 100 0 0 0 34 0 0 0 20 0 22 0 253727751 10060460032 252359 33554432000 1073741824 1073778376 140736061174016 139678550014632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19743] ppid=19732 vsize=9824668 CPUtime=0.39 cores=0,2,4,6
/proc/19734/task/19743/stat : 19743 (java) S 19732 19734 18255 0 -1 4202560 142 0 0 0 39 0 0 0 20 0 22 0 253727751 10060460032 252359 33554432000 1073741824 1073778376 140736061174016 139678548962344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19744] ppid=19732 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/19734/task/19744/stat : 19744 (java) S 19732 19734 18255 0 -1 4202560 66 0 0 0 31 0 0 0 20 0 22 0 253727751 10060460032 252359 33554432000 1073741824 1073778376 140736061174016 139678547909544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19734/tid=19745] ppid=19732 vsize=9824668 CPUtime=1.63 cores=0,2,4,6
/proc/19734/task/19745/stat : 19745 (java) S 19732 19734 18255 0 -1 4202560 502 0 0 0 158 5 0 0 20 0 22 0 253727752 10060460032 252359 33554432000 1073741824 1073778376 140736061174016 139678535710952 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19746] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19746/stat : 19746 (java) S 19732 19734 18255 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253727752 10060460032 252359 33554432000 1073741824 1073778376 140736061174016 139678534657016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19747] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19747/stat : 19747 (java) S 19732 19734 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253727752 10060460032 252359 33554432000 1073741824 1073778376 140736061174016 139678533604616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19748] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19748/stat : 19748 (java) S 19732 19734 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253727755 10060460032 252359 33554432000 1073741824 1073778376 140736061174016 139678532553104 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19749] ppid=19732 vsize=9824668 CPUtime=2.18 cores=0,2,4,6
/proc/19734/task/19749/stat : 19749 (java) S 19732 19734 18255 0 -1 4202560 19950 0 0 0 213 5 0 0 20 0 22 0 253727755 10060460032 252359 33554432000 1073741824 1073778376 140736061174016 139678531500728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19750] ppid=19732 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/19734/task/19750/stat : 19750 (java) S 19732 19734 18255 0 -1 4202560 9691 0 0 0 121 3 0 0 20 0 22 0 253727755 10060460032 252359 33554432000 1073741824 1073778376 140736061174016 139678530447928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19751] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19751/stat : 19751 (java) S 19732 19734 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253727755 10060460032 252359 33554432000 1073741824 1073778376 140736061174016 139678529395832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19752] ppid=19732 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/19734/task/19752/stat : 19752 (java) S 19732 19734 18255 0 -1 4202560 6 0 0 0 1 3 0 0 20 0 22 0 253727755 10060460032 252359 33554432000 1073741824 1073778376 140736061174016 139678528343240 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19753] ppid=19732 vsize=9824668 CPUtime=112.82 cores=0,2,4,6
/proc/19734/task/19753/stat : 19753 (java) R 19732 19734 18255 0 -1 4202560 109 0 0 0 11281 1 0 0 20 0 22 0 253727763 10060460032 252359 33554432000 1073741824 1073778376 140736061174016 139678527286560 139678651803996 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19754] ppid=19732 vsize=9824668 CPUtime=112.81 cores=0,2,4,6
/proc/19734/task/19754/stat : 19754 (java) R 19732 19734 18255 0 -1 4202560 592 0 0 0 11264 17 0 0 20 0 22 0 253727763 10060460032 252359 33554432000 1073741824 1073778376 140736061174016 139678526232880 139678651818760 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19755] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19755/stat : 19755 (java) S 19732 19734 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253727763 10060460032 252359 33554432000 1073741824 1073778376 140736061174016 139678525183144 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19734/tid=19756] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19756/stat : 19756 (java) S 19732 19734 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253727764 10060460032 252359 33554432000 1073741824 1073778376 140736061174016 139678524130344 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 234.43
Current children cumulated vsize (KiB) 9824668

[startup+116.701 s]
/proc/loadavg: 3.98 3.95 3.84 5/219 19757
/proc/meminfo: memFree=26325440/32873844 swapFree=7384/7384
[pid=19734] ppid=19732 vsize=9824668 CPUtime=236.05 cores=0,2,4,6
/proc/19734/stat : 19734 (java) S 19732 19734 18255 0 -1 4202496 35392 0 1 0 23566 39 0 0 20 0 22 0 253727749 10060460032 251878 33554432000 1073741824 1073778376 140736061174016 140736061165152 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19734/statm: 2456167 251878 2273 9 0 2446860 0
[pid=19734/tid=19736] ppid=19732 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/19734/task/19736/stat : 19736 (java) S 19732 19734 18255 0 -1 4202560 2499 0 1 0 10 2 0 0 20 0 22 0 253727750 10060460032 251878 33554432000 1073741824 1073778376 140736061174016 139678711620600 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19737] ppid=19732 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/19734/task/19737/stat : 19737 (java) S 19732 19734 18255 0 -1 4202560 198 0 0 0 35 0 0 0 20 0 22 0 253727751 10060460032 251878 33554432000 1073741824 1073778376 140736061174016 139678650349864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19738] ppid=19732 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/19734/task/19738/stat : 19738 (java) S 19732 19734 18255 0 -1 4202560 141 0 0 0 37 0 0 0 20 0 22 0 253727751 10060460032 251878 33554432000 1073741824 1073778376 140736061174016 139678649297064 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19739] ppid=19732 vsize=9824668 CPUtime=0.4 cores=0,2,4,6
/proc/19734/task/19739/stat : 19739 (java) S 19732 19734 18255 0 -1 4202560 75 0 0 0 38 2 0 0 20 0 22 0 253727751 10060460032 251878 33554432000 1073741824 1073778376 140736061174016 139678648244776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19740] ppid=19732 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/19734/task/19740/stat : 19740 (java) S 19732 19734 18255 0 -1 4202560 39 0 0 0 34 0 0 0 20 0 22 0 253727751 10060460032 251878 33554432000 1073741824 1073778376 140736061174016 139678647191976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19734/tid=19741] ppid=19732 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/19734/task/19741/stat : 19741 (java) S 19732 19734 18255 0 -1 4202560 93 0 0 0 38 0 0 0 20 0 22 0 253727751 10060460032 251878 33554432000 1073741824 1073778376 140736061174016 139678646139688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19742] ppid=19732 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/19734/task/19742/stat : 19742 (java) S 19732 19734 18255 0 -1 4202560 100 0 0 0 35 0 0 0 20 0 22 0 253727751 10060460032 251878 33554432000 1073741824 1073778376 140736061174016 139678550014632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19743] ppid=19732 vsize=9824668 CPUtime=0.41 cores=0,2,4,6
/proc/19734/task/19743/stat : 19743 (java) S 19732 19734 18255 0 -1 4202560 142 0 0 0 41 0 0 0 20 0 22 0 253727751 10060460032 251878 33554432000 1073741824 1073778376 140736061174016 139678548962344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19744] ppid=19732 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/19734/task/19744/stat : 19744 (java) S 19732 19734 18255 0 -1 4202560 66 0 0 0 32 0 0 0 20 0 22 0 253727751 10060460032 251878 33554432000 1073741824 1073778376 140736061174016 139678547909544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19734/tid=19745] ppid=19732 vsize=9824668 CPUtime=1.63 cores=0,2,4,6
/proc/19734/task/19745/stat : 19745 (java) S 19732 19734 18255 0 -1 4202560 502 0 0 0 158 5 0 0 20 0 22 0 253727752 10060460032 251878 33554432000 1073741824 1073778376 140736061174016 139678535710952 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19746] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19746/stat : 19746 (java) S 19732 19734 18255 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253727752 10060460032 251878 33554432000 1073741824 1073778376 140736061174016 139678534657016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19747] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19747/stat : 19747 (java) S 19732 19734 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253727752 10060460032 251878 33554432000 1073741824 1073778376 140736061174016 139678533604616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19748] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19748/stat : 19748 (java) S 19732 19734 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253727755 10060460032 251878 33554432000 1073741824 1073778376 140736061174016 139678532553104 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19749] ppid=19732 vsize=9824668 CPUtime=2.18 cores=0,2,4,6
/proc/19734/task/19749/stat : 19749 (java) S 19732 19734 18255 0 -1 4202560 19950 0 0 0 213 5 0 0 20 0 22 0 253727755 10060460032 251878 33554432000 1073741824 1073778376 140736061174016 139678531500728 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19750] ppid=19732 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/19734/task/19750/stat : 19750 (java) S 19732 19734 18255 0 -1 4202560 9691 0 0 0 121 3 0 0 20 0 22 0 253727755 10060460032 251878 33554432000 1073741824 1073778376 140736061174016 139678530447928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19751] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19751/stat : 19751 (java) S 19732 19734 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253727755 10060460032 251878 33554432000 1073741824 1073778376 140736061174016 139678529395832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19752] ppid=19732 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/19734/task/19752/stat : 19752 (java) S 19732 19734 18255 0 -1 4202560 6 0 0 0 1 3 0 0 20 0 22 0 253727755 10060460032 251878 33554432000 1073741824 1073778376 140736061174016 139678528343240 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19753] ppid=19732 vsize=9824668 CPUtime=113.6 cores=0,2,4,6
/proc/19734/task/19753/stat : 19753 (java) R 19732 19734 18255 0 -1 4202560 109 0 0 0 11359 1 0 0 20 0 22 0 253727763 10060460032 251878 33554432000 1073741824 1073778376 140736061174016 139678527285784 139678651732663 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19754] ppid=19732 vsize=9824668 CPUtime=113.59 cores=0,2,4,6
/proc/19734/task/19754/stat : 19754 (java) R 19732 19734 18255 0 -1 4202560 593 0 0 0 11342 17 0 0 20 0 22 0 253727763 10060460032 251878 33554432000 1073741824 1073778376 140736061174016 139678526233488 139678651812878 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19755] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19755/stat : 19755 (java) S 19732 19734 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253727763 10060460032 251878 33554432000 1073741824 1073778376 140736061174016 139678525183144 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19734/tid=19756] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19756/stat : 19756 (java) S 19732 19734 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253727764 10060460032 251878 33554432000 1073741824 1073778376 140736061174016 139678524130344 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 236.05
Current children cumulated vsize (KiB) 9824668

[startup+116.901 s]
/proc/loadavg: 3.98 3.95 3.84 5/219 19757
/proc/meminfo: memFree=26325440/32873844 swapFree=7384/7384
[pid=19734] ppid=19732 vsize=9824668 CPUtime=235.6 cores=0,2,4,6
/proc/19734/stat : 19734 (java) S 19732 19734 18255 0 -1 4202496 35395 0 1 0 23519 41 0 0 20 0 20 0 253727749 10060460032 251864 33554432000 1073741824 1073778376 140736061174016 140736061165152 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19734/statm: 2456167 251864 2274 9 0 2446860 0
[pid=19734/tid=19736] ppid=19732 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/19734/task/19736/stat : 19736 (java) S 19732 19734 18255 0 -1 4202560 2499 0 1 0 10 2 0 0 20 0 20 0 253727750 10060460032 251864 33554432000 1073741824 1073778376 140736061174016 139678711620312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19737] ppid=19732 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/19734/task/19737/stat : 19737 (java) S 19732 19734 18255 0 -1 4202560 198 0 0 0 35 0 0 0 20 0 20 0 253727751 10060460032 251864 33554432000 1073741824 1073778376 140736061174016 139678650349864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19738] ppid=19732 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/19734/task/19738/stat : 19738 (java) S 19732 19734 18255 0 -1 4202560 141 0 0 0 37 0 0 0 20 0 20 0 253727751 10060460032 251864 33554432000 1073741824 1073778376 140736061174016 139678649297064 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19739] ppid=19732 vsize=9824668 CPUtime=0.4 cores=0,2,4,6
/proc/19734/task/19739/stat : 19739 (java) S 19732 19734 18255 0 -1 4202560 75 0 0 0 38 2 0 0 20 0 20 0 253727751 10060460032 251864 33554432000 1073741824 1073778376 140736061174016 139678648244776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19740] ppid=19732 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/19734/task/19740/stat : 19740 (java) S 19732 19734 18255 0 -1 4202560 39 0 0 0 34 0 0 0 20 0 20 0 253727751 10060460032 251864 33554432000 1073741824 1073778376 140736061174016 139678647191976 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19734/tid=19741] ppid=19732 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/19734/task/19741/stat : 19741 (java) S 19732 19734 18255 0 -1 4202560 93 0 0 0 38 0 0 0 20 0 20 0 253727751 10060460032 251866 33554432000 1073741824 1073778376 140736061174016 139678646139688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19742] ppid=19732 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/19734/task/19742/stat : 19742 (java) S 19732 19734 18255 0 -1 4202560 100 0 0 0 35 0 0 0 20 0 20 0 253727751 10060460032 251867 33554432000 1073741824 1073778376 140736061174016 139678550014632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19743] ppid=19732 vsize=9824668 CPUtime=0.41 cores=0,2,4,6
/proc/19734/task/19743/stat : 19743 (java) S 19732 19734 18255 0 -1 4202560 142 0 0 0 41 0 0 0 20 0 20 0 253727751 10060460032 251867 33554432000 1073741824 1073778376 140736061174016 139678548962344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19744] ppid=19732 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/19734/task/19744/stat : 19744 (java) S 19732 19734 18255 0 -1 4202560 66 0 0 0 32 0 0 0 20 0 20 0 253727751 10060460032 251867 33554432000 1073741824 1073778376 140736061174016 139678547909544 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19734/tid=19745] ppid=19732 vsize=9824668 CPUtime=1.63 cores=0,2,4,6
/proc/19734/task/19745/stat : 19745 (java) S 19732 19734 18255 0 -1 4202560 502 0 0 0 158 5 0 0 20 0 20 0 253727752 10060460032 251867 33554432000 1073741824 1073778376 140736061174016 139678535710952 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19746] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19746/stat : 19746 (java) S 19732 19734 18255 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 253727752 10060460032 251867 33554432000 1073741824 1073778376 140736061174016 139678534657016 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19747] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19747/stat : 19747 (java) S 19732 19734 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 253727752 10060460032 251867 33554432000 1073741824 1073778376 140736061174016 139678533604616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19748] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19748/stat : 19748 (java) S 19732 19734 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253727755 10060460032 251867 33554432000 1073741824 1073778376 140736061174016 139678532553104 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19734/tid=19749] ppid=19732 vsize=9824668 CPUtime=2.18 cores=0,2,4,6
/proc/19734/task/19749/stat : 19749 (java) R 19732 19734 18255 0 -1 4202560 19950 0 0 0 213 5 0 0 20 0 20 0 253727755 10060460032 251867 33554432000 1073741824 1073778376 140736061174016 139678531500728 139678715463575 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19750] ppid=19732 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/19734/task/19750/stat : 19750 (java) R 19732 19734 18255 0 -1 4202560 9694 0 0 0 121 3 0 0 20 0 20 0 253727755 10060460032 251867 33554432000 1073741824 1073778376 140736061174016 139678530447928 139678714292671 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19751] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19751/stat : 19751 (java) S 19732 19734 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253727755 10060460032 251867 33554432000 1073741824 1073778376 140736061174016 139678529395832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19734/tid=19752] ppid=19732 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/19734/task/19752/stat : 19752 (java) S 19732 19734 18255 0 -1 4202560 6 0 0 0 1 3 0 0 20 0 20 0 253727755 10060460032 251867 33554432000 1073741824 1073778376 140736061174016 139678528343240 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19734/tid=19756] ppid=19732 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/19734/task/19756/stat : 19756 (java) S 19732 19734 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 253727764 10060460032 251867 33554432000 1073741824 1073778376 140736061174016 139678524130344 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 235.6
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.460007
#  lost CPU user time (s): 0.480011
#  lost CPU system time (s): -0.02

Real time (s): 116.934
CPU time (s): 236.26
CPU user time (s): 235.737
CPU system time (s): 0.522917
CPU usage (%): 202.045
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 235.257
system time used= 0.542917
maximum resident set size= 1127132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35413
page faults= 1
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5916
involuntary context switches= 9131

runsolver used 0.497924 second user time and 1.2888 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-24 18:13:43
IDJOB=3688214
IDBENCH=2905
IDSOLVER=2268
FILE ID=node136/3688214-1337876023
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_1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688214-1337876023/watcher-3688214-1337876023 -o /tmp/evaluation-result-3688214-1337876023/solver-3688214-1337876023 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688214-1337876023.opb

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

MD5SUM BENCH= 8dbaef61ba32642517e0b17ac09a002e
RANDOM SEED=563635495

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:        27239776 kB
Buffers:          278052 kB
Cached:          1905660 kB
SwapCached:        24460 kB
Active:          3250944 kB
Inactive:        1608320 kB
Active(anon):    2650116 kB
Inactive(anon):    25096 kB
Active(file):     600828 kB
Inactive(file):  1583224 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:                84 kB
Writeback:             0 kB
AnonPages:       2670984 kB
Mapped:            17932 kB
Shmem:                 0 kB
Slab:             626552 kB
SReclaimable:      68248 kB
SUnreclaim:       558304 kB
KernelStack:        1808 kB
PageTables:         9540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3014076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2617344 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:15:40