Trace number 3709704

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
SAT4J PB specific settings 2.3.2 snapshotSAT 84.72 83.6474

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob5.opb
MD5SUMb56e28afe1ffd19dcf9a2ab038cbc43f
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.399938
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables80
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 constraint80
Maximum length of a constraint80
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 62442885
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 803031860
Number of bits of the biggest sum of numbers30
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.06	c See www.sat4j.org for details.
0.01/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.07	c version 2.3.2.v20120418
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		501472288
0.01/0.07	c Max memory 		7480803328
0.01/0.07	c Total memory 		504102912
0.01/0.07	c Number of processors 	8
0.10/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3709704-1338150179.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c ... done. Wall clock time 0.015s.
0.10/0.12	c declared #vars     80
0.10/0.12	c #constraints  2
0.10/0.12	c constraints type 
0.10/0.12	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.10/0.12	c 2 constraints processed.
0.65/0.41	c cleaning 2501 clauses out of 5001 with flag 5001/5001
0.95/0.60	c cleaning 4250 clauses out of 8499 with flag 11000/11000
1.15/0.81	c cleaning 5617 clauses out of 11249 with flag 18000/18000
1.36/1.05	c cleaning 6815 clauses out of 13633 with flag 26001/26001
1.69/1.37	c cleaning 7910 clauses out of 15819 with flag 35002/35002
2.10/1.71	c cleaning 8950 clauses out of 17908 with flag 45001/45001
2.41/2.07	c cleaning 9972 clauses out of 19957 with flag 56000/56000
2.92/2.51	c cleaning 10986 clauses out of 21986 with flag 68001/68001
3.44/3.06	c cleaning 12000 clauses out of 24000 with flag 81001/81001
3.96/3.58	c cleaning 12997 clauses out of 26001 with flag 95002/95002
4.57/4.17	c cleaning 13993 clauses out of 28002 with flag 110000/110000
5.18/4.78	c cleaning 14998 clauses out of 30009 with flag 126000/126000
5.92/5.48	c cleaning 16001 clauses out of 32012 with flag 143001/143001
6.83/6.30	c cleaning 17002 clauses out of 34011 with flag 161001/161001
7.65/7.19	c cleaning 18005 clauses out of 36009 with flag 180001/180001
8.57/8.04	c cleaning 18995 clauses out of 38003 with flag 200000/200000
9.47/8.96	c cleaning 19997 clauses out of 40009 with flag 221001/221001
10.38/9.89	c cleaning 20997 clauses out of 42011 with flag 243000/243000
11.39/10.90	c cleaning 22003 clauses out of 44014 with flag 266000/266000
12.49/11.99	c cleaning 22995 clauses out of 46011 with flag 290000/290000
13.70/13.13	c cleaning 24007 clauses out of 48016 with flag 315000/315000
15.41/14.86	c cleaning 25001 clauses out of 50010 with flag 341001/341001
17.04/16.49	c cleaning 26002 clauses out of 52009 with flag 368001/368001
18.94/18.40	c cleaning 27001 clauses out of 54009 with flag 396003/396003
20.36/19.76	c cleaning 28000 clauses out of 56005 with flag 425000/425000
21.87/21.20	c cleaning 28997 clauses out of 58005 with flag 455000/455000
23.29/22.63	c cleaning 30004 clauses out of 60011 with flag 486003/486003
26.21/25.50	c cleaning 31000 clauses out of 62005 with flag 518001/518001
29.13/28.46	c cleaning 31996 clauses out of 64004 with flag 551000/551000
31.35/30.70	c cleaning 33001 clauses out of 66009 with flag 585001/585001
33.16/32.45	c cleaning 33995 clauses out of 68008 with flag 620001/620001
35.07/34.32	c cleaning 35004 clauses out of 70012 with flag 656000/656000
37.29/36.59	c cleaning 36000 clauses out of 72009 with flag 693001/693001
40.43/39.64	c cleaning 37004 clauses out of 74009 with flag 731001/731001
43.75/42.91	c cleaning 38000 clauses out of 76006 with flag 770002/770002
46.46/45.63	c cleaning 38995 clauses out of 78004 with flag 810000/810000
49.88/49.08	c cleaning 39998 clauses out of 80012 with flag 851003/851003
52.99/52.12	c cleaning 41002 clauses out of 82011 with flag 893000/893000
55.32/54.45	c cleaning 42004 clauses out of 84012 with flag 936003/936003
57.73/56.84	c cleaning 42997 clauses out of 86005 with flag 980000/980000
61.35/60.45	c cleaning 43999 clauses out of 88009 with flag 1025001/1025001
64.78/63.88	c cleaning 45005 clauses out of 90009 with flag 1071000/1071000
68.12/67.17	c cleaning 45999 clauses out of 92004 with flag 1118000/1118000
71.33/70.36	c cleaning 46993 clauses out of 94006 with flag 1166001/1166001
74.43/73.40	c cleaning 48001 clauses out of 96012 with flag 1215000/1215000
78.05/77.06	c cleaning 49004 clauses out of 98012 with flag 1265001/1265001
82.07/81.05	c cleaning 50006 clauses out of 100011 with flag 1316004/1316004
84.72/83.61	c starts		: 204
84.72/83.61	c conflicts		: 1364976
84.72/83.61	c decisions		: 1371616
84.72/83.61	c propagations		: 7975443
84.72/83.61	c inspects		: 791112951
84.72/83.61	c shortcuts		: 0
84.72/83.61	c learnt literals	: 0
84.72/83.61	c learnt binary clauses	: 0
84.72/83.61	c learnt ternary clauses	: 0
84.72/83.61	c learnt constraints	: 1364976
84.72/83.61	c ignored constraints	: 0
84.72/83.61	c root simplifications	: 204
84.72/83.61	c removed literals (reason simplification)	: 9903010
84.72/83.61	c reason swapping (by a shorter reason)	: 0
84.72/83.61	c Calls to reduceDB	: 47
84.72/83.61	c number of reductions to clauses (during analyze)	: 0
84.72/83.61	c number of learned constraints concerned by reduction	: 0
84.72/83.61	c number of learning phase by resolution	: 0
84.72/83.61	c number of learning phase by cutting planes	: 0
84.72/83.61	c speed (assignments/second)	: 95526.8718034711
84.72/83.61	c non guided choices	68
84.72/83.64	c learnt constraints type 
84.72/83.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 98977
84.72/83.64	c constraints type 
84.72/83.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
84.72/83.64	c 2 constraints processed.
84.72/83.64	s SATISFIABLE
84.72/83.64	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 -x69 -x70 -x71 x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 
84.72/83.64	c Total wall clock time (in seconds): 83.535

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-3709704-1338150179/watcher-3709704-1338150179 -o /tmp/evaluation-result-3709704-1338150179/solver-3709704-1338150179 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709704-1338150179.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 20777
/proc/meminfo: memFree=27348356/32873660 swapFree=7120/7120
[pid=20777] ppid=20775 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/20777/stat : 20777 (java) S 20775 20777 16973 0 -1 4202496 1210 0 0 0 0 0 0 0 20 0 2 0 281143616 95129600 921 33554432000 1073741824 1073778376 140735355640480 140735355631616 270333411389 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20777/statm: 23225 927 703 9 0 16769 0
[pid=20777/tid=20778] ppid=20775 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20778/stat : 20778 (java) D 20775 20777 16973 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 281143617 95129600 927 33554432000 1073741824 1073778376 140735355640480 140075280682536 270320889127 0 0 4096 0 18446744072100609316 0 0 -1 3 0 0 0 0 0

