Trace number 3687301

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 21.8197 20.2858

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900552735.opb
MD5SUM2e08c1ce998ee58627c81926b9e65d57
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 benchmark3.9644
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 739
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
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 lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No 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=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3687301-1337871899.opb
0.10/0.11	c reading problem ... 
0.26/0.29	c ... done. Wall clock time 0.182s.
0.26/0.29	c declared #vars     231
0.26/0.29	c #constraints  2707
0.26/0.29	c constraints type 
0.26/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.26/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.26/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.26/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.26/0.29	c 2707 constraints processed.
1.03/0.66	c cleaning 2501 clauses out of 5002 with flag 5002/5002
1.42/0.92	c cleaning 4245 clauses out of 8501 with flag 11002/11002
1.74/1.26	c cleaning 5625 clauses out of 11255 with flag 18001/18001
2.51/1.64	c cleaning 6812 clauses out of 13629 with flag 26000/26000
3.33/2.06	c cleaning 7907 clauses out of 15817 with flag 35000/35000
3.83/2.55	c cleaning 8950 clauses out of 17909 with flag 45000/45000
4.46/3.18	c cleaning 9972 clauses out of 19961 with flag 56002/56002
5.18/3.82	c cleaning 10984 clauses out of 21990 with flag 68003/68003
5.99/4.66	c cleaning 11994 clauses out of 24003 with flag 81000/81000
6.82/5.46	c cleaning 13002 clauses out of 26009 with flag 95001/95001
7.72/6.33	c cleaning 13995 clauses out of 28008 with flag 110002/110002
8.72/7.36	c cleaning 14996 clauses out of 30011 with flag 126000/126000
9.73/8.37	c cleaning 16000 clauses out of 32016 with flag 143001/143001
10.83/9.43	c cleaning 16999 clauses out of 34014 with flag 161000/161000
11.84/10.41	c cleaning 18008 clauses out of 36016 with flag 180001/180001
13.06/11.68	c cleaning 18993 clauses out of 38009 with flag 200002/200002
14.38/12.94	c cleaning 20002 clauses out of 40014 with flag 221001/221001
15.69/14.25	c cleaning 20994 clauses out of 42010 with flag 243000/243000
16.99/15.55	c cleaning 22004 clauses out of 44016 with flag 266001/266001
18.50/17.00	c cleaning 22996 clauses out of 46011 with flag 290001/290001
20.01/18.55	c cleaning 23999 clauses out of 48013 with flag 315000/315000
21.62/20.19	c cleaning 24990 clauses out of 50011 with flag 341003/341003
21.73/20.26	c starts		: 133
21.73/20.26	c conflicts		: 341916
21.73/20.26	c decisions		: 488333
21.73/20.26	c propagations		: 13750837
21.73/20.26	c inspects		: 249085919
21.73/20.26	c shortcuts		: 0
21.73/20.26	c learnt literals	: 20
21.73/20.26	c learnt binary clauses	: 22
21.73/20.26	c learnt ternary clauses	: 113
21.73/20.26	c learnt constraints	: 341895
21.73/20.26	c ignored constraints	: 0
21.73/20.26	c root simplifications	: 0
21.73/20.26	c removed literals (reason simplification)	: 0
21.73/20.26	c reason swapping (by a shorter reason)	: 0
21.73/20.26	c Calls to reduceDB	: 22
21.73/20.26	c number of reductions to clauses (during analyze)	: 0
21.73/20.26	c number of learned constraints concerned by reduction	: 0
21.73/20.26	c number of learning phase by resolution	: 0
21.73/20.26	c number of learning phase by cutting planes	: 0
21.73/20.26	c speed (assignments/second)	: 688919.6893787575
21.73/20.26	c non guided choices	169
21.73/20.27	c learnt constraints type 
21.73/20.27	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 22
21.73/20.27	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 25905
21.73/20.27	c constraints type 
21.73/20.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
21.73/20.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
21.73/20.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
21.73/20.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
21.73/20.27	c 2707 constraints processed.
21.73/20.27	s UNSATISFIABLE
21.73/20.27	c Total wall clock time (in seconds): 20.156

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-3687301-1337871899/watcher-3687301-1337871899 -o /tmp/evaluation-result-3687301-1337871899/solver-3687301-1337871899 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687301-1337871899.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.23 0.06 0.02 3/196 22638
/proc/meminfo: memFree=29398628/32873844 swapFree=7124/7124
[pid=22638] ppid=22636 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/22638/stat : 22638 (java) S 22636 22638 22462 0 -1 4202496 1150 0 0 0 0 0 0 0 20 0 2 0 253315298 24780800 870 33554432000 1073741824 1073778376 140736446357168 140736446348304 273909055549 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22638/statm: 22434 876 662 9 0 16769 0
[pid=22638/tid=22639] ppid=22636 vsize=89740 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22639/stat : 22639 (java) R 22636 22638 22462 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 2 0 253315299 91893760 886 33554432000 1073741824 1073778376 140736446357168 140736446346232 273905698176 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0475621 s]
/proc/loadavg: 0.23 0.06 0.02 3/196 22638
/proc/meminfo: memFree=29398628/32873844 swapFree=7124/7124
[pid=22638] ppid=22636 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/22638/stat : 22638 (java) S 22636 22638 22462 0 -1 4202496 3056 0 1 0 2 1 0 0 20 0 13 0 253315298 9446973440 3753 33554432000 1073741824 1073778376 140736446357168 140736446348304 273909055549 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22638/statm: 2306390 3753 1705 9 0 2297091 0
[pid=22638/tid=22639] ppid=22636 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/22638/task/22639/stat : 22639 (java) R 22636 22638 22462 0 -1 4202560 1874 0 1 0 1 1 0 0 20 0 13 0 253315299 9446973440 3753 33554432000 1073741824 1073778376 140736446357168 139750219395312 273909081357 0 4 0 16800971 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100265 s]
/proc/loadavg: 0.23 0.06 0.02 3/196 22638
/proc/meminfo: memFree=29398628/32873844 swapFree=7124/7124
[pid=22638] ppid=22636 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/22638/stat : 22638 (java) S 22636 22638 22462 0 -1 4202496 4311 0 1 0 9 1 0 0 20 0 18 0 253315298 9787813888 5494 33554432000 1073741824 1073778376 140736446357168 140736446348304 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22638/statm: 2389603 5495 2108 9 0 2380296 0
[pid=22638/tid=22639] ppid=22636 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/22638/task/22639/stat : 22639 (java) R 22636 22638 22462 0 -1 4202560 2341 0 1 0 6 1 0 0 20 0 18 0 253315299 9787813888 5495 33554432000 1073741824 1073778376 140736446357168 139750219398064 273909081357 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.30024 s]
/proc/loadavg: 0.23 0.06 0.02 3/196 22638
/proc/meminfo: memFree=29398628/32873844 swapFree=7124/7124
[pid=22638] ppid=22636 vsize=9558412 CPUtime=0.47 cores=0,2,4,6
/proc/22638/stat : 22638 (java) S 22636 22638 22462 0 -1 4202496 5641 0 1 0 45 2 0 0 20 0 18 0 253315298 9787813888 8404 33554432000 1073741824 1073778376 140736446357168 140736446348304 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22638/statm: 2389603 8404 2224 9 0 2380296 0
[pid=22638/tid=22639] ppid=22636 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/22638/task/22639/stat : 22639 (java) R 22636 22638 22462 0 -1 4202560 2465 0 1 0 26 1 0 0 20 0 18 0 253315299 9787813888 8404 33554432000 1073741824 1073778376 140736446357168 139750219398064 18446744073699066235 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700158 s]
/proc/loadavg: 0.23 0.06 0.02 3/196 22638
/proc/meminfo: memFree=29398628/32873844 swapFree=7124/7124
[pid=22638] ppid=22636 vsize=9624976 CPUtime=1.19 cores=0,2,4,6
/proc/22638/stat : 22638 (java) S 22636 22638 22462 0 -1 4202496 8354 0 1 0 117 2 0 0 20 0 19 0 253315298 9855975424 10634 33554432000 1073741824 1073778376 140736446357168 140736446348304 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22638/statm: 2406244 10634 2273 9 0 2396937 0
[pid=22638/tid=22639] ppid=22636 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/22638/task/22639/stat : 22639 (java) R 22636 22638 22462 0 -1 4202560 2472 0 1 0 65 1 0 0 20 0 19 0 253315299 9855975424 10634 33554432000 1073741824 1073778376 140736446357168 139750219399464 139750065838827 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9624976

