Trace number 3687314

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 RES // CP 2.3.2 SnapshotUNSAT 26.6999 12.4406

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900670167.opb
MD5SUM3972d8c24730f4742ee881de3ad25c62
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 benchmark1.42778
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 707
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
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 Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause 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-3687314-1337871898.opb
0.10/0.11	c reading problem ... 
0.48/0.32	c ... done. Wall clock time 0.211s.
0.48/0.32	c declared #vars     231
0.48/0.32	c #constraints  2707
0.48/0.32	c constraints type 
0.48/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.48/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.48/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.48/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.48/0.32	c 2707 constraints processed.
0.48/0.32	c constraints type 
0.48/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.48/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.48/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.48/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.48/0.32	c 2707 constraints processed.
2.40/0.83	c cleaning 2497 clauses out of 5001 with flag 5001/5001
3.59/1.16	c cleaning 4252 clauses out of 8503 with flag 11000/11000
4.38/1.53	c cleaning 5622 clauses out of 11252 with flag 18001/18001
5.48/2.06	c cleaning 6815 clauses out of 13632 with flag 26003/26003
7.09/2.63	c cleaning 7902 clauses out of 15814 with flag 35000/35000
8.82/3.32	c cleaning 8954 clauses out of 17913 with flag 45001/45001
10.41/3.98	c cleaning 9978 clauses out of 19958 with flag 56001/56001
12.41/4.75	c cleaning 10987 clauses out of 21979 with flag 68000/68000
14.12/5.68	c cleaning 11982 clauses out of 23991 with flag 81000/81000
16.25/6.78	c cleaning 13002 clauses out of 26009 with flag 95000/95000
18.38/7.83	c cleaning 14001 clauses out of 28007 with flag 110001/110001
20.93/9.18	c cleaning 14999 clauses out of 30005 with flag 126000/126000
24.06/10.77	c cleaning 15998 clauses out of 32007 with flag 143002/143002
26.59/12.02	c  And the winner is solver0
26.63/12.41	c starts		: 103
26.63/12.41	c conflicts		: 159889
26.63/12.41	c decisions		: 232895
26.63/12.41	c propagations		: 7426843
26.63/12.41	c inspects		: 109393552
26.63/12.41	c shortcuts		: 0
26.63/12.41	c learnt literals	: 16
26.63/12.41	c learnt binary clauses	: 98
26.63/12.41	c learnt ternary clauses	: 231
26.63/12.41	c learnt constraints	: 159872
26.63/12.41	c ignored constraints	: 0
26.63/12.41	c root simplifications	: 0
26.63/12.41	c removed literals (reason simplification)	: 741456
26.63/12.41	c reason swapping (by a shorter reason)	: 0
26.63/12.41	c Calls to reduceDB	: 13
26.63/12.41	c number of reductions to clauses (during analyze)	: 0
26.63/12.41	c number of learned constraints concerned by reduction	: 0
26.63/12.41	c number of learning phase by resolution	: 0
26.63/12.41	c number of learning phase by cutting planes	: 0
26.63/12.41	c speed (assignments/second)	: 614499.669038557
26.63/12.41	c non guided choices	169
26.63/12.42	c learnt constraints type 
26.63/12.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 98
26.63/12.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 32785
26.63/12.42	c constraints type 
26.63/12.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
26.63/12.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
26.63/12.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
26.63/12.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
26.63/12.42	c 2707 constraints processed.
26.63/12.42	c constraints type 
26.63/12.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
26.63/12.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
26.63/12.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
26.63/12.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
26.63/12.42	c 2707 constraints processed.
26.63/12.42	s UNSATISFIABLE
26.63/12.42	c Total wall clock time (in seconds): 12.311

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-3687314-1337871898/watcher-3687314-1337871898 -o /tmp/evaluation-result-3687314-1337871898/solver-3687314-1337871898 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687314-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.00 0.00 0.00 1/171 24544
/proc/meminfo: memFree=29095488/32873844 swapFree=6080/6080
[pid=24544] ppid=24542 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/24544/stat : 24544 (java) R 24542 24544 24394 0 -1 4202496 979 0 0 0 0 0 0 0 20 0 1 0 253314388 23793664 707 33554432000 1073741824 1073778376 140736934686464 140736934675528 248780987648 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24544/statm: 5809 707 522 9 0 128 0