[startup+0.0289719 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 20777
/proc/meminfo: memFree=27348356/32873660 swapFree=7120/7120
[pid=20777] ppid=20775 vsize=9225560 CPUtime=0.01 cores=1,3,5,7
/proc/20777/stat : 20777 (java) S 20775 20777 16973 0 -1 4202496 2994 0 1 0 1 0 0 0 20 0 13 0 281143616 9446973440 3692 33554432000 1073741824 1073778376 140735355640480 140735355631616 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20777/statm: 2306390 3692 1678 9 0 2297091 0
[pid=20777/tid=20778] ppid=20775 vsize=9225560 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20778/stat : 20778 (java) R 20775 20777 16973 0 -1 4202560 1813 0 1 0 0 0 0 0 20 0 13 0 281143617 9446973440 3692 33554432000 1073741824 1073778376 140735355640480 140075280683248 270333437197 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100232 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 20777
/proc/meminfo: memFree=27348356/32873660 swapFree=7120/7120
[pid=20777] ppid=20775 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/20777/stat : 20777 (java) S 20775 20777 16973 0 -1 4202496 4415 0 1 0 9 1 0 0 20 0 18 0 281143616 9787842560 6134 33554432000 1073741824 1073778376 140735355640480 140735355631616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20777/statm: 2389610 6134 2145 9 0 2380296 0
[pid=20777/tid=20778] ppid=20775 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/20777/task/20778/stat : 20778 (java) R 20775 20777 16973 0 -1 4202560 2491 0 1 0 6 1 0 0 20 0 18 0 281143617 9787842560 6134 33554432000 1073741824 1073778376 140735355640480 140075280683352 270333437197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300194 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 20777
/proc/meminfo: memFree=27348356/32873660 swapFree=7120/7120
[pid=20777] ppid=20775 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/20777/stat : 20777 (java) S 20775 20777 16973 0 -1 4202496 6934 0 1 0 50 2 0 0 20 0 19 0 281143616 9856004096 8777 33554432000 1073741824 1073778376 140735355640480 140735355631616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20777/statm: 2406251 8777 2226 9 0 2396937 0
[pid=20777/tid=20778] ppid=20775 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/20777/task/20778/stat : 20778 (java) R 20775 20777 16973 0 -1 4202560 2513 0 1 0 26 1 0 0 20 0 19 0 281143617 9856004096 8777 33554432000 1073741824 1073778376 140735355640480 140075280687888 140075140758614 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625004

[startup+0.700248 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 20777
/proc/meminfo: memFree=27348356/32873660 swapFree=7120/7120
[pid=20777] ppid=20775 vsize=9625004 CPUtime=1.05 cores=1,3,5,7
/proc/20777/stat : 20777 (java) S 20775 20777 16973 0 -1 4202496 7031 0 1 0 103 2 0 0 20 0 19 0 281143616 9856004096 11410 33554432000 1073741824 1073778376 140735355640480 140735355631616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20777/statm: 2406251 11410 2264 9 0 2396937 0
[pid=20777/tid=20778] ppid=20775 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/20777/task/20778/stat : 20778 (java) R 20775 20777 16973 0 -1 4202560 2517 0 1 0 64 1 0 0 20 0 19 0 281143617 9856004096 11410 33554432000 1073741824 1073778376 140735355640480 140075280687528 140075141235290 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625004

[startup+1.50064 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 20796
/proc/meminfo: memFree=27309252/32873660 swapFree=7120/7120
[pid=20777] ppid=20775 vsize=9625004 CPUtime=1.9 cores=1,3,5,7
/proc/20777/stat : 20777 (java) S 20775 20777 16973 0 -1 4202496 7067 0 1 0 188 2 0 0 20 0 19 0 281143616 9856004096 12463 33554432000 1073741824 1073778376 140735355640480 140735355631616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20777/statm: 2406251 12463 2275 9 0 2396937 0
[pid=20777/tid=20778] ppid=20775 vsize=9625004 CPUtime=1.42 cores=1,3,5,7
/proc/20777/task/20778/stat : 20778 (java) R 20775 20777 16973 0 -1 4202560 2518 0 1 0 141 1 0 0 20 0 19 0 281143617 9856004096 12463 33554432000 1073741824 1073778376 140735355640480 140075280687528 140075141089457 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20777/tid=20780] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20780/stat : 20780 (java) S 20775 20777 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281143618 9856004096 12463 33554432000 1073741824 1073778376 140735355640480 140075124030376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20781] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20781/stat : 20781 (java) S 20775 20777 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281143618 9856004096 12463 33554432000 1073741824 1073778376 140735355640480 140075122977832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20777/tid=20782] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20782/stat : 20782 (java) S 20775 20777 16973 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281143618 9856004096 12463 33554432000 1073741824 1073778376 140735355640480 140075121924776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20777/tid=20783] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20783/stat : 20783 (java) S 20775 20777 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281143618 9856004096 12463 33554432000 1073741824 1073778376 140735355640480 140075120872232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20777/tid=20784] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20784/stat : 20784 (java) S 20775 20777 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281143618 9856004096 12463 33554432000 1073741824 1073778376 140735355640480 140075119819176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20777/tid=20785] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20785/stat : 20785 (java) S 20775 20777 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281143618 9856004096 12463 33554432000 1073741824 1073778376 140735355640480 140075118766632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20777/tid=20786] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20786/stat : 20786 (java) S 20775 20777 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281143618 9856004096 12463 33554432000 1073741824 1073778376 140735355640480 140075117713576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20787] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20787/stat : 20787 (java) S 20775 20777 16973 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281143618 9856004096 12463 33554432000 1073741824 1073778376 140735355640480 140075116661032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20788] ppid=20775 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/20777/task/20788/stat : 20788 (java) S 20775 20777 16973 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 281143619 9856004096 12463 33554432000 1073741824 1073778376 140735355640480 140075104463720 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20777/tid=20789] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20789/stat : 20789 (java) S 20775 20777 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281143619 9856004096 12463 33554432000 1073741824 1073778376 140735355640480 140075103410040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20790] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20790/stat : 20790 (java) S 20775 20777 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281143619 9856004096 12463 33554432000 1073741824 1073778376 140735355640480 140075102356872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20791] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20791/stat : 20791 (java) S 20775 20777 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281143621 9856004096 12463 33554432000 1073741824 1073778376 140735355640480 140075101305616 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20792] ppid=20775 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/20777/task/20792/stat : 20792 (java) S 20775 20777 16973 0 -1 4202560 990 0 0 0 15 0 0 0 20 0 19 0 281143621 9856004096 12463 33554432000 1073741824 1073778376 140735355640480 140075100252472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20793] ppid=20775 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/20777/task/20793/stat : 20793 (java) S 20775 20777 16973 0 -1 4202560 2293 0 0 0 23 0 0 0 20 0 19 0 281143621 9856004096 12463 33554432000 1073741824 1073778376 140735355640480 140075099199928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20794] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20794/stat : 20794 (java) S 20775 20777 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281143621 9856004096 12463 33554432000 1073741824 1073778376 140735355640480 140075098147064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20777/tid=20795] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20795/stat : 20795 (java) S 20775 20777 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281143621 9856004096 12463 33554432000 1073741824 1073778376 140735355640480 140075097094728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20796] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20796/stat : 20796 (java) S 20775 20777 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281143629 9856004096 12463 33554432000 1073741824 1073778376 140735355640480 140075096041000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9625004

