Trace number 3687291

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 18.5692 17.0209

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900584106.opb
MD5SUM4a96a2353b6045ef15a9bfabac06d14b
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 benchmark0.625904
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 737
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.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3687291-1337871898.opb
0.09/0.11	c reading problem ... 
0.43/0.31	c ... done. Wall clock time 0.193s.
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.04/0.67	c cleaning 2501 clauses out of 5001 with flag 5001/5001
1.43/0.95	c cleaning 4241 clauses out of 8499 with flag 11000/11000
2.18/1.34	c cleaning 5625 clauses out of 11259 with flag 18001/18001
2.94/1.80	c cleaning 6809 clauses out of 13634 with flag 26001/26001
3.42/2.19	c cleaning 7908 clauses out of 15824 with flag 35001/35001
4.02/2.72	c cleaning 8947 clauses out of 17915 with flag 45000/45000
4.63/3.34	c cleaning 9978 clauses out of 19968 with flag 56000/56000
5.35/4.07	c cleaning 10981 clauses out of 21990 with flag 68000/68000
6.26/4.92	c cleaning 11993 clauses out of 24009 with flag 81000/81000
7.19/5.83	c cleaning 12992 clauses out of 26016 with flag 95001/95001
8.20/6.88	c cleaning 14011 clauses out of 28024 with flag 110001/110001
9.11/7.79	c cleaning 15004 clauses out of 30012 with flag 126001/126001
10.32/8.99	c cleaning 16003 clauses out of 32012 with flag 143005/143005
11.54/10.16	c cleaning 16995 clauses out of 34004 with flag 161000/161000
12.84/11.42	c cleaning 17993 clauses out of 36007 with flag 180000/180000
14.06/12.63	c cleaning 19004 clauses out of 38016 with flag 200002/200002
15.48/14.04	c cleaning 19997 clauses out of 40008 with flag 221000/221000
16.89/15.41	c cleaning 20990 clauses out of 42006 with flag 243000/243000
18.29/16.83	c cleaning 21995 clauses out of 44017 with flag 266001/266001
18.39/16.99	c starts		: 119
18.39/16.99	c conflicts		: 269545
18.39/16.99	c decisions		: 365665
18.39/16.99	c propagations		: 11257414
18.39/16.99	c inspects		: 194092351
18.39/16.99	c shortcuts		: 0
18.39/16.99	c learnt literals	: 23
18.39/16.99	c learnt binary clauses	: 19
18.39/16.99	c learnt ternary clauses	: 69
18.39/16.99	c learnt constraints	: 269521
18.39/16.99	c ignored constraints	: 0
18.39/16.99	c root simplifications	: 0
18.39/16.99	c removed literals (reason simplification)	: 0
18.39/16.99	c reason swapping (by a shorter reason)	: 0
18.39/16.99	c Calls to reduceDB	: 19
18.39/16.99	c number of reductions to clauses (during analyze)	: 0
18.39/16.99	c number of learned constraints concerned by reduction	: 0
18.39/16.99	c number of learning phase by resolution	: 0
18.39/16.99	c number of learning phase by cutting planes	: 0
18.39/16.99	c speed (assignments/second)	: 674743.1071685447
18.39/16.99	c non guided choices	161
18.49/17.00	c learnt constraints type 
18.49/17.00	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19
18.49/17.00	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 25535
18.49/17.00	c constraints type 
18.49/17.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
18.49/17.00	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
18.49/17.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
18.49/17.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
18.49/17.00	c 2707 constraints processed.
18.49/17.00	s UNSATISFIABLE
18.49/17.00	c Total wall clock time (in seconds): 16.889

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-3687291-1337871898/watcher-3687291-1337871898 -o /tmp/evaluation-result-3687291-1337871898/solver-3687291-1337871898 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687291-1337871898.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.07 0.02 0.00 2/171 21496
/proc/meminfo: memFree=27727060/32873844 swapFree=6080/6080
[pid=21496] ppid=21494 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/21496/stat : 21496 (java) R 21494 21496 21352 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 253318375 8192 1 33554432000 0 0 0 140734713058920 240426577335 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21496/statm: 2 1 0 0 0 2 0

