Trace number 3687988

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 NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotSAT 359.379 180.466

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob2.opb
MD5SUM2f67579afe346c848695d45b6181b1eb
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.334948
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables68
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint68
Maximum length of a constraint68
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 14215207
Number of bits of the biggest number in a constraint 24
Biggest sum of numbers in a constraint 175368570
Number of bits of the biggest sum of numbers28
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version 2.3.2.v20120418
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		501472288
0.06/0.10	c Max memory 		7480803328
0.06/0.10	c Total memory 		504102912
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3687988-1337875551.opb
0.06/0.13	c reading problem ... 
0.06/0.14	c ... done. Wall clock time 0.015s.
0.06/0.15	c declared #vars     68
0.06/0.15	c #constraints  2
0.06/0.15	c constraints type 
0.06/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.06/0.15	c 2 constraints processed.
0.06/0.15	c constraints type 
0.06/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.06/0.15	c 2 constraints processed.
1.50/0.59	c cleaning 2501 clauses out of 5001 with flag 5001/5001
2.67/0.87	c cleaning 4243 clauses out of 8500 with flag 11001/11001
3.74/1.16	c cleaning 5622 clauses out of 11256 with flag 18000/18000
4.33/1.48	c cleaning 6817 clauses out of 13634 with flag 26000/26000
5.16/1.88	c cleaning 7910 clauses out of 15819 with flag 35002/35002
6.54/2.56	c cleaning 8954 clauses out of 17907 with flag 45000/45000
7.53/3.08	c cleaning 9976 clauses out of 19954 with flag 56001/56001
8.72/3.61	c cleaning 10984 clauses out of 21977 with flag 68000/68000
9.90/4.22	c cleaning 11991 clauses out of 23993 with flag 81000/81000
11.48/5.05	c cleaning 13002 clauses out of 26004 with flag 95002/95002
13.26/5.97	c cleaning 14000 clauses out of 28002 with flag 110002/110002
15.23/6.90	c cleaning 14995 clauses out of 30000 with flag 126000/126000
16.99/7.89	c cleaning 15997 clauses out of 32005 with flag 143000/143000
19.36/9.05	c cleaning 17005 clauses out of 34009 with flag 161001/161001
21.91/10.20	c cleaning 17995 clauses out of 36003 with flag 180000/180000
24.14/11.33	c cleaning 19004 clauses out of 38008 with flag 200000/200000
27.31/12.99	c cleaning 20002 clauses out of 40005 with flag 221001/221001
31.29/14.93	c cleaning 20999 clauses out of 42002 with flag 243000/243000
34.86/16.78	c cleaning 22000 clauses out of 44003 with flag 266000/266000
38.22/18.42	c cleaning 22997 clauses out of 46003 with flag 290000/290000
41.55/20.10	c cleaning 24003 clauses out of 48006 with flag 315000/315000
44.91/21.82	c cleaning 25001 clauses out of 50004 with flag 341001/341001
49.27/24.02	c cleaning 26000 clauses out of 52002 with flag 368000/368000
50.82/24.83	c cleaning 0 clauses out of 5001 with flag 0/5001
54.63/26.54	c cleaning 27002 clauses out of 54003 with flag 396001/396001
59.17/28.82	c cleaning 27995 clauses out of 56001 with flag 425001/425001
62.52/30.56	c cleaning 29000 clauses out of 58005 with flag 455000/455000
66.46/32.56	c cleaning 30004 clauses out of 60008 with flag 486003/486003
71.59/35.16	c cleaning 30999 clauses out of 62002 with flag 518001/518001
77.56/38.12	c cleaning 31999 clauses out of 64003 with flag 551001/551001
84.50/41.65	c cleaning 32999 clauses out of 66004 with flag 585001/585001
89.64/44.28	c cleaning 33997 clauses out of 68006 with flag 620002/620002
94.73/46.89	c cleaning 34997 clauses out of 70007 with flag 656000/656000
101.08/50.00	c cleaning 36001 clauses out of 72010 with flag 693000/693000
107.20/53.14	c cleaning 37001 clauses out of 74009 with flag 731000/731000
112.13/55.64	c cleaning 37999 clauses out of 76009 with flag 770001/770001
118.22/58.72	c cleaning 39002 clauses out of 78009 with flag 810000/810000
126.14/62.78	c cleaning 40004 clauses out of 80007 with flag 851000/851000
133.87/66.64	c cleaning 41002 clauses out of 82004 with flag 893001/893001
141.59/70.53	c cleaning 42001 clauses out of 84003 with flag 936002/936002
148.46/74.08	c cleaning 42996 clauses out of 86002 with flag 980002/980002
159.00/79.36	c cleaning 43998 clauses out of 88005 with flag 1025001/1025001
169.57/84.63	c cleaning 45001 clauses out of 90007 with flag 1071001/1071001
179.10/89.45	c cleaning 45999 clauses out of 92006 with flag 1118001/1118001
187.79/93.82	c cleaning 47001 clauses out of 94007 with flag 1166001/1166001
197.52/98.73	c cleaning 48004 clauses out of 96007 with flag 1215002/1215002
209.46/104.75	c cleaning 48997 clauses out of 98001 with flag 1265000/1265000
224.83/112.43	c cleaning 49998 clauses out of 100005 with flag 1316001/1316001
231.68/115.90	c cleaning 51000 clauses out of 102008 with flag 1368002/1368002
240.23/120.28	c cleaning 52001 clauses out of 104006 with flag 1421000/1421000
250.95/125.68	c cleaning 52998 clauses out of 106007 with flag 1475002/1475002
251.27/125.89	c cleaning 0 clauses out of 11000 with flag 0/11000
261.93/131.29	c cleaning 54001 clauses out of 108008 with flag 1530001/1530001
272.08/136.33	c cleaning 55004 clauses out of 110009 with flag 1586003/1586003
281.59/141.13	c cleaning 56001 clauses out of 112002 with flag 1643000/1643000
291.49/146.18	c cleaning 57000 clauses out of 114001 with flag 1701000/1701000
301.93/151.45	c cleaning 57998 clauses out of 116001 with flag 1760000/1760000
313.48/157.27	c cleaning 59001 clauses out of 118003 with flag 1820000/1820000
328.87/165.00	c cleaning 60002 clauses out of 120003 with flag 1881001/1881001
343.21/172.14	c cleaning 60997 clauses out of 122000 with flag 1943000/1943000
356.91/179.04	c cleaning 62002 clauses out of 124003 with flag 2006000/2006000
358.99/180.13	c  And the winner is solver0
359.17/180.42	c starts		: 223
359.17/180.42	c conflicts		: 2023120
359.17/180.42	c decisions		: 2032344
359.17/180.42	c propagations		: 11376743
359.17/180.42	c inspects		: 1768430076
359.17/180.42	c shortcuts		: 0
359.17/180.42	c learnt literals	: 0
359.17/180.42	c learnt binary clauses	: 0
359.17/180.42	c learnt ternary clauses	: 0
359.17/180.42	c learnt constraints	: 2023120
359.17/180.42	c ignored constraints	: 0
359.17/180.43	c root simplifications	: 0
359.17/180.43	c removed literals (reason simplification)	: 14360150
359.17/180.43	c reason swapping (by a shorter reason)	: 0
359.17/180.43	c Calls to reduceDB	: 59
359.17/180.43	c number of reductions to clauses (during analyze)	: 0
359.17/180.43	c number of learned constraints concerned by reduction	: 0
359.17/180.43	c number of learning phase by resolution	: 0
359.17/180.43	c number of learning phase by cutting planes	: 0
359.17/180.43	c speed (assignments/second)	: 63107.01309651259
359.17/180.43	c non guided choices	57
359.17/180.46	c learnt constraints type 
359.17/180.46	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79121
359.17/180.46	c constraints type 
359.17/180.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
359.17/180.46	c 2 constraints processed.
359.17/180.46	c constraints type 
359.17/180.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
359.17/180.46	c 2 constraints processed.
359.17/180.46	s SATISFIABLE
359.17/180.46	v x1 -x2 x3 -x4 -x5 -x6 x7 -x8 x9 x10 -x11 -x12 x13 x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 x22 x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 x49 x50 -x51 -x52 -x53 -x54 x55 x56 x57 -x58 -x59 -x60 -x61 x62 -x63 x64 -x65 -x66 -x67 -x68 
359.17/180.46	c Total wall clock time (in seconds): 180.326

