Trace number 3710811

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
SAT4J PB specific settings 2.3.2 snapshotUNSAT 196.78 194.94

General information on the benchmark

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

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710811-1338153798.opb
0.09/0.12	c reading problem ... 
0.09/0.14	c ... done. Wall clock time 0.019s.
0.09/0.14	c declared #vars     31
0.09/0.14	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.66/0.41	c cleaning 2501 clauses out of 5002 with flag 5002/5002
0.94/0.64	c cleaning 4250 clauses out of 8499 with flag 11000/11000
1.17/0.88	c cleaning 5625 clauses out of 11249 with flag 18000/18000
1.58/1.22	c cleaning 6814 clauses out of 13627 with flag 26003/26003
2.02/1.65	c cleaning 7903 clauses out of 15810 with flag 35000/35000
2.53/2.16	c cleaning 8952 clauses out of 17908 with flag 45001/45001
3.16/2.71	c cleaning 9979 clauses out of 19957 with flag 56002/56002
3.77/3.32	c cleaning 10990 clauses out of 21979 with flag 68003/68003
4.47/4.10	c cleaning 11994 clauses out of 23988 with flag 81002/81002
5.28/4.88	c cleaning 12993 clauses out of 25993 with flag 95001/95001
6.00/5.59	c cleaning 13997 clauses out of 27999 with flag 110000/110000
6.90/6.50	c cleaning 14998 clauses out of 30003 with flag 126001/126001
7.90/7.45	c cleaning 16000 clauses out of 32004 with flag 143000/143000
9.01/8.53	c cleaning 17002 clauses out of 34006 with flag 161002/161002
10.11/9.65	c cleaning 18000 clauses out of 36002 with flag 180000/180000
11.44/10.96	c cleaning 18998 clauses out of 38002 with flag 200000/200000
13.04/12.55	c cleaning 19997 clauses out of 40004 with flag 221000/221000
14.44/13.96	c cleaning 21005 clauses out of 42009 with flag 243002/243002
16.35/15.82	c cleaning 22001 clauses out of 44002 with flag 266000/266000
18.16/17.68	c cleaning 22999 clauses out of 46003 with flag 290002/290002
19.86/19.34	c cleaning 24003 clauses out of 48005 with flag 315003/315003
21.76/21.27	c cleaning 24999 clauses out of 50000 with flag 341001/341001
23.99/23.45	c cleaning 25999 clauses out of 52002 with flag 368002/368002
26.61/26.05	c cleaning 27000 clauses out of 54001 with flag 396000/396000
29.14/28.58	c cleaning 28000 clauses out of 56001 with flag 425000/425000
31.95/31.31	c cleaning 29000 clauses out of 58001 with flag 455000/455000
34.86/34.20	c cleaning 30000 clauses out of 60002 with flag 486001/486001
37.97/37.37	c cleaning 31001 clauses out of 62002 with flag 518001/518001
40.77/40.15	c cleaning 32001 clauses out of 64004 with flag 551004/551004
44.09/43.46	c cleaning 32999 clauses out of 66000 with flag 585001/585001
47.81/47.14	c cleaning 34001 clauses out of 68002 with flag 620002/620002
51.22/50.57	c cleaning 35000 clauses out of 69999 with flag 656000/656000
54.82/54.16	c cleaning 35994 clauses out of 72000 with flag 693001/693001
58.72/58.08	c cleaning 37002 clauses out of 74007 with flag 731002/731002
64.04/63.32	c cleaning 38001 clauses out of 76003 with flag 770000/770000
68.76/68.03	c cleaning 38999 clauses out of 78002 with flag 810000/810000
73.78/73.00	c cleaning 40000 clauses out of 80003 with flag 851000/851000
79.88/79.12	c cleaning 41003 clauses out of 82006 with flag 893003/893003
85.19/84.46	c cleaning 41997 clauses out of 84000 with flag 936000/936000
90.41/89.66	c cleaning 42996 clauses out of 86003 with flag 980000/980000
96.73/95.91	c cleaning 43999 clauses out of 88007 with flag 1025000/1025000
102.85/102.01	c cleaning 45006 clauses out of 90012 with flag 1071004/1071004
109.08/108.28	c cleaning 46002 clauses out of 92005 with flag 1118003/1118003
116.80/115.93	c cleaning 47001 clauses out of 94001 with flag 1166001/1166001
124.17/122.92	c cleaning 47995 clauses out of 96000 with flag 1215001/1215001
131.49/130.26	c cleaning 49002 clauses out of 98004 with flag 1265000/1265000
139.69/138.49	c cleaning 49993 clauses out of 100002 with flag 1316000/1316000
149.24/147.53	c cleaning 51001 clauses out of 102011 with flag 1368002/1368002
157.08/155.39	c cleaning 52001 clauses out of 104009 with flag 1421001/1421001
165.18/163.45	c cleaning 53004 clauses out of 106007 with flag 1475000/1475000
175.79/174.03	c cleaning 53999 clauses out of 108003 with flag 1530000/1530000
185.42/183.63	c cleaning 55000 clauses out of 110004 with flag 1586000/1586000
194.83/193.01	c cleaning 43159 clauses out of 86318 with flag 1643000/1643000
196.78/194.92	c starts		: 208
196.78/194.92	c conflicts		: 1667470
196.78/194.92	c decisions		: 1682733
196.78/194.92	c propagations		: 11248993
196.78/194.92	c inspects		: 3021391024
196.78/194.92	c shortcuts		: 0
196.78/194.92	c learnt literals	: 14
196.78/194.92	c learnt binary clauses	: 80
196.78/194.92	c learnt ternary clauses	: 419
196.78/194.92	c learnt constraints	: 1667455
196.78/194.92	c ignored constraints	: 0
196.78/194.92	c root simplifications	: 221
196.78/194.92	c removed literals (reason simplification)	: 12315377
196.78/194.92	c reason swapping (by a shorter reason)	: 0
196.78/194.92	c Calls to reduceDB	: 53
196.78/194.92	c number of reductions to clauses (during analyze)	: 0
196.78/194.92	c number of learned constraints concerned by reduction	: 0
196.78/194.92	c number of learning phase by resolution	: 0
196.78/194.92	c number of learning phase by cutting planes	: 0
196.78/194.92	c speed (assignments/second)	: 57751.707036584485
196.78/194.92	c non guided choices	13
196.78/194.92	c learnt constraints type 
196.78/194.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
196.78/194.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2
196.78/194.92	c constraints type 
196.78/194.92	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
196.78/194.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
196.78/194.92	c 9 constraints processed.
196.78/194.92	s UNSATISFIABLE
196.78/194.92	c Total wall clock time (in seconds): 194.805

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-3710811-1338153798/watcher-3710811-1338153798 -o /tmp/evaluation-result-3710811-1338153798/solver-3710811-1338153798 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710811-1338153798.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: 1.99 2.00 2.00 3/194 5616
/proc/meminfo: memFree=31459164/32873648 swapFree=7116/7116
[pid=5616] ppid=5614 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/5616/stat : 5616 (java) D 5614 5616 31461 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 281505257 9515008 182 33554432000 1073741824 1073778376 140735729711824 140735729702856 260190322357 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/5616/statm: 2323 182 140 9 0 71 0

