Trace number 3687265

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 SnapshotUNSAT 50.9363 49.3907

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900582300.opb
MD5SUMbe6efe3218879d0d0c6c419c0919396c
Bench CategoryDEC-SMALLINT (no 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 benchmark2.23166
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 683
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3687265-1337871893.opb
0.07/0.12	c reading problem ... 
0.43/0.31	c ... done. Wall clock time 0.184s.
0.43/0.31	c declared #vars     231
0.43/0.31	c #constraints  2707
0.43/0.31	c constraints type 
0.43/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.43/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.43/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.43/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.43/0.31	c 2707 constraints processed.
1.00/0.67	c cleaning 2493 clauses out of 5001 with flag 5001/5001
1.37/1.00	c cleaning 4252 clauses out of 8511 with flag 11004/11004
2.14/1.39	c cleaning 5624 clauses out of 11256 with flag 18001/18001
2.78/1.81	c cleaning 6806 clauses out of 13630 with flag 26000/26000
3.67/2.30	c cleaning 7902 clauses out of 15824 with flag 35000/35000
4.18/2.85	c cleaning 8949 clauses out of 17923 with flag 45001/45001
4.89/3.52	c cleaning 9980 clauses out of 19973 with flag 56000/56000
5.59/4.22	c cleaning 10990 clauses out of 21993 with flag 68000/68000
6.39/5.07	c cleaning 12002 clauses out of 24005 with flag 81002/81002
7.39/6.00	c cleaning 12995 clauses out of 26001 with flag 95000/95000
8.21/6.86	c cleaning 13989 clauses out of 28005 with flag 110000/110000
9.41/8.04	c cleaning 14998 clauses out of 30016 with flag 126000/126000
10.71/9.38	c cleaning 16002 clauses out of 32020 with flag 143002/143002
11.91/10.52	c cleaning 17007 clauses out of 34017 with flag 161001/161001
13.22/11.81	c cleaning 18002 clauses out of 36009 with flag 180000/180000
14.63/13.25	c cleaning 18993 clauses out of 38008 with flag 200001/200001
16.13/14.73	c cleaning 19997 clauses out of 40015 with flag 221001/221001
17.84/16.41	c cleaning 21008 clauses out of 42019 with flag 243002/243002
19.56/18.15	c cleaning 21992 clauses out of 44009 with flag 266001/266001
21.17/19.80	c cleaning 23003 clauses out of 46016 with flag 290000/290000
23.38/22.00	c cleaning 24004 clauses out of 48015 with flag 315002/315002
25.87/24.40	c cleaning 24989 clauses out of 50008 with flag 341000/341000
27.99/26.55	c cleaning 26000 clauses out of 52022 with flag 368003/368003
30.41/28.93	c cleaning 26994 clauses out of 54019 with flag 396000/396000
32.83/31.36	c cleaning 28002 clauses out of 56028 with flag 425004/425004
35.43/33.97	c cleaning 28996 clauses out of 58021 with flag 455000/455000
38.44/36.96	c cleaning 30009 clauses out of 60024 with flag 486000/486000
41.06/39.56	c cleaning 31001 clauses out of 62015 with flag 518001/518001
43.98/42.47	c cleaning 32001 clauses out of 64017 with flag 551004/551004
46.98/45.46	c cleaning 33000 clauses out of 66009 with flag 585002/585002
50.08/48.56	c cleaning 33991 clauses out of 68005 with flag 620002/620002
50.89/49.35	c starts		: 152
50.89/49.35	c conflicts		: 631507
50.89/49.35	c decisions		: 815735
50.89/49.35	c propagations		: 26501268
50.89/49.35	c inspects		: 608484305
50.89/49.35	c shortcuts		: 0
50.89/49.35	c learnt literals	: 28
50.89/49.35	c learnt binary clauses	: 22
50.89/49.35	c learnt ternary clauses	: 152
50.89/49.35	c learnt constraints	: 631478
50.89/49.35	c ignored constraints	: 0
50.89/49.35	c root simplifications	: 0
50.89/49.35	c removed literals (reason simplification)	: 0
50.89/49.35	c reason swapping (by a shorter reason)	: 0
50.89/49.35	c Calls to reduceDB	: 31
50.89/49.35	c number of reductions to clauses (during analyze)	: 0
50.89/49.35	c number of learned constraints concerned by reduction	: 0
50.89/49.35	c number of learning phase by resolution	: 0
50.89/49.35	c number of learning phase by cutting planes	: 0
50.89/49.35	c speed (assignments/second)	: 540345.9679885819
50.89/49.35	c non guided choices	131
50.89/49.37	c learnt constraints type 
50.89/49.37	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 22
50.89/49.37	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 45485
50.89/49.37	c constraints type 
50.89/49.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
50.89/49.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
50.89/49.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
50.89/49.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
50.89/49.37	c 2707 constraints processed.
50.89/49.37	s UNSATISFIABLE
50.89/49.37	c Total wall clock time (in seconds): 49.251

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-3687265-1337871893/watcher-3687265-1337871893 -o /tmp/evaluation-result-3687265-1337871893/solver-3687265-1337871893 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687265-1337871893.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: 0.15 0.03 0.01 3/194 22755
/proc/meminfo: memFree=28255116/32873648 swapFree=6848/6848
[pid=22755] ppid=22753 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/22755/stat : 22755 (java) D 22753 22755 22635 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253316131 9515008 184 33554432000 1073741824 1073778376 140735371479584 140735371470808 213192961463 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/22755/statm: 2323 184 142 9 0 71 0

[startup+0.013266 s]
/proc/loadavg: 0.15 0.03 0.01 3/194 22755
/proc/meminfo: memFree=28255116/32873648 swapFree=6848/6848
[pid=22755] ppid=22753 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22755/stat : 22755 (java) S 22753 22755 22635 0 -1 4202496 1271 0 0 0 0 0 0 0 20 0 2 0 253316131 98570240 974 33554432000 1073741824 1073778376 140736305198160 140736305189296 213196505149 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22755/statm: 24065 974 740 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.100256 s]
/proc/loadavg: 0.15 0.03 0.01 3/194 22755
/proc/meminfo: memFree=28255116/32873648 swapFree=6848/6848
[pid=22755] ppid=22753 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/22755/stat : 22755 (java) S 22753 22755 22635 0 -1 4202496 4118 0 1 0 6 1 0 0 20 0 18 0 253316131 9787813888 5328 33554432000 1073741824 1073778376 140736305198160 140736305189296 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22755/statm: 2389603 5340 2071 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300216 s]
/proc/loadavg: 0.15 0.03 0.01 3/194 22755
/proc/meminfo: memFree=28255116/32873648 swapFree=6848/6848
[pid=22755] ppid=22753 vsize=9558412 CPUtime=0.43 cores=0,2,4,6
/proc/22755/stat : 22755 (java) S 22753 22755 22635 0 -1 4202496 5335 0 1 0 41 2 0 0 20 0 18 0 253316131 9787813888 7678 33554432000 1073741824 1073778376 140736305198160 140736305189296 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22755/statm: 2389603 7678 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558412