[startup+0.0684569 s]
/proc/loadavg: 0.00 0.00 0.00 1/171 24544
/proc/meminfo: memFree=29095488/32873844 swapFree=6080/6080
[pid=24544] ppid=24542 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/24544/stat : 24544 (java) S 24542 24544 24394 0 -1 4202496 3300 0 1 0 4 1 0 0 20 0 18 0 253314388 9787813888 4509 33554432000 1073741824 1073778376 140736934686464 140736934677600 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24544/statm: 2389603 4509 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100251 s]
/proc/loadavg: 0.00 0.00 0.00 1/171 24544
/proc/meminfo: memFree=29095488/32873844 swapFree=6080/6080
[pid=24544] ppid=24542 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/24544/stat : 24544 (java) S 24542 24544 24394 0 -1 4202496 4377 0 1 0 9 1 0 0 20 0 18 0 253314388 9787813888 6086 33554432000 1073741824 1073778376 140736934686464 140736934677600 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24544/statm: 2389603 6086 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300212 s]
/proc/loadavg: 0.00 0.00 0.00 1/171 24544
/proc/meminfo: memFree=29095488/32873844 swapFree=6080/6080
[pid=24544] ppid=24542 vsize=9558412 CPUtime=0.48 cores=0,2,4,6
/proc/24544/stat : 24544 (java) S 24542 24544 24394 0 -1 4202496 5444 0 1 0 46 2 0 0 20 0 18 0 253314388 9787813888 8212 33554432000 1073741824 1073778376 140736934686464 140736934677600 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24544/statm: 2389603 8212 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.700168 s]
/proc/loadavg: 0.00 0.00 0.00 1/171 24544
/proc/meminfo: memFree=29095488/32873844 swapFree=6080/6080
[pid=24544] ppid=24542 vsize=9824668 CPUtime=2.01 cores=0,2,4,6
/proc/24544/stat : 24544 (java) S 24542 24544 24394 0 -1 4202496 15951 0 1 0 197 4 0 0 20 0 22 0 253314388 10060460032 20664 33554432000 1073741824 1073778376 140736934686464 140736934677600 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24544/statm: 2456167 20664 2244 9 0 2446860 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9824668