[startup+0.0282321 s]
/proc/loadavg: 0.07 0.02 0.00 2/171 21496
/proc/meminfo: memFree=27727060/32873844 swapFree=6080/6080
[pid=21496] ppid=21494 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/21496/stat : 21496 (java) S 21494 21496 21352 0 -1 4202496 2562 0 1 0 0 0 0 0 20 0 10 0 253318375 9233014784 3264 33554432000 1073741824 1073778376 140733208267216 140733208258352 240430121021 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21496/statm: 2254154 3273 1378 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100245 s]
/proc/loadavg: 0.07 0.02 0.00 2/171 21496
/proc/meminfo: memFree=27727060/32873844 swapFree=6080/6080
[pid=21496] ppid=21494 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/21496/stat : 21496 (java) S 21494 21496 21352 0 -1 4202496 4256 0 1 0 8 1 0 0 20 0 18 0 253318375 9787813888 5464 33554432000 1073741824 1073778376 140733208267216 140733208258352 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21496/statm: 2389603 5464 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300201 s]
/proc/loadavg: 0.07 0.02 0.00 2/171 21496
/proc/meminfo: memFree=27727060/32873844 swapFree=6080/6080
[pid=21496] ppid=21494 vsize=9558412 CPUtime=0.43 cores=0,2,4,6
/proc/21496/stat : 21496 (java) S 21494 21496 21352 0 -1 4202496 5371 0 1 0 42 1 0 0 20 0 18 0 253318375 9787813888 7670 33554432000 1073741824 1073778376 140733208267216 140733208258352 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21496/statm: 2389603 7670 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558412

[startup+0.700143 s]
/proc/loadavg: 0.07 0.02 0.00 2/171 21496
/proc/meminfo: memFree=27727060/32873844 swapFree=6080/6080
[pid=21496] ppid=21494 vsize=9624976 CPUtime=1.2 cores=0,2,4,6
/proc/21496/stat : 21496 (java) S 21494 21496 21352 0 -1 4202496 8507 0 1 0 117 3 0 0 20 0 19 0 253318375 9855975424 10823 33554432000 1073741824 1073778376 140733208267216 140733208258352 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21496/statm: 2406244 10823 2274 9 0 2396937 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9624976

[startup+1.50068 s]
/proc/loadavg: 0.07 0.02 0.00 5/213 21547
/proc/meminfo: memFree=27646128/32873844 swapFree=6080/6080
[pid=21496] ppid=21494 vsize=9624976 CPUtime=2.54 cores=0,2,4,6
/proc/21496/stat : 21496 (java) S 21494 21496 21352 0 -1 4202496 17425 0 1 0 249 5 0 0 20 0 19 0 253318375 9855975424 16697 33554432000 1073741824 1073778376 140733208267216 140733208258352 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21496/statm: 2406244 16697 2275 9 0 2396937 0
[pid=21496/tid=21498] ppid=21494 vsize=9624976 CPUtime=1.43 cores=0,2,4,6
/proc/21496/task/21498/stat : 21498 (java) R 21494 21496 21352 0 -1 4202560 2463 0 1 0 142 1 0 0 20 0 19 0 253318376 9855975424 16697 33554432000 1073741824 1073778376 140733208267216 140031609233696 140031453325377 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21499] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21499/stat : 21499 (java) S 21494 21496 21352 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318378 9855975424 16697 33554432000 1073741824 1073778376 140733208267216 140031452769320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21500] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21500/stat : 21500 (java) S 21494 21496 21352 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253318378 9855975424 16697 33554432000 1073741824 1073778376 140733208267216 140031451716520 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21501] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21501/stat : 21501 (java) S 21494 21496 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318378 9855975424 16697 33554432000 1073741824 1073778376 140733208267216 140031450663720 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21496/tid=21502] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21502/stat : 21502 (java) S 21494 21496 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318378 9855975424 16697 33554432000 1073741824 1073778376 140733208267216 140031449610920 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21503] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21503/stat : 21503 (java) S 21494 21496 21352 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318378 9855975424 16697 33554432000 1073741824 1073778376 140733208267216 140031448558120 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21504] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21504/stat : 21504 (java) S 21494 21496 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318378 9855975424 16697 33554432000 1073741824 1073778376 140733208267216 140031447505320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21505] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21505/stat : 21505 (java) S 21494 21496 21352 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253318378 9855975424 16697 33554432000 1073741824 1073778376 140733208267216 140031446452520 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21506] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21506/stat : 21506 (java) S 21494 21496 21352 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253318378 9855975424 16697 33554432000 1073741824 1073778376 140733208267216 140031445399720 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21507] ppid=21494 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/21496/task/21507/stat : 21507 (java) S 21494 21496 21352 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 19 0 253318379 9855975424 16697 33554432000 1073741824 1073778376 140733208267216 140030963071976 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21508] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21508/stat : 21508 (java) S 21494 21496 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318379 9855975424 16697 33554432000 1073741824 1073778376 140733208267216 140030962018040 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21509] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21509/stat : 21509 (java) S 21494 21496 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318379 9855975424 16697 33554432000 1073741824 1073778376 140733208267216 140030960965128 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21510] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21510/stat : 21510 (java) S 21494 21496 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318382 9855975424 16697 33554432000 1073741824 1073778376 140733208267216 140030959913616 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21511] ppid=21494 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/21496/task/21511/stat : 21511 (java) R 21494 21496 21352 0 -1 4202560 10824 0 0 0 72 3 0 0 20 0 19 0 253318382 9855975424 16697 33554432000 1073741824 1073778376 140733208267216 140030958837208 140031612139608 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21512] ppid=21494 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/21496/task/21512/stat : 21512 (java) S 21494 21496 21352 0 -1 4202560 2888 0 0 0 28 0 0 0 20 0 19 0 253318382 9855975424 16697 33554432000 1073741824 1073778376 140733208267216 140030957807928 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21513] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21513/stat : 21513 (java) S 21494 21496 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318382 9855975424 16697 33554432000 1073741824 1073778376 140733208267216 140030956755320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21514] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21514/stat : 21514 (java) S 21494 21496 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318382 9855975424 16697 33554432000 1073741824 1073778376 140733208267216 140030955702728 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21546] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21546/stat : 21546 (java) S 21494 21496 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253318407 9855975424 16697 33554432000 1073741824 1073778376 140733208267216 140030954649256 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9624976