[startup+0.700188 s]
/proc/loadavg: 0.15 0.03 0.01 3/194 22755
/proc/meminfo: memFree=28255116/32873648 swapFree=6848/6848
[pid=22755] ppid=22753 vsize=9624976 CPUtime=1.16 cores=0,2,4,6
/proc/22755/stat : 22755 (java) S 22753 22755 22635 0 -1 4202496 7908 0 1 0 114 2 0 0 20 0 19 0 253316131 9855975424 10734 33554432000 1073741824 1073778376 140736305198160 140736305189296 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22755/statm: 2406244 10734 2273 9 0 2396937 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9624976

[startup+1.5007 s]
/proc/loadavg: 0.38 0.08 0.03 5/213 22774
/proc/meminfo: memFree=28220764/32873648 swapFree=6848/6848
[pid=22755] ppid=22753 vsize=9624976 CPUtime=2.45 cores=0,2,4,6
/proc/22755/stat : 22755 (java) S 22753 22755 22635 0 -1 4202496 16572 0 1 0 242 3 0 0 20 0 19 0 253316131 9855975424 15857 33554432000 1073741824 1073778376 140736305198160 140736305189296 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22755/statm: 2406244 15857 2275 9 0 2396937 0
[pid=22755/tid=22757] ppid=22753 vsize=9624976 CPUtime=1.43 cores=0,2,4,6
/proc/22755/task/22757/stat : 22757 (java) R 22753 22755 22635 0 -1 4202560 2460 0 1 0 141 2 0 0 20 0 19 0 253316132 9855975424 15857 33554432000 1073741824 1073778376 140736305198160 139903754346904 139903610931509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22758] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22758/stat : 22758 (java) S 22753 22755 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 15857 33554432000 1073741824 1073778376 140736305198160 139903732447912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22759] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22759/stat : 22759 (java) S 22753 22755 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 15857 33554432000 1073741824 1073778376 140736305198160 139903731395368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22760] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22760/stat : 22760 (java) S 22753 22755 22635 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 15857 33554432000 1073741824 1073778376 140736305198160 139903730342824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22761] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22761/stat : 22761 (java) S 22753 22755 22635 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 15857 33554432000 1073741824 1073778376 140736305198160 139903729290280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22755/tid=22762] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22762/stat : 22762 (java) S 22753 22755 22635 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 15857 33554432000 1073741824 1073778376 140736305198160 139903392278696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22763] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22763/stat : 22763 (java) S 22753 22755 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 15857 33554432000 1073741824 1073778376 140736305198160 139903391226152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22755/tid=22764] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22764/stat : 22764 (java) S 22753 22755 22635 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 15857 33554432000 1073741824 1073778376 140736305198160 139903390173608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22765] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22765/stat : 22765 (java) S 22753 22755 22635 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 15857 33554432000 1073741824 1073778376 140736305198160 139903389121064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22755/tid=22766] ppid=22753 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22755/task/22766/stat : 22766 (java) S 22753 22755 22635 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 253316135 9855975424 15857 33554432000 1073741824 1073778376 140736305198160 139903376923240 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22767] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22767/stat : 22767 (java) S 22753 22755 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316135 9855975424 15857 33554432000 1073741824 1073778376 140736305198160 139903375869560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22768] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22768/stat : 22768 (java) S 22753 22755 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316135 9855975424 15857 33554432000 1073741824 1073778376 140736305198160 139903374816904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22769] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22769/stat : 22769 (java) S 22753 22755 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316138 9855975424 15857 33554432000 1073741824 1073778376 140736305198160 139903373765648 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22770] ppid=22753 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/22755/task/22770/stat : 22770 (java) S 22753 22755 22635 0 -1 4202560 11247 0 0 0 68 2 0 0 20 0 19 0 253316138 9855975424 15857 33554432000 1073741824 1073778376 140736305198160 139903372711992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22771] ppid=22753 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/22755/task/22771/stat : 22771 (java) S 22753 22755 22635 0 -1 4202560 1618 0 0 0 26 0 0 0 20 0 19 0 253316138 9855975424 15857 33554432000 1073741824 1073778376 140736305198160 139903371659448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22772] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22772/stat : 22772 (java) S 22753 22755 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316138 9855975424 15857 33554432000 1073741824 1073778376 140736305198160 139903370607096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22773] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22773/stat : 22773 (java) S 22753 22755 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316138 9855975424 15857 33554432000 1073741824 1073778376 140736305198160 139903369554760 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22774] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22774/stat : 22774 (java) S 22753 22755 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316162 9855975424 15857 33554432000 1073741824 1073778376 140736305198160 139903368500520 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9624976