[startup+3.10068 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 20796
/proc/meminfo: memFree=27306708/32873660 swapFree=7120/7120
[pid=20777] ppid=20775 vsize=9625004 CPUtime=3.56 cores=1,3,5,7
/proc/20777/stat : 20777 (java) S 20775 20777 16973 0 -1 4202496 7089 0 1 0 353 3 0 0 20 0 19 0 281143616 9856004096 13500 33554432000 1073741824 1073778376 140735355640480 140735355631616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20777/statm: 2406251 13500 2275 9 0 2396937 0
[pid=20777/tid=20778] ppid=20775 vsize=9625004 CPUtime=2.95 cores=1,3,5,7
/proc/20777/task/20778/stat : 20778 (java) R 20775 20777 16973 0 -1 4202560 2522 0 1 0 294 1 0 0 20 0 19 0 281143617 9856004096 13500 33554432000 1073741824 1073778376 140735355640480 140075280687528 140075141109128 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20777/tid=20780] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20780/stat : 20780 (java) S 20775 20777 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281143618 9856004096 13500 33554432000 1073741824 1073778376 140735355640480 140075124030376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20777/tid=20781] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20781/stat : 20781 (java) S 20775 20777 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281143618 9856004096 13500 33554432000 1073741824 1073778376 140735355640480 140075122977832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20782] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20782/stat : 20782 (java) S 20775 20777 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281143618 9856004096 13500 33554432000 1073741824 1073778376 140735355640480 140075121924776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20783] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20783/stat : 20783 (java) S 20775 20777 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281143618 9856004096 13500 33554432000 1073741824 1073778376 140735355640480 140075120872232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20777/tid=20784] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20784/stat : 20784 (java) S 20775 20777 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 281143618 9856004096 13500 33554432000 1073741824 1073778376 140735355640480 140075119819176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20785] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20785/stat : 20785 (java) S 20775 20777 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281143618 9856004096 13500 33554432000 1073741824 1073778376 140735355640480 140075118766632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20777/tid=20786] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20786/stat : 20786 (java) S 20775 20777 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281143618 9856004096 13500 33554432000 1073741824 1073778376 140735355640480 140075117713576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20787] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20787/stat : 20787 (java) S 20775 20777 16973 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281143618 9856004096 13500 33554432000 1073741824 1073778376 140735355640480 140075116661032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20788] ppid=20775 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/20777/task/20788/stat : 20788 (java) S 20775 20777 16973 0 -1 4202560 33 0 0 0 8 0 0 0 20 0 19 0 281143619 9856004096 13500 33554432000 1073741824 1073778376 140735355640480 140075104463720 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20777/tid=20789] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20789/stat : 20789 (java) S 20775 20777 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281143619 9856004096 13500 33554432000 1073741824 1073778376 140735355640480 140075103410040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20790] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20790/stat : 20790 (java) S 20775 20777 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281143619 9856004096 13500 33554432000 1073741824 1073778376 140735355640480 140075102356872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20791] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20791/stat : 20791 (java) S 20775 20777 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281143621 9856004096 13500 33554432000 1073741824 1073778376 140735355640480 140075101305616 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20792] ppid=20775 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/20777/task/20792/stat : 20792 (java) S 20775 20777 16973 0 -1 4202560 990 0 0 0 15 0 0 0 20 0 19 0 281143621 9856004096 13500 33554432000 1073741824 1073778376 140735355640480 140075100252472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20793] ppid=20775 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/20777/task/20793/stat : 20793 (java) S 20775 20777 16973 0 -1 4202560 2293 0 0 0 23 0 0 0 20 0 19 0 281143621 9856004096 13500 33554432000 1073741824 1073778376 140735355640480 140075099199928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20794] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20794/stat : 20794 (java) S 20775 20777 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281143621 9856004096 13500 33554432000 1073741824 1073778376 140735355640480 140075098147064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20777/tid=20795] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20795/stat : 20795 (java) S 20775 20777 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281143621 9856004096 13500 33554432000 1073741824 1073778376 140735355640480 140075097094728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20796] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20796/stat : 20796 (java) S 20775 20777 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281143629 9856004096 13500 33554432000 1073741824 1073778376 140735355640480 140075096041000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9625004