[startup+1.5007 s]
/proc/loadavg: 0.00 0.00 0.00 5/193 24566
/proc/meminfo: memFree=28978412/32873844 swapFree=6080/6080
[pid=24544] ppid=24542 vsize=9824668 CPUtime=4.38 cores=0,2,4,6
/proc/24544/stat : 24544 (java) S 24542 24544 24394 0 -1 4202496 22754 0 1 0 430 8 0 0 20 0 22 0 253314388 10060460032 48458 33554432000 1073741824 1073778376 140736934686464 140736934677600 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24544/statm: 2456167 48458 2276 9 0 2446860 0
[pid=24544/tid=24546] ppid=24542 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/24544/task/24546/stat : 24546 (java) S 24542 24544 24394 0 -1 4202560 2482 0 1 0 29 1 0 0 20 0 22 0 253314389 10060460032 48458 33554432000 1073741824 1073778376 140736934686464 140084910953464 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24547] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24547/stat : 24547 (java) S 24542 24544 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314389 10060460032 48458 33554432000 1073741824 1073778376 140736934686464 140084872444968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24548] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24548/stat : 24548 (java) S 24542 24544 24394 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253314389 10060460032 48458 33554432000 1073741824 1073778376 140736934686464 140084871392168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24549] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24549/stat : 24549 (java) S 24542 24544 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314389 10060460032 48458 33554432000 1073741824 1073778376 140736934686464 140084870339368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24544/tid=24550] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24550/stat : 24550 (java) S 24542 24544 24394 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 253314389 10060460032 48458 33554432000 1073741824 1073778376 140736934686464 140084869286568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24551] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24551/stat : 24551 (java) S 24542 24544 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314389 10060460032 48458 33554432000 1073741824 1073778376 140736934686464 140084868233768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24544/tid=24552] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24552/stat : 24552 (java) S 24542 24544 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314389 10060460032 48458 33554432000 1073741824 1073778376 140736934686464 140084867180968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24553] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24553/stat : 24553 (java) S 24542 24544 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253314389 10060460032 48458 33554432000 1073741824 1073778376 140736934686464 140084866128168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24544/tid=24554] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24554/stat : 24554 (java) S 24542 24544 24394 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253314389 10060460032 48458 33554432000 1073741824 1073778376 140736934686464 140084865075368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24544/tid=24555] ppid=24542 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24544/task/24555/stat : 24555 (java) S 24542 24544 24394 0 -1 4202560 95 0 0 0 2 0 0 0 20 0 22 0 253314391 10060460032 48458 33554432000 1073741824 1073778376 140736934686464 140084735101928 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24556] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24556/stat : 24556 (java) S 24542 24544 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314391 10060460032 48458 33554432000 1073741824 1073778376 140736934686464 140084734047992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24557] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24557/stat : 24557 (java) S 24542 24544 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314391 10060460032 48458 33554432000 1073741824 1073778376 140736934686464 140084732995080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24558] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24558/stat : 24558 (java) S 24542 24544 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314393 10060460032 48458 33554432000 1073741824 1073778376 140736934686464 140084731943568 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24559] ppid=24542 vsize=9824668 CPUtime=0.86 cores=0,2,4,6
/proc/24544/task/24559/stat : 24559 (java) R 24542 24544 24394 0 -1 4202560 10365 0 0 0 84 2 0 0 20 0 22 0 253314393 10060460032 48458 33554432000 1073741824 1073778376 140736934686464 140084730890680 140084913972094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24560] ppid=24542 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/24544/task/24560/stat : 24560 (java) R 24542 24544 24394 0 -1 4202560 8421 0 0 0 85 2 0 0 20 0 22 0 253314393 10060460032 48458 33554432000 1073741824 1073778376 140736934686464 140084729837880 140084918313896 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24561] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24561/stat : 24561 (java) S 24542 24544 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314393 10060460032 48458 33554432000 1073741824 1073778376 140736934686464 140084728785272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24562] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24562/stat : 24562 (java) S 24542 24544 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314393 10060460032 48458 33554432000 1073741824 1073778376 140736934686464 140084727732680 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24563] ppid=24542 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/24544/task/24563/stat : 24563 (java) R 24542 24544 24394 0 -1 4202560 31 0 0 0 110 0 0 0 20 0 22 0 253314421 10060460032 48458 33554432000 1073741824 1073778376 140736934686464 140084726678440 140084737768439 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24544/tid=24564] ppid=24542 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/24544/task/24564/stat : 24564 (java) R 24542 24544 24394 0 -1 4202560 127 0 0 0 108 1 0 0 20 0 22 0 253314421 10060460032 48458 33554432000 1073741824 1073778376 140736934686464 140084725624464 140084737944458 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24565] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24565/stat : 24565 (java) S 24542 24544 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314421 10060460032 48458 33554432000 1073741824 1073778376 140736934686464 140084724573608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24566] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24566/stat : 24566 (java) S 24542 24544 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314421 10060460032 48458 33554432000 1073741824 1073778376 140736934686464 140084723520808 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 9824668