[startup+0.0354801 s]
/proc/loadavg: 1.99 2.00 2.00 3/194 5616
/proc/meminfo: memFree=31459164/32873648 swapFree=7116/7116
[pid=5616] ppid=5614 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/5616/stat : 5616 (java) S 5614 5616 31461 0 -1 4202496 2926 0 1 0 1 0 0 0 20 0 11 0 281505257 9310650368 3625 33554432000 1073741824 1073778376 140737060393536 140737060384672 260193681469 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5616/statm: 2273108 3625 1650 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100244 s]
/proc/loadavg: 1.99 2.00 2.00 3/194 5616
/proc/meminfo: memFree=31459164/32873648 swapFree=7116/7116
[pid=5616] ppid=5614 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/5616/stat : 5616 (java) S 5614 5616 31461 0 -1 4202496 4298 0 1 0 8 1 0 0 20 0 18 0 281505257 9787842560 6016 33554432000 1073741824 1073778376 140737060393536 140737060384672 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5616/statm: 2389610 6016 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300155 s]
/proc/loadavg: 1.99 2.00 2.00 3/194 5616
/proc/meminfo: memFree=31459164/32873648 swapFree=7116/7116
[pid=5616] ppid=5614 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/5616/stat : 5616 (java) S 5614 5616 31461 0 -1 4202496 6938 0 1 0 53 2 0 0 20 0 19 0 281505257 9856004096 8082 33554432000 1073741824 1073778376 140737060393536 140737060384672 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5616/statm: 2406251 8082 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625004

[startup+0.700169 s]
/proc/loadavg: 1.99 2.00 2.00 3/194 5616
/proc/meminfo: memFree=31459164/32873648 swapFree=7116/7116
[pid=5616] ppid=5614 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/5616/stat : 5616 (java) S 5614 5616 31461 0 -1 4202496 7467 0 1 0 104 2 0 0 20 0 19 0 281505257 9856004096 10205 33554432000 1073741824 1073778376 140737060393536 140737060384672 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5616/statm: 2406251 10205 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625004