[startup+6.30053 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 20796
/proc/meminfo: memFree=27298536/32873660 swapFree=7120/7120
[pid=20777] ppid=20775 vsize=9625004 CPUtime=6.83 cores=1,3,5,7
/proc/20777/stat : 20777 (java) S 20775 20777 16973 0 -1 4202496 7113 0 1 0 679 4 0 0 20 0 19 0 281143616 9856004096 14345 33554432000 1073741824 1073778376 140735355640480 140735355631616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20777/statm: 2406251 14345 2275 9 0 2396937 0
[pid=20777/tid=20778] ppid=20775 vsize=9625004 CPUtime=6.06 cores=1,3,5,7
/proc/20777/task/20778/stat : 20778 (java) R 20775 20777 16973 0 -1 4202560 2528 0 1 0 605 1 0 0 20 0 19 0 281143617 9856004096 14345 33554432000 1073741824 1073778376 140735355640480 140075280687408 140075141256720 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20777/tid=20780] ppid=20775 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/20777/task/20780/stat : 20780 (java) S 20775 20777 16973 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 281143618 9856004096 14345 33554432000 1073741824 1073778376 140735355640480 140075124030376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20781] ppid=20775 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/20777/task/20781/stat : 20781 (java) S 20775 20777 16973 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 281143618 9856004096 14345 33554432000 1073741824 1073778376 140735355640480 140075122977832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20777/tid=20782] ppid=20775 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/20777/task/20782/stat : 20782 (java) S 20775 20777 16973 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 281143618 9856004096 14345 33554432000 1073741824 1073778376 140735355640480 140075121924776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20777/tid=20783] ppid=20775 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/20777/task/20783/stat : 20783 (java) S 20775 20777 16973 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 281143618 9856004096 14345 33554432000 1073741824 1073778376 140735355640480 140075120872232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20777/tid=20784] ppid=20775 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/20777/task/20784/stat : 20784 (java) S 20775 20777 16973 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 281143618 9856004096 14345 33554432000 1073741824 1073778376 140735355640480 140075119819176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20785] ppid=20775 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/20777/task/20785/stat : 20785 (java) S 20775 20777 16973 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 281143618 9856004096 14345 33554432000 1073741824 1073778376 140735355640480 140075118766632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20786] ppid=20775 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/20777/task/20786/stat : 20786 (java) S 20775 20777 16973 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 281143618 9856004096 14345 33554432000 1073741824 1073778376 140735355640480 140075117713576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20787] ppid=20775 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/20777/task/20787/stat : 20787 (java) S 20775 20777 16973 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 281143618 9856004096 14345 33554432000 1073741824 1073778376 140735355640480 140075116661032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20788] ppid=20775 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/20777/task/20788/stat : 20788 (java) S 20775 20777 16973 0 -1 4202560 34 0 0 0 13 0 0 0 20 0 19 0 281143619 9856004096 14345 33554432000 1073741824 1073778376 140735355640480 140075104463720 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20777/tid=20789] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20789/stat : 20789 (java) S 20775 20777 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281143619 9856004096 14345 33554432000 1073741824 1073778376 140735355640480 140075103410040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20790] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20790/stat : 20790 (java) S 20775 20777 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281143619 9856004096 14345 33554432000 1073741824 1073778376 140735355640480 140075102356872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20791] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20791/stat : 20791 (java) S 20775 20777 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281143621 9856004096 14345 33554432000 1073741824 1073778376 140735355640480 140075101305616 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20792] ppid=20775 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/20777/task/20792/stat : 20792 (java) S 20775 20777 16973 0 -1 4202560 990 0 0 0 15 0 0 0 20 0 19 0 281143621 9856004096 14345 33554432000 1073741824 1073778376 140735355640480 140075100252472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20793] ppid=20775 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/20777/task/20793/stat : 20793 (java) S 20775 20777 16973 0 -1 4202560 2293 0 0 0 23 0 0 0 20 0 19 0 281143621 9856004096 14345 33554432000 1073741824 1073778376 140735355640480 140075099199928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/20777/task/20787/stat : 20787 (java) S 20775 20777 16973 0 -1 4202560 65 0 0 0 12 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075116661032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20788] ppid=20775 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/20777/task/20788/stat : 20788 (java) S 20775 20777 16973 0 -1 4202560 47 0 0 0 86 0 0 0 20 0 19 0 281143619 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075104463720 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20789] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20789/stat : 20789 (java) S 20775 20777 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281143619 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075103410040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20790] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20790/stat : 20790 (java) S 20775 20777 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281143619 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075102356872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20791] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20791/stat : 20791 (java) S 20775 20777 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281143621 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075101305616 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20792] ppid=20775 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/20777/task/20792/stat : 20792 (java) S 20775 20777 16973 0 -1 4202560 990 0 0 0 15 0 0 0 20 0 19 0 281143621 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075100252472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20793] ppid=20775 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/20777/task/20793/stat : 20793 (java) S 20775 20777 16973 0 -1 4202560 2293 0 0 0 23 0 0 0 20 0 19 0 281143621 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075099199928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20794] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20794/stat : 20794 (java) S 20775 20777 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281143621 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075098147064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20777/tid=20795] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20795/stat : 20795 (java) S 20775 20777 16973 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281143621 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075097094728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20796] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20796/stat : 20796 (java) S 20775 20777 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281143629 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075096041000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 83.42
Current children cumulated vsize (KiB) 9625004