Verifier Data

OK	0

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-3687988-1337875551/watcher-3687988-1337875551 -o /tmp/evaluation-result-3687988-1337875551/solver-3687988-1337875551 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687988-1337875551.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.94 3.77 4/197 31622
/proc/meminfo: memFree=26176572/32873648 swapFree=7104/7104
[pid=31622] ppid=31620 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/31622/stat : 31622 (runsolver) D 31620 31622 30487 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 253680537 12095488 51 33554432000 4194304 5436572 140736087420688 140736087416984 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/31622/statm: 2953 51 31 304 0 2645 0

[startup+0.0750259 s]
/proc/loadavg: 4.07 3.94 3.77 4/197 31622
/proc/meminfo: memFree=26176572/32873648 swapFree=7104/7104
[pid=31622] ppid=31620 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/31622/stat : 31622 (java) S 31620 31622 30487 0 -1 4202496 3092 0 1 0 3 0 0 0 20 0 13 0 253680537 9446973440 4301 33554432000 1073741824 1073778376 140733797440912 140733797432048 214540779581 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/31622/statm: 2306390 4301 1714 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100275 s]
/proc/loadavg: 4.07 3.94 3.77 4/197 31622
/proc/meminfo: memFree=26176572/32873648 swapFree=7104/7104
[pid=31622] ppid=31620 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/31622/stat : 31622 (java) S 31620 31622 30487 0 -1 4202496 3628 0 1 0 6 0 0 0 20 0 18 0 253680537 9787813888 4837 33554432000 1073741824 1073778376 140733797440912 140733797432048 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/31622/statm: 2389603 4840 1931 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.300173 s]
/proc/loadavg: 4.07 3.94 3.77 4/197 31622
/proc/meminfo: memFree=26176572/32873648 swapFree=7104/7104
[pid=31622] ppid=31620 vsize=9824668 CPUtime=0.71 cores=0,2,4,6
/proc/31622/stat : 31622 (java) S 31620 31622 30487 0 -1 4202496 9044 0 1 0 69 2 0 0 20 0 22 0 253680537 10060460032 10316 33554432000 1073741824 1073778376 140733797440912 140733797432048 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/31622/statm: 2456167 10316 2212 9 0 2446860 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 9824668