[startup+1.50069 s]
/proc/loadavg: 0.23 0.06 0.02 3/215 22657
/proc/meminfo: memFree=29349748/32873844 swapFree=7124/7124
[pid=22638] ppid=22636 vsize=9624976 CPUtime=2.36 cores=0,2,4,6
/proc/22638/stat : 22638 (java) S 22636 22638 22462 0 -1 4202496 14662 0 1 0 232 4 0 0 20 0 19 0 253315298 9855975424 15373 33554432000 1073741824 1073778376 140736446357168 140736446348304 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22638/statm: 2406244 15373 2275 9 0 2396937 0
[pid=22638/tid=22639] ppid=22636 vsize=9624976 CPUtime=1.42 cores=0,2,4,6
/proc/22638/task/22639/stat : 22639 (java) R 22636 22638 22462 0 -1 4202560 2474 0 1 0 141 1 0 0 20 0 19 0 253315299 9855975424 15373 33554432000 1073741824 1073778376 140736446357168 139750219399576 139750065538567 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22641] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22641/stat : 22641 (java) S 22636 22638 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315299 9855975424 15373 33554432000 1073741824 1073778376 140736446357168 139750191851816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22638/tid=22642] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22642/stat : 22642 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315299 9855975424 15373 33554432000 1073741824 1073778376 140736446357168 139750190799016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22638/tid=22643] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22643/stat : 22643 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315299 9855975424 15373 33554432000 1073741824 1073778376 140736446357168 139750189746728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22638/tid=22644] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22644/stat : 22644 (java) S 22636 22638 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253315299 9855975424 15373 33554432000 1073741824 1073778376 140736446357168 139750188693928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22638/tid=22645] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22645/stat : 22645 (java) S 22636 22638 22462 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253315299 9855975424 15373 33554432000 1073741824 1073778376 140736446357168 139750187641640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22646] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22646/stat : 22646 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315299 9855975424 15373 33554432000 1073741824 1073778376 140736446357168 139750186588840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22638/tid=22647] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22647/stat : 22647 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315299 9855975424 15373 33554432000 1073741824 1073778376 140736446357168 139750185536552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22638/tid=22648] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22648/stat : 22648 (java) S 22636 22638 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315299 9855975424 15373 33554432000 1073741824 1073778376 140736446357168 139750184483752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22638/tid=22649] ppid=22636 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22638/task/22649/stat : 22649 (java) S 22636 22638 22462 0 -1 4202560 53 0 0 0 1 0 0 0 20 0 19 0 253315301 9855975424 15373 33554432000 1073741824 1073778376 140736446357168 139749572446440 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22650] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22650/stat : 22650 (java) S 22636 22638 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315301 9855975424 15373 33554432000 1073741824 1073778376 140736446357168 139749571392504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22651] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22651/stat : 22651 (java) S 22636 22638 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315301 9855975424 15373 33554432000 1073741824 1073778376 140736446357168 139749570340104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22652] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22652/stat : 22652 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315304 9855975424 15373 33554432000 1073741824 1073778376 140736446357168 139749569288592 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22653] ppid=22636 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/22638/task/22653/stat : 22653 (java) R 22636 22638 22462 0 -1 4202560 8423 0 0 0 51 1 0 0 20 0 19 0 253315304 9855975424 15373 33554432000 1073741824 1073778376 140736446357168 139749568223072 139750223517121 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22654] ppid=22636 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/22638/task/22654/stat : 22654 (java) S 22636 22638 22462 0 -1 4202560 2492 0 0 0 30 0 0 0 20 0 19 0 253315304 9855975424 15373 33554432000 1073741824 1073778376 140736446357168 139749567183416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22638/tid=22655] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22655/stat : 22655 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315304 9855975424 15373 33554432000 1073741824 1073778376 140736446357168 139749566131320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22638/tid=22656] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22656/stat : 22656 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315304 9855975424 15373 33554432000 1073741824 1073778376 140736446357168 139749565078728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22657] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22657/stat : 22657 (java) S 22636 22638 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253315328 9855975424 15373 33554432000 1073741824 1073778376 140736446357168 139749564023720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 9624976