[startup+83.1007 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 20796
/proc/meminfo: memFree=27192964/32873660 swapFree=7120/7120
[pid=20777] ppid=20775 vsize=9625004 CPUtime=84.22 cores=1,3,5,7
/proc/20777/stat : 20777 (java) S 20775 20777 16973 0 -1 4202496 7674 0 1 0 8414 8 0 0 20 0 19 0 281143616 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140735355631616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20777/statm: 2406251 27606 2275 9 0 2396937 0
[pid=20777/tid=20778] ppid=20775 vsize=9625004 CPUtime=81.69 cores=1,3,5,7
/proc/20777/task/20778/stat : 20778 (java) R 20775 20777 16973 0 -1 4202560 2568 0 1 0 8167 2 0 0 20 0 19 0 281143617 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075280687408 140075141126400 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20777/tid=20780] ppid=20775 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/20777/task/20780/stat : 20780 (java) S 20775 20777 16973 0 -1 4202560 122 0 0 0 11 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075124030376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20777/tid=20781] ppid=20775 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/20777/task/20781/stat : 20781 (java) S 20775 20777 16973 0 -1 4202560 69 0 0 0 9 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075122977832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20777/tid=20782] ppid=20775 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/20777/task/20782/stat : 20782 (java) S 20775 20777 16973 0 -1 4202560 73 0 0 0 12 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075121924776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20783] ppid=20775 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/20777/task/20783/stat : 20783 (java) S 20775 20777 16973 0 -1 4202560 62 0 0 0 11 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075120872232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20784] ppid=20775 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/20777/task/20784/stat : 20784 (java) S 20775 20777 16973 0 -1 4202560 95 0 0 0 13 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075119819176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20785] ppid=20775 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/20777/task/20785/stat : 20785 (java) S 20775 20777 16973 0 -1 4202560 40 0 0 0 11 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075118766632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20777/tid=20786] ppid=20775 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/20777/task/20786/stat : 20786 (java) S 20775 20777 16973 0 -1 4202560 65 0 0 0 10 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075117713576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20777/tid=20787] ppid=20775 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/20777/task/20787/stat : 20787 (java) S 20775 20777 16973 0 -1 4202560 65 0 0 0 12 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075116661032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20788] ppid=20775 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/20777/task/20788/stat : 20788 (java) S 20775 20777 16973 0 -1 4202560 47 0 0 0 86 0 0 0 20 0 19 0 281143619 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075104463720 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20789] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20789/stat : 20789 (java) S 20775 20777 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281143619 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075103410040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20790] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20790/stat : 20790 (java) S 20775 20777 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281143619 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075102356872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20791] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20791/stat : 20791 (java) S 20775 20777 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281143621 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075101305616 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20792] ppid=20775 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/20777/task/20792/stat : 20792 (java) S 20775 20777 16973 0 -1 4202560 990 0 0 0 15 0 0 0 20 0 19 0 281143621 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075100252472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20793] ppid=20775 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/20777/task/20793/stat : 20793 (java) S 20775 20777 16973 0 -1 4202560 2293 0 0 0 23 0 0 0 20 0 19 0 281143621 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075099199928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20794] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20794/stat : 20794 (java) S 20775 20777 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281143621 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075098147064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20777/tid=20795] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20795/stat : 20795 (java) S 20775 20777 16973 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281143621 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075097094728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20796] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20796/stat : 20796 (java) S 20775 20777 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281143629 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075096041000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 84.22
Current children cumulated vsize (KiB) 9625004

