Trace number 3687318

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 13.6339 5.96613

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900551864.opb
MD5SUM733d8edd6a6cbfe19e20f4970079db5a
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.895862
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 687
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.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3687318-1337871899.opb
0.08/0.13	c reading problem ... 
0.46/0.33	c ... done. Wall clock time 0.203s.
0.46/0.33	c declared #vars     231
0.46/0.33	c #constraints  2707
0.46/0.33	c constraints type 
0.46/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.46/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.46/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.46/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.46/0.33	c 2707 constraints processed.
0.46/0.33	c constraints type 
0.46/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.46/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.46/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.46/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.46/0.33	c 2707 constraints processed.
2.35/0.87	c cleaning 2499 clauses out of 5000 with flag 5000/5000
3.76/1.20	c cleaning 4250 clauses out of 8502 with flag 11001/11001
4.66/1.62	c cleaning 5619 clauses out of 11252 with flag 18001/18001
5.80/2.10	c cleaning 6808 clauses out of 13632 with flag 26000/26000
7.53/2.69	c cleaning 7908 clauses out of 15825 with flag 35001/35001
8.74/3.30	c cleaning 8949 clauses out of 17915 with flag 45000/45000
10.33/4.04	c cleaning 9981 clauses out of 19967 with flag 56001/56001
11.90/4.85	c cleaning 10992 clauses out of 21986 with flag 68002/68002
13.25/5.58	c cleaning 11992 clauses out of 23984 with flag 81000/81000
13.43/5.69	c  And the winner is solver0
13.56/5.95	c starts		: 77
13.56/5.95	c conflicts		: 81992
13.56/5.95	c decisions		: 123731
13.56/5.95	c propagations		: 3492279
13.56/5.95	c inspects		: 43974788
13.56/5.95	c shortcuts		: 0
13.56/5.95	c learnt literals	: 18
13.56/5.95	c learnt binary clauses	: 36
13.56/5.95	c learnt ternary clauses	: 163
13.56/5.95	c learnt constraints	: 81973
13.56/5.95	c ignored constraints	: 0
13.56/5.95	c root simplifications	: 0
13.56/5.95	c removed literals (reason simplification)	: 314546
13.56/5.95	c reason swapping (by a shorter reason)	: 0
13.56/5.95	c Calls to reduceDB	: 9
13.56/5.95	c number of reductions to clauses (during analyze)	: 0
13.56/5.95	c number of learned constraints concerned by reduction	: 0
13.56/5.95	c number of learning phase by resolution	: 0
13.56/5.95	c number of learning phase by cutting planes	: 0
13.56/5.95	c speed (assignments/second)	: 621955.2983081032
13.56/5.95	c non guided choices	169
13.56/5.96	c learnt constraints type 
13.56/5.96	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 36
13.56/5.96	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12939
13.56/5.96	c constraints type 
13.56/5.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
13.56/5.96	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
13.56/5.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
13.56/5.96	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
13.56/5.96	c 2707 constraints processed.
13.56/5.96	c constraints type 
13.56/5.96	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
13.56/5.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
13.56/5.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
13.56/5.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
13.56/5.96	c 2707 constraints processed.
13.56/5.96	s UNSATISFIABLE
13.56/5.96	c Total wall clock time (in seconds): 5.828

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-3687318-1337871899/watcher-3687318-1337871899 -o /tmp/evaluation-result-3687318-1337871899/solver-3687318-1337871899 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687318-1337871899.opb 

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

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


[startup+0 s]
/proc/loadavg: 0.27 0.06 0.02 2/173 26400
/proc/meminfo: memFree=29521640/32873844 swapFree=7364/7364
[pid=26400] ppid=26398 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26400/stat : 26400 (java) R 26398 26400 26250 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 253314684 9515008 184 33554432000 1073741824 1073778376 140733562326736 140733562317960 215143312823 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26400/statm: 2323 184 142 9 0 71 0