[startup+3.10061 s]
/proc/loadavg: 0.07 0.02 0.00 4/213 21547
/proc/meminfo: memFree=27606260/32873844 swapFree=6080/6080
[pid=21496] ppid=21494 vsize=9624976 CPUtime=4.42 cores=0,2,4,6
/proc/21496/stat : 21496 (java) S 21494 21496 21352 0 -1 4202496 17441 0 1 0 437 5 0 0 20 0 19 0 253318375 9855975424 17057 33554432000 1073741824 1073778376 140733208267216 140733208258352 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21496/statm: 2406244 17057 2275 9 0 2396937 0
[pid=21496/tid=21498] ppid=21494 vsize=9624976 CPUtime=3.01 cores=0,2,4,6
/proc/21496/task/21498/stat : 21498 (java) R 21494 21496 21352 0 -1 4202560 2466 0 1 0 299 2 0 0 20 0 19 0 253318376 9855975424 17057 33554432000 1073741824 1073778376 140733208267216 140031609233696 140031453362042 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21499] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21499/stat : 21499 (java) S 21494 21496 21352 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253318378 9855975424 17057 33554432000 1073741824 1073778376 140733208267216 140031452769320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21500] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21500/stat : 21500 (java) S 21494 21496 21352 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253318378 9855975424 17057 33554432000 1073741824 1073778376 140733208267216 140031451716520 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21501] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21501/stat : 21501 (java) S 21494 21496 21352 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253318378 9855975424 17057 33554432000 1073741824 1073778376 140733208267216 140031450663720 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21496/tid=21502] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21502/stat : 21502 (java) S 21494 21496 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318378 9855975424 17057 33554432000 1073741824 1073778376 140733208267216 140031449610920 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21503] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21503/stat : 21503 (java) S 21494 21496 21352 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318378 9855975424 17057 33554432000 1073741824 1073778376 140733208267216 140031448558120 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21504] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21504/stat : 21504 (java) S 21494 21496 21352 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253318378 9855975424 17057 33554432000 1073741824 1073778376 140733208267216 140031447505320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21496/tid=21505] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21505/stat : 21505 (java) S 21494 21496 21352 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253318378 9855975424 17057 33554432000 1073741824 1073778376 140733208267216 140031446452520 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21506] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21506/stat : 21506 (java) S 21494 21496 21352 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253318378 9855975424 17057 33554432000 1073741824 1073778376 140733208267216 140031445399720 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21507] ppid=21494 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/21496/task/21507/stat : 21507 (java) S 21494 21496 21352 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 19 0 253318379 9855975424 17057 33554432000 1073741824 1073778376 140733208267216 140030963071976 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21508] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21508/stat : 21508 (java) S 21494 21496 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318379 9855975424 17057 33554432000 1073741824 1073778376 140733208267216 140030962018040 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21509] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21509/stat : 21509 (java) S 21494 21496 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318379 9855975424 17057 33554432000 1073741824 1073778376 140733208267216 140030960965128 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21510] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21510/stat : 21510 (java) S 21494 21496 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318382 9855975424 17057 33554432000 1073741824 1073778376 140733208267216 140030959913616 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21511] ppid=21494 vsize=9624976 CPUtime=1.02 cores=0,2,4,6
/proc/21496/task/21511/stat : 21511 (java) S 21494 21496 21352 0 -1 4202560 10830 0 0 0 99 3 0 0 20 0 19 0 253318382 9855975424 17057 33554432000 1073741824 1073778376 140733208267216 140030958860728 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21496/tid=21512] ppid=21494 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/21496/task/21512/stat : 21512 (java) S 21494 21496 21352 0 -1 4202560 2888 0 0 0 29 0 0 0 20 0 19 0 253318382 9855975424 17057 33554432000 1073741824 1073778376 140733208267216 140030957807928 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21513] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21513/stat : 21513 (java) S 21494 21496 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318382 9855975424 17057 33554432000 1073741824 1073778376 140733208267216 140030956755320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21514] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21514/stat : 21514 (java) S 21494 21496 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318382 9855975424 17057 33554432000 1073741824 1073778376 140733208267216 140030955702728 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21546] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21546/stat : 21546 (java) S 21494 21496 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253318407 9855975424 17057 33554432000 1073741824 1073778376 140733208267216 140030954649256 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 9624976