[startup+0.70018 s]
/proc/loadavg: 4.07 3.94 3.77 4/197 31622
/proc/meminfo: memFree=26176572/32873648 swapFree=7104/7104
[pid=31622] ppid=31620 vsize=9824668 CPUtime=2.27 cores=0,2,4,6
/proc/31622/stat : 31622 (java) S 31620 31622 30487 0 -1 4202496 16311 0 1 0 223 4 0 0 20 0 22 0 253680537 10060460032 25811 33554432000 1073741824 1073778376 140733797440912 140733797432048 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/31622/statm: 2456167 25811 2253 9 0 2446860 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9824668

[startup+1.50072 s]
/proc/loadavg: 4.07 3.94 3.77 7/219 31644
/proc/meminfo: memFree=26062236/32873648 swapFree=7104/7104
[pid=31622] ppid=31620 vsize=9824668 CPUtime=4.56 cores=0,2,4,6
/proc/31622/stat : 31622 (java) S 31620 31622 30487 0 -1 4202496 22489 0 1 0 449 7 0 0 20 0 22 0 253680537 10060460032 38131 33554432000 1073741824 1073778376 140733797440912 140733797432048 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/31622/statm: 2456167 38131 2273 9 0 2446860 0
[pid=31622/tid=31624] ppid=31620 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/31622/task/31624/stat : 31624 (java) S 31620 31622 30487 0 -1 4202560 2441 0 1 0 10 0 0 0 20 0 22 0 253680539 10060460032 38131 33554432000 1073741824 1073778376 140733797440912 140242140972024 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31625] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31625/stat : 31625 (java) S 31620 31622 30487 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 253680540 10060460032 38131 33554432000 1073741824 1073778376 140733797440912 140242102462760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31626] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31626/stat : 31626 (java) S 31620 31622 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253680540 10060460032 38131 33554432000 1073741824 1073778376 140733797440912 140242101409960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31627] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31627/stat : 31627 (java) S 31620 31622 30487 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253680540 10060460032 38131 33554432000 1073741824 1073778376 140733797440912 140242100357672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31622/tid=31628] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31628/stat : 31628 (java) S 31620 31622 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253680540 10060460032 38131 33554432000 1073741824 1073778376 140733797440912 140242099304872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31629] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31629/stat : 31629 (java) S 31620 31622 30487 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253680540 10060460032 38131 33554432000 1073741824 1073778376 140733797440912 140242098252584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31630] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31630/stat : 31630 (java) S 31620 31622 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253680540 10060460032 38131 33554432000 1073741824 1073778376 140733797440912 140242097199784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31631] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31631/stat : 31631 (java) S 31620 31622 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253680540 10060460032 38131 33554432000 1073741824 1073778376 140733797440912 140242096147496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31632] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31632/stat : 31632 (java) S 31620 31622 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253680540 10060460032 38131 33554432000 1073741824 1073778376 140733797440912 140242095094696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31622/tid=31633] ppid=31620 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/31622/task/31633/stat : 31633 (java) R 31620 31622 30487 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 22 0 253680542 10060460032 38131 33554432000 1073741824 1073778376 140733797440912 140241964852336 140242147479587 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31634] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31634/stat : 31634 (java) S 31620 31622 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253680542 10060460032 38131 33554432000 1073741824 1073778376 140733797440912 140241963799544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31635] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31635/stat : 31635 (java) S 31620 31622 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253680542 10060460032 38131 33554432000 1073741824 1073778376 140733797440912 140241962747144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31636] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31636/stat : 31636 (java) S 31620 31622 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253680544 10060460032 38131 33554432000 1073741824 1073778376 140733797440912 140241961695632 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31637] ppid=31620 vsize=9824668 CPUtime=0.91 cores=0,2,4,6
/proc/31622/task/31637/stat : 31637 (java) S 31620 31622 30487 0 -1 4202560 10029 0 0 0 89 2 0 0 20 0 22 0 253680544 10060460032 38131 33554432000 1073741824 1073778376 140733797440912 140241960643256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31638] ppid=31620 vsize=9824668 CPUtime=0.89 cores=0,2,4,6
/proc/31622/task/31638/stat : 31638 (java) S 31620 31622 30487 0 -1 4202560 8574 0 0 0 87 2 0 0 20 0 22 0 253680544 10060460032 38131 33554432000 1073741824 1073778376 140733797440912 140241959583304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31639] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31639/stat : 31639 (java) S 31620 31622 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253680545 10060460032 38131 33554432000 1073741824 1073778376 140733797440912 140241958538360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31640] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31640/stat : 31640 (java) S 31620 31622 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253680545 10060460032 38131 33554432000 1073741824 1073778376 140733797440912 140240949865672 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31641] ppid=31620 vsize=9824668 CPUtime=1.24 cores=0,2,4,6
/proc/31622/task/31641/stat : 31641 (java) S 31620 31622 30487 0 -1 4202560 50 0 0 0 124 0 0 0 20 0 22 0 253680552 10060460032 38131 33554432000 1073741824 1073778376 140733797440912 140240948810040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31622/tid=31642] ppid=31620 vsize=9824668 CPUtime=1.26 cores=0,2,4,6
/proc/31622/task/31642/stat : 31642 (java) S 31620 31622 30487 0 -1 4202560 112 0 0 0 124 2 0 0 20 0 22 0 253680552 10060460032 38131 33554432000 1073741824 1073778376 140733797440912 140240947755176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31643] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31643/stat : 31643 (java) S 31620 31622 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253680552 10060460032 38131 33554432000 1073741824 1073778376 140733797440912 140240946705576 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31622/tid=31644] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31644/stat : 31644 (java) S 31620 31622 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253680552 10060460032 38131 33554432000 1073741824 1073778376 140733797440912 140240945652776 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 9824668