[startup+3.10062 s]
/proc/loadavg: 0.38 0.08 0.03 4/213 22774
/proc/meminfo: memFree=28196412/32873648 swapFree=6848/6848
[pid=22755] ppid=22753 vsize=9624976 CPUtime=4.49 cores=0,2,4,6
/proc/22755/stat : 22755 (java) S 22753 22755 22635 0 -1 4202496 18248 0 1 0 445 4 0 0 20 0 19 0 253316131 9855975424 16930 33554432000 1073741824 1073778376 140736305198160 140736305189296 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22755/statm: 2406244 16930 2275 9 0 2396937 0
[pid=22755/tid=22757] ppid=22753 vsize=9624976 CPUtime=2.99 cores=0,2,4,6
/proc/22755/task/22757/stat : 22757 (java) R 22753 22755 22635 0 -1 4202560 2463 0 1 0 297 2 0 0 20 0 19 0 253316132 9855975424 16930 33554432000 1073741824 1073778376 140736305198160 139903754346904 139903610957528 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22758] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22758/stat : 22758 (java) S 22753 22755 22635 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 16930 33554432000 1073741824 1073778376 140736305198160 139903732447912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22759] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22759/stat : 22759 (java) S 22753 22755 22635 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 16930 33554432000 1073741824 1073778376 140736305198160 139903731395368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22755/tid=22760] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22760/stat : 22760 (java) S 22753 22755 22635 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 16930 33554432000 1073741824 1073778376 140736305198160 139903730342824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22761] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22761/stat : 22761 (java) S 22753 22755 22635 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 16930 33554432000 1073741824 1073778376 140736305198160 139903729290280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22755/tid=22762] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22762/stat : 22762 (java) S 22753 22755 22635 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 16930 33554432000 1073741824 1073778376 140736305198160 139903392278696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22763] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22763/stat : 22763 (java) S 22753 22755 22635 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 16930 33554432000 1073741824 1073778376 140736305198160 139903391226152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22764] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22764/stat : 22764 (java) S 22753 22755 22635 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 16930 33554432000 1073741824 1073778376 140736305198160 139903390173608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22765] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22765/stat : 22765 (java) S 22753 22755 22635 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 16930 33554432000 1073741824 1073778376 140736305198160 139903389121064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22755/tid=22766] ppid=22753 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/22755/task/22766/stat : 22766 (java) S 22753 22755 22635 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 19 0 253316135 9855975424 16930 33554432000 1073741824 1073778376 140736305198160 139903376923240 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22767] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22767/stat : 22767 (java) S 22753 22755 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316135 9855975424 16930 33554432000 1073741824 1073778376 140736305198160 139903375869560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22768] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22768/stat : 22768 (java) S 22753 22755 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316135 9855975424 16930 33554432000 1073741824 1073778376 140736305198160 139903374816904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22769] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22769/stat : 22769 (java) S 22753 22755 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316138 9855975424 16930 33554432000 1073741824 1073778376 140736305198160 139903373765648 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22770] ppid=22753 vsize=9624976 CPUtime=1.06 cores=0,2,4,6
/proc/22755/task/22770/stat : 22770 (java) S 22753 22755 22635 0 -1 4202560 12398 0 0 0 104 2 0 0 20 0 19 0 253316138 9855975424 16930 33554432000 1073741824 1073778376 140736305198160 139903372711992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22771] ppid=22753 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/22755/task/22771/stat : 22771 (java) S 22753 22755 22635 0 -1 4202560 2129 0 0 0 31 0 0 0 20 0 19 0 253316138 9855975424 16930 33554432000 1073741824 1073778376 140736305198160 139903371659448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22772] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22772/stat : 22772 (java) S 22753 22755 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316138 9855975424 16930 33554432000 1073741824 1073778376 140736305198160 139903370607096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22773] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22773/stat : 22773 (java) S 22753 22755 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316138 9855975424 16930 33554432000 1073741824 1073778376 140736305198160 139903369554760 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22774] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22774/stat : 22774 (java) S 22753 22755 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316162 9855975424 16930 33554432000 1073741824 1073778376 140736305198160 139903368500520 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 9624976