[startup+83.5006 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 20796
/proc/meminfo: memFree=27192964/32873660 swapFree=7120/7120
[pid=20777] ppid=20775 vsize=9625004 CPUtime=84.62 cores=1,3,5,7
/proc/20777/stat : 20777 (java) S 20775 20777 16973 0 -1 4202496 7674 0 1 0 8454 8 0 0 20 0 19 0 281143616 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140735355631616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20777/statm: 2406251 27606 2275 9 0 2396937 0
[pid=20777/tid=20778] ppid=20775 vsize=9625004 CPUtime=82.1 cores=1,3,5,7
/proc/20777/task/20778/stat : 20778 (java) R 20775 20777 16973 0 -1 4202560 2568 0 1 0 8208 2 0 0 20 0 19 0 281143617 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075280687408 140075141107106 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20777/tid=20780] ppid=20775 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/20777/task/20780/stat : 20780 (java) S 20775 20777 16973 0 -1 4202560 122 0 0 0 11 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075124030376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20777/tid=20781] ppid=20775 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/20777/task/20781/stat : 20781 (java) S 20775 20777 16973 0 -1 4202560 69 0 0 0 9 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075122977832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20777/tid=20782] ppid=20775 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/20777/task/20782/stat : 20782 (java) S 20775 20777 16973 0 -1 4202560 73 0 0 0 12 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075121924776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20783] ppid=20775 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/20777/task/20783/stat : 20783 (java) S 20775 20777 16973 0 -1 4202560 62 0 0 0 11 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075120872232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20784] ppid=20775 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/20777/task/20784/stat : 20784 (java) S 20775 20777 16973 0 -1 4202560 95 0 0 0 13 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075119819176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20785] ppid=20775 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/20777/task/20785/stat : 20785 (java) S 20775 20777 16973 0 -1 4202560 40 0 0 0 11 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075118766632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20777/tid=20786] ppid=20775 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/20777/task/20786/stat : 20786 (java) S 20775 20777 16973 0 -1 4202560 65 0 0 0 10 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075117713576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20777/tid=20787] ppid=20775 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/20777/task/20787/stat : 20787 (java) S 20775 20777 16973 0 -1 4202560 65 0 0 0 12 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075116661032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20788] ppid=20775 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/20777/task/20788/stat : 20788 (java) S 20775 20777 16973 0 -1 4202560 47 0 0 0 86 0 0 0 20 0 19 0 281143619 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075104463720 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20789] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20789/stat : 20789 (java) S 20775 20777 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281143619 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075103410040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20790] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20790/stat : 20790 (java) S 20775 20777 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281143619 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075102356872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20791] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20791/stat : 20791 (java) S 20775 20777 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281143621 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075101305616 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20792] ppid=20775 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/20777/task/20792/stat : 20792 (java) S 20775 20777 16973 0 -1 4202560 990 0 0 0 15 0 0 0 20 0 19 0 281143621 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075100252472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20793] ppid=20775 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/20777/task/20793/stat : 20793 (java) S 20775 20777 16973 0 -1 4202560 2293 0 0 0 23 0 0 0 20 0 19 0 281143621 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075099199928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20794] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20794/stat : 20794 (java) S 20775 20777 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281143621 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075098147064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20777/tid=20795] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20795/stat : 20795 (java) S 20775 20777 16973 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281143621 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075097094728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20796] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20796/stat : 20796 (java) S 20775 20777 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281143629 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075096041000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 84.62
Current children cumulated vsize (KiB) 9625004