[startup+1.50052 s]
/proc/loadavg: 1.99 2.00 2.00 3/213 5635
/proc/meminfo: memFree=31426240/32873648 swapFree=7116/7116
[pid=5616] ppid=5614 vsize=9625004 CPUtime=1.92 cores=0,2,4,6
/proc/5616/stat : 5616 (java) S 5614 5616 31461 0 -1 4202496 7489 0 1 0 190 2 0 0 20 0 19 0 281505257 9856004096 10735 33554432000 1073741824 1073778376 140737060393536 140737060384672 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5616/statm: 2406251 10735 2274 9 0 2396937 0
[pid=5616/tid=5618] ppid=5614 vsize=9625004 CPUtime=1.42 cores=0,2,4,6
/proc/5616/task/5618/stat : 5618 (java) R 5614 5616 31461 0 -1 4202560 2512 0 1 0 141 1 0 0 20 0 19 0 281505258 9856004096 10735 33554432000 1073741824 1073778376 140737060393536 140581166858544 140581007755953 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5616/tid=5619] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5619/stat : 5619 (java) S 5614 5616 31461 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 10735 33554432000 1073741824 1073778376 140737060393536 140581128350760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5620] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5620/stat : 5620 (java) S 5614 5616 31461 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 10735 33554432000 1073741824 1073778376 140737060393536 140581127297960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5621] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5621/stat : 5621 (java) S 5614 5616 31461 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 10735 33554432000 1073741824 1073778376 140737060393536 140581126245160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5616/tid=5622] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5622/stat : 5622 (java) S 5614 5616 31461 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 10735 33554432000 1073741824 1073778376 140737060393536 140581007256232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5623] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5623/stat : 5623 (java) S 5614 5616 31461 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 10735 33554432000 1073741824 1073778376 140737060393536 140581006203432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5616/tid=5624] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5624/stat : 5624 (java) S 5614 5616 31461 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 10735 33554432000 1073741824 1073778376 140737060393536 140581005150632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5625] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5625/stat : 5625 (java) S 5614 5616 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 10735 33554432000 1073741824 1073778376 140737060393536 140581004097832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5626] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5626/stat : 5626 (java) S 5614 5616 31461 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 10735 33554432000 1073741824 1073778376 140737060393536 140581003045032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5627] ppid=5614 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/5616/task/5627/stat : 5627 (java) S 5614 5616 31461 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 19 0 281505260 9856004096 10735 33554432000 1073741824 1073778376 140737060393536 140580520717288 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5616/tid=5628] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5628/stat : 5628 (java) S 5614 5616 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281505260 9856004096 10735 33554432000 1073741824 1073778376 140737060393536 140580519663352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5629] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5629/stat : 5629 (java) S 5614 5616 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281505260 9856004096 10735 33554432000 1073741824 1073778376 140737060393536 140580518610440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5630] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5630/stat : 5630 (java) S 5614 5616 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281505263 9856004096 10735 33554432000 1073741824 1073778376 140737060393536 140580517558928 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5631] ppid=5614 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/5616/task/5631/stat : 5631 (java) S 5614 5616 31461 0 -1 4202560 1036 0 0 0 16 0 0 0 20 0 19 0 281505263 9856004096 10735 33554432000 1073741824 1073778376 140737060393536 140580516506040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5632] ppid=5614 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/5616/task/5632/stat : 5632 (java) S 5614 5616 31461 0 -1 4202560 2685 0 0 0 24 0 0 0 20 0 19 0 281505263 9856004096 10735 33554432000 1073741824 1073778376 140737060393536 140580515453240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5633] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5633/stat : 5633 (java) S 5614 5616 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281505263 9856004096 10735 33554432000 1073741824 1073778376 140737060393536 140580514400632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5634] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5634/stat : 5634 (java) S 5614 5616 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281505263 9856004096 10735 33554432000 1073741824 1073778376 140737060393536 140580513348040 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5635] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5635/stat : 5635 (java) S 5614 5616 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281505271 9856004096 10735 33554432000 1073741824 1073778376 140737060393536 140580512294568 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625004