[startup+6.30061 s]
/proc/loadavg: 0.30 0.06 0.02 3/213 21547
/proc/meminfo: memFree=27611920/32873844 swapFree=6080/6080
[pid=21496] ppid=21494 vsize=9624976 CPUtime=7.7 cores=0,2,4,6
/proc/21496/stat : 21496 (java) S 21494 21496 21352 0 -1 4202496 17479 0 1 0 765 5 0 0 20 0 19 0 253318375 9855975424 17321 33554432000 1073741824 1073778376 140733208267216 140733208258352 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21496/statm: 2406244 17321 2275 9 0 2396937 0
[pid=21496/tid=21498] ppid=21494 vsize=9624976 CPUtime=6.12 cores=0,2,4,6
/proc/21496/task/21498/stat : 21498 (java) R 21494 21496 21352 0 -1 4202560 2471 0 1 0 610 2 0 0 20 0 19 0 253318376 9855975424 17321 33554432000 1073741824 1073778376 140733208267216 140031609233696 140031453318005 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21499] ppid=21494 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/21496/task/21499/stat : 21499 (java) S 21494 21496 21352 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 253318378 9855975424 17321 33554432000 1073741824 1073778376 140733208267216 140031452769320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21500] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21500/stat : 21500 (java) S 21494 21496 21352 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253318378 9855975424 17321 33554432000 1073741824 1073778376 140733208267216 140031451716520 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21501] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21501/stat : 21501 (java) S 21494 21496 21352 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 253318378 9855975424 17321 33554432000 1073741824 1073778376 140733208267216 140031450663720 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21502] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21502/stat : 21502 (java) S 21494 21496 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318378 9855975424 17321 33554432000 1073741824 1073778376 140733208267216 140031449610920 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21496/tid=21503] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21503/stat : 21503 (java) S 21494 21496 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318378 9855975424 17321 33554432000 1073741824 1073778376 140733208267216 140031448558120 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21504] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21504/stat : 21504 (java) S 21494 21496 21352 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253318378 9855975424 17321 33554432000 1073741824 1073778376 140733208267216 140031447505320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21505] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21505/stat : 21505 (java) S 21494 21496 21352 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253318378 9855975424 17321 33554432000 1073741824 1073778376 140733208267216 140031446452520 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21506] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21506/stat : 21506 (java) S 21494 21496 21352 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253318378 9855975424 17321 33554432000 1073741824 1073778376 140733208267216 140031445399720 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21507] ppid=21494 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/21496/task/21507/stat : 21507 (java) S 21494 21496 21352 0 -1 4202560 32 0 0 0 8 0 0 0 20 0 19 0 253318379 9855975424 17321 33554432000 1073741824 1073778376 140733208267216 140030963071976 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21508] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21508/stat : 21508 (java) S 21494 21496 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318379 9855975424 17321 33554432000 1073741824 1073778376 140733208267216 140030962018040 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21509] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21509/stat : 21509 (java) S 21494 21496 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318379 9855975424 17321 33554432000 1073741824 1073778376 140733208267216 140030960965128 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21510] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21510/stat : 21510 (java) S 21494 21496 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318382 9855975424 17321 33554432000 1073741824 1073778376 140733208267216 140030959913616 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21511] ppid=21494 vsize=9624976 CPUtime=1.03 cores=0,2,4,6
/proc/21496/task/21511/stat : 21511 (java) S 21494 21496 21352 0 -1 4202560 10832 0 0 0 100 3 0 0 20 0 19 0 253318382 9855975424 17321 33554432000 1073741824 1073778376 140733208267216 140030958860728 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21496/tid=21512] ppid=21494 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/21496/task/21512/stat : 21512 (java) S 21494 21496 21352 0 -1 4202560 2888 0 0 0 29 0 0 0 20 0 19 0 253318382 9855975424 17321 33554432000 1073741824 1073778376 140733208267216 140030957807928 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21513] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21513/stat : 21513 (java) S 21494 21496 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318382 9855975424 17321 33554432000 1073741824 1073778376 140733208267216 140030956755320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21514] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21514/stat : 21514 (java) S 21494 21496 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318382 9855975424 17321 33554432000 1073741824 1073778376 140733208267216 140030955702728 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21546] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21546/stat : 21546 (java) S 21494 21496 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253318407 9855975424 17321 33554432000 1073741824 1073778376 140733208267216 140030954649256 240430135209 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.7007 s]

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