[startup+3.10069 s]
/proc/loadavg: 0.23 0.06 0.02 3/215 22657
/proc/meminfo: memFree=29318932/32873844 swapFree=7124/7124
[pid=22638] ppid=22636 vsize=9624976 CPUtime=4.46 cores=0,2,4,6
/proc/22638/stat : 22638 (java) S 22636 22638 22462 0 -1 4202496 19766 0 1 0 441 5 0 0 20 0 19 0 253315298 9855975424 18971 33554432000 1073741824 1073778376 140736446357168 140736446348304 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22638/statm: 2406244 18971 2275 9 0 2396937 0
[pid=22638/tid=22639] ppid=22636 vsize=9624976 CPUtime=2.97 cores=0,2,4,6
/proc/22638/task/22639/stat : 22639 (java) R 22636 22638 22462 0 -1 4202560 2477 0 1 0 296 1 0 0 20 0 19 0 253315299 9855975424 18971 33554432000 1073741824 1073778376 140736446357168 139750219399640 139750065834287 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22641] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22641/stat : 22641 (java) S 22636 22638 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315299 9855975424 18971 33554432000 1073741824 1073778376 140736446357168 139750191851816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22642] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22642/stat : 22642 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315299 9855975424 18971 33554432000 1073741824 1073778376 140736446357168 139750190799016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22638/tid=22643] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22643/stat : 22643 (java) S 22636 22638 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253315299 9855975424 18971 33554432000 1073741824 1073778376 140736446357168 139750189746728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22638/tid=22644] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22644/stat : 22644 (java) S 22636 22638 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253315299 9855975424 18971 33554432000 1073741824 1073778376 140736446357168 139750188693928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22638/tid=22645] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22645/stat : 22645 (java) S 22636 22638 22462 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253315299 9855975424 18971 33554432000 1073741824 1073778376 140736446357168 139750187641640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22646] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22646/stat : 22646 (java) S 22636 22638 22462 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253315299 9855975424 18971 33554432000 1073741824 1073778376 140736446357168 139750186588840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22647] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22647/stat : 22647 (java) S 22636 22638 22462 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253315299 9855975424 18971 33554432000 1073741824 1073778376 140736446357168 139750185536552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22648] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22648/stat : 22648 (java) S 22636 22638 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315299 9855975424 18971 33554432000 1073741824 1073778376 140736446357168 139750184483752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22638/tid=22649] ppid=22636 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/22638/task/22649/stat : 22649 (java) S 22636 22638 22462 0 -1 4202560 54 0 0 0 4 0 0 0 20 0 19 0 253315301 9855975424 18971 33554432000 1073741824 1073778376 140736446357168 139749572446440 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22650] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22650/stat : 22650 (java) S 22636 22638 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315301 9855975424 18971 33554432000 1073741824 1073778376 140736446357168 139749571392504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22651] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22651/stat : 22651 (java) S 22636 22638 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315301 9855975424 18971 33554432000 1073741824 1073778376 140736446357168 139749570340104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22652] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22652/stat : 22652 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315304 9855975424 18971 33554432000 1073741824 1073778376 140736446357168 139749569288592 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22653] ppid=22636 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/22638/task/22653/stat : 22653 (java) S 22636 22638 22462 0 -1 4202560 8477 0 0 0 61 1 0 0 20 0 19 0 253315304 9855975424 18971 33554432000 1073741824 1073778376 140736446357168 139749568236216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22654] ppid=22636 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/22638/task/22654/stat : 22654 (java) S 22636 22638 22462 0 -1 4202560 7525 0 0 0 65 2 0 0 20 0 19 0 253315304 9855975424 18971 33554432000 1073741824 1073778376 140736446357168 139749567183416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22638/tid=22655] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22655/stat : 22655 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315304 9855975424 18971 33554432000 1073741824 1073778376 140736446357168 139749566131320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22638/tid=22656] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22656/stat : 22656 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315304 9855975424 18971 33554432000 1073741824 1073778376 140736446357168 139749565078728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22657] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22657/stat : 22657 (java) S 22636 22638 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253315328 9855975424 18971 33554432000 1073741824 1073778376 140736446357168 139749564023720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 9624976