[startup+6.30062 s]
/proc/loadavg: 0.59 0.13 0.04 3/213 22774
/proc/meminfo: memFree=28192888/32873648 swapFree=6848/6848
[pid=22755] ppid=22753 vsize=9624976 CPUtime=7.7 cores=0,2,4,6
/proc/22755/stat : 22755 (java) S 22753 22755 22635 0 -1 4202496 18279 0 1 0 766 4 0 0 20 0 19 0 253316131 9855975424 15193 33554432000 1073741824 1073778376 140736305198160 140736305189296 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22755/statm: 2406244 15193 2275 9 0 2396937 0
[pid=22755/tid=22757] ppid=22753 vsize=9624976 CPUtime=6.13 cores=0,2,4,6
/proc/22755/task/22757/stat : 22757 (java) R 22753 22755 22635 0 -1 4202560 2468 0 1 0 611 2 0 0 20 0 19 0 253316132 9855975424 15193 33554432000 1073741824 1073778376 140736305198160 139903754346784 139903610920190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22758] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22758/stat : 22758 (java) S 22753 22755 22635 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 15193 33554432000 1073741824 1073778376 140736305198160 139903732447912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22759] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22759/stat : 22759 (java) S 22753 22755 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 15193 33554432000 1073741824 1073778376 140736305198160 139903731395368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22755/tid=22760] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22760/stat : 22760 (java) S 22753 22755 22635 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 15193 33554432000 1073741824 1073778376 140736305198160 139903730342824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22755/tid=22761] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22761/stat : 22761 (java) S 22753 22755 22635 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 15193 33554432000 1073741824 1073778376 140736305198160 139903729290280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22762] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22762/stat : 22762 (java) S 22753 22755 22635 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 15193 33554432000 1073741824 1073778376 140736305198160 139903392278696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22763] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22763/stat : 22763 (java) S 22753 22755 22635 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 15193 33554432000 1073741824 1073778376 140736305198160 139903391226152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22764] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22764/stat : 22764 (java) S 22753 22755 22635 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 15193 33554432000 1073741824 1073778376 140736305198160 139903390173608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22765] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22765/stat : 22765 (java) S 22753 22755 22635 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253316134 9855975424 15193 33554432000 1073741824 1073778376 140736305198160 139903389121064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22755/tid=22766] ppid=22753 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/22755/task/22766/stat : 22766 (java) S 22753 22755 22635 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 253316135 9855975424 15193 33554432000 1073741824 1073778376 140736305198160 139903376923240 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22767] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22767/stat : 22767 (java) S 22753 22755 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316135 9855975424 15193 33554432000 1073741824 1073778376 140736305198160 139903375869560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22768] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22768/stat : 22768 (java) S 22753 22755 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316135 9855975424 15193 33554432000 1073741824 1073778376 140736305198160 139903374816904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22769] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22769/stat : 22769 (java) S 22753 22755 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316138 9855975424 15193 33554432000 1073741824 1073778376 140736305198160 139903373765648 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22770] ppid=22753 vsize=9624976 CPUtime=1.06 cores=0,2,4,6
/proc/22755/task/22770/stat : 22770 (java) S 22753 22755 22635 0 -1 4202560 12398 0 0 0 104 2 0 0 20 0 19 0 253316138 9855975424 15193 33554432000 1073741824 1073778376 140736305198160 139903372711992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22771] ppid=22753 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/22755/task/22771/stat : 22771 (java) S 22753 22755 22635 0 -1 4202560 2129 0 0 0 31 0 0 0 20 0 19 0 253316138 9855975424 15193 33554432000 1073741824 1073778376 140736305198160 139903371659448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22772] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22772/stat : 22772 (java) S 22753 22755 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316138 9855975424 15193 33554432000 1073741824 1073778376 140736305198160 139903370607096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22773] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22773/stat : 22773 (java) S 22753 22755 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316138 9855975424 15193 33554432000 1073741824 1073778376 140736305198160 139903369554760 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22774] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22774/stat : 22774 (java) S 22753 22755 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316162 9855975424 15193 33554432000 1073741824 1073778376 140736305198160 139903368500520 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