/proc/21496/task/21499/stat : 21499 (java) S 21494 21496 21352 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 253318378 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140031452769320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21500] ppid=21494 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/21496/task/21500/stat : 21500 (java) S 21494 21496 21352 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 253318378 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140031451716520 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21501] ppid=21494 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/21496/task/21501/stat : 21501 (java) S 21494 21496 21352 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 19 0 253318378 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140031450663720 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21502] ppid=21494 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/21496/task/21502/stat : 21502 (java) S 21494 21496 21352 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253318378 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140031449610920 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21496/tid=21503] ppid=21494 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/21496/task/21503/stat : 21503 (java) S 21494 21496 21352 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 253318378 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140031448558120 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21504] ppid=21494 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/21496/task/21504/stat : 21504 (java) S 21494 21496 21352 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 253318378 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140031447505320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21505] ppid=21494 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/21496/task/21505/stat : 21505 (java) S 21494 21496 21352 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 253318378 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140031446452520 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21496/tid=21506] ppid=21494 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/21496/task/21506/stat : 21506 (java) S 21494 21496 21352 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 253318378 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140031445399720 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21507] ppid=21494 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/21496/task/21507/stat : 21507 (java) S 21494 21496 21352 0 -1 4202560 33 0 0 0 19 0 0 0 20 0 19 0 253318379 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140030963071976 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21508] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21508/stat : 21508 (java) S 21494 21496 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318379 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140030962018040 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21509] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21509/stat : 21509 (java) S 21494 21496 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318379 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140030960965128 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21510] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21510/stat : 21510 (java) S 21494 21496 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318382 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140030959913616 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21511] ppid=21494 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/21496/task/21511/stat : 21511 (java) S 21494 21496 21352 0 -1 4202560 10832 0 0 0 101 3 0 0 20 0 19 0 253318382 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140030958860728 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21496/tid=21512] ppid=21494 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/21496/task/21512/stat : 21512 (java) S 21494 21496 21352 0 -1 4202560 2888 0 0 0 29 0 0 0 20 0 19 0 253318382 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140030957807928 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21513] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21513/stat : 21513 (java) S 21494 21496 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318382 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140030956755320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21514] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21514/stat : 21514 (java) S 21494 21496 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318382 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140030955702728 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21546] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21546/stat : 21546 (java) S 21494 21496 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253318407 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140030954649256 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 17.39
Current children cumulated vsize (KiB) 9624976