[startup+3.10074 s]
/proc/loadavg: 3.98 3.93 3.76 5/219 31644
/proc/meminfo: memFree=26010168/32873648 swapFree=7104/7104
[pid=31622] ppid=31620 vsize=9824668 CPUtime=7.74 cores=0,2,4,6
/proc/31622/stat : 31622 (java) S 31620 31622 30487 0 -1 4202496 22573 0 1 0 766 8 0 0 20 0 22 0 253680537 10060460032 50472 33554432000 1073741824 1073778376 140733797440912 140733797432048 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/31622/statm: 2456167 50472 2273 9 0 2446860 0
[pid=31622/tid=31624] ppid=31620 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/31622/task/31624/stat : 31624 (java) S 31620 31622 30487 0 -1 4202560 2441 0 1 0 10 0 0 0 20 0 22 0 253680539 10060460032 50472 33554432000 1073741824 1073778376 140733797440912 140242140972024 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31625] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31625/stat : 31625 (java) S 31620 31622 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253680540 10060460032 50472 33554432000 1073741824 1073778376 140733797440912 140242102462760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31626] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31626/stat : 31626 (java) S 31620 31622 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253680540 10060460032 50472 33554432000 1073741824 1073778376 140733797440912 140242101409960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31627] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31627/stat : 31627 (java) S 31620 31622 30487 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253680540 10060460032 50472 33554432000 1073741824 1073778376 140733797440912 140242100357672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31628] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31628/stat : 31628 (java) S 31620 31622 30487 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253680540 10060460032 50472 33554432000 1073741824 1073778376 140733797440912 140242099304872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31629] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31629/stat : 31629 (java) S 31620 31622 30487 0 -1 4202560 26 0 0 0 0 0 0 0 20 0 22 0 253680540 10060460032 50472 33554432000 1073741824 1073778376 140733797440912 140242098252584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31630] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31630/stat : 31630 (java) S 31620 31622 30487 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253680540 10060460032 50472 33554432000 1073741824 1073778376 140733797440912 140242097199784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31631] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31631/stat : 31631 (java) S 31620 31622 30487 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253680540 10060460032 50472 33554432000 1073741824 1073778376 140733797440912 140242096147496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31632] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31632/stat : 31632 (java) S 31620 31622 30487 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253680540 10060460032 50472 33554432000 1073741824 1073778376 140733797440912 140242095094696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31622/tid=31633] ppid=31620 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/31622/task/31633/stat : 31633 (java) R 31620 31622 30487 0 -1 4202560 36 0 0 0 11 0 0 0 20 0 22 0 253680542 10060460032 50472 33554432000 1073741824 1073778376 140733797440912 140241964852336 140242147826118 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=31622/tid=31634] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31634/stat : 31634 (java) S 31620 31622 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253680542 10060460032 50472 33554432000 1073741824 1073778376 140733797440912 140241963799544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31635] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31635/stat : 31635 (java) S 31620 31622 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253680542 10060460032 50472 33554432000 1073741824 1073778376 140733797440912 140241962747144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31636] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31636/stat : 31636 (java) S 31620 31622 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253680544 10060460032 50472 33554432000 1073741824 1073778376 140733797440912 140241961695632 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31637] ppid=31620 vsize=9824668 CPUtime=0.92 cores=0,2,4,6
/proc/31622/task/31637/stat : 31637 (java) S 31620 31622 30487 0 -1 4202560 10029 0 0 0 90 2 0 0 20 0 22 0 253680544 10060460032 50472 33554432000 1073741824 1073778376 140733797440912 140241960643256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31638] ppid=31620 vsize=9824668 CPUtime=0.92 cores=0,2,4,6
/proc/31622/task/31638/stat : 31638 (java) S 31620 31622 30487 0 -1 4202560 8575 0 0 0 90 2 0 0 20 0 22 0 253680544 10060460032 50472 33554432000 1073741824 1073778376 140733797440912 140241959590456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31639] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31639/stat : 31639 (java) S 31620 31622 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253680545 10060460032 50472 33554432000 1073741824 1073778376 140733797440912 140241958538360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31640] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31640/stat : 31640 (java) S 31620 31622 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253680545 10060460032 50472 33554432000 1073741824 1073778376 140733797440912 140240949865672 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31641] ppid=31620 vsize=9824668 CPUtime=2.76 cores=0,2,4,6
/proc/31622/task/31641/stat : 31641 (java) S 31620 31622 30487 0 -1 4202560 53 0 0 0 276 0 0 0 20 0 22 0 253680552 10060460032 50472 33554432000 1073741824 1073778376 140733797440912 140240948810040 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31642] ppid=31620 vsize=9824668 CPUtime=2.77 cores=0,2,4,6
/proc/31622/task/31642/stat : 31642 (java) S 31620 31622 30487 0 -1 4202560 132 0 0 0 275 2 0 0 20 0 22 0 253680552 10060460032 50472 33554432000 1073741824 1073778376 140733797440912 140240947755336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31643] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31643/stat : 31643 (java) S 31620 31622 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253680552 10060460032 50472 33554432000 1073741824 1073778376 140733797440912 140240946705576 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31622/tid=31644] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31644/stat : 31644 (java) S 31620 31622 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253680552 10060460032 50472 33554432000 1073741824 1073778376 140733797440912 140240945652776 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 9824668