[startup+3.10071 s]
/proc/loadavg: 0.00 0.00 0.00 5/215 24597
/proc/meminfo: memFree=28767660/32873844 swapFree=6080/6080
[pid=24544] ppid=24542 vsize=9824668 CPUtime=8.37 cores=0,2,4,6
/proc/24544/stat : 24544 (java) S 24542 24544 24394 0 -1 4202496 30997 0 1 0 825 12 0 0 20 0 22 0 253314388 10060460032 79732 33554432000 1073741824 1073778376 140736934686464 140736934677600 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24544/statm: 2456167 79732 2279 9 0 2446860 0
[pid=24544/tid=24546] ppid=24542 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/24544/task/24546/stat : 24546 (java) S 24542 24544 24394 0 -1 4202560 2482 0 1 0 29 1 0 0 20 0 22 0 253314389 10060460032 79732 33554432000 1073741824 1073778376 140736934686464 140084910953464 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24547] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24547/stat : 24547 (java) S 24542 24544 24394 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253314389 10060460032 79732 33554432000 1073741824 1073778376 140736934686464 140084872444968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24544/tid=24548] ppid=24542 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24544/task/24548/stat : 24548 (java) S 24542 24544 24394 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 253314389 10060460032 79732 33554432000 1073741824 1073778376 140736934686464 140084871392168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24549] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24549/stat : 24549 (java) S 24542 24544 24394 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253314389 10060460032 79732 33554432000 1073741824 1073778376 140736934686464 140084870339368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24550] ppid=24542 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24544/task/24550/stat : 24550 (java) S 24542 24544 24394 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 253314389 10060460032 79732 33554432000 1073741824 1073778376 140736934686464 140084869286568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24551] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24551/stat : 24551 (java) S 24542 24544 24394 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253314389 10060460032 79732 33554432000 1073741824 1073778376 140736934686464 140084868233768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24552] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24552/stat : 24552 (java) S 24542 24544 24394 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253314389 10060460032 79732 33554432000 1073741824 1073778376 140736934686464 140084867180968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24553] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24553/stat : 24553 (java) S 24542 24544 24394 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253314389 10060460032 79732 33554432000 1073741824 1073778376 140736934686464 140084866128168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24544/tid=24554] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24554/stat : 24554 (java) S 24542 24544 24394 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253314389 10060460032 79732 33554432000 1073741824 1073778376 140736934686464 140084865075368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24544/tid=24555] ppid=24542 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/24544/task/24555/stat : 24555 (java) S 24542 24544 24394 0 -1 4202560 103 0 0 0 14 0 0 0 20 0 22 0 253314391 10060460032 79732 33554432000 1073741824 1073778376 140736934686464 140084735101928 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24556] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24556/stat : 24556 (java) S 24542 24544 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314391 10060460032 79732 33554432000 1073741824 1073778376 140736934686464 140084734047992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24557] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24557/stat : 24557 (java) S 24542 24544 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314391 10060460032 79732 33554432000 1073741824 1073778376 140736934686464 140084732995080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24558] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24558/stat : 24558 (java) S 24542 24544 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314393 10060460032 79732 33554432000 1073741824 1073778376 140736934686464 140084731943568 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24559] ppid=24542 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/24544/task/24559/stat : 24559 (java) S 24542 24544 24394 0 -1 4202560 13219 0 0 0 132 3 0 0 20 0 22 0 253314393 10060460032 79732 33554432000 1073741824 1073778376 140736934686464 140084730890680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24560] ppid=24542 vsize=9824668 CPUtime=1.26 cores=0,2,4,6
/proc/24544/task/24560/stat : 24560 (java) S 24542 24544 24394 0 -1 4202560 13721 0 0 0 123 3 0 0 20 0 22 0 253314393 10060460032 79732 33554432000 1073741824 1073778376 140736934686464 140084729837880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24561] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24561/stat : 24561 (java) S 24542 24544 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314393 10060460032 79732 33554432000 1073741824 1073778376 140736934686464 140084728785272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24562] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24562/stat : 24562 (java) S 24542 24544 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314393 10060460032 79732 33554432000 1073741824 1073778376 140736934686464 140084727732680 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24563] ppid=24542 vsize=9824668 CPUtime=2.55 cores=0,2,4,6
/proc/24544/task/24563/stat : 24563 (java) R 24542 24544 24394 0 -1 4202560 39 0 0 0 255 0 0 0 20 0 22 0 253314421 10060460032 79732 33554432000 1073741824 1073778376 140736934686464 140084726678632 140084737781724 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24544/tid=24564] ppid=24542 vsize=9824668 CPUtime=2.56 cores=0,2,4,6
/proc/24544/task/24564/stat : 24564 (java) R 24542 24544 24394 0 -1 4202560 176 0 0 0 253 3 0 0 20 0 22 0 253314421 10060460032 79732 33554432000 1073741824 1073778376 140736934686464 140084725623648 140084738214534 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24565] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24565/stat : 24565 (java) S 24542 24544 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314421 10060460032 79732 33554432000 1073741824 1073778376 140736934686464 140084724573608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24566] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24566/stat : 24566 (java) S 24542 24544 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314421 10060460032 79732 33554432000 1073741824 1073778376 140736934686464 140084723520808 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.37
Current children cumulated vsize (KiB) 9824668