[startup+16.7006 s]
/proc/loadavg: 0.56 0.13 0.04 3/213 21547
/proc/meminfo: memFree=27611948/32873844 swapFree=6080/6080
[pid=21496] ppid=21494 vsize=9624976 CPUtime=18.19 cores=0,2,4,6
/proc/21496/stat : 21496 (java) S 21494 21496 21352 0 -1 4202496 17503 0 1 0 1813 6 0 0 20 0 19 0 253318375 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140733208258352 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21496/statm: 2406244 16277 2275 9 0 2396937 0
[pid=21496/tid=21498] ppid=21494 vsize=9624976 CPUtime=16.38 cores=0,2,4,6
/proc/21496/task/21498/stat : 21498 (java) R 21494 21496 21352 0 -1 4202560 2479 0 1 0 1636 2 0 0 20 0 19 0 253318376 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140031609233696 140031453313199 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21499] ppid=21494 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/21496/task/21499/stat : 21499 (java) S 21494 21496 21352 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 253318378 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140031452769320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21500] ppid=21494 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/21496/task/21500/stat : 21500 (java) S 21494 21496 21352 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 253318378 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140031451716520 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21501] ppid=21494 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/21496/task/21501/stat : 21501 (java) S 21494 21496 21352 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 19 0 253318378 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140031450663720 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21502] ppid=21494 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/21496/task/21502/stat : 21502 (java) S 21494 21496 21352 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253318378 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140031449610920 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21496/tid=21503] ppid=21494 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/21496/task/21503/stat : 21503 (java) S 21494 21496 21352 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 253318378 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140031448558120 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21504] ppid=21494 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/21496/task/21504/stat : 21504 (java) S 21494 21496 21352 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 253318378 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140031447505320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21505] ppid=21494 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/21496/task/21505/stat : 21505 (java) S 21494 21496 21352 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 253318378 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140031446452520 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21496/tid=21506] ppid=21494 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/21496/task/21506/stat : 21506 (java) S 21494 21496 21352 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 253318378 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140031445399720 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21507] ppid=21494 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/21496/task/21507/stat : 21507 (java) S 21494 21496 21352 0 -1 4202560 33 0 0 0 19 0 0 0 20 0 19 0 253318379 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140030963071976 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21508] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21508/stat : 21508 (java) S 21494 21496 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318379 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140030962018040 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21509] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21509/stat : 21509 (java) S 21494 21496 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318379 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140030960965128 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21510] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21510/stat : 21510 (java) S 21494 21496 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318382 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140030959913616 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21511] ppid=21494 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/21496/task/21511/stat : 21511 (java) S 21494 21496 21352 0 -1 4202560 10832 0 0 0 101 3 0 0 20 0 19 0 253318382 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140030958860728 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21496/tid=21512] ppid=21494 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/21496/task/21512/stat : 21512 (java) S 21494 21496 21352 0 -1 4202560 2888 0 0 0 29 0 0 0 20 0 19 0 253318382 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140030957807928 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21513] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21513/stat : 21513 (java) S 21494 21496 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318382 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140030956755320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21514] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21514/stat : 21514 (java) S 21494 21496 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318382 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140030955702728 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21546] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21546/stat : 21546 (java) S 21494 21496 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253318407 9855975424 16277 33554432000 1073741824 1073778376 140733208267216 140030954649256 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 18.19
Current children cumulated vsize (KiB) 9624976

[startup+16.9007 s]
/proc/loadavg: 0.56 0.13 0.04 3/213 21547
/proc/meminfo: memFree=27611948/32873844 swapFree=6080/6080
[pid=21496] ppid=21494 vsize=9624976 CPUtime=18.39 cores=0,2,4,6
/proc/21496/stat : 21496 (java) S 21494 21496 21352 0 -1 4202496 17509 0 1 0 1833 6 0 0 20 0 19 0 253318375 9855975424 16282 33554432000 1073741824 1073778376 140733208267216 140733208258352 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21496/statm: 2406244 16282 2275 9 0 2396937 0
[pid=21496/tid=21498] ppid=21494 vsize=9624976 CPUtime=16.56 cores=0,2,4,6
/proc/21496/task/21498/stat : 21498 (java) R 21494 21496 21352 0 -1 4202560 2480 0 1 0 1654 2 0 0 20 0 19 0 253318376 9855975424 16282 33554432000 1073741824 1073778376 140733208267216 140031609233816 140031453313199 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21499] ppid=21494 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/21496/task/21499/stat : 21499 (java) S 21494 21496 21352 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 253318378 9855975424 16282 33554432000 1073741824 1073778376 140733208267216 140031452769320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21500] ppid=21494 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/21496/task/21500/stat : 21500 (java) S 21494 21496 21352 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 253318378 9855975424 16282 33554432000 1073741824 1073778376 140733208267216 140031451716520 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21501] ppid=21494 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/21496/task/21501/stat : 21501 (java) S 21494 21496 21352 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 19 0 253318378 9855975424 16282 33554432000 1073741824 1073778376 140733208267216 140031450663720 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21502] ppid=21494 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/21496/task/21502/stat : 21502 (java) S 21494 21496 21352 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 253318378 9855975424 16282 33554432000 1073741824 1073778376 140733208267216 140031449610920 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21503] ppid=21494 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/21496/task/21503/stat : 21503 (java) S 21494 21496 21352 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 253318378 9855975424 16282 33554432000 1073741824 1073778376 140733208267216 140031448558120 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21504] ppid=21494 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/21496/task/21504/stat : 21504 (java) S 21494 21496 21352 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 253318378 9855975424 16282 33554432000 1073741824 1073778376 140733208267216 140031447505320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21505] ppid=21494 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/21496/task/21505/stat : 21505 (java) S 21494 21496 21352 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 253318378 9855975424 16282 33554432000 1073741824 1073778376 140733208267216 140031446452520 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21496/tid=21506] ppid=21494 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/21496/task/21506/stat : 21506 (java) S 21494 21496 21352 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 253318378 9855975424 16282 33554432000 1073741824 1073778376 140733208267216 140031445399720 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21507] ppid=21494 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/21496/task/21507/stat : 21507 (java) S 21494 21496 21352 0 -1 4202560 33 0 0 0 21 0 0 0 20 0 19 0 253318379 9855975424 16282 33554432000 1073741824 1073778376 140733208267216 140030963071976 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21508] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21508/stat : 21508 (java) S 21494 21496 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253318379 9855975424 16282 33554432000 1073741824 1073778376 140733208267216 140030962018040 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21509] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21509/stat : 21509 (java) S 21494 21496 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253318379 9855975424 16282 33554432000 1073741824 1073778376 140733208267216 140030960965128 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21510] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21510/stat : 21510 (java) S 21494 21496 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318382 9855975424 16282 33554432000 1073741824 1073778376 140733208267216 140030959913616 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21511] ppid=21494 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/21496/task/21511/stat : 21511 (java) S 21494 21496 21352 0 -1 4202560 10832 0 0 0 101 3 0 0 20 0 19 0 253318382 9855975424 16282 33554432000 1073741824 1073778376 140733208267216 140030958860728 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21496/tid=21512] ppid=21494 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/21496/task/21512/stat : 21512 (java) S 21494 21496 21352 0 -1 4202560 2888 0 0 0 29 0 0 0 20 0 19 0 253318382 9855975424 16282 33554432000 1073741824 1073778376 140733208267216 140030957807928 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21513] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21513/stat : 21513 (java) S 21494 21496 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318382 9855975424 16282 33554432000 1073741824 1073778376 140733208267216 140030956755320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21514] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21514/stat : 21514 (java) S 21494 21496 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253318382 9855975424 16282 33554432000 1073741824 1073778376 140733208267216 140030955702728 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21546] ppid=21494 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21546/stat : 21546 (java) S 21494 21496 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253318407 9855975424 16282 33554432000 1073741824 1073778376 140733208267216 140030954649256 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 18.39
Current children cumulated vsize (KiB) 9624976