[startup+0.058725 s]
/proc/loadavg: 0.27 0.06 0.02 2/173 26400
/proc/meminfo: memFree=29521640/32873844 swapFree=7364/7364
[pid=26400] ppid=26398 vsize=9225560 CPUtime=0.04 cores=1,3,5,7
/proc/26400/stat : 26400 (java) S 26398 26400 26250 0 -1 4202496 3058 0 1 0 3 1 0 0 20 0 13 0 253314684 9446973440 3756 33554432000 1073741824 1073778376 140736932621776 140736932612912 215146856509 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26400/statm: 2306390 3756 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.100573 s]
/proc/loadavg: 0.27 0.06 0.02 2/173 26400
/proc/meminfo: memFree=29521640/32873844 swapFree=7364/7364
[pid=26400] ppid=26398 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/26400/stat : 26400 (java) S 26398 26400 26250 0 -1 4202496 4146 0 1 0 7 1 0 0 20 0 18 0 253314684 9787813888 5331 33554432000 1073741824 1073778376 140736932621776 140736932612912 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26400/statm: 2389603 5331 2069 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300219 s]
/proc/loadavg: 0.27 0.06 0.02 2/173 26400
/proc/meminfo: memFree=29521640/32873844 swapFree=7364/7364
[pid=26400] ppid=26398 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/26400/stat : 26400 (java) S 26398 26400 26250 0 -1 4202496 5474 0 1 0 44 2 0 0 20 0 18 0 253314684 9787813888 7838 33554432000 1073741824 1073778376 140736932621776 140736932612912 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26400/statm: 2389603 7838 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700215 s]
/proc/loadavg: 0.27 0.06 0.02 2/173 26400
/proc/meminfo: memFree=29521640/32873844 swapFree=7364/7364
[pid=26400] ppid=26398 vsize=9824668 CPUtime=1.96 cores=1,3,5,7
/proc/26400/stat : 26400 (java) S 26398 26400 26250 0 -1 4202496 16207 0 1 0 191 5 0 0 20 0 22 0 253314684 10060460032 20540 33554432000 1073741824 1073778376 140736932621776 140736932612912 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26400/statm: 2456167 20540 2245 9 0 2446860 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9824668

[startup+1.5008 s]
/proc/loadavg: 0.27 0.06 0.02 5/195 26422
/proc/meminfo: memFree=29397688/32873844 swapFree=7364/7364
[pid=26400] ppid=26398 vsize=9824668 CPUtime=4.46 cores=1,3,5,7
/proc/26400/stat : 26400 (java) S 26398 26400 26250 0 -1 4202496 23230 0 1 0 436 10 0 0 20 0 22 0 253314684 10060460032 47340 33554432000 1073741824 1073778376 140736932621776 140736932612912 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26400/statm: 2456167 47340 2277 9 0 2446860 0
[pid=26400/tid=26402] ppid=26398 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/26400/task/26402/stat : 26402 (java) S 26398 26400 26250 0 -1 4202560 2463 0 1 0 28 2 0 0 20 0 22 0 253314685 10060460032 47340 33554432000 1073741824 1073778376 140736932621776 139751416984568 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26400/tid=26403] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26403/stat : 26403 (java) S 26398 26400 26250 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253314686 10060460032 47340 33554432000 1073741824 1073778376 140736932621776 139751395085352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26404] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26404/stat : 26404 (java) S 26398 26400 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314686 10060460032 47340 33554432000 1073741824 1073778376 140736932621776 139751394032552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26405] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26405/stat : 26405 (java) S 26398 26400 26250 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253314686 10060460032 47340 33554432000 1073741824 1073778376 140736932621776 139751392979752 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26400/tid=26406] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26406/stat : 26406 (java) S 26398 26400 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314686 10060460032 47340 33554432000 1073741824 1073778376 140736932621776 139751391926952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26407] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26407/stat : 26407 (java) S 26398 26400 26250 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253314686 10060460032 47340 33554432000 1073741824 1073778376 140736932621776 139751055157800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (java) S 26398 26400 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314686 10060460032 47340 33554432000 1073741824 1073778376 140736932621776 139751054105000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (java) S 26398 26400 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253314687 10060460032 47340 33554432000 1073741824 1073778376 140736932621776 139751053052200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (java) S 26398 26400 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314687 10060460032 47340 33554432000 1073741824 1073778376 140736932621776 139751051999400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26411] ppid=26398 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26400/task/26411/stat : 26411 (java) S 26398 26400 26250 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 22 0 253314688 10060460032 47340 33554432000 1073741824 1073778376 140736932621776 139751039589352 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26412] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26412/stat : 26412 (java) S 26398 26400 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314688 10060460032 47340 33554432000 1073741824 1073778376 140736932621776 139751038535416 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26413] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26413/stat : 26413 (java) S 26398 26400 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314688 10060460032 47340 33554432000 1073741824 1073778376 140736932621776 139751037482504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26414] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26414/stat : 26414 (java) S 26398 26400 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314691 10060460032 47340 33554432000 1073741824 1073778376 140736932621776 139751036430992 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26415] ppid=26398 vsize=9824668 CPUtime=0.96 cores=1,3,5,7
/proc/26400/task/26415/stat : 26415 (java) S 26398 26400 26250 0 -1 4202560 13249 0 0 0 93 3 0 0 20 0 22 0 253314691 10060460032 47340 33554432000 1073741824 1073778376 140736932621776 139751035378104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26416] ppid=26398 vsize=9824668 CPUtime=0.9 cores=1,3,5,7
/proc/26400/task/26416/stat : 26416 (java) S 26398 26400 26250 0 -1 4202560 6094 0 0 0 88 2 0 0 20 0 22 0 253314691 10060460032 47340 33554432000 1073741824 1073778376 140736932621776 139751034325304 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26400/tid=26417] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26417/stat : 26417 (java) S 26398 26400 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314691 10060460032 47340 33554432000 1073741824 1073778376 140736932621776 139751033272696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26418] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26418/stat : 26418 (java) S 26398 26400 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314691 10060460032 47340 33554432000 1073741824 1073778376 140736932621776 139751032220104 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26419] ppid=26398 vsize=9824668 CPUtime=1.09 cores=1,3,5,7
/proc/26400/task/26419/stat : 26419 (java) R 26398 26400 26250 0 -1 4202560 26 0 0 0 109 0 0 0 20 0 22 0 253314718 10060460032 47340 33554432000 1073741824 1073778376 140736932621776 139751031166136 139751273806666 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26400/tid=26420] ppid=26398 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/26400/task/26420/stat : 26420 (java) R 26398 26400 26250 0 -1 4202560 129 0 0 0 104 2 0 0 20 0 22 0 253314718 10060460032 47340 33554432000 1073741824 1073778376 140736932621776 139751030113032 139751273866876 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26421] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26421/stat : 26421 (java) S 26398 26400 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314718 10060460032 47340 33554432000 1073741824 1073778376 140736932621776 139751029061032 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26400/tid=26422] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26422/stat : 26422 (java) S 26398 26400 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314718 10060460032 47340 33554432000 1073741824 1073778376 140736932621776 139751028008232 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 9824668