[startup+3.10059 s]
/proc/loadavg: 1.99 2.00 2.00 3/213 5635
/proc/meminfo: memFree=31421400/32873648 swapFree=7116/7116
[pid=5616] ppid=5614 vsize=9625004 CPUtime=3.56 cores=0,2,4,6
/proc/5616/stat : 5616 (java) S 5614 5616 31461 0 -1 4202496 7506 0 1 0 354 2 0 0 20 0 19 0 281505257 9856004096 11260 33554432000 1073741824 1073778376 140737060393536 140737060384672 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5616/statm: 2406251 11260 2274 9 0 2396937 0
[pid=5616/tid=5618] ppid=5614 vsize=9625004 CPUtime=2.98 cores=0,2,4,6
/proc/5616/task/5618/stat : 5618 (java) R 5614 5616 31461 0 -1 4202560 2515 0 1 0 297 1 0 0 20 0 19 0 281505258 9856004096 11260 33554432000 1073741824 1073778376 140737060393536 140581166858664 140581007679550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5616/tid=5619] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5619/stat : 5619 (java) S 5614 5616 31461 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 11260 33554432000 1073741824 1073778376 140737060393536 140581128350760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5620] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5620/stat : 5620 (java) S 5614 5616 31461 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 11260 33554432000 1073741824 1073778376 140737060393536 140581127297960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5621] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5621/stat : 5621 (java) S 5614 5616 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 11260 33554432000 1073741824 1073778376 140737060393536 140581126245160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5616/tid=5622] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5622/stat : 5622 (java) S 5614 5616 31461 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 11260 33554432000 1073741824 1073778376 140737060393536 140581007256232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5623] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5623/stat : 5623 (java) S 5614 5616 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 11260 33554432000 1073741824 1073778376 140737060393536 140581006203432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5616/tid=5624] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5624/stat : 5624 (java) S 5614 5616 31461 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 11260 33554432000 1073741824 1073778376 140737060393536 140581005150632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5625] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5625/stat : 5625 (java) S 5614 5616 31461 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 11260 33554432000 1073741824 1073778376 140737060393536 140581004097832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5626] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5626/stat : 5626 (java) S 5614 5616 31461 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 11260 33554432000 1073741824 1073778376 140737060393536 140581003045032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5627] ppid=5614 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/5616/task/5627/stat : 5627 (java) S 5614 5616 31461 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 19 0 281505260 9856004096 11260 33554432000 1073741824 1073778376 140737060393536 140580520717288 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5616/tid=5628] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5628/stat : 5628 (java) S 5614 5616 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281505260 9856004096 11260 33554432000 1073741824 1073778376 140737060393536 140580519663352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5629] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5629/stat : 5629 (java) S 5614 5616 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281505260 9856004096 11260 33554432000 1073741824 1073778376 140737060393536 140580518610440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5630] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5630/stat : 5630 (java) S 5614 5616 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281505263 9856004096 11260 33554432000 1073741824 1073778376 140737060393536 140580517558928 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5631] ppid=5614 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/5616/task/5631/stat : 5631 (java) S 5614 5616 31461 0 -1 4202560 1036 0 0 0 16 0 0 0 20 0 19 0 281505263 9856004096 11260 33554432000 1073741824 1073778376 140737060393536 140580516506040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5632] ppid=5614 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/5616/task/5632/stat : 5632 (java) S 5614 5616 31461 0 -1 4202560 2685 0 0 0 27 0 0 0 20 0 19 0 281505263 9856004096 11260 33554432000 1073741824 1073778376 140737060393536 140580515453240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5633] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5633/stat : 5633 (java) S 5614 5616 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281505263 9856004096 11260 33554432000 1073741824 1073778376 140737060393536 140580514400632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5634] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5634/stat : 5634 (java) S 5614 5616 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281505263 9856004096 11260 33554432000 1073741824 1073778376 140737060393536 140580513348040 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5635] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5635/stat : 5635 (java) S 5614 5616 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281505271 9856004096 11260 33554432000 1073741824 1073778376 140737060393536 140580512294568 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625004