[startup+6.30072 s]
/proc/loadavg: 0.40 0.08 0.03 5/219 24601
/proc/meminfo: memFree=28368156/32873844 swapFree=6080/6080
[pid=24544] ppid=24542 vsize=9824668 CPUtime=15.45 cores=0,2,4,6
/proc/24544/stat : 24544 (java) S 24542 24544 24394 0 -1 4202496 38338 0 1 0 1527 18 0 0 20 0 22 0 253314388 10060460032 114060 33554432000 1073741824 1073778376 140736934686464 140736934677600 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24544/statm: 2456167 114060 2279 9 0 2446860 0
[pid=24544/tid=24546] ppid=24542 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/24544/task/24546/stat : 24546 (java) S 24542 24544 24394 0 -1 4202560 2483 0 1 0 29 1 0 0 20 0 22 0 253314389 10060460032 114060 33554432000 1073741824 1073778376 140736934686464 140084910953464 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24547] ppid=24542 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24544/task/24547/stat : 24547 (java) S 24542 24544 24394 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 253314389 10060460032 114060 33554432000 1073741824 1073778376 140736934686464 140084872444968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24548] ppid=24542 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24544/task/24548/stat : 24548 (java) S 24542 24544 24394 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253314389 10060460032 114060 33554432000 1073741824 1073778376 140736934686464 140084871392168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24549] ppid=24542 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24544/task/24549/stat : 24549 (java) S 24542 24544 24394 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 253314389 10060460032 114060 33554432000 1073741824 1073778376 140736934686464 140084870339368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24550] ppid=24542 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24544/task/24550/stat : 24550 (java) S 24542 24544 24394 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 253314389 10060460032 114060 33554432000 1073741824 1073778376 140736934686464 140084869286568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24551] ppid=24542 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24544/task/24551/stat : 24551 (java) S 24542 24544 24394 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 253314389 10060460032 114060 33554432000 1073741824 1073778376 140736934686464 140084868233768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24552] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24552/stat : 24552 (java) S 24542 24544 24394 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253314389 10060460032 114060 33554432000 1073741824 1073778376 140736934686464 140084867180968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24553] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24553/stat : 24553 (java) S 24542 24544 24394 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253314389 10060460032 114060 33554432000 1073741824 1073778376 140736934686464 140084866128168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24554] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24554/stat : 24554 (java) S 24542 24544 24394 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253314389 10060460032 114060 33554432000 1073741824 1073778376 140736934686464 140084865075368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24544/tid=24555] ppid=24542 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/24544/task/24555/stat : 24555 (java) S 24542 24544 24394 0 -1 4202560 235 0 0 0 37 1 0 0 20 0 22 0 253314391 10060460032 114060 33554432000 1073741824 1073778376 140736934686464 140084735101928 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24544/tid=24556] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24556/stat : 24556 (java) S 24542 24544 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314391 10060460032 114060 33554432000 1073741824 1073778376 140736934686464 140084734047992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24557] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24557/stat : 24557 (java) S 24542 24544 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314391 10060460032 114060 33554432000 1073741824 1073778376 140736934686464 140084732995080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24558] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24558/stat : 24558 (java) S 24542 24544 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314393 10060460032 114060 33554432000 1073741824 1073778376 140736934686464 140084731943568 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24559] ppid=24542 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/24544/task/24559/stat : 24559 (java) S 24542 24544 24394 0 -1 4202560 13219 0 0 0 137 3 0 0 20 0 22 0 253314393 10060460032 114060 33554432000 1073741824 1073778376 140736934686464 140084730890680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/24544/task/24553/stat : 24553 (java) S 24542 24544 24394 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 253314389 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084866128168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24554] ppid=24542 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24544/task/24554/stat : 24554 (java) S 24542 24544 24394 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 22 0 253314389 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084865075368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24555] ppid=24542 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/24544/task/24555/stat : 24555 (java) S 24542 24544 24394 0 -1 4202560 241 0 0 0 69 1 0 0 20 0 22 0 253314391 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084735101928 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24556] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24556/stat : 24556 (java) S 24542 24544 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314391 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084734047992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24557] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24557/stat : 24557 (java) S 24542 24544 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314391 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084732995080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24558] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24558/stat : 24558 (java) S 24542 24544 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314393 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084731943568 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24559] ppid=24542 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/24544/task/24559/stat : 24559 (java) S 24542 24544 24394 0 -1 4202560 13219 0 0 0 138 3 0 0 20 0 22 0 253314393 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084730890680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24560] ppid=24542 vsize=9824668 CPUtime=2.19 cores=0,2,4,6
/proc/24544/task/24560/stat : 24560 (java) S 24542 24544 24394 0 -1 4202560 20846 0 0 0 214 5 0 0 20 0 22 0 253314393 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084729837880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24561] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24561/stat : 24561 (java) S 24542 24544 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314393 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084728785272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24562] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24562/stat : 24562 (java) S 24542 24544 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314393 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084727732680 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24563] ppid=24542 vsize=9824668 CPUtime=9.88 cores=0,2,4,6
/proc/24544/task/24563/stat : 24563 (java) R 24542 24544 24394 0 -1 4202560 51 0 0 0 988 0 0 0 20 0 22 0 253314421 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084726678456 140084737759541 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24564] ppid=24542 vsize=9824668 CPUtime=9.89 cores=0,2,4,6
/proc/24544/task/24564/stat : 24564 (java) R 24542 24544 24394 0 -1 4202560 301 0 0 0 983 6 0 0 20 0 22 0 253314421 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084725623920 140084737816242 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24565] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24565/stat : 24565 (java) S 24542 24544 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314421 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084724573608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24566] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24566/stat : 24566 (java) S 24542 24544 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314421 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084723520808 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 24.78
Current children cumulated vsize (KiB) 9824668