[startup+6.30058 s]
/proc/loadavg: 0.38 0.09 0.03 2/192 22682
/proc/meminfo: memFree=29391700/32873844 swapFree=7124/7124
[pid=22638] ppid=22636 vsize=9624976 CPUtime=7.72 cores=0,2,4,6
/proc/22638/stat : 22638 (java) S 22636 22638 22462 0 -1 4202496 19799 0 1 0 766 6 0 0 20 0 19 0 253315298 9855975424 16889 33554432000 1073741824 1073778376 140736446357168 140736446348304 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22638/statm: 2406244 16889 2275 9 0 2396937 0
[pid=22638/tid=22639] ppid=22636 vsize=9624976 CPUtime=6.09 cores=0,2,4,6
/proc/22638/task/22639/stat : 22639 (java) R 22636 22638 22462 0 -1 4202560 2482 0 1 0 608 1 0 0 20 0 19 0 253315299 9855975424 16889 33554432000 1073741824 1073778376 140736446357168 139750219399456 139750065839382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22641] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22641/stat : 22641 (java) S 22636 22638 22462 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253315299 9855975424 16889 33554432000 1073741824 1073778376 140736446357168 139750191851816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22638/tid=22642] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22642/stat : 22642 (java) S 22636 22638 22462 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253315299 9855975424 16889 33554432000 1073741824 1073778376 140736446357168 139750190799016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22638/tid=22643] ppid=22636 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22638/task/22643/stat : 22643 (java) S 22636 22638 22462 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 253315299 9855975424 16889 33554432000 1073741824 1073778376 140736446357168 139750189746728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22638/tid=22644] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22644/stat : 22644 (java) S 22636 22638 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253315299 9855975424 16889 33554432000 1073741824 1073778376 140736446357168 139750188693928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22645] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22645/stat : 22645 (java) S 22636 22638 22462 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315299 9855975424 16889 33554432000 1073741824 1073778376 140736446357168 139750187641640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22646] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22646/stat : 22646 (java) S 22636 22638 22462 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 253315299 9855975424 16889 33554432000 1073741824 1073778376 140736446357168 139750186588840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22647] ppid=22636 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/22638/task/22647/stat : 22647 (java) S 22636 22638 22462 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 253315299 9855975424 16889 33554432000 1073741824 1073778376 140736446357168 139750185536552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22638/tid=22648] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22648/stat : 22648 (java) S 22636 22638 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315299 9855975424 16889 33554432000 1073741824 1073778376 140736446357168 139750184483752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22638/tid=22649] ppid=22636 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/22638/task/22649/stat : 22649 (java) S 22636 22638 22462 0 -1 4202560 54 0 0 0 9 0 0 0 20 0 19 0 253315301 9855975424 16889 33554432000 1073741824 1073778376 140736446357168 139749572446440 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22650] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22650/stat : 22650 (java) S 22636 22638 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315301 9855975424 16889 33554432000 1073741824 1073778376 140736446357168 139749571392504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22651] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22651/stat : 22651 (java) S 22636 22638 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315301 9855975424 16889 33554432000 1073741824 1073778376 140736446357168 139749570340104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22652] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22652/stat : 22652 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315304 9855975424 16889 33554432000 1073741824 1073778376 140736446357168 139749569288592 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22653] ppid=22636 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/22638/task/22653/stat : 22653 (java) S 22636 22638 22462 0 -1 4202560 8477 0 0 0 61 1 0 0 20 0 19 0 253315304 9855975424 16889 33554432000 1073741824 1073778376 140736446357168 139749568236216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22654] ppid=22636 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/22638/task/22654/stat : 22654 (java) S 22636 22638 22462 0 -1 4202560 7525 0 0 0 66 2 0 0 20 0 19 0 253315304 9855975424 16889 33554432000 1073741824 1073778376 140736446357168 139749567183416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/22638/task/22641/stat : 22641 (java) S 22636 22638 22462 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750191851816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22638/tid=22642] ppid=22636 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22638/task/22642/stat : 22642 (java) S 22636 22638 22462 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750190799016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22638/tid=22643] ppid=22636 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22638/task/22643/stat : 22643 (java) S 22636 22638 22462 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750189746728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22644] ppid=22636 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22638/task/22644/stat : 22644 (java) S 22636 22638 22462 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750188693928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22645] ppid=22636 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/22638/task/22645/stat : 22645 (java) S 22636 22638 22462 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750187641640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22646] ppid=22636 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/22638/task/22646/stat : 22646 (java) S 22636 22638 22462 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750186588840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22647] ppid=22636 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22638/task/22647/stat : 22647 (java) S 22636 22638 22462 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750185536552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22638/tid=22648] ppid=22636 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22638/task/22648/stat : 22648 (java) S 22636 22638 22462 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750184483752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22649] ppid=22636 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/22638/task/22649/stat : 22649 (java) S 22636 22638 22462 0 -1 4202560 55 0 0 0 24 0 0 0 20 0 19 0 253315301 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749572446440 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22650] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22650/stat : 22650 (java) S 22636 22638 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315301 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749571392504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22651] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22651/stat : 22651 (java) S 22636 22638 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315301 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749570340104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22652] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22652/stat : 22652 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315304 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749569288592 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22653] ppid=22636 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/22638/task/22653/stat : 22653 (java) S 22636 22638 22462 0 -1 4202560 8477 0 0 0 61 1 0 0 20 0 19 0 253315304 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749568236216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22654] ppid=22636 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/22638/task/22654/stat : 22654 (java) S 22636 22638 22462 0 -1 4202560 7525 0 0 0 67 2 0 0 20 0 19 0 253315304 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749567183416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22638/tid=22655] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22655/stat : 22655 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315304 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749566131320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22638/tid=22656] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22656/stat : 22656 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315304 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749565078728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22657] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22657/stat : 22657 (java) S 22636 22638 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253315328 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749564023720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 20.62
Current children cumulated vsize (KiB) 9624976