[startup+6.3006 s]
/proc/loadavg: 1.99 2.00 2.00 3/213 5635
/proc/meminfo: memFree=31420780/32873648 swapFree=7116/7116
[pid=5616] ppid=5614 vsize=9625004 CPUtime=6.8 cores=0,2,4,6
/proc/5616/stat : 5616 (java) S 5614 5616 31461 0 -1 4202496 7541 0 1 0 678 2 0 0 20 0 19 0 281505257 9856004096 11242 33554432000 1073741824 1073778376 140737060393536 140737060384672 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5616/statm: 2406251 11242 2274 9 0 2396937 0
[pid=5616/tid=5618] ppid=5614 vsize=9625004 CPUtime=6.11 cores=0,2,4,6
/proc/5616/task/5618/stat : 5618 (java) R 5614 5616 31461 0 -1 4202560 2520 0 1 0 610 1 0 0 20 0 19 0 281505258 9856004096 11242 33554432000 1073741824 1073778376 140737060393536 140581166858544 140581007755953 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=5616/tid=5619] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5619/stat : 5619 (java) S 5614 5616 31461 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 11242 33554432000 1073741824 1073778376 140737060393536 140581128350760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5620] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5620/stat : 5620 (java) S 5614 5616 31461 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 11242 33554432000 1073741824 1073778376 140737060393536 140581127297960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5616/tid=5621] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5621/stat : 5621 (java) S 5614 5616 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 11242 33554432000 1073741824 1073778376 140737060393536 140581126245160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5622] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5622/stat : 5622 (java) S 5614 5616 31461 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 11242 33554432000 1073741824 1073778376 140737060393536 140581007256232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5616/tid=5623] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5623/stat : 5623 (java) S 5614 5616 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 11242 33554432000 1073741824 1073778376 140737060393536 140581006203432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5616/tid=5624] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5624/stat : 5624 (java) S 5614 5616 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 11242 33554432000 1073741824 1073778376 140737060393536 140581005150632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5625] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5625/stat : 5625 (java) S 5614 5616 31461 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 11242 33554432000 1073741824 1073778376 140737060393536 140581004097832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5626] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5626/stat : 5626 (java) S 5614 5616 31461 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281505259 9856004096 11242 33554432000 1073741824 1073778376 140737060393536 140581003045032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5616/tid=5627] ppid=5614 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/5616/task/5627/stat : 5627 (java) S 5614 5616 31461 0 -1 4202560 31 0 0 0 9 0 0 0 20 0 19 0 281505260 9856004096 11242 33554432000 1073741824 1073778376 140737060393536 140580520717288 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5628] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5628/stat : 5628 (java) S 5614 5616 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281505260 9856004096 11242 33554432000 1073741824 1073778376 140737060393536 140580519663352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5629] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5629/stat : 5629 (java) S 5614 5616 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281505260 9856004096 11242 33554432000 1073741824 1073778376 140737060393536 140580518610440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5630] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5630/stat : 5630 (java) S 5614 5616 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281505263 9856004096 11242 33554432000 1073741824 1073778376 140737060393536 140580517558928 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5631] ppid=5614 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/5616/task/5631/stat : 5631 (java) S 5614 5616 31461 0 -1 4202560 1036 0 0 0 16 0 0 0 20 0 19 0 281505263 9856004096 11242 33554432000 1073741824 1073778376 140737060393536 140580516506040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5632] ppid=5614 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/5616/task/5632/stat : 5632 (java) S 5614 5616 31461 0 -1 4202560 2685 0 0 0 27 0 0 0 20 0 19 0 281505263 9856004096 11242 33554432000 1073741824 1073778376 140737060393536 140580515453240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5633] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5633/stat : 5633 (java) S 5614 5616 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281505263 9856004096 11242 33554432000 1073741824 1073778376 140737060393536 140580514400632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5634] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5634/stat : 5634 (java) S 5614 5616 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281505263 9856004096 11242 33554432000 1073741824 1073778376 140737060393536 140580513348040 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5635] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5635/stat : 5635 (java) S 5614 5616 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281505271 9856004096 11242 33554432000 1073741824 1073778376 140737060393536 140580512294568 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

/proc/5616/task/5626/stat : 5626 (java) S 5614 5616 31461 0 -1 4202560 29 0 0 0 8 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581003045032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5616/tid=5627] ppid=5614 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/5616/task/5627/stat : 5627 (java) S 5614 5616 31461 0 -1 4202560 45 0 0 0 86 0 0 0 20 0 19 0 281505260 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580520717288 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5616/tid=5628] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5628/stat : 5628 (java) S 5614 5616 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281505260 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580519663352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5629] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5629/stat : 5629 (java) S 5614 5616 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281505260 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580518610440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5630] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5630/stat : 5630 (java) S 5614 5616 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281505263 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580517558928 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5631] ppid=5614 vsize=9625004 CPUtime=0.95 cores=0,2,4,6
/proc/5616/task/5631/stat : 5631 (java) S 5614 5616 31461 0 -1 4202560 13219 0 0 0 93 2 0 0 20 0 19 0 281505263 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580516506040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5632] ppid=5614 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/5616/task/5632/stat : 5632 (java) S 5614 5616 31461 0 -1 4202560 2693 0 0 0 32 0 0 0 20 0 19 0 281505263 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580515453240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5616/tid=5633] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5633/stat : 5633 (java) S 5614 5616 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281505263 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580514400632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5634] ppid=5614 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/5616/task/5634/stat : 5634 (java) S 5614 5616 31461 0 -1 4202560 11 0 0 0 0 1 0 0 20 0 19 0 281505263 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580513348040 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5616/tid=5635] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5635/stat : 5635 (java) S 5614 5616 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281505271 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580512294568 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 195.34
Current children cumulated vsize (KiB) 9625004