[startup+6.30081 s]
/proc/loadavg: 3.98 3.93 3.76 5/219 31644
/proc/meminfo: memFree=25974172/32873648 swapFree=7104/7104
[pid=31622] ppid=31620 vsize=9824668 CPUtime=14.02 cores=0,2,4,6
/proc/31622/stat : 31622 (java) S 31620 31622 30487 0 -1 4202496 22660 0 1 0 1393 9 0 0 20 0 22 0 253680537 10060460032 53415 33554432000 1073741824 1073778376 140733797440912 140733797432048 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/31622/statm: 2456167 53415 2273 9 0 2446860 0
[pid=31622/tid=31624] ppid=31620 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/31622/task/31624/stat : 31624 (java) S 31620 31622 30487 0 -1 4202560 2442 0 1 0 10 0 0 0 20 0 22 0 253680539 10060460032 53415 33554432000 1073741824 1073778376 140733797440912 140242140972024 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31625] ppid=31620 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/31622/task/31625/stat : 31625 (java) S 31620 31622 30487 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 22 0 253680540 10060460032 53415 33554432000 1073741824 1073778376 140733797440912 140242102462760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31626] ppid=31620 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/31622/task/31626/stat : 31626 (java) S 31620 31622 30487 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 253680540 10060460032 53415 33554432000 1073741824 1073778376 140733797440912 140242101409960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31627] ppid=31620 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/31622/task/31627/stat : 31627 (java) S 31620 31622 30487 0 -1 4202560 29 0 0 0 1 0 0 0 20 0 22 0 253680540 10060460032 53415 33554432000 1073741824 1073778376 140733797440912 140242100357672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31628] ppid=31620 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/31622/task/31628/stat : 31628 (java) S 31620 31622 30487 0 -1 4202560 29 0 0 0 1 0 0 0 20 0 22 0 253680540 10060460032 53415 33554432000 1073741824 1073778376 140733797440912 140242099304872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31629] ppid=31620 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/31622/task/31629/stat : 31629 (java) S 31620 31622 30487 0 -1 4202560 27 0 0 0 1 0 0 0 20 0 22 0 253680540 10060460032 53415 33554432000 1073741824 1073778376 140733797440912 140242098252584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31630] ppid=31620 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/31622/task/31630/stat : 31630 (java) S 31620 31622 30487 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253680540 10060460032 53415 33554432000 1073741824 1073778376 140733797440912 140242097199784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31631] ppid=31620 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/31622/task/31631/stat : 31631 (java) S 31620 31622 30487 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 253680540 10060460032 53415 33554432000 1073741824 1073778376 140733797440912 140242096147496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31632] ppid=31620 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/31622/task/31632/stat : 31632 (java) S 31620 31622 30487 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 22 0 253680540 10060460032 53415 33554432000 1073741824 1073778376 140733797440912 140242095094696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31622/tid=31633] ppid=31620 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/31622/task/31633/stat : 31633 (java) S 31620 31622 30487 0 -1 4202560 42 0 0 0 27 1 0 0 20 0 22 0 253680542 10060460032 53415 33554432000 1073741824 1073778376 140733797440912 140241964853480 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31634] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31634/stat : 31634 (java) S 31620 31622 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253680542 10060460032 53415 33554432000 1073741824 1073778376 140733797440912 140241963799544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31635] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31635/stat : 31635 (java) S 31620 31622 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253680542 10060460032 53415 33554432000 1073741824 1073778376 140733797440912 140241962747144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31636] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31636/stat : 31636 (java) S 31620 31622 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253680544 10060460032 53415 33554432000 1073741824 1073778376 140733797440912 140241961695632 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31637] ppid=31620 vsize=9824668 CPUtime=0.92 cores=0,2,4,6
/proc/31622/task/31637/stat : 31637 (java) S 31620 31622 30487 0 -1 4202560 10029 0 0 0 90 2 0 0 20 0 22 0 253680544 10060460032 53415 33554432000 1073741824 1073778376 140733797440912 140241960643256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/31622/task/31631/stat : 31631 (java) S 31620 31622 30487 0 -1 4202560 288 0 0 0 46 3 0 0 20 0 22 0 253680540 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140242096147496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31632] ppid=31620 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/31622/task/31632/stat : 31632 (java) S 31620 31622 30487 0 -1 4202560 290 0 0 0 47 2 0 0 20 0 22 0 253680540 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140242095094696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31633] ppid=31620 vsize=9824668 CPUtime=5.26 cores=0,2,4,6
/proc/31622/task/31633/stat : 31633 (java) R 31620 31622 30487 0 -1 4202560 384 0 0 0 520 6 0 0 20 0 22 0 253680542 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140241964852456 140242143166544 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31634] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31634/stat : 31634 (java) S 31620 31622 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253680542 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140241963799544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31635] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31635/stat : 31635 (java) S 31620 31622 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253680542 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140241962747144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31636] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31636/stat : 31636 (java) S 31620 31622 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253680544 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140241961695632 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31637] ppid=31620 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/31622/task/31637/stat : 31637 (java) S 31620 31622 30487 0 -1 4202560 10037 0 0 0 102 2 0 0 20 0 22 0 253680544 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140241960643256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31638] ppid=31620 vsize=9824668 CPUtime=1.66 cores=0,2,4,6
/proc/31622/task/31638/stat : 31638 (java) S 31620 31622 30487 0 -1 4202560 14077 0 0 0 163 3 0 0 20 0 22 0 253680544 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140241959590456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31639] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31639/stat : 31639 (java) S 31620 31622 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253680545 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140241958538360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31640] ppid=31620 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/31622/task/31640/stat : 31640 (java) S 31620 31622 30487 0 -1 4202560 11 0 0 0 3 2 0 0 20 0 22 0 253680545 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140240949865672 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31641] ppid=31620 vsize=9824668 CPUtime=172.44 cores=0,2,4,6
/proc/31622/task/31641/stat : 31641 (java) S 31620 31622 30487 0 -1 4202560 110 0 0 0 17240 4 0 0 20 0 22 0 253680552 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140240948810056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31642] ppid=31620 vsize=9824668 CPUtime=172.44 cores=0,2,4,6
/proc/31622/task/31642/stat : 31642 (java) S 31620 31622 30487 0 -1 4202560 1539 0 0 0 17233 11 0 0 20 0 22 0 253680552 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140240947755352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31643] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31643/stat : 31643 (java) S 31620 31622 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253680552 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140240946705576 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31622/tid=31644] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31644/stat : 31644 (java) S 31620 31622 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253680552 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140240945652776 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 357.09
Current children cumulated vsize (KiB) 9824668