[startup+3.1009 s]
/proc/loadavg: 0.27 0.06 0.02 6/197 26426
/proc/meminfo: memFree=29247304/32873844 swapFree=7364/7364
[pid=26400] ppid=26398 vsize=9824668 CPUtime=8.52 cores=1,3,5,7
/proc/26400/stat : 26400 (java) S 26398 26400 26250 0 -1 4202496 29897 0 1 0 837 15 0 0 20 0 22 0 253314684 10060460032 76138 33554432000 1073741824 1073778376 140736932621776 140736932612912 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26400/statm: 2456167 76138 2279 9 0 2446860 0
[pid=26400/tid=26402] ppid=26398 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/26400/task/26402/stat : 26402 (java) S 26398 26400 26250 0 -1 4202560 2463 0 1 0 28 2 0 0 20 0 22 0 253314685 10060460032 76138 33554432000 1073741824 1073778376 140736932621776 139751416984568 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26400/tid=26403] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26403/stat : 26403 (java) S 26398 26400 26250 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253314686 10060460032 76138 33554432000 1073741824 1073778376 140736932621776 139751395085352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26404] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26404/stat : 26404 (java) S 26398 26400 26250 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253314686 10060460032 76138 33554432000 1073741824 1073778376 140736932621776 139751394032552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26405] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26405/stat : 26405 (java) S 26398 26400 26250 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253314686 10060460032 76138 33554432000 1073741824 1073778376 140736932621776 139751392979752 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26406] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26406/stat : 26406 (java) S 26398 26400 26250 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253314686 10060460032 76138 33554432000 1073741824 1073778376 140736932621776 139751391926952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26400/tid=26407] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26407/stat : 26407 (java) S 26398 26400 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314686 10060460032 76138 33554432000 1073741824 1073778376 140736932621776 139751055157800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (java) S 26398 26400 26250 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253314686 10060460032 76138 33554432000 1073741824 1073778376 140736932621776 139751054105000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (java) S 26398 26400 26250 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253314687 10060460032 76138 33554432000 1073741824 1073778376 140736932621776 139751053052200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (java) S 26398 26400 26250 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 253314687 10060460032 76138 33554432000 1073741824 1073778376 140736932621776 139751051999400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26400/tid=26411] ppid=26398 vsize=9824668 CPUtime=0.15 cores=1,3,5,7
/proc/26400/task/26411/stat : 26411 (java) S 26398 26400 26250 0 -1 4202560 101 0 0 0 15 0 0 0 20 0 22 0 253314688 10060460032 76138 33554432000 1073741824 1073778376 140736932621776 139751039589352 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26412] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26412/stat : 26412 (java) S 26398 26400 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314688 10060460032 76138 33554432000 1073741824 1073778376 140736932621776 139751038535416 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26413] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26413/stat : 26413 (java) S 26398 26400 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314688 10060460032 76138 33554432000 1073741824 1073778376 140736932621776 139751037482504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26414] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26414/stat : 26414 (java) S 26398 26400 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314691 10060460032 76138 33554432000 1073741824 1073778376 140736932621776 139751036430992 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26415] ppid=26398 vsize=9824668 CPUtime=1.42 cores=1,3,5,7
/proc/26400/task/26415/stat : 26415 (java) S 26398 26400 26250 0 -1 4202560 16762 0 0 0 139 3 0 0 20 0 22 0 253314691 10060460032 76138 33554432000 1073741824 1073778376 140736932621776 139751035378104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26416] ppid=26398 vsize=9824668 CPUtime=1.37 cores=1,3,5,7
/proc/26400/task/26416/stat : 26416 (java) S 26398 26400 26250 0 -1 4202560 9103 0 0 0 135 2 0 0 20 0 22 0 253314691 10060460032 76138 33554432000 1073741824 1073778376 140736932621776 139751034325304 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26417] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26417/stat : 26417 (java) S 26398 26400 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314691 10060460032 76138 33554432000 1073741824 1073778376 140736932621776 139751033272696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26418] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26418/stat : 26418 (java) S 26398 26400 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314691 10060460032 76138 33554432000 1073741824 1073778376 140736932621776 139751032220104 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26419] ppid=26398 vsize=9824668 CPUtime=2.53 cores=1,3,5,7
/proc/26400/task/26419/stat : 26419 (java) R 26398 26400 26250 0 -1 4202560 31 0 0 0 253 0 0 0 20 0 22 0 253314718 10060460032 76138 33554432000 1073741824 1073778376 140736932621776 139751031150864 139751273806783 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26400/tid=26420] ppid=26398 vsize=9824668 CPUtime=2.5 cores=1,3,5,7
/proc/26400/task/26420/stat : 26420 (java) R 26398 26400 26250 0 -1 4202560 174 0 0 0 246 4 0 0 20 0 22 0 253314718 10060460032 76138 33554432000 1073741824 1073778376 140736932621776 139751030111072 139751273965317 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26400/tid=26421] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26421/stat : 26421 (java) S 26398 26400 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314718 10060460032 76138 33554432000 1073741824 1073778376 140736932621776 139751029061032 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26400/tid=26422] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26422/stat : 26422 (java) S 26398 26400 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314718 10060460032 76138 33554432000 1073741824 1073778376 140736932621776 139751028008232 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.52
Current children cumulated vsize (KiB) 9824668