[startup+83.6068 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 20796
/proc/meminfo: memFree=27192964/32873660 swapFree=7120/7120
[pid=20777] ppid=20775 vsize=9625004 CPUtime=84.72 cores=1,3,5,7
/proc/20777/stat : 20777 (java) S 20775 20777 16973 0 -1 4202496 7674 0 1 0 8464 8 0 0 20 0 19 0 281143616 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140735355631616 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20777/statm: 2406251 27606 2275 9 0 2396937 0
[pid=20777/tid=20778] ppid=20775 vsize=9625004 CPUtime=82.2 cores=1,3,5,7
/proc/20777/task/20778/stat : 20778 (java) R 20775 20777 16973 0 -1 4202560 2568 0 1 0 8218 2 0 0 20 0 19 0 281143617 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075280687408 140075141176194 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20777/tid=20780] ppid=20775 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/20777/task/20780/stat : 20780 (java) S 20775 20777 16973 0 -1 4202560 122 0 0 0 11 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075124030376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20777/tid=20781] ppid=20775 vsize=9625004 CPUtime=0.09 cores=1,3,5,7
/proc/20777/task/20781/stat : 20781 (java) S 20775 20777 16973 0 -1 4202560 69 0 0 0 9 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075122977832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20777/tid=20782] ppid=20775 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/20777/task/20782/stat : 20782 (java) S 20775 20777 16973 0 -1 4202560 73 0 0 0 12 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075121924776 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20783] ppid=20775 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/20777/task/20783/stat : 20783 (java) S 20775 20777 16973 0 -1 4202560 62 0 0 0 11 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075120872232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20784] ppid=20775 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/20777/task/20784/stat : 20784 (java) S 20775 20777 16973 0 -1 4202560 95 0 0 0 13 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075119819176 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20785] ppid=20775 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/20777/task/20785/stat : 20785 (java) S 20775 20777 16973 0 -1 4202560 40 0 0 0 11 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075118766632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20777/tid=20786] ppid=20775 vsize=9625004 CPUtime=0.1 cores=1,3,5,7
/proc/20777/task/20786/stat : 20786 (java) S 20775 20777 16973 0 -1 4202560 65 0 0 0 10 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075117713576 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20777/tid=20787] ppid=20775 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/20777/task/20787/stat : 20787 (java) S 20775 20777 16973 0 -1 4202560 65 0 0 0 12 0 0 0 20 0 19 0 281143618 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075116661032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20788] ppid=20775 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/20777/task/20788/stat : 20788 (java) S 20775 20777 16973 0 -1 4202560 47 0 0 0 86 0 0 0 20 0 19 0 281143619 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075104463720 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20789] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20789/stat : 20789 (java) S 20775 20777 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281143619 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075103410040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20790] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20790/stat : 20790 (java) S 20775 20777 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281143619 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075102356872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20791] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20791/stat : 20791 (java) S 20775 20777 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281143621 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075101305616 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20792] ppid=20775 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/20777/task/20792/stat : 20792 (java) S 20775 20777 16973 0 -1 4202560 990 0 0 0 15 0 0 0 20 0 19 0 281143621 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075100252472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20777/tid=20793] ppid=20775 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/20777/task/20793/stat : 20793 (java) S 20775 20777 16973 0 -1 4202560 2293 0 0 0 23 0 0 0 20 0 19 0 281143621 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075099199928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20794] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20794/stat : 20794 (java) S 20775 20777 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281143621 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075098147064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20777/tid=20795] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20795/stat : 20795 (java) S 20775 20777 16973 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281143621 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075097094728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20777/tid=20796] ppid=20775 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/20777/task/20796/stat : 20796 (java) S 20775 20777 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281143629 9856004096 27606 33554432000 1073741824 1073778376 140735355640480 140075096041000 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 84.72
Current children cumulated vsize (KiB) 9625004