[startup+179.901 s]
/proc/loadavg: 3.99 3.94 3.79 4/219 31644
/proc/meminfo: memFree=25623324/32873648 swapFree=7104/7104
[pid=31622] ppid=31620 vsize=9824668 CPUtime=358.59 cores=0,2,4,6
/proc/31622/stat : 31622 (java) S 31620 31622 30487 0 -1 4202496 31662 0 1 0 35819 40 0 0 20 0 22 0 253680537 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140733797432048 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/31622/statm: 2456167 112155 2274 9 0 2446860 0
[pid=31622/tid=31624] ppid=31620 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/31622/task/31624/stat : 31624 (java) S 31620 31622 30487 0 -1 4202560 2452 0 1 0 11 0 0 0 20 0 22 0 253680539 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140242140972024 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31625] ppid=31620 vsize=9824668 CPUtime=0.51 cores=0,2,4,6
/proc/31622/task/31625/stat : 31625 (java) S 31620 31622 30487 0 -1 4202560 165 0 0 0 49 2 0 0 20 0 22 0 253680540 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140242102462760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31622/tid=31626] ppid=31620 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/31622/task/31626/stat : 31626 (java) S 31620 31622 30487 0 -1 4202560 146 0 0 0 47 2 0 0 20 0 22 0 253680540 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140242101409960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31627] ppid=31620 vsize=9824668 CPUtime=0.53 cores=0,2,4,6
/proc/31622/task/31627/stat : 31627 (java) S 31620 31622 30487 0 -1 4202560 323 0 0 0 49 4 0 0 20 0 22 0 253680540 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140242100357672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31628] ppid=31620 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/31622/task/31628/stat : 31628 (java) S 31620 31622 30487 0 -1 4202560 163 0 0 0 48 2 0 0 20 0 22 0 253680540 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140242099304872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31622/tid=31629] ppid=31620 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/31622/task/31629/stat : 31629 (java) S 31620 31622 30487 0 -1 4202560 340 0 0 0 47 3 0 0 20 0 22 0 253680540 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140242098252584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31630] ppid=31620 vsize=9824668 CPUtime=0.48 cores=0,2,4,6
/proc/31622/task/31630/stat : 31630 (java) S 31620 31622 30487 0 -1 4202560 149 0 0 0 46 2 0 0 20 0 22 0 253680540 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140242097199784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31631] ppid=31620 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/31622/task/31631/stat : 31631 (java) S 31620 31622 30487 0 -1 4202560 288 0 0 0 46 3 0 0 20 0 22 0 253680540 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140242096147496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31632] ppid=31620 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/31622/task/31632/stat : 31632 (java) S 31620 31622 30487 0 -1 4202560 290 0 0 0 47 2 0 0 20 0 22 0 253680540 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140242095094696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31633] ppid=31620 vsize=9824668 CPUtime=5.37 cores=0,2,4,6
/proc/31622/task/31633/stat : 31633 (java) S 31620 31622 30487 0 -1 4202560 384 0 0 0 531 6 0 0 20 0 22 0 253680542 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140241964853480 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31622/tid=31634] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31634/stat : 31634 (java) S 31620 31622 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253680542 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140241963799544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31635] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31635/stat : 31635 (java) S 31620 31622 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253680542 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140241962747144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31636] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31636/stat : 31636 (java) S 31620 31622 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253680544 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140241961695632 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31637] ppid=31620 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/31622/task/31637/stat : 31637 (java) S 31620 31622 30487 0 -1 4202560 10037 0 0 0 102 2 0 0 20 0 22 0 253680544 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140241960643256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31638] ppid=31620 vsize=9824668 CPUtime=1.66 cores=0,2,4,6
/proc/31622/task/31638/stat : 31638 (java) S 31620 31622 30487 0 -1 4202560 14077 0 0 0 163 3 0 0 20 0 22 0 253680544 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140241959590456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31639] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31639/stat : 31639 (java) S 31620 31622 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253680545 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140241958538360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31640] ppid=31620 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/31622/task/31640/stat : 31640 (java) S 31620 31622 30487 0 -1 4202560 11 0 0 0 3 2 0 0 20 0 22 0 253680545 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140240949865672 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31641] ppid=31620 vsize=9824668 CPUtime=173.14 cores=0,2,4,6
/proc/31622/task/31641/stat : 31641 (java) R 31620 31622 30487 0 -1 4202560 110 0 0 0 17310 4 0 0 20 0 22 0 253680552 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140240948809936 140241973881273 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31642] ppid=31620 vsize=9824668 CPUtime=173.13 cores=0,2,4,6
/proc/31622/task/31642/stat : 31642 (java) R 31620 31622 30487 0 -1 4202560 1540 0 0 0 17302 11 0 0 20 0 22 0 253680552 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140240947755232 140241973830202 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31643] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31643/stat : 31643 (java) S 31620 31622 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253680552 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140240946705576 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31622/tid=31644] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31644/stat : 31644 (java) S 31620 31622 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253680552 10060460032 112155 33554432000 1073741824 1073778376 140733797440912 140240945652776 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 358.59
Current children cumulated vsize (KiB) 9824668