[startup+11.9008 s]
/proc/loadavg: 0.69 0.15 0.05 5/219 24601
/proc/meminfo: memFree=27874260/32873844 swapFree=6080/6080
[pid=24544] ppid=24542 vsize=9824668 CPUtime=26.38 cores=0,2,4,6
/proc/24544/stat : 24544 (java) S 24542 24544 24394 0 -1 4202496 38460 0 1 0 2617 21 0 0 20 0 22 0 253314388 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140736934677600 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24544/statm: 2456167 152500 2279 9 0 2446860 0
[pid=24544/tid=24546] ppid=24542 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/24544/task/24546/stat : 24546 (java) S 24542 24544 24394 0 -1 4202560 2483 0 1 0 29 1 0 0 20 0 22 0 253314389 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084910953464 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24547] ppid=24542 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24544/task/24547/stat : 24547 (java) S 24542 24544 24394 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 253314389 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084872444968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24548] ppid=24542 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24544/task/24548/stat : 24548 (java) S 24542 24544 24394 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 253314389 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084871392168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24544/tid=24549] ppid=24542 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24544/task/24549/stat : 24549 (java) S 24542 24544 24394 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 253314389 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084870339368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24550] ppid=24542 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24544/task/24550/stat : 24550 (java) S 24542 24544 24394 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 253314389 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084869286568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24551] ppid=24542 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24544/task/24551/stat : 24551 (java) S 24542 24544 24394 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 253314389 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084868233768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24552] ppid=24542 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24544/task/24552/stat : 24552 (java) S 24542 24544 24394 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 253314389 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084867180968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24553] ppid=24542 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24544/task/24553/stat : 24553 (java) S 24542 24544 24394 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 253314389 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084866128168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24554] ppid=24542 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24544/task/24554/stat : 24554 (java) S 24542 24544 24394 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 22 0 253314389 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084865075368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24555] ppid=24542 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/24544/task/24555/stat : 24555 (java) S 24542 24544 24394 0 -1 4202560 241 0 0 0 69 1 0 0 20 0 22 0 253314391 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084735101928 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24556] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24556/stat : 24556 (java) S 24542 24544 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314391 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084734047992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24557] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24557/stat : 24557 (java) S 24542 24544 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314391 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084732995080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24558] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24558/stat : 24558 (java) S 24542 24544 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314393 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084731943568 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24559] ppid=24542 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/24544/task/24559/stat : 24559 (java) S 24542 24544 24394 0 -1 4202560 13219 0 0 0 138 3 0 0 20 0 22 0 253314393 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084730890680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24560] ppid=24542 vsize=9824668 CPUtime=2.19 cores=0,2,4,6
/proc/24544/task/24560/stat : 24560 (java) S 24542 24544 24394 0 -1 4202560 20846 0 0 0 214 5 0 0 20 0 22 0 253314393 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084729837880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24561] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24561/stat : 24561 (java) S 24542 24544 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314393 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084728785272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24562] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24562/stat : 24562 (java) S 24542 24544 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314393 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084727732680 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24563] ppid=24542 vsize=9824668 CPUtime=10.68 cores=0,2,4,6
/proc/24544/task/24563/stat : 24563 (java) R 24542 24544 24394 0 -1 4202560 52 0 0 0 1068 0 0 0 20 0 22 0 253314421 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084726678824 140084737759541 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24564] ppid=24542 vsize=9824668 CPUtime=10.68 cores=0,2,4,6
/proc/24544/task/24564/stat : 24564 (java) R 24542 24544 24394 0 -1 4202560 301 0 0 0 1062 6 0 0 20 0 22 0 253314421 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084725623920 140084737944321 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24565] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24565/stat : 24565 (java) S 24542 24544 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314421 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084724573608 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24566] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24566/stat : 24566 (java) S 24542 24544 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314421 10060460032 152500 33554432000 1073741824 1073778376 140736934686464 140084723520808 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 26.38
Current children cumulated vsize (KiB) 9824668