/proc/22755/task/22758/stat : 22758 (java) S 22753 22755 22635 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 253316134 9855975424 18334 33554432000 1073741824 1073778376 140736305198160 139903732447912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22759] ppid=22753 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/22755/task/22759/stat : 22759 (java) S 22753 22755 22635 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 253316134 9855975424 18334 33554432000 1073741824 1073778376 140736305198160 139903731395368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22760] ppid=22753 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22755/task/22760/stat : 22760 (java) S 22753 22755 22635 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 253316134 9855975424 18334 33554432000 1073741824 1073778376 140736305198160 139903730342824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22761] ppid=22753 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/22755/task/22761/stat : 22761 (java) S 22753 22755 22635 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 253316134 9855975424 18334 33554432000 1073741824 1073778376 140736305198160 139903729290280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22755/tid=22762] ppid=22753 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22755/task/22762/stat : 22762 (java) S 22753 22755 22635 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 253316134 9855975424 18334 33554432000 1073741824 1073778376 140736305198160 139903392278696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22763] ppid=22753 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/22755/task/22763/stat : 22763 (java) S 22753 22755 22635 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 253316134 9855975424 18334 33554432000 1073741824 1073778376 140736305198160 139903391226152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22755/tid=22764] ppid=22753 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/22755/task/22764/stat : 22764 (java) S 22753 22755 22635 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 253316134 9855975424 18334 33554432000 1073741824 1073778376 140736305198160 139903390173608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22765] ppid=22753 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22755/task/22765/stat : 22765 (java) S 22753 22755 22635 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 253316134 9855975424 18334 33554432000 1073741824 1073778376 140736305198160 139903389121064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22766] ppid=22753 vsize=9624976 CPUtime=0.39 cores=0,2,4,6
/proc/22755/task/22766/stat : 22766 (java) S 22753 22755 22635 0 -1 4202560 37 0 0 0 39 0 0 0 20 0 19 0 253316135 9855975424 18334 33554432000 1073741824 1073778376 140736305198160 139903376923240 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22767] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22767/stat : 22767 (java) S 22753 22755 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316135 9855975424 18334 33554432000 1073741824 1073778376 140736305198160 139903375869560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22768] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22768/stat : 22768 (java) S 22753 22755 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316135 9855975424 18334 33554432000 1073741824 1073778376 140736305198160 139903374816904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22769] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22769/stat : 22769 (java) S 22753 22755 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316138 9855975424 18334 33554432000 1073741824 1073778376 140736305198160 139903373765648 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22770] ppid=22753 vsize=9624976 CPUtime=1.06 cores=0,2,4,6
/proc/22755/task/22770/stat : 22770 (java) S 22753 22755 22635 0 -1 4202560 12398 0 0 0 104 2 0 0 20 0 19 0 253316138 9855975424 18334 33554432000 1073741824 1073778376 140736305198160 139903372711992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22771] ppid=22753 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/22755/task/22771/stat : 22771 (java) S 22753 22755 22635 0 -1 4202560 2129 0 0 0 33 0 0 0 20 0 19 0 253316138 9855975424 18334 33554432000 1073741824 1073778376 140736305198160 139903371659448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22772] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22772/stat : 22772 (java) S 22753 22755 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316138 9855975424 18334 33554432000 1073741824 1073778376 140736305198160 139903370607096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22773] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22773/stat : 22773 (java) S 22753 22755 22635 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253316138 9855975424 18334 33554432000 1073741824 1073778376 140736305198160 139903369554760 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22774] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22774/stat : 22774 (java) S 22753 22755 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316162 9855975424 18334 33554432000 1073741824 1073778376 140736305198160 139903368500520 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 49.48
Current children cumulated vsize (KiB) 9624976