############
# WARNING:
# current cumulated CPU time (13.56 s) is less than in the last sample (13.56 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (9.53674e-07 s) to the 'lost time'.

[startup+5.70089 s]
/proc/loadavg: 0.49 0.11 0.04 11/217 26453
/proc/meminfo: memFree=28544624/32873844 swapFree=7364/7364
[pid=26400] ppid=26398 vsize=9824668 CPUtime=13.56 cores=1,3,5,7
/proc/26400/stat : 26400 (java) S 26398 26400 26250 0 -1 4202496 30087 0 1 0 1338 18 0 0 20 0 20 0 253314684 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 140736932612912 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26400/statm: 2456167 88495 2280 9 0 2446860 0
[pid=26400/tid=26402] ppid=26398 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/26400/task/26402/stat : 26402 (java) S 26398 26400 26250 0 -1 4202560 2465 0 1 0 28 2 0 0 20 0 20 0 253314685 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751416984568 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26403] ppid=26398 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26400/task/26403/stat : 26403 (java) S 26398 26400 26250 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 20 0 253314686 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751395085352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26404] ppid=26398 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26400/task/26404/stat : 26404 (java) S 26398 26400 26250 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 20 0 253314686 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751394032552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26400/tid=26405] ppid=26398 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26400/task/26405/stat : 26405 (java) S 26398 26400 26250 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 20 0 253314686 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751392979752 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26400/tid=26406] ppid=26398 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26400/task/26406/stat : 26406 (java) S 26398 26400 26250 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 20 0 253314686 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751391926952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26407] ppid=26398 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26400/task/26407/stat : 26407 (java) S 26398 26400 26250 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 20 0 253314686 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751055157800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (java) S 26398 26400 26250 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 20 0 253314686 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751054105000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (java) S 26398 26400 26250 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 20 0 253314687 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751053052200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (java) S 26398 26400 26250 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 20 0 253314687 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751051999400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26411] ppid=26398 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/26400/task/26411/stat : 26411 (java) S 26398 26400 26250 0 -1 4202560 235 0 0 0 40 1 0 0 20 0 20 0 253314688 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751039589352 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26400/tid=26412] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7

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