[startup+12.3007 s]
/proc/loadavg: 0.69 0.15 0.05 5/219 24601
/proc/meminfo: memFree=27883436/32873844 swapFree=6080/6080
[pid=24544] ppid=24542 vsize=9824668 CPUtime=26.63 cores=0,2,4,6
/proc/24544/stat : 24544 (java) S 24542 24544 24394 0 -1 4202496 38461 0 1 0 2641 22 0 0 20 0 19 0 253314388 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140736934677600 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24544/statm: 2456167 152488 2280 9 0 2446860 0
[pid=24544/tid=24546] ppid=24542 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/24544/task/24546/stat : 24546 (java) S 24542 24544 24394 0 -1 4202560 2483 0 1 0 29 1 0 0 20 0 19 0 253314389 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084910953464 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24547] ppid=24542 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24544/task/24547/stat : 24547 (java) S 24542 24544 24394 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 253314389 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084872444968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24548] ppid=24542 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24544/task/24548/stat : 24548 (java) S 24542 24544 24394 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 253314389 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084871392168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24544/tid=24549] ppid=24542 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24544/task/24549/stat : 24549 (java) S 24542 24544 24394 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 253314389 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084870339368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24550] ppid=24542 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24544/task/24550/stat : 24550 (java) S 24542 24544 24394 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 253314389 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084869286568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24551] ppid=24542 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24544/task/24551/stat : 24551 (java) S 24542 24544 24394 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 253314389 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084868233768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24552] ppid=24542 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24544/task/24552/stat : 24552 (java) S 24542 24544 24394 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 253314389 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084867180968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24553] ppid=24542 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24544/task/24553/stat : 24553 (java) S 24542 24544 24394 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 253314389 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084866128168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24554] ppid=24542 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24544/task/24554/stat : 24554 (java) S 24542 24544 24394 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 253314389 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084865075368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24555] ppid=24542 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/24544/task/24555/stat : 24555 (java) S 24542 24544 24394 0 -1 4202560 241 0 0 0 69 1 0 0 20 0 19 0 253314391 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084735101928 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24556] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24556/stat : 24556 (java) S 24542 24544 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314391 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084734047992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24557] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24557/stat : 24557 (java) S 24542 24544 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314391 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084732995080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24558] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24558/stat : 24558 (java) S 24542 24544 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314393 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084731943568 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24559] ppid=24542 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/24544/task/24559/stat : 24559 (java) S 24542 24544 24394 0 -1 4202560 13219 0 0 0 138 3 0 0 20 0 19 0 253314393 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084730890680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24560] ppid=24542 vsize=9824668 CPUtime=2.19 cores=0,2,4,6
/proc/24544/task/24560/stat : 24560 (java) S 24542 24544 24394 0 -1 4202560 20846 0 0 0 214 5 0 0 20 0 19 0 253314393 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084729837880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24561] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24561/stat : 24561 (java) S 24542 24544 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314393 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084728785272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24562] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24562/stat : 24562 (java) S 24542 24544 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314393 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084727732680 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24566] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24566/stat : 24566 (java) S 24542 24544 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314421 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084723520808 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 26.63
Current children cumulated vsize (KiB) 9824668