[startup+48.7007 s]
/proc/loadavg: 1.35 0.38 0.13 3/213 22774
/proc/meminfo: memFree=27945928/32873648 swapFree=6848/6848
[pid=22755] ppid=22753 vsize=9624976 CPUtime=50.29 cores=0,2,4,6
/proc/22755/stat : 22755 (java) S 22753 22755 22635 0 -1 4202496 18395 0 1 0 5024 5 0 0 20 0 19 0 253316131 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 140736305189296 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22755/statm: 2406244 18851 2275 9 0 2396937 0
[pid=22755/tid=22757] ppid=22753 vsize=9624976 CPUtime=47.98 cores=0,2,4,6
/proc/22755/task/22757/stat : 22757 (java) R 22753 22755 22635 0 -1 4202560 2489 0 1 0 4796 2 0 0 20 0 19 0 253316132 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903754346784 139903610919968 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22758] ppid=22753 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/22755/task/22758/stat : 22758 (java) S 22753 22755 22635 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903732447912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22759] ppid=22753 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/22755/task/22759/stat : 22759 (java) S 22753 22755 22635 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903731395368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22760] ppid=22753 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22755/task/22760/stat : 22760 (java) S 22753 22755 22635 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903730342824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22761] ppid=22753 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/22755/task/22761/stat : 22761 (java) S 22753 22755 22635 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903729290280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22755/tid=22762] ppid=22753 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22755/task/22762/stat : 22762 (java) S 22753 22755 22635 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903392278696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22763] ppid=22753 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/22755/task/22763/stat : 22763 (java) S 22753 22755 22635 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903391226152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22755/tid=22764] ppid=22753 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/22755/task/22764/stat : 22764 (java) S 22753 22755 22635 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903390173608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22765] ppid=22753 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22755/task/22765/stat : 22765 (java) S 22753 22755 22635 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903389121064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22766] ppid=22753 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/22755/task/22766/stat : 22766 (java) S 22753 22755 22635 0 -1 4202560 38 0 0 0 41 0 0 0 20 0 19 0 253316135 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903376923240 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22767] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22767/stat : 22767 (java) S 22753 22755 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316135 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903375869560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22768] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22768/stat : 22768 (java) S 22753 22755 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316135 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903374816904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22769] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22769/stat : 22769 (java) S 22753 22755 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316138 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903373765648 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22770] ppid=22753 vsize=9624976 CPUtime=1.06 cores=0,2,4,6
/proc/22755/task/22770/stat : 22770 (java) S 22753 22755 22635 0 -1 4202560 12398 0 0 0 104 2 0 0 20 0 19 0 253316138 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903372711992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22771] ppid=22753 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/22755/task/22771/stat : 22771 (java) S 22753 22755 22635 0 -1 4202560 2129 0 0 0 33 0 0 0 20 0 19 0 253316138 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903371659448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22772] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22772/stat : 22772 (java) S 22753 22755 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316138 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903370607096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22773] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22773/stat : 22773 (java) S 22753 22755 22635 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253316138 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903369554760 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22774] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22774/stat : 22774 (java) S 22753 22755 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316162 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903368500520 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 9624976