[pid=26400/tid=26415] ppid=26398 vsize=9824668 CPUtime=1.42 cores=1,3,5,7
/proc/26400/task/26415/stat : 26415 (java) S 26398 26400 26250 0 -1 4202560 16762 0 0 0 139 3 0 0 20 0 22 0 253314691 10060460032 85488 33554432000 1073741824 1073778376 140736932621776 139751035378104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26416] ppid=26398 vsize=9824668 CPUtime=1.4 cores=1,3,5,7
/proc/26400/task/26416/stat : 26416 (java) S 26398 26400 26250 0 -1 4202560 9103 0 0 0 137 3 0 0 20 0 22 0 253314691 10060460032 85488 33554432000 1073741824 1073778376 140736932621776 139751034325304 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26417] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26417/stat : 26417 (java) S 26398 26400 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314691 10060460032 85488 33554432000 1073741824 1073778376 140736932621776 139751033272696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26418] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26418/stat : 26418 (java) S 26398 26400 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314691 10060460032 85488 33554432000 1073741824 1073778376 140736932621776 139751032220104 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26419] ppid=26398 vsize=9824668 CPUtime=4 cores=1,3,5,7
/proc/26400/task/26419/stat : 26419 (java) R 26398 26400 26250 0 -1 4202560 33 0 0 0 400 0 0 0 20 0 22 0 253314718 10060460032 85488 33554432000 1073741824 1073778376 140736932621776 139751031165880 139751273801618 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26400/tid=26420] ppid=26398 vsize=9824668 CPUtime=3.97 cores=1,3,5,7
/proc/26400/task/26420/stat : 26420 (java) R 26398 26400 26250 0 -1 4202560 189 0 0 0 392 5 0 0 20 0 22 0 253314718 10060460032 85488 33554432000 1073741824 1073778376 140736932621776 139751030111192 139751274016288 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26400/tid=26421] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26421/stat : 26421 (java) S 26398 26400 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314718 10060460032 85488 33554432000 1073741824 1073778376 140736932621776 139751029061032 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26400/tid=26422] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26422/stat : 26422 (java) S 26398 26400 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314718 10060460032 85488 33554432000 1073741824 1073778376 140736932621776 139751028008232 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 11.7
Current children cumulated vsize (KiB) 9824668