[startup+17.0008 s]
/proc/loadavg: 0.56 0.13 0.04 3/213 21547
/proc/meminfo: memFree=27611948/32873844 swapFree=6080/6080
[pid=21496] ppid=21494 vsize=9691540 CPUtime=18.49 cores=0,2,4,6
/proc/21496/stat : 21496 (java) S 21494 21496 21352 0 -1 4202496 17518 0 1 0 1843 6 0 0 20 0 20 0 253318375 9924136960 16291 33554432000 1073741824 1073778376 140733208267216 140733208258352 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21496/statm: 2422885 16291 2275 9 0 2413578 0
[pid=21496/tid=21498] ppid=21494 vsize=9691540 CPUtime=16.66 cores=0,2,4,6
/proc/21496/task/21498/stat : 21498 (java) S 21494 21496 21352 0 -1 4202560 2482 0 1 0 1664 2 0 0 20 0 20 0 253318376 9924136960 16291 33554432000 1073741824 1073778376 140733208267216 140031609234136 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21499] ppid=21494 vsize=9691540 CPUtime=0.02 cores=0,2,4,6
/proc/21496/task/21499/stat : 21499 (java) S 21494 21496 21352 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 20 0 253318378 9924136960 16291 33554432000 1073741824 1073778376 140733208267216 140031452769320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21500] ppid=21494 vsize=9691540 CPUtime=0.02 cores=0,2,4,6
/proc/21496/task/21500/stat : 21500 (java) S 21494 21496 21352 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 20 0 253318378 9924136960 16291 33554432000 1073741824 1073778376 140733208267216 140031451716520 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21501] ppid=21494 vsize=9691540 CPUtime=0.01 cores=0,2,4,6
/proc/21496/task/21501/stat : 21501 (java) S 21494 21496 21352 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 20 0 253318378 9924136960 16291 33554432000 1073741824 1073778376 140733208267216 140031450663720 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21502] ppid=21494 vsize=9691540 CPUtime=0.01 cores=0,2,4,6
/proc/21496/task/21502/stat : 21502 (java) S 21494 21496 21352 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 20 0 253318378 9924136960 16291 33554432000 1073741824 1073778376 140733208267216 140031449610920 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21496/tid=21503] ppid=21494 vsize=9691540 CPUtime=0.02 cores=0,2,4,6
/proc/21496/task/21503/stat : 21503 (java) S 21494 21496 21352 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 20 0 253318378 9924136960 16291 33554432000 1073741824 1073778376 140733208267216 140031448558120 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21504] ppid=21494 vsize=9691540 CPUtime=0.02 cores=0,2,4,6
/proc/21496/task/21504/stat : 21504 (java) S 21494 21496 21352 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 20 0 253318378 9924136960 16291 33554432000 1073741824 1073778376 140733208267216 140031447505320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21505] ppid=21494 vsize=9691540 CPUtime=0.02 cores=0,2,4,6
/proc/21496/task/21505/stat : 21505 (java) S 21494 21496 21352 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 20 0 253318378 9924136960 16291 33554432000 1073741824 1073778376 140733208267216 140031446452520 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21496/tid=21506] ppid=21494 vsize=9691540 CPUtime=0.01 cores=0,2,4,6
/proc/21496/task/21506/stat : 21506 (java) S 21494 21496 21352 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 20 0 253318378 9924136960 16291 33554432000 1073741824 1073778376 140733208267216 140031445399720 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21507] ppid=21494 vsize=9691540 CPUtime=0.21 cores=0,2,4,6
/proc/21496/task/21507/stat : 21507 (java) S 21494 21496 21352 0 -1 4202560 33 0 0 0 21 0 0 0 20 0 20 0 253318379 9924136960 16291 33554432000 1073741824 1073778376 140733208267216 140030963071976 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21508] ppid=21494 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21508/stat : 21508 (java) S 21494 21496 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 253318379 9924136960 16291 33554432000 1073741824 1073778376 140733208267216 140030962018040 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21509] ppid=21494 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21509/stat : 21509 (java) S 21494 21496 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 253318379 9924136960 16291 33554432000 1073741824 1073778376 140733208267216 140030960965128 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21510] ppid=21494 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21510/stat : 21510 (java) S 21494 21496 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253318382 9924136960 16291 33554432000 1073741824 1073778376 140733208267216 140030959913616 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21511] ppid=21494 vsize=9691540 CPUtime=1.04 cores=0,2,4,6
/proc/21496/task/21511/stat : 21511 (java) S 21494 21496 21352 0 -1 4202560 10832 0 0 0 101 3 0 0 20 0 20 0 253318382 9924136960 16291 33554432000 1073741824 1073778376 140733208267216 140030958860728 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21496/tid=21512] ppid=21494 vsize=9691540 CPUtime=0.29 cores=0,2,4,6
/proc/21496/task/21512/stat : 21512 (java) S 21494 21496 21352 0 -1 4202560 2888 0 0 0 29 0 0 0 20 0 20 0 253318382 9924136960 16291 33554432000 1073741824 1073778376 140733208267216 140030957807928 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21513] ppid=21494 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21513/stat : 21513 (java) S 21494 21496 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253318382 9924136960 16291 33554432000 1073741824 1073778376 140733208267216 140030956755320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21496/tid=21514] ppid=21494 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21514/stat : 21514 (java) S 21494 21496 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253318382 9924136960 16291 33554432000 1073741824 1073778376 140733208267216 140030955702728 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21496/tid=21546] ppid=21494 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/21496/task/21546/stat : 21546 (java) S 21494 21496 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 253318407 9924136960 16291 33554432000 1073741824 1073778376 140733208267216 140030954649256 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 18.49
Current children cumulated vsize (KiB) 9691540