[startup+194.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 5695
/proc/meminfo: memFree=31557748/32873648 swapFree=7116/7116
[pid=5616] ppid=5614 vsize=9625004 CPUtime=196.14 cores=0,2,4,6
/proc/5616/stat : 5616 (java) S 5614 5616 31461 0 -1 4202496 20227 0 1 0 19606 8 0 0 20 0 19 0 281505257 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140737060384672 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5616/statm: 2406251 18798 2274 9 0 2396937 0
[pid=5616/tid=5618] ppid=5614 vsize=9625004 CPUtime=192.63 cores=0,2,4,6
/proc/5616/task/5618/stat : 5618 (java) R 5614 5616 31461 0 -1 4202560 2572 0 1 0 19260 3 0 0 20 0 19 0 281505258 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581166858544 140581008025424 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5619] ppid=5614 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/5616/task/5619/stat : 5619 (java) S 5614 5616 31461 0 -1 4202560 67 0 0 0 8 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581128350760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5620] ppid=5614 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/5616/task/5620/stat : 5620 (java) S 5614 5616 31461 0 -1 4202560 74 0 0 0 9 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581127297960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5621] ppid=5614 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/5616/task/5621/stat : 5621 (java) S 5614 5616 31461 0 -1 4202560 44 0 0 0 9 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581126245160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5616/tid=5622] ppid=5614 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/5616/task/5622/stat : 5622 (java) S 5614 5616 31461 0 -1 4202560 66 0 0 0 10 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581007256232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5623] ppid=5614 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/5616/task/5623/stat : 5623 (java) S 5614 5616 31461 0 -1 4202560 105 0 0 0 9 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581006203432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5624] ppid=5614 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/5616/task/5624/stat : 5624 (java) S 5614 5616 31461 0 -1 4202560 52 0 0 0 8 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581005150632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5616/tid=5625] ppid=5614 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/5616/task/5625/stat : 5625 (java) S 5614 5616 31461 0 -1 4202560 69 0 0 0 8 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581004097832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5616/tid=5626] ppid=5614 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/5616/task/5626/stat : 5626 (java) S 5614 5616 31461 0 -1 4202560 29 0 0 0 8 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581003045032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5616/tid=5627] ppid=5614 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/5616/task/5627/stat : 5627 (java) S 5614 5616 31461 0 -1 4202560 45 0 0 0 86 0 0 0 20 0 19 0 281505260 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580520717288 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5616/tid=5628] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5628/stat : 5628 (java) S 5614 5616 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281505260 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580519663352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5629] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5629/stat : 5629 (java) S 5614 5616 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281505260 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580518610440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5630] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5630/stat : 5630 (java) S 5614 5616 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281505263 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580517558928 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5631] ppid=5614 vsize=9625004 CPUtime=0.95 cores=0,2,4,6
/proc/5616/task/5631/stat : 5631 (java) S 5614 5616 31461 0 -1 4202560 13219 0 0 0 93 2 0 0 20 0 19 0 281505263 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580516506040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5632] ppid=5614 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/5616/task/5632/stat : 5632 (java) S 5614 5616 31461 0 -1 4202560 2693 0 0 0 32 0 0 0 20 0 19 0 281505263 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580515453240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5616/tid=5633] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5633/stat : 5633 (java) S 5614 5616 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281505263 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580514400632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5634] ppid=5614 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/5616/task/5634/stat : 5634 (java) S 5614 5616 31461 0 -1 4202560 11 0 0 0 0 1 0 0 20 0 19 0 281505263 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580513348040 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5616/tid=5635] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5635/stat : 5635 (java) S 5614 5616 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281505271 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580512294568 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 196.14
Current children cumulated vsize (KiB) 9625004