[startup+5.50776 s]
/proc/loadavg: 0.49 0.11 0.04 11/217 26453
/proc/meminfo: memFree=28544624/32873844 swapFree=7364/7364
[pid=26400] ppid=26398 vsize=9824668 CPUtime=13.25 cores=1,3,5,7
/proc/26400/stat : 26400 (java) S 26398 26400 26250 0 -1 4202496 30076 0 1 0 1309 16 0 0 20 0 22 0 253314684 10060460032 87470 33554432000 1073741824 1073778376 140736932621776 140736932612912 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26400/statm: 2456167 87470 2279 9 0 2446860 0
[pid=26400/tid=26402] ppid=26398 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/26400/task/26402/stat : 26402 (java) S 26398 26400 26250 0 -1 4202560 2465 0 1 0 28 2 0 0 20 0 22 0 253314685 10060460032 87470 33554432000 1073741824 1073778376 140736932621776 139751416984568 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26403] ppid=26398 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26400/task/26403/stat : 26403 (java) S 26398 26400 26250 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 253314686 10060460032 87470 33554432000 1073741824 1073778376 140736932621776 139751395085352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26404] ppid=26398 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26400/task/26404/stat : 26404 (java) S 26398 26400 26250 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 253314686 10060460032 87470 33554432000 1073741824 1073778376 140736932621776 139751394032552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26400/tid=26405] ppid=26398 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26400/task/26405/stat : 26405 (java) S 26398 26400 26250 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 253314686 10060460032 87470 33554432000 1073741824 1073778376 140736932621776 139751392979752 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26406] ppid=26398 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26400/task/26406/stat : 26406 (java) S 26398 26400 26250 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 253314686 10060460032 87470 33554432000 1073741824 1073778376 140736932621776 139751391926952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26407] ppid=26398 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26400/task/26407/stat : 26407 (java) S 26398 26400 26250 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 253314686 10060460032 87470 33554432000 1073741824 1073778376 140736932621776 139751055157800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (java) S 26398 26400 26250 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 22 0 253314686 10060460032 87470 33554432000 1073741824 1073778376 140736932621776 139751054105000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (java) S 26398 26400 26250 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 253314687 10060460032 87470 33554432000 1073741824 1073778376 140736932621776 139751053052200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (java) S 26398 26400 26250 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 22 0 253314687 10060460032 87470 33554432000 1073741824 1073778376 140736932621776 139751051999400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26411] ppid=26398 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/26400/task/26411/stat : 26411 (java) S 26398 26400 26250 0 -1 4202560 233 0 0 0 34 0 0 0 20 0 22 0 253314688 10060460032 87470 33554432000 1073741824 1073778376 140736932621776 139751039589352 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26400/tid=26412] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26412/stat : 26412 (java) S 26398 26400 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253314688 10060460032 87470 33554432000 1073741824 1073778376 140736932621776 139751038535416 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26413] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26413/stat : 26413 (java) S 26398 26400 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253314688 10060460032 87470 33554432000 1073741824 1073778376 140736932621776 139751037482504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26414] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26414/stat : 26414 (java) S 26398 26400 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314691 10060460032 87470 33554432000 1073741824 1073778376 140736932621776 139751036430992 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26415] ppid=26398 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/26400/task/26415/stat : 26415 (java) S 26398 26400 26250 0 -1 4202560 16762 0 0 0 140 3 0 0 20 0 22 0 253314691 10060460032 87470 33554432000 1073741824 1073778376 140736932621776 139751035378104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26416] ppid=26398 vsize=9824668 CPUtime=1.42 cores=1,3,5,7
/proc/26400/task/26416/stat : 26416 (java) S 26398 26400 26250 0 -1 4202560 9103 0 0 0 139 3 0 0 20 0 22 0 253314691 10060460032 87470 33554432000 1073741824 1073778376 140736932621776 139751034325304 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26417] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26417/stat : 26417 (java) S 26398 26400 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314691 10060460032 87470 33554432000 1073741824 1073778376 140736932621776 139751033272696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26418] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26418/stat : 26418 (java) S 26398 26400 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253314691 10060460032 87470 33554432000 1073741824 1073778376 140736932621776 139751032220104 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26400/tid=26419] ppid=26398 vsize=9824668 CPUtime=4.7 cores=1,3,5,7
/proc/26400/task/26419/stat : 26419 (java) R 26398 26400 26250 0 -1 4202560 34 0 0 0 470 0 0 0 20 0 22 0 253314718 10060460032 87470 33554432000 1073741824 1073778376 140736932621776 139751031166040 139751273961911 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26400/tid=26420] ppid=26398 vsize=9824668 CPUtime=4.67 cores=1,3,5,7
/proc/26400/task/26420/stat : 26420 (java) R 26398 26400 26250 0 -1 4202560 189 0 0 0 462 5 0 0 20 0 22 0 253314718 10060460032 87470 33554432000 1073741824 1073778376 140736932621776 139751030111248 139751274065930 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26400/tid=26421] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26421/stat : 26421 (java) S 26398 26400 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314718 10060460032 87470 33554432000 1073741824 1073778376 140736932621776 139751029061032 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26400/tid=26422] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26422/stat : 26422 (java) S 26398 26400 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253314718 10060460032 87470 33554432000 1073741824 1073778376 140736932621776 139751028008232 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 13.25
Current children cumulated vsize (KiB) 9824668