[startup+49.1006 s]
/proc/loadavg: 1.35 0.38 0.13 3/213 22774
/proc/meminfo: memFree=27945928/32873648 swapFree=6848/6848
[pid=22755] ppid=22753 vsize=9624976 CPUtime=50.69 cores=0,2,4,6
/proc/22755/stat : 22755 (java) S 22753 22755 22635 0 -1 4202496 18395 0 1 0 5064 5 0 0 20 0 19 0 253316131 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 140736305189296 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22755/statm: 2406244 18851 2275 9 0 2396937 0
[pid=22755/tid=22757] ppid=22753 vsize=9624976 CPUtime=48.38 cores=0,2,4,6
/proc/22755/task/22757/stat : 22757 (java) R 22753 22755 22635 0 -1 4202560 2489 0 1 0 4836 2 0 0 20 0 19 0 253316132 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903754346784 139903610942112 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22758] ppid=22753 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/22755/task/22758/stat : 22758 (java) S 22753 22755 22635 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903732447912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22759] ppid=22753 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/22755/task/22759/stat : 22759 (java) S 22753 22755 22635 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903731395368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22760] ppid=22753 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22755/task/22760/stat : 22760 (java) S 22753 22755 22635 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903730342824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22761] ppid=22753 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/22755/task/22761/stat : 22761 (java) S 22753 22755 22635 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903729290280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22755/tid=22762] ppid=22753 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22755/task/22762/stat : 22762 (java) S 22753 22755 22635 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903392278696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22763] ppid=22753 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/22755/task/22763/stat : 22763 (java) S 22753 22755 22635 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903391226152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22755/tid=22764] ppid=22753 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/22755/task/22764/stat : 22764 (java) S 22753 22755 22635 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903390173608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22765] ppid=22753 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22755/task/22765/stat : 22765 (java) S 22753 22755 22635 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903389121064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22766] ppid=22753 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/22755/task/22766/stat : 22766 (java) S 22753 22755 22635 0 -1 4202560 38 0 0 0 41 0 0 0 20 0 19 0 253316135 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903376923240 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22767] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22767/stat : 22767 (java) S 22753 22755 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316135 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903375869560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22768] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22768/stat : 22768 (java) S 22753 22755 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316135 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903374816904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22769] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22769/stat : 22769 (java) S 22753 22755 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316138 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903373765648 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22770] ppid=22753 vsize=9624976 CPUtime=1.06 cores=0,2,4,6
/proc/22755/task/22770/stat : 22770 (java) S 22753 22755 22635 0 -1 4202560 12398 0 0 0 104 2 0 0 20 0 19 0 253316138 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903372711992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22771] ppid=22753 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/22755/task/22771/stat : 22771 (java) S 22753 22755 22635 0 -1 4202560 2129 0 0 0 33 0 0 0 20 0 19 0 253316138 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903371659448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22772] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22772/stat : 22772 (java) S 22753 22755 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316138 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903370607096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22773] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22773/stat : 22773 (java) S 22753 22755 22635 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253316138 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903369554760 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22774] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22774/stat : 22774 (java) S 22753 22755 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316162 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903368500520 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 9624976