[startup+194.707 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 5695
/proc/meminfo: memFree=31557748/32873648 swapFree=7116/7116
[pid=5616] ppid=5614 vsize=9625004 CPUtime=196.54 cores=0,2,4,6
/proc/5616/stat : 5616 (java) S 5614 5616 31461 0 -1 4202496 20227 0 1 0 19646 8 0 0 20 0 19 0 281505257 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140737060384672 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5616/statm: 2406251 18798 2274 9 0 2396937 0
[pid=5616/tid=5618] ppid=5614 vsize=9625004 CPUtime=193.03 cores=0,2,4,6
/proc/5616/task/5618/stat : 5618 (java) R 5614 5616 31461 0 -1 4202560 2572 0 1 0 19300 3 0 0 20 0 19 0 281505258 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581166858544 140581007685761 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5619] ppid=5614 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/5616/task/5619/stat : 5619 (java) S 5614 5616 31461 0 -1 4202560 67 0 0 0 8 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581128350760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5620] ppid=5614 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/5616/task/5620/stat : 5620 (java) S 5614 5616 31461 0 -1 4202560 74 0 0 0 9 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581127297960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5621] ppid=5614 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/5616/task/5621/stat : 5621 (java) S 5614 5616 31461 0 -1 4202560 44 0 0 0 9 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581126245160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5616/tid=5622] ppid=5614 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/5616/task/5622/stat : 5622 (java) S 5614 5616 31461 0 -1 4202560 66 0 0 0 10 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581007256232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5623] ppid=5614 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/5616/task/5623/stat : 5623 (java) S 5614 5616 31461 0 -1 4202560 105 0 0 0 9 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581006203432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5624] ppid=5614 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/5616/task/5624/stat : 5624 (java) S 5614 5616 31461 0 -1 4202560 52 0 0 0 8 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581005150632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5616/tid=5625] ppid=5614 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/5616/task/5625/stat : 5625 (java) S 5614 5616 31461 0 -1 4202560 69 0 0 0 8 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581004097832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5616/tid=5626] ppid=5614 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/5616/task/5626/stat : 5626 (java) S 5614 5616 31461 0 -1 4202560 29 0 0 0 8 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581003045032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5616/tid=5627] ppid=5614 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/5616/task/5627/stat : 5627 (java) S 5614 5616 31461 0 -1 4202560 45 0 0 0 86 0 0 0 20 0 19 0 281505260 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580520717288 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5616/tid=5628] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5628/stat : 5628 (java) S 5614 5616 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281505260 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580519663352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5629] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5629/stat : 5629 (java) S 5614 5616 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281505260 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580518610440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5630] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5630/stat : 5630 (java) S 5614 5616 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281505263 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580517558928 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5631] ppid=5614 vsize=9625004 CPUtime=0.95 cores=0,2,4,6
/proc/5616/task/5631/stat : 5631 (java) S 5614 5616 31461 0 -1 4202560 13219 0 0 0 93 2 0 0 20 0 19 0 281505263 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580516506040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5632] ppid=5614 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/5616/task/5632/stat : 5632 (java) S 5614 5616 31461 0 -1 4202560 2693 0 0 0 32 0 0 0 20 0 19 0 281505263 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580515453240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5616/tid=5633] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5633/stat : 5633 (java) S 5614 5616 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281505263 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580514400632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5634] ppid=5614 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/5616/task/5634/stat : 5634 (java) S 5614 5616 31461 0 -1 4202560 11 0 0 0 0 1 0 0 20 0 19 0 281505263 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580513348040 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5616/tid=5635] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5635/stat : 5635 (java) S 5614 5616 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281505271 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580512294568 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 196.54
Current children cumulated vsize (KiB) 9625004