[startup+5.70089 s]
/proc/loadavg: 0.49 0.11 0.04 11/217 26453
/proc/meminfo: memFree=28544624/32873844 swapFree=7364/7364
[pid=26400] ppid=26398 vsize=9824668 CPUtime=13.56 cores=1,3,5,7
/proc/26400/stat : 26400 (java) S 26398 26400 26250 0 -1 4202496 30087 0 1 0 1338 18 0 0 20 0 20 0 253314684 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 140736932612912 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26400/statm: 2456167 88495 2280 9 0 2446860 0
[pid=26400/tid=26402] ppid=26398 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/26400/task/26402/stat : 26402 (java) S 26398 26400 26250 0 -1 4202560 2465 0 1 0 28 2 0 0 20 0 20 0 253314685 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751416984568 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26403] ppid=26398 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26400/task/26403/stat : 26403 (java) S 26398 26400 26250 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 20 0 253314686 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751395085352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26404] ppid=26398 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26400/task/26404/stat : 26404 (java) S 26398 26400 26250 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 20 0 253314686 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751394032552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26400/tid=26405] ppid=26398 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26400/task/26405/stat : 26405 (java) S 26398 26400 26250 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 20 0 253314686 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751392979752 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26400/tid=26406] ppid=26398 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26400/task/26406/stat : 26406 (java) S 26398 26400 26250 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 20 0 253314686 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751391926952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26407] ppid=26398 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26400/task/26407/stat : 26407 (java) S 26398 26400 26250 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 20 0 253314686 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751055157800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (java) S 26398 26400 26250 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 20 0 253314686 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751054105000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (java) S 26398 26400 26250 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 20 0 253314687 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751053052200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (java) S 26398 26400 26250 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 20 0 253314687 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751051999400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26411] ppid=26398 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/26400/task/26411/stat : 26411 (java) S 26398 26400 26250 0 -1 4202560 235 0 0 0 40 1 0 0 20 0 20 0 253314688 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751039589352 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26400/tid=26412] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26412/stat : 26412 (java) S 26398 26400 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 253314688 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751038535416 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26413] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26413/stat : 26413 (java) S 26398 26400 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 253314688 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751037482504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26414] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26414/stat : 26414 (java) S 26398 26400 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253314691 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751036430992 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26415] ppid=26398 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/26400/task/26415/stat : 26415 (java) S 26398 26400 26250 0 -1 4202560 16762 0 0 0 140 3 0 0 20 0 20 0 253314691 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751035378104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26416] ppid=26398 vsize=9824668 CPUtime=1.42 cores=1,3,5,7
/proc/26400/task/26416/stat : 26416 (java) S 26398 26400 26250 0 -1 4202560 9103 0 0 0 139 3 0 0 20 0 20 0 253314691 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751034325304 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26417] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26417/stat : 26417 (java) S 26398 26400 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253314691 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751033272696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26418] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26418/stat : 26418 (java) S 26398 26400 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253314691 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751032220104 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26400/tid=26420] ppid=26398 vsize=9824668 CPUtime=4.78 cores=1,3,5,7
/proc/26400/task/26420/stat : 26420 (java) R 26398 26400 26250 0 -1 4202560 190 0 0 0 473 5 0 0 20 0 20 0 253314718 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751030113008 139751273965517 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26400/tid=26421] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26421/stat : 26421 (java) S 26398 26400 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 253314718 10060460032 88495 33554432000 1073741824 1073778376 140736932621776 139751029061032 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 13.56
Current children cumulated vsize (KiB) 9824668