[startup+180.301 s]
/proc/loadavg: 3.99 3.94 3.79 3/216 31644
/proc/meminfo: memFree=25623448/32873648 swapFree=7104/7104
[pid=31622] ppid=31620 vsize=9824668 CPUtime=359.17 cores=0,2,4,6
/proc/31622/stat : 31622 (java) S 31620 31622 30487 0 -1 4202496 31664 0 1 0 35869 48 0 0 20 0 19 0 253680537 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140733797432048 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/31622/statm: 2456167 112140 2275 9 0 2446860 0
[pid=31622/tid=31624] ppid=31620 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/31622/task/31624/stat : 31624 (java) S 31620 31622 30487 0 -1 4202560 2452 0 1 0 11 0 0 0 20 0 19 0 253680539 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140242140972024 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31625] ppid=31620 vsize=9824668 CPUtime=0.51 cores=0,2,4,6
/proc/31622/task/31625/stat : 31625 (java) S 31620 31622 30487 0 -1 4202560 165 0 0 0 49 2 0 0 20 0 19 0 253680540 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140242102462760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31622/tid=31626] ppid=31620 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/31622/task/31626/stat : 31626 (java) S 31620 31622 30487 0 -1 4202560 146 0 0 0 47 2 0 0 20 0 19 0 253680540 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140242101409960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31627] ppid=31620 vsize=9824668 CPUtime=0.53 cores=0,2,4,6
/proc/31622/task/31627/stat : 31627 (java) S 31620 31622 30487 0 -1 4202560 323 0 0 0 49 4 0 0 20 0 19 0 253680540 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140242100357672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31628] ppid=31620 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/31622/task/31628/stat : 31628 (java) S 31620 31622 30487 0 -1 4202560 163 0 0 0 48 2 0 0 20 0 19 0 253680540 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140242099304872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31622/tid=31629] ppid=31620 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/31622/task/31629/stat : 31629 (java) S 31620 31622 30487 0 -1 4202560 340 0 0 0 47 3 0 0 20 0 19 0 253680540 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140242098252584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31630] ppid=31620 vsize=9824668 CPUtime=0.48 cores=0,2,4,6
/proc/31622/task/31630/stat : 31630 (java) S 31620 31622 30487 0 -1 4202560 149 0 0 0 46 2 0 0 20 0 19 0 253680540 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140242097199784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31631] ppid=31620 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/31622/task/31631/stat : 31631 (java) S 31620 31622 30487 0 -1 4202560 288 0 0 0 46 3 0 0 20 0 19 0 253680540 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140242096147496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31632] ppid=31620 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/31622/task/31632/stat : 31632 (java) S 31620 31622 30487 0 -1 4202560 290 0 0 0 47 2 0 0 20 0 19 0 253680540 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140242095094696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31633] ppid=31620 vsize=9824668 CPUtime=5.37 cores=0,2,4,6
/proc/31622/task/31633/stat : 31633 (java) S 31620 31622 30487 0 -1 4202560 384 0 0 0 531 6 0 0 20 0 19 0 253680542 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140241964853480 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31634] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31634/stat : 31634 (java) S 31620 31622 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253680542 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140241963799544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31635] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31635/stat : 31635 (java) S 31620 31622 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253680542 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140241962747144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31636] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31636/stat : 31636 (java) S 31620 31622 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253680544 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140241961695632 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31637] ppid=31620 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/31622/task/31637/stat : 31637 (java) S 31620 31622 30487 0 -1 4202560 10037 0 0 0 102 2 0 0 20 0 19 0 253680544 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140241960643256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31638] ppid=31620 vsize=9824668 CPUtime=1.66 cores=0,2,4,6
/proc/31622/task/31638/stat : 31638 (java) S 31620 31622 30487 0 -1 4202560 14077 0 0 0 163 3 0 0 20 0 19 0 253680544 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140241959590456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31639] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31639/stat : 31639 (java) S 31620 31622 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253680545 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140241958538360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31640] ppid=31620 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/31622/task/31640/stat : 31640 (java) S 31620 31622 30487 0 -1 4202560 11 0 0 0 3 2 0 0 20 0 19 0 253680545 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140240949865672 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31644] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31644/stat : 31644 (java) S 31620 31622 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253680552 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140240945652776 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 359.17
Current children cumulated vsize (KiB) 9824668