Child status: 10

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20777 and gives
#  childrusage.ru_utime.tv_sec=84
#  childrusage.ru_utime.tv_usec=488155
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=162975
# CPU time returned by wait4() is 84.6511
# while last known CPU time is 84.72
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 83.6474
CPU time (s): 84.72
CPU user time (s): 84.64
CPU system time (s): 0.08
CPU usage (%): 101.282
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.4882
system time used= 0.162975
maximum resident set size= 112600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7711
page faults= 1
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3234
involuntary context switches= 2243

runsolver used 0.184971 second user time and 0.358945 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 22:22:59
IDJOB=3709704
IDBENCH=2555
IDSOLVER=2289
FILE ID=node117/3709704-1338150179
RUNJOBID= node117-1338124635-16990
PBS_JOBID= 14624513
Free space on /tmp= 70048 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob5.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-3709704-1338150179/watcher-3709704-1338150179 -o /tmp/evaluation-result-3709704-1338150179/solver-3709704-1338150179 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709704-1338150179.opb

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

MD5SUM BENCH= b56e28afe1ffd19dcf9a2ab038cbc43f
RANDOM SEED=889562809

node117.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.148
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.29
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.148
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.148
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.91
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.148
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.95
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.148
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.148
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.148
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.148
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:       32873660 kB
MemFree:        27348884 kB
Buffers:          332836 kB
Cached:          4046164 kB
SwapCached:            0 kB
Active:          2463644 kB
Inactive:        2185876 kB
Active(anon):     261588 kB
Inactive(anon):    11356 kB
Active(file):    2202056 kB
Inactive(file):  2174520 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               692 kB
Writeback:             0 kB
AnonPages:        283448 kB
Mapped:            22620 kB
Shmem:               200 kB
Slab:             735504 kB
SReclaimable:     179416 kB
SUnreclaim:       556088 kB
KernelStack:        1752 kB
PageTables:         4620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     698044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 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= 70048 MiB
End job on node117 at 2012-05-27 22:24:22