[startup+5.80085 s]
/proc/loadavg: 0.49 0.11 0.04 11/217 26453
/proc/meminfo: memFree=28544624/32873844 swapFree=7364/7364
[pid=26400] ppid=26398 vsize=9824668 CPUtime=13.56 cores=1,3,5,7
/proc/26400/stat : 26400 (java) S 26398 26400 26250 0 -1 4202496 30087 0 1 0 1337 19 0 0 20 0 19 0 253314684 10060460032 88489 33554432000 1073741824 1073778376 140736932621776 140736932612912 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26400/statm: 2456167 88489 2280 9 0 2446860 0
[pid=26400/tid=26402] ppid=26398 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/26400/task/26402/stat : 26402 (java) S 26398 26400 26250 0 -1 4202560 2465 0 1 0 28 2 0 0 20 0 19 0 253314685 10060460032 88489 33554432000 1073741824 1073778376 140736932621776 139751416984568 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26403] ppid=26398 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26400/task/26403/stat : 26403 (java) S 26398 26400 26250 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 253314686 10060460032 88489 33554432000 1073741824 1073778376 140736932621776 139751395085352 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26404] ppid=26398 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26400/task/26404/stat : 26404 (java) S 26398 26400 26250 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 253314686 10060460032 88489 33554432000 1073741824 1073778376 140736932621776 139751394032552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26400/tid=26405] ppid=26398 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26400/task/26405/stat : 26405 (java) S 26398 26400 26250 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 253314686 10060460032 88489 33554432000 1073741824 1073778376 140736932621776 139751392979752 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26400/tid=26406] ppid=26398 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26400/task/26406/stat : 26406 (java) S 26398 26400 26250 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 253314686 10060460032 88489 33554432000 1073741824 1073778376 140736932621776 139751391926952 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26407] ppid=26398 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/26400/task/26407/stat : 26407 (java) S 26398 26400 26250 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 253314686 10060460032 88489 33554432000 1073741824 1073778376 140736932621776 139751055157800 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26400/tid=26408] ppid=26398 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26400/task/26408/stat : 26408 (java) S 26398 26400 26250 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 19 0 253314686 10060460032 88489 33554432000 1073741824 1073778376 140736932621776 139751054105000 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26409] ppid=26398 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/26400/task/26409/stat : 26409 (java) S 26398 26400 26250 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 253314687 10060460032 88489 33554432000 1073741824 1073778376 140736932621776 139751053052200 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26400/tid=26410] ppid=26398 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/26400/task/26410/stat : 26410 (java) S 26398 26400 26250 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 253314687 10060460032 88489 33554432000 1073741824 1073778376 140736932621776 139751051999400 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26411] ppid=26398 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/26400/task/26411/stat : 26411 (java) S 26398 26400 26250 0 -1 4202560 235 0 0 0 40 1 0 0 20 0 19 0 253314688 10060460032 88489 33554432000 1073741824 1073778376 140736932621776 139751039589352 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26400/tid=26412] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26412/stat : 26412 (java) S 26398 26400 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253314688 10060460032 88489 33554432000 1073741824 1073778376 140736932621776 139751038535416 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26413] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26413/stat : 26413 (java) S 26398 26400 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253314688 10060460032 88489 33554432000 1073741824 1073778376 140736932621776 139751037482504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26414] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26414/stat : 26414 (java) S 26398 26400 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314691 10060460032 88489 33554432000 1073741824 1073778376 140736932621776 139751036430992 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26415] ppid=26398 vsize=9824668 CPUtime=1.43 cores=1,3,5,7
/proc/26400/task/26415/stat : 26415 (java) S 26398 26400 26250 0 -1 4202560 16762 0 0 0 140 3 0 0 20 0 19 0 253314691 10060460032 88489 33554432000 1073741824 1073778376 140736932621776 139751035378104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26416] ppid=26398 vsize=9824668 CPUtime=1.42 cores=1,3,5,7
/proc/26400/task/26416/stat : 26416 (java) S 26398 26400 26250 0 -1 4202560 9103 0 0 0 139 3 0 0 20 0 19 0 253314691 10060460032 88489 33554432000 1073741824 1073778376 140736932621776 139751034325304 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26400/tid=26417] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26417/stat : 26417 (java) S 26398 26400 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314691 10060460032 88489 33554432000 1073741824 1073778376 140736932621776 139751033272696 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26418] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26418/stat : 26418 (java) S 26398 26400 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253314691 10060460032 88489 33554432000 1073741824 1073778376 140736932621776 139751032220104 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26400/tid=26421] ppid=26398 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26400/task/26421/stat : 26421 (java) S 26398 26400 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253314718 10060460032 88489 33554432000 1073741824 1073778376 140736932621776 139751029061032 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 13.56
Current children cumulated vsize (KiB) 9824668

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 9.53674e-07
#  lost CPU user time (s): 0.0100002
#  lost CPU system time (s): -0.00999999

Real time (s): 5.96613
CPU time (s): 13.6339
CPU user time (s): 13.351
CPU system time (s): 0.282955
CPU usage (%): 228.522
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.341
system time used= 0.292955
maximum resident set size= 354272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30091
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= 855
involuntary context switches= 801

runsolver used 0.020996 second user time and 0.057991 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-24 17:04:59
IDJOB=3687318
IDBENCH=1353
IDSOLVER=2268
FILE ID=node133/3687318-1337871899
RUNJOBID= node133-1337871880-26267
PBS_JOBID= 14620071
Free space on /tmp= 71624 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.1900551864.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687318-1337871899/watcher-3687318-1337871899 -o /tmp/evaluation-result-3687318-1337871899/solver-3687318-1337871899 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687318-1337871899.opb

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

MD5SUM BENCH= 733d8edd6a6cbfe19e20f4970079db5a
RANDOM SEED=2086447962

node133.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.540
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.08
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.540
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.92
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.540
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.92
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.540
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.540
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.540
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.90
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.540
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.540
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:        29522168 kB
Buffers:          207684 kB
Cached:          2366072 kB
SwapCached:            0 kB
Active:           428476 kB
Inactive:        2156072 kB
Active(anon):      13404 kB
Inactive(anon):        0 kB
Active(file):     415072 kB
Inactive(file):  2156072 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               540 kB
Writeback:             0 kB
AnonPages:         18228 kB
Mapped:            13720 kB
Shmem:               212 kB
Slab:             628752 kB
SReclaimable:      70816 kB
SUnreclaim:       557936 kB
KernelStack:        1424 kB
PageTables:         3928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 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= 71584 MiB
End job on node133 at 2012-05-24 17:05:05