[startup+19.9007 s]
/proc/loadavg: 0.66 0.17 0.05 3/194 22722
/proc/meminfo: memFree=29354540/32873844 swapFree=7124/7124
[pid=22638] ppid=22636 vsize=9624976 CPUtime=21.42 cores=0,2,4,6
/proc/22638/stat : 22638 (java) S 22636 22638 22462 0 -1 4202496 19837 0 1 0 2136 6 0 0 20 0 19 0 253315298 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 140736446348304 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22638/statm: 2406244 16713 2275 9 0 2396937 0
[pid=22638/tid=22639] ppid=22636 vsize=9624976 CPUtime=19.46 cores=0,2,4,6
/proc/22638/task/22639/stat : 22639 (java) R 22636 22638 22462 0 -1 4202560 2494 0 1 0 1945 1 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750219399456 139750065850357 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22638/tid=22641] ppid=22636 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22638/task/22641/stat : 22641 (java) S 22636 22638 22462 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750191851816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22638/tid=22642] ppid=22636 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22638/task/22642/stat : 22642 (java) S 22636 22638 22462 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750190799016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22638/tid=22643] ppid=22636 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22638/task/22643/stat : 22643 (java) S 22636 22638 22462 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750189746728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22644] ppid=22636 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22638/task/22644/stat : 22644 (java) S 22636 22638 22462 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750188693928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22645] ppid=22636 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/22638/task/22645/stat : 22645 (java) S 22636 22638 22462 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750187641640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22646] ppid=22636 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/22638/task/22646/stat : 22646 (java) S 22636 22638 22462 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750186588840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22647] ppid=22636 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22638/task/22647/stat : 22647 (java) S 22636 22638 22462 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750185536552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22638/tid=22648] ppid=22636 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22638/task/22648/stat : 22648 (java) S 22636 22638 22462 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750184483752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22649] ppid=22636 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/22638/task/22649/stat : 22649 (java) S 22636 22638 22462 0 -1 4202560 55 0 0 0 24 0 0 0 20 0 19 0 253315301 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749572446440 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22650] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22650/stat : 22650 (java) S 22636 22638 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315301 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749571392504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22651] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22651/stat : 22651 (java) S 22636 22638 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315301 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749570340104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22652] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22652/stat : 22652 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315304 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749569288592 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22653] ppid=22636 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/22638/task/22653/stat : 22653 (java) S 22636 22638 22462 0 -1 4202560 8477 0 0 0 61 1 0 0 20 0 19 0 253315304 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749568236216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22654] ppid=22636 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/22638/task/22654/stat : 22654 (java) S 22636 22638 22462 0 -1 4202560 7525 0 0 0 67 2 0 0 20 0 19 0 253315304 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749567183416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22638/tid=22655] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22655/stat : 22655 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315304 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749566131320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22638/tid=22656] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22656/stat : 22656 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315304 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749565078728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22657] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22657/stat : 22657 (java) S 22636 22638 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253315328 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749564023720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 21.42
Current children cumulated vsize (KiB) 9624976