[startup+194.901 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 5695
/proc/meminfo: memFree=31557748/32873648 swapFree=7116/7116
[pid=5616] ppid=5614 vsize=9625004 CPUtime=196.78 cores=0,2,4,6
/proc/5616/stat : 5616 (java) S 5614 5616 31461 0 -1 4202496 20227 0 1 0 19670 8 0 0 20 0 19 0 281505257 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140737060384672 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5616/statm: 2406251 18798 2274 9 0 2396937 0
[pid=5616/tid=5618] ppid=5614 vsize=9625004 CPUtime=193.23 cores=0,2,4,6
/proc/5616/task/5618/stat : 5618 (java) R 5614 5616 31461 0 -1 4202560 2572 0 1 0 19320 3 0 0 20 0 19 0 281505258 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581166857560 140581007672838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5619] ppid=5614 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/5616/task/5619/stat : 5619 (java) S 5614 5616 31461 0 -1 4202560 67 0 0 0 8 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581128350760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5620] ppid=5614 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/5616/task/5620/stat : 5620 (java) S 5614 5616 31461 0 -1 4202560 74 0 0 0 9 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581127297960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5621] ppid=5614 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/5616/task/5621/stat : 5621 (java) S 5614 5616 31461 0 -1 4202560 44 0 0 0 9 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581126245160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5616/tid=5622] ppid=5614 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/5616/task/5622/stat : 5622 (java) S 5614 5616 31461 0 -1 4202560 66 0 0 0 10 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581007256232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5623] ppid=5614 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/5616/task/5623/stat : 5623 (java) S 5614 5616 31461 0 -1 4202560 105 0 0 0 9 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581006203432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5624] ppid=5614 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/5616/task/5624/stat : 5624 (java) S 5614 5616 31461 0 -1 4202560 52 0 0 0 8 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581005150632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5616/tid=5625] ppid=5614 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/5616/task/5625/stat : 5625 (java) S 5614 5616 31461 0 -1 4202560 69 0 0 0 8 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581004097832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5616/tid=5626] ppid=5614 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/5616/task/5626/stat : 5626 (java) S 5614 5616 31461 0 -1 4202560 29 0 0 0 8 0 0 0 20 0 19 0 281505259 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140581003045032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5616/tid=5627] ppid=5614 vsize=9625004 CPUtime=0.86 cores=0,2,4,6
/proc/5616/task/5627/stat : 5627 (java) S 5614 5616 31461 0 -1 4202560 45 0 0 0 86 0 0 0 20 0 19 0 281505260 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580520717288 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5616/tid=5628] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5628/stat : 5628 (java) S 5614 5616 31461 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281505260 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580519663352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5629] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5629/stat : 5629 (java) S 5614 5616 31461 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281505260 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580518610440 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5630] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5630/stat : 5630 (java) S 5614 5616 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281505263 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580517558928 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5616/tid=5631] ppid=5614 vsize=9625004 CPUtime=0.99 cores=0,2,4,6
/proc/5616/task/5631/stat : 5631 (java) S 5614 5616 31461 0 -1 4202560 13219 0 0 0 97 2 0 0 20 0 19 0 281505263 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580516506040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5632] ppid=5614 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/5616/task/5632/stat : 5632 (java) S 5614 5616 31461 0 -1 4202560 2693 0 0 0 33 0 0 0 20 0 19 0 281505263 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580515453240 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5616/tid=5633] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5633/stat : 5633 (java) S 5614 5616 31461 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281505263 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580514400632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5616/tid=5634] ppid=5614 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/5616/task/5634/stat : 5634 (java) S 5614 5616 31461 0 -1 4202560 11 0 0 0 0 1 0 0 20 0 19 0 281505263 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580513348040 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5616/tid=5635] ppid=5614 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/5616/task/5635/stat : 5635 (java) S 5614 5616 31461 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281505271 9856004096 18798 33554432000 1073741824 1073778376 140737060393536 140580512294568 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 196.78
Current children cumulated vsize (KiB) 9625004

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5616 and gives
#  childrusage.ru_utime.tv_sec=196
#  childrusage.ru_utime.tv_usec=201172
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=191970
# CPU time returned by wait4() is 196.393
# while last known CPU time is 196.78
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 194.94
CPU time (s): 196.78
CPU user time (s): 196.7
CPU system time (s): 0.08
CPU usage (%): 100.944
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 196.201
system time used= 0.19197
maximum resident set size= 86848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20245
page faults= 1
swaps= 0
block input operations= 0
block output operations= 248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5799
involuntary context switches= 2787

runsolver used 0.303953 second user time and 0.800878 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-27 23:23:18
IDJOB=3710811
IDBENCH=2897
IDSOLVER=2289
FILE ID=node123/3710811-1338153798
RUNJOBID= node123-1338144817-4664
PBS_JOBID= 14624505
Free space on /tmp= 71680 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_3.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710811-1338153798/watcher-3710811-1338153798 -o /tmp/evaluation-result-3710811-1338153798/solver-3710811-1338153798 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710811-1338153798.opb

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

MD5SUM BENCH= d2b3af71376059fa940b007abcee01cc
RANDOM SEED=445567284

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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.217
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:        31459428 kB
Buffers:          160928 kB
Cached:           211132 kB
SwapCached:          956 kB
Active:           427248 kB
Inactive:         196200 kB
Active(anon):     244256 kB
Inactive(anon):     9080 kB
Active(file):     182992 kB
Inactive(file):   187120 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67102956 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:        259728 kB
Mapped:            18504 kB
Shmem:                 0 kB
Slab:             651952 kB
SReclaimable:      96256 kB
SUnreclaim:       555696 kB
KernelStack:        1600 kB
PageTables:         4712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     825384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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= 71684 MiB
End job on node123 at 2012-05-27 23:26:33