[startup+180.407 s]
/proc/loadavg: 3.99 3.94 3.79 3/216 31644
/proc/meminfo: memFree=25623448/32873648 swapFree=7104/7104
[pid=31622] ppid=31620 vsize=9824668 CPUtime=359.17 cores=0,2,4,6
/proc/31622/stat : 31622 (java) S 31620 31622 30487 0 -1 4202496 31664 0 1 0 35869 48 0 0 20 0 19 0 253680537 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140733797432048 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 1 0 0
/proc/31622/statm: 2456167 112140 2275 9 0 2446860 0
[pid=31622/tid=31624] ppid=31620 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/31622/task/31624/stat : 31624 (java) S 31620 31622 30487 0 -1 4202560 2452 0 1 0 11 0 0 0 20 0 19 0 253680539 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140242140972024 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31625] ppid=31620 vsize=9824668 CPUtime=0.51 cores=0,2,4,6
/proc/31622/task/31625/stat : 31625 (java) S 31620 31622 30487 0 -1 4202560 165 0 0 0 49 2 0 0 20 0 19 0 253680540 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140242102462760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31622/tid=31626] ppid=31620 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/31622/task/31626/stat : 31626 (java) S 31620 31622 30487 0 -1 4202560 146 0 0 0 47 2 0 0 20 0 19 0 253680540 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140242101409960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31627] ppid=31620 vsize=9824668 CPUtime=0.53 cores=0,2,4,6
/proc/31622/task/31627/stat : 31627 (java) S 31620 31622 30487 0 -1 4202560 323 0 0 0 49 4 0 0 20 0 19 0 253680540 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140242100357672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31628] ppid=31620 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/31622/task/31628/stat : 31628 (java) S 31620 31622 30487 0 -1 4202560 163 0 0 0 48 2 0 0 20 0 19 0 253680540 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140242099304872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31622/tid=31629] ppid=31620 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/31622/task/31629/stat : 31629 (java) S 31620 31622 30487 0 -1 4202560 340 0 0 0 47 3 0 0 20 0 19 0 253680540 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140242098252584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31630] ppid=31620 vsize=9824668 CPUtime=0.48 cores=0,2,4,6
/proc/31622/task/31630/stat : 31630 (java) S 31620 31622 30487 0 -1 4202560 149 0 0 0 46 2 0 0 20 0 19 0 253680540 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140242097199784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31631] ppid=31620 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/31622/task/31631/stat : 31631 (java) S 31620 31622 30487 0 -1 4202560 288 0 0 0 46 3 0 0 20 0 19 0 253680540 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140242096147496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31632] ppid=31620 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/31622/task/31632/stat : 31632 (java) S 31620 31622 30487 0 -1 4202560 290 0 0 0 47 2 0 0 20 0 19 0 253680540 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140242095094696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31633] ppid=31620 vsize=9824668 CPUtime=5.37 cores=0,2,4,6
/proc/31622/task/31633/stat : 31633 (java) S 31620 31622 30487 0 -1 4202560 384 0 0 0 531 6 0 0 20 0 19 0 253680542 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140241964853480 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31634] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31634/stat : 31634 (java) S 31620 31622 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253680542 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140241963799544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31635] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31635/stat : 31635 (java) S 31620 31622 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253680542 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140241962747144 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31636] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31636/stat : 31636 (java) S 31620 31622 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253680544 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140241961695632 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31637] ppid=31620 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/31622/task/31637/stat : 31637 (java) S 31620 31622 30487 0 -1 4202560 10037 0 0 0 102 2 0 0 20 0 19 0 253680544 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140241960643256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31622/tid=31638] ppid=31620 vsize=9824668 CPUtime=1.66 cores=0,2,4,6
/proc/31622/task/31638/stat : 31638 (java) S 31620 31622 30487 0 -1 4202560 14077 0 0 0 163 3 0 0 20 0 19 0 253680544 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140241959590456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31639] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31639/stat : 31639 (java) S 31620 31622 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253680545 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140241958538360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31622/tid=31640] ppid=31620 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/31622/task/31640/stat : 31640 (java) S 31620 31622 30487 0 -1 4202560 11 0 0 0 3 2 0 0 20 0 19 0 253680545 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140240949865672 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31622/tid=31644] ppid=31620 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31622/task/31644/stat : 31644 (java) S 31620 31622 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253680552 10060460032 112140 33554432000 1073741824 1073778376 140733797440912 140240945652776 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 359.17
Current children cumulated vsize (KiB) 9824668

Child status: 10
Real time (s): 180.466
CPU time (s): 359.379
CPU user time (s): 358.737
CPU system time (s): 0.641902
CPU usage (%): 199.14
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 358.737
system time used= 0.641902
maximum resident set size= 781568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31680
page faults= 1
swaps= 0
block input operations= 0
block output operations= 256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7429
involuntary context switches= 9236

runsolver used 0.781881 second user time and 1.76073 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-24 18:05:51
IDJOB=3687988
IDBENCH=2560
IDSOLVER=2268
FILE ID=node127/3687988-1337875551
RUNJOBID= node127-1337871880-30503
PBS_JOBID= 14620077
Free space on /tmp= 71672 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687988-1337875551/watcher-3687988-1337875551 -o /tmp/evaluation-result-3687988-1337875551/solver-3687988-1337875551 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687988-1337875551.opb

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

MD5SUM BENCH= 2f67579afe346c848695d45b6181b1eb
RANDOM SEED=511769592

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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	: 5332.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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		: 2666.348
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:       32873648 kB
MemFree:        26176572 kB
Buffers:          233212 kB
Cached:          2363640 kB
SwapCached:            0 kB
Active:          3717348 kB
Inactive:        2199212 kB
Active(anon):    3322160 kB
Inactive(anon):        0 kB
Active(file):     395188 kB
Inactive(file):  2199212 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               456 kB
Writeback:             0 kB
AnonPages:       3326192 kB
Mapped:            22576 kB
Shmem:               200 kB
Slab:             637796 kB
SReclaimable:      82204 kB
SUnreclaim:       555592 kB
KernelStack:        1624 kB
PageTables:        10664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3929812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3260416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71672 MiB
End job on node127 at 2012-05-24 18:08:51