[startup+20.1007 s]
/proc/loadavg: 0.66 0.17 0.05 3/194 22722
/proc/meminfo: memFree=29354540/32873844 swapFree=7124/7124
[pid=22638] ppid=22636 vsize=9624976 CPUtime=21.62 cores=0,2,4,6
/proc/22638/stat : 22638 (java) S 22636 22638 22462 0 -1 4202496 19837 0 1 0 2156 6 0 0 20 0 19 0 253315298 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 140736446348304 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22638/statm: 2406244 16713 2275 9 0 2396937 0
[pid=22638/tid=22639] ppid=22636 vsize=9624976 CPUtime=19.66 cores=0,2,4,6
/proc/22638/task/22639/stat : 22639 (java) R 22636 22638 22462 0 -1 4202560 2494 0 1 0 1965 1 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750219399456 139750065850357 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22638/tid=22641] ppid=22636 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22638/task/22641/stat : 22641 (java) S 22636 22638 22462 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750191851816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22638/tid=22642] ppid=22636 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22638/task/22642/stat : 22642 (java) S 22636 22638 22462 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750190799016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22638/tid=22643] ppid=22636 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22638/task/22643/stat : 22643 (java) S 22636 22638 22462 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750189746728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22644] ppid=22636 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22638/task/22644/stat : 22644 (java) S 22636 22638 22462 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750188693928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22645] ppid=22636 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/22638/task/22645/stat : 22645 (java) S 22636 22638 22462 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750187641640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22646] ppid=22636 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/22638/task/22646/stat : 22646 (java) S 22636 22638 22462 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750186588840 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22647] ppid=22636 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22638/task/22647/stat : 22647 (java) S 22636 22638 22462 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750185536552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22638/tid=22648] ppid=22636 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22638/task/22648/stat : 22648 (java) S 22636 22638 22462 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 253315299 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139750184483752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22649] ppid=22636 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/22638/task/22649/stat : 22649 (java) S 22636 22638 22462 0 -1 4202560 55 0 0 0 24 0 0 0 20 0 19 0 253315301 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749572446440 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22650] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22650/stat : 22650 (java) S 22636 22638 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315301 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749571392504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22651] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22651/stat : 22651 (java) S 22636 22638 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315301 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749570340104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22652] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22652/stat : 22652 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315304 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749569288592 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22653] ppid=22636 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/22638/task/22653/stat : 22653 (java) S 22636 22638 22462 0 -1 4202560 8477 0 0 0 61 1 0 0 20 0 19 0 253315304 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749568236216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22654] ppid=22636 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/22638/task/22654/stat : 22654 (java) S 22636 22638 22462 0 -1 4202560 7525 0 0 0 67 2 0 0 20 0 19 0 253315304 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749567183416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22638/tid=22655] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22655/stat : 22655 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315304 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749566131320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22638/tid=22656] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22656/stat : 22656 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315304 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749565078728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22657] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22657/stat : 22657 (java) S 22636 22638 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253315328 9855975424 16713 33554432000 1073741824 1073778376 140736446357168 139749564023720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 21.62
Current children cumulated vsize (KiB) 9624976