[startup+12.4007 s]
/proc/loadavg: 0.69 0.15 0.05 5/219 24601
/proc/meminfo: memFree=27883436/32873844 swapFree=6080/6080
[pid=24544] ppid=24542 vsize=9824668 CPUtime=26.63 cores=0,2,4,6
/proc/24544/stat : 24544 (java) S 24542 24544 24394 0 -1 4202496 38461 0 1 0 2641 22 0 0 20 0 19 0 253314388 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140736934677600 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24544/statm: 2456167 152488 2280 9 0 2446860 0
[pid=24544/tid=24546] ppid=24542 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/24544/task/24546/stat : 24546 (java) S 24542 24544 24394 0 -1 4202560 2483 0 1 0 29 1 0 0 20 0 19 0 253314389 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084910953464 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24547] ppid=24542 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24544/task/24547/stat : 24547 (java) S 24542 24544 24394 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 253314389 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084872444968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24548] ppid=24542 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24544/task/24548/stat : 24548 (java) S 24542 24544 24394 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 253314389 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084871392168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24544/tid=24549] ppid=24542 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24544/task/24549/stat : 24549 (java) S 24542 24544 24394 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 253314389 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084870339368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24550] ppid=24542 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24544/task/24550/stat : 24550 (java) S 24542 24544 24394 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 253314389 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084869286568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24551] ppid=24542 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24544/task/24551/stat : 24551 (java) S 24542 24544 24394 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 253314389 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084868233768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24552] ppid=24542 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24544/task/24552/stat : 24552 (java) S 24542 24544 24394 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 253314389 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084867180968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24553] ppid=24542 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24544/task/24553/stat : 24553 (java) S 24542 24544 24394 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 253314389 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084866128168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24554] ppid=24542 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24544/task/24554/stat : 24554 (java) S 24542 24544 24394 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 19 0 253314389 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084865075368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24555] ppid=24542 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/24544/task/24555/stat : 24555 (java) S 24542 24544 24394 0 -1 4202560 241 0 0 0 69 1 0 0 20 0 19 0 253314391 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084735101928 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24556] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24556/stat : 24556 (java) S 24542 24544 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314391 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084734047992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24557] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24557/stat : 24557 (java) S 24542 24544 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314391 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084732995080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24558] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24558/stat : 24558 (java) S 24542 24544 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314393 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084731943568 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24544/tid=24559] ppid=24542 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/24544/task/24559/stat : 24559 (java) S 24542 24544 24394 0 -1 4202560 13219 0 0 0 138 3 0 0 20 0 19 0 253314393 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084730890680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24560] ppid=24542 vsize=9824668 CPUtime=2.19 cores=0,2,4,6
/proc/24544/task/24560/stat : 24560 (java) S 24542 24544 24394 0 -1 4202560 20846 0 0 0 214 5 0 0 20 0 19 0 253314393 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084729837880 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24561] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24561/stat : 24561 (java) S 24542 24544 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314393 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084728785272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24544/tid=24562] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24562/stat : 24562 (java) S 24542 24544 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314393 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084727732680 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24544/tid=24566] ppid=24542 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24544/task/24566/stat : 24566 (java) S 24542 24544 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314421 10060460032 152488 33554432000 1073741824 1073778376 140736934686464 140084723520808 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 26.63
Current children cumulated vsize (KiB) 9824668

Child status: 20
Real time (s): 12.4406
CPU time (s): 26.6999
CPU user time (s): 26.388
CPU system time (s): 0.311952
CPU usage (%): 214.619
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.388
system time used= 0.311952
maximum resident set size= 610004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38468
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= 1129
involuntary context switches= 723

runsolver used 0.051992 second user time and 0.131979 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-24 17:04:58
IDJOB=3687314
IDBENCH=1351
IDSOLVER=2268
FILE ID=node139/3687314-1337871898
RUNJOBID= node139-1337871881-24410
PBS_JOBID= 14620065
Free space on /tmp= 71688 MiB

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

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

MD5SUM BENCH= 3972d8c24730f4742ee881de3ad25c62
RANDOM SEED=1387146519

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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:        29095752 kB
Buffers:          212780 kB
Cached:          2762508 kB
SwapCached:            0 kB
Active:           484820 kB
Inactive:        2501032 kB
Active(anon):       2140 kB
Inactive(anon):    11120 kB
Active(file):     482680 kB
Inactive(file):  2489912 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               532 kB
Writeback:             0 kB
AnonPages:         16768 kB
Mapped:            13608 kB
Shmem:               200 kB
Slab:             652660 kB
SReclaimable:      95112 kB
SUnreclaim:       557548 kB
KernelStack:        1392 kB
PageTables:         3812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71684 MiB
End job on node139 at 2012-05-24 17:05:11