Child status: 20
Real time (s): 17.0209
CPU time (s): 18.5692
CPU user time (s): 18.3992
CPU system time (s): 0.169974
CPU usage (%): 109.096
Max. virtual memory (cumulated for all children) (KiB): 9691540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.3992
system time used= 0.169974
maximum resident set size= 70304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17529
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= 1177
involuntary context switches= 919

runsolver used 0.036994 second user time and 0.06199 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-24 17:04:58
IDJOB=3687291
IDBENCH=1309
IDSOLVER=2269
FILE ID=node108/3687291-1337871898
RUNJOBID= node108-1337871881-21368
PBS_JOBID= 14620096
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.1900584106.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687291-1337871898/watcher-3687291-1337871898 -o /tmp/evaluation-result-3687291-1337871898/solver-3687291-1337871898 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687291-1337871898.opb

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

MD5SUM BENCH= 4a96a2353b6045ef15a9bfabac06d14b
RANDOM SEED=1576986474

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.273
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:       32873844 kB
MemFree:        27727596 kB
Buffers:          187872 kB
Cached:          4177608 kB
SwapCached:            0 kB
Active:           499288 kB
Inactive:        3879000 kB
Active(anon):      15524 kB
Inactive(anon):        0 kB
Active(file):     483764 kB
Inactive(file):  3879000 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               520 kB
Writeback:             0 kB
AnonPages:         18760 kB
Mapped:            13668 kB
Shmem:               200 kB
Slab:             630264 kB
SReclaimable:      72060 kB
SUnreclaim:       558204 kB
KernelStack:        1408 kB
PageTables:         3816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71720 MiB
End job on node108 at 2012-05-24 17:05:15