[startup+20.2008 s]
/proc/loadavg: 0.66 0.17 0.05 3/194 22722
/proc/meminfo: memFree=29354540/32873844 swapFree=7124/7124
[pid=22638] ppid=22636 vsize=9624976 CPUtime=21.73 cores=0,2,4,6
/proc/22638/stat : 22638 (java) S 22636 22638 22462 0 -1 4202496 19869 0 1 0 2167 6 0 0 20 0 19 0 253315298 9855975424 17255 33554432000 1073741824 1073778376 140736446357168 140736446348304 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22638/statm: 2406244 17255 2275 9 0 2396937 0
[pid=22638/tid=22639] ppid=22636 vsize=9624976 CPUtime=19.75 cores=0,2,4,6
/proc/22638/task/22639/stat : 22639 (java) S 22636 22638 22462 0 -1 4202560 2494 0 1 0 1974 1 0 0 20 0 19 0 253315299 9855975424 17255 33554432000 1073741824 1073778376 140736446357168 139750219399576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22638/tid=22641] ppid=22636 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22638/task/22641/stat : 22641 (java) S 22636 22638 22462 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 253315299 9855975424 17255 33554432000 1073741824 1073778376 140736446357168 139750191851816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22638/tid=22642] ppid=22636 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22638/task/22642/stat : 22642 (java) S 22636 22638 22462 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 253315299 9855975424 17255 33554432000 1073741824 1073778376 140736446357168 139750190799016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22638/tid=22643] ppid=22636 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/22638/task/22643/stat : 22643 (java) R 22636 22638 22462 0 -1 4202560 37 0 0 0 3 0 0 0 20 0 19 0 253315299 9855975424 17255 33554432000 1073741824 1073778376 140736446357168 139750189746728 139750226297938 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22644] ppid=22636 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22638/task/22644/stat : 22644 (java) S 22636 22638 22462 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 253315299 9855975424 17255 33554432000 1073741824 1073778376 140736446357168 139750188693928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22645] ppid=22636 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/22638/task/22645/stat : 22645 (java) S 22636 22638 22462 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 253315299 9855975424 17255 33554432000 1073741824 1073778376 140736446357168 139750187641640 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22646] ppid=22636 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/22638/task/22646/stat : 22646 (java) R 22636 22638 22462 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 253315299 9855975424 17255 33554432000 1073741824 1073778376 140736446357168 139750186588840 273909068860 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22647] ppid=22636 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22638/task/22647/stat : 22647 (java) S 22636 22638 22462 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 253315299 9855975424 17255 33554432000 1073741824 1073778376 140736446357168 139750185536552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22638/tid=22648] ppid=22636 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/22638/task/22648/stat : 22648 (java) R 22636 22638 22462 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 253315299 9855975424 17255 33554432000 1073741824 1073778376 140736446357168 139750184483928 139750222677895 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22649] ppid=22636 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/22638/task/22649/stat : 22649 (java) S 22636 22638 22462 0 -1 4202560 55 0 0 0 24 0 0 0 20 0 19 0 253315301 9855975424 17255 33554432000 1073741824 1073778376 140736446357168 139749572445416 273909068860 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22650] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22650/stat : 22650 (java) S 22636 22638 22462 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315301 9855975424 17255 33554432000 1073741824 1073778376 140736446357168 139749571392504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22651] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22651/stat : 22651 (java) S 22636 22638 22462 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315301 9855975424 17255 33554432000 1073741824 1073778376 140736446357168 139749570340104 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22652] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22652/stat : 22652 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315304 9855975424 17255 33554432000 1073741824 1073778376 140736446357168 139749569288592 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22638/tid=22653] ppid=22636 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/22638/task/22653/stat : 22653 (java) S 22636 22638 22462 0 -1 4202560 8477 0 0 0 61 1 0 0 20 0 19 0 253315304 9855975424 17255 33554432000 1073741824 1073778376 140736446357168 139749568236216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22654] ppid=22636 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/22638/task/22654/stat : 22654 (java) S 22636 22638 22462 0 -1 4202560 7525 0 0 0 67 2 0 0 20 0 19 0 253315304 9855975424 17255 33554432000 1073741824 1073778376 140736446357168 139749567183416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22638/tid=22655] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22655/stat : 22655 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315304 9855975424 17255 33554432000 1073741824 1073778376 140736446357168 139749566131320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22638/tid=22656] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22656/stat : 22656 (java) S 22636 22638 22462 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315304 9855975424 17255 33554432000 1073741824 1073778376 140736446357168 139749565078728 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22638/tid=22657] ppid=22636 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22638/task/22657/stat : 22657 (java) S 22636 22638 22462 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253315328 9855975424 17255 33554432000 1073741824 1073778376 140736446357168 139749564023720 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 21.73
Current children cumulated vsize (KiB) 9624976