[startup+49.3006 s]
/proc/loadavg: 1.35 0.38 0.13 3/213 22774
/proc/meminfo: memFree=27945928/32873648 swapFree=6848/6848
[pid=22755] ppid=22753 vsize=9624976 CPUtime=50.89 cores=0,2,4,6
/proc/22755/stat : 22755 (java) S 22753 22755 22635 0 -1 4202496 18395 0 1 0 5084 5 0 0 20 0 19 0 253316131 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 140736305189296 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22755/statm: 2406244 18851 2275 9 0 2396937 0
[pid=22755/tid=22757] ppid=22753 vsize=9624976 CPUtime=48.58 cores=0,2,4,6
/proc/22755/task/22757/stat : 22757 (java) R 22753 22755 22635 0 -1 4202560 2489 0 1 0 4856 2 0 0 20 0 19 0 253316132 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903754346784 139903610944193 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22758] ppid=22753 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/22755/task/22758/stat : 22758 (java) S 22753 22755 22635 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903732447912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22759] ppid=22753 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/22755/task/22759/stat : 22759 (java) S 22753 22755 22635 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903731395368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22760] ppid=22753 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22755/task/22760/stat : 22760 (java) S 22753 22755 22635 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903730342824 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22761] ppid=22753 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/22755/task/22761/stat : 22761 (java) S 22753 22755 22635 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903729290280 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22755/tid=22762] ppid=22753 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22755/task/22762/stat : 22762 (java) S 22753 22755 22635 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903392278696 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22763] ppid=22753 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/22755/task/22763/stat : 22763 (java) S 22753 22755 22635 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903391226152 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22755/tid=22764] ppid=22753 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/22755/task/22764/stat : 22764 (java) S 22753 22755 22635 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903390173608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22765] ppid=22753 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22755/task/22765/stat : 22765 (java) S 22753 22755 22635 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 253316134 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903389121064 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22766] ppid=22753 vsize=9624976 CPUtime=0.41 cores=0,2,4,6
/proc/22755/task/22766/stat : 22766 (java) S 22753 22755 22635 0 -1 4202560 38 0 0 0 41 0 0 0 20 0 19 0 253316135 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903376923240 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22767] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22767/stat : 22767 (java) S 22753 22755 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316135 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903375869560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22768] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22768/stat : 22768 (java) S 22753 22755 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316135 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903374816904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22769] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22769/stat : 22769 (java) S 22753 22755 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316138 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903373765648 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22770] ppid=22753 vsize=9624976 CPUtime=1.06 cores=0,2,4,6
/proc/22755/task/22770/stat : 22770 (java) S 22753 22755 22635 0 -1 4202560 12398 0 0 0 104 2 0 0 20 0 19 0 253316138 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903372711992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22771] ppid=22753 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/22755/task/22771/stat : 22771 (java) S 22753 22755 22635 0 -1 4202560 2129 0 0 0 33 0 0 0 20 0 19 0 253316138 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903371659448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22755/tid=22772] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22772/stat : 22772 (java) S 22753 22755 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316138 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903370607096 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22755/tid=22773] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22773/stat : 22773 (java) S 22753 22755 22635 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253316138 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903369554760 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22755/tid=22774] ppid=22753 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22755/task/22774/stat : 22774 (java) S 22753 22755 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316162 9855975424 18851 33554432000 1073741824 1073778376 140736305198160 139903368500520 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 9624976

Child status: 20
Real time (s): 49.3907
CPU time (s): 50.9363
CPU user time (s): 50.7643
CPU system time (s): 0.171973
CPU usage (%): 103.129
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.7643
system time used= 0.171973
maximum resident set size= 75508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18425
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2182
involuntary context switches= 1847

runsolver used 0.199969 second user time and 0.547916 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-24 17:04:53
IDJOB=3687265
IDBENCH=1274
IDSOLVER=2269
FILE ID=node113/3687265-1337871893
RUNJOBID= node113-1337871880-22652
PBS_JOBID= 14620091
Free space on /tmp= 71688 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900582300.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687265-1337871893/watcher-3687265-1337871893 -o /tmp/evaluation-result-3687265-1337871893/solver-3687265-1337871893 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687265-1337871893.opb

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

MD5SUM BENCH= be6efe3218879d0d0c6c419c0919396c
RANDOM SEED=2138714882

node113.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.026
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.05
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.026
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.90
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.026
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	: 5438.54
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.026
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.026
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.026
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.026
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.92
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.026
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:        28261632 kB
Buffers:          205936 kB
Cached:          3370760 kB
SwapCached:            0 kB
Active:           821380 kB
Inactive:        3007312 kB
Active(anon):     254692 kB
Inactive(anon):        0 kB
Active(file):     566688 kB
Inactive(file):  3007312 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3184 kB
Writeback:             0 kB
AnonPages:        271316 kB
Mapped:            22476 kB
Shmem:               200 kB
Slab:             633300 kB
SReclaimable:      77552 kB
SUnreclaim:       555748 kB
KernelStack:        1576 kB
PageTables:         4644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     824800 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= 71684 MiB
End job on node113 at 2012-05-24 17:05:42