Child status: 20
Real time (s): 20.2858
CPU time (s): 21.8197
CPU user time (s): 21.6587
CPU system time (s): 0.160975
CPU usage (%): 107.562
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.6587
system time used= 0.160975
maximum resident set size= 77952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19886
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1345
involuntary context switches= 1165

runsolver used 0.051992 second user time and 0.174973 second system time

The end

Launcher Data

Begin job on node134 at 2012-05-24 17:04:59
IDJOB=3687301
IDBENCH=1328
IDSOLVER=2269
FILE ID=node134/3687301-1337871899
RUNJOBID= node134-1337871881-22478
PBS_JOBID= 14620070
Free space on /tmp= 71720 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.1900552735.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687301-1337871899/watcher-3687301-1337871899 -o /tmp/evaluation-result-3687301-1337871899/solver-3687301-1337871899 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687301-1337871899.opb

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

MD5SUM BENCH= 2e08c1ce998ee58627c81926b9e65d57
RANDOM SEED=1387146519

node134.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.278
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.55
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.278
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	: 5332.56
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.278
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	: 5332.55
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.278
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	: 5332.59
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.278
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	: 5332.55
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.278
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	: 5332.55
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.278
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	: 5332.57
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.278
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29398652 kB
Buffers:          209200 kB
Cached:          2437340 kB
SwapCached:            0 kB
Active:           535676 kB
Inactive:        2174648 kB
Active(anon):      60036 kB
Inactive(anon):     5996 kB
Active(file):     475640 kB
Inactive(file):  2168652 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1052 kB
Writeback:             0 kB
AnonPages:         70484 kB
Mapped:            22528 kB
Shmem:               212 kB
Slab:             627780 kB
SReclaimable:      69816 kB
SUnreclaim:       557964 kB
KernelStack:        1592 kB
PageTables:         4240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71688 MiB
End job on node134 at 2012-05-24 17:05:19