Trace number 4099344

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
Sat4j PB 2.3.6 Resolution PB16UNSAT 10.9023 9.3827

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900553647.opb
MD5SUM46461f0e86cd2c07d09bc154a5f6739a
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.45447
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 715
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4099344-1466206103.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.24/0.29	c ... done. Wall clock time 0.181s.
0.24/0.29	c declared #vars     231
0.24/0.29	c #constraints  2707
0.24/0.29	c constraints type 
0.24/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.24/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.24/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.24/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.24/0.29	c 2707 constraints processed.
1.07/0.68	c cleaning 2497 clauses out of 5000 with flag 23852/5000
1.67/1.01	c cleaning 4253 clauses out of 8506 with flag 61304/11003
2.45/1.48	c cleaning 5622 clauses out of 11250 with flag 114833/18000
3.53/2.10	c cleaning 6810 clauses out of 13629 with flag 176294/26001
4.23/2.82	c cleaning 7906 clauses out of 15818 with flag 245820/35000
5.13/3.73	c cleaning 8954 clauses out of 17917 with flag 331753/45005
6.23/4.81	c cleaning 9980 clauses out of 19960 with flag 426418/56002
7.31/5.85	c cleaning 10988 clauses out of 21977 with flag 501528/68000
8.70/7.20	c cleaning 11990 clauses out of 23989 with flag 596777/81000
9.90/8.42	c cleaning 13000 clauses out of 25999 with flag 681148/95003
10.81/9.35	c starts		: 340
10.81/9.35	c conflicts		: 108535
10.81/9.35	c decisions		: 163304
10.81/9.35	c propagations		: 5054007
10.81/9.35	c inspects		: 147988662
10.81/9.35	c shortcuts		: 0
10.81/9.35	c learnt literals	: 18
10.81/9.35	c learnt binary clauses	: 26
10.81/9.35	c learnt ternary clauses	: 247
10.81/9.37	c learnt constraints	: 108516
10.81/9.37	c ignored constraints	: 0
10.81/9.37	c root simplifications	: 0
10.81/9.37	c removed literals (reason simplification)	: 0
10.81/9.37	c reason swapping (by a shorter reason)	: 0
10.81/9.37	c Calls to reduceDB	: 10
10.81/9.37	c Number of update (reduction) of LBD	: 45096
10.81/9.37	c Imported unit clauses	: 0
10.81/9.37	c number of reductions to clauses (during analyze)	: 0
10.81/9.37	c number of learned constraints concerned by reduction	: 0
10.81/9.37	c number of learning phase by resolution	: 0
10.81/9.37	c number of learning phase by cutting planes	: 0
10.81/9.37	c speed (assignments/second)	: 558268.7506903788
10.81/9.37	c non guided choices	169
10.81/9.37	c learnt constraints type 
10.81/9.37	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 26
10.81/9.37	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 26490
10.81/9.37	s UNSATISFIABLE
10.81/9.37	c Total wall clock time (in seconds): 9.251

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4099344-1466206103/watcher-4099344-1466206103 -o /tmp/evaluation-result-4099344-1466206103/solver-4099344-1466206103 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25993 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099344-1466206103.opb 

pid=26298
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.45 0.23 0.13 4/194 26301
/proc/meminfo: memFree=30635724/32872528 swapFree=1244176/1391344
[pid=26301] ppid=26298 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/26301/stat : 26301 (java) R 26298 26301 25977 0 -1 4202496 1060 0 0 0 0 0 0 0 20 0 1 0 22658933 23793664 710 33554432000 1073741824 1073778376 140736175255552 140736175244616 272877271120 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26301/statm: 5809 710 525 9 0 128 0

[startup+0.100061 s]
/proc/loadavg: 0.45 0.23 0.13 4/194 26301
/proc/meminfo: memFree=30635724/32872528 swapFree=1244176/1391344
[pid=26301] ppid=26298 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/26301/stat : 26301 (java) S 26298 26301 25977 0 -1 4202496 4391 0 1 0 8 1 0 0 20 0 18 0 22658933 9787879424 6025 33554432000 1073741824 1073778376 140736175255552 140736175246688 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26301/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 0.45 0.23 0.13 4/194 26301
/proc/meminfo: memFree=30635724/32872528 swapFree=1244176/1391344
[pid=26301] ppid=26298 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/26301/stat : 26301 (java) S 26298 26301 25977 0 -1 4202496 4739 0 1 0 23 1 0 0 20 0 18 0 22658933 9787879424 6809 33554432000 1073741824 1073778376 140736175255552 140736175246688 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26301/statm: 2389619 6809 2211 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300227 s]
/proc/loadavg: 0.45 0.23 0.13 4/194 26301
/proc/meminfo: memFree=30635724/32872528 swapFree=1244176/1391344
[pid=26301] ppid=26298 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/26301/stat : 26301 (java) S 26298 26301 25977 0 -1 4202496 5716 0 1 0 44 1 0 0 20 0 18 0 22658933 9787879424 8355 33554432000 1073741824 1073778376 140736175255552 140736175246688 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26301/statm: 2389619 8355 2238 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700158 s]
/proc/loadavg: 0.45 0.23 0.13 4/194 26301
/proc/meminfo: memFree=30635724/32872528 swapFree=1244176/1391344
[pid=26301] ppid=26298 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/26301/stat : 26301 (java) S 26298 26301 25977 0 -1 4202496 9422 0 1 0 119 2 0 0 20 0 19 0 22658933 9856040960 11219 33554432000 1073741824 1073778376 140736175255552 140736175246688 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26301/statm: 2406260 11219 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 0.58 0.26 0.14 5/213 26320
/proc/meminfo: memFree=30577716/32872528 swapFree=1244176/1391344
[pid=26301] ppid=26298 vsize=9625040 CPUtime=2.59 cores=0,2,4,6
/proc/26301/stat : 26301 (java) S 26298 26301 25977 0 -1 4202496 20646 0 1 0 255 4 0 0 20 0 19 0 22658933 9856040960 15736 33554432000 1073741824 1073778376 140736175255552 140736175246688 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26301/statm: 2406260 15736 2265 9 0 2396937 0
[pid=26301/tid=26303] ppid=26298 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/26301/task/26303/stat : 26303 (java) R 26298 26301 25977 0 -1 4202560 2430 0 1 0 146 0 0 0 20 0 19 0 22658933 9856040960 15736 33554432000 1073741824 1073778376 140736175255552 139842891615936 139842743227383 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26301/tid=26304] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26304/stat : 26304 (java) S 26298 26301 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 15736 33554432000 1073741824 1073778376 140736175255552 139842864077224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26305] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26305/stat : 26305 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 15736 33554432000 1073741824 1073778376 140736175255552 139842863024680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26301/tid=26306] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26306/stat : 26306 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 15736 33554432000 1073741824 1073778376 140736175255552 139842861971624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26301/tid=26307] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26307/stat : 26307 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 15736 33554432000 1073741824 1073778376 140736175255552 139842731682088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26301/tid=26308] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26308/stat : 26308 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 15736 33554432000 1073741824 1073778376 140736175255552 139842730630056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26309] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26309/stat : 26309 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 15736 33554432000 1073741824 1073778376 140736175255552 139842729577512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26301/tid=26310] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26310/stat : 26310 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 15736 33554432000 1073741824 1073778376 140736175255552 139842728524456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26311] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26311/stat : 26311 (java) S 26298 26301 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 15736 33554432000 1073741824 1073778376 140736175255552 139842727471912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26312] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26312/stat : 26312 (java) S 26298 26301 25977 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22658935 9856040960 15736 33554432000 1073741824 1073778376 140736175255552 139842244958568 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26313] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26313/stat : 26313 (java) S 26298 26301 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22658936 9856040960 15736 33554432000 1073741824 1073778376 140736175255552 139842243904888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26314] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26314/stat : 26314 (java) S 26298 26301 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658936 9856040960 15736 33554432000 1073741824 1073778376 140736175255552 139842242851720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26315] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26315/stat : 26315 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658939 9856040960 15736 33554432000 1073741824 1073778376 140736175255552 139842241800464 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26316] ppid=26298 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/26301/task/26316/stat : 26316 (java) R 26298 26301 25977 0 -1 4202560 11899 0 0 0 65 3 0 0 20 0 19 0 22658939 9856040960 15736 33554432000 1073741824 1073778376 140736175255552 139842240748224 139842897585256 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26317] ppid=26298 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/26301/task/26317/stat : 26317 (java) S 26298 26301 25977 0 -1 4202560 5044 0 0 0 43 0 0 0 20 0 19 0 22658939 9856040960 15736 33554432000 1073741824 1073778376 140736175255552 139842239695800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26301/tid=26318] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26318/stat : 26318 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658939 9856040960 15736 33554432000 1073741824 1073778376 140736175255552 139842238642936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26301/tid=26319] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26319/stat : 26319 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658939 9856040960 15736 33554432000 1073741824 1073778376 140736175255552 139842237590600 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26301/tid=26320] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26320/stat : 26320 (java) S 26298 26301 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658963 9856040960 15736 33554432000 1073741824 1073778376 140736175255552 139842236535848 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 0.58 0.26 0.14 3/213 26320
/proc/meminfo: memFree=30570768/32872528 swapFree=1244176/1391344
[pid=26301] ppid=26298 vsize=9625040 CPUtime=4.53 cores=0,2,4,6
/proc/26301/stat : 26301 (java) S 26298 26301 25977 0 -1 4202496 23495 0 1 0 448 5 0 0 20 0 19 0 22658933 9856040960 17366 33554432000 1073741824 1073778376 140736175255552 140736175246688 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26301/statm: 2406260 17366 2265 9 0 2396937 0
[pid=26301/tid=26303] ppid=26298 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/26301/task/26303/stat : 26303 (java) R 26298 26301 25977 0 -1 4202560 2434 0 1 0 304 2 0 0 20 0 19 0 22658933 9856040960 17366 33554432000 1073741824 1073778376 140736175255552 139842891624712 139842743193676 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26304] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26304/stat : 26304 (java) S 26298 26301 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 17366 33554432000 1073741824 1073778376 140736175255552 139842864077224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26305] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26305/stat : 26305 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 17366 33554432000 1073741824 1073778376 140736175255552 139842863024680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26301/tid=26306] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26306/stat : 26306 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 17366 33554432000 1073741824 1073778376 140736175255552 139842861971624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26301/tid=26307] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26307/stat : 26307 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 17366 33554432000 1073741824 1073778376 140736175255552 139842731682088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26301/tid=26308] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26308/stat : 26308 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 17366 33554432000 1073741824 1073778376 140736175255552 139842730630056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26309] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26309/stat : 26309 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 17366 33554432000 1073741824 1073778376 140736175255552 139842729577512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26301/tid=26310] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26310/stat : 26310 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 17366 33554432000 1073741824 1073778376 140736175255552 139842728524456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26311] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26311/stat : 26311 (java) S 26298 26301 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 17366 33554432000 1073741824 1073778376 140736175255552 139842727471912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26312] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26312/stat : 26312 (java) S 26298 26301 25977 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22658935 9856040960 17366 33554432000 1073741824 1073778376 140736175255552 139842244958568 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26313] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26313/stat : 26313 (java) S 26298 26301 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22658936 9856040960 17366 33554432000 1073741824 1073778376 140736175255552 139842243904888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26314] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26314/stat : 26314 (java) S 26298 26301 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658936 9856040960 17366 33554432000 1073741824 1073778376 140736175255552 139842242851720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26315] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26315/stat : 26315 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658939 9856040960 17366 33554432000 1073741824 1073778376 140736175255552 139842241800464 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26316] ppid=26298 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/26301/task/26316/stat : 26316 (java) S 26298 26301 25977 0 -1 4202560 14744 0 0 0 98 4 0 0 20 0 19 0 22658939 9856040960 17366 33554432000 1073741824 1073778376 140736175255552 139842240748344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26317] ppid=26298 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/26301/task/26317/stat : 26317 (java) S 26298 26301 25977 0 -1 4202560 5044 0 0 0 43 0 0 0 20 0 19 0 22658939 9856040960 17366 33554432000 1073741824 1073778376 140736175255552 139842239695800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26301/tid=26318] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26318/stat : 26318 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658939 9856040960 17366 33554432000 1073741824 1073778376 140736175255552 139842238642936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26301/tid=26319] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26319/stat : 26319 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658939 9856040960 17366 33554432000 1073741824 1073778376 140736175255552 139842237590600 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26301/tid=26320] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26320/stat : 26320 (java) S 26298 26301 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658963 9856040960 17366 33554432000 1073741824 1073778376 140736175255552 139842236535848 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 0.58 0.26 0.14 3/213 26320
/proc/meminfo: memFree=30553512/32872528 swapFree=1244176/1391344
[pid=26301] ppid=26298 vsize=9625040 CPUtime=7.81 cores=0,2,4,6
/proc/26301/stat : 26301 (java) S 26298 26301 25977 0 -1 4202496 24844 0 1 0 775 6 0 0 20 0 19 0 22658933 9856040960 19608 33554432000 1073741824 1073778376 140736175255552 140736175246688 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26301/statm: 2406260 19608 2265 9 0 2396937 0
[pid=26301/tid=26303] ppid=26298 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/26301/task/26303/stat : 26303 (java) R 26298 26301 25977 0 -1 4202560 2441 0 1 0 623 2 0 0 20 0 19 0 22658933 9856040960 19608 33554432000 1073741824 1073778376 140736175255552 139842891624688 139842743227108 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26301/tid=26304] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26304/stat : 26304 (java) S 26298 26301 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 19608 33554432000 1073741824 1073778376 140736175255552 139842864077224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26305] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26305/stat : 26305 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 19608 33554432000 1073741824 1073778376 140736175255552 139842863024680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26301/tid=26306] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26306/stat : 26306 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 19608 33554432000 1073741824 1073778376 140736175255552 139842861971624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26301/tid=26307] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26307/stat : 26307 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 19608 33554432000 1073741824 1073778376 140736175255552 139842731682088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26301/tid=26308] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26308/stat : 26308 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 19608 33554432000 1073741824 1073778376 140736175255552 139842730630056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26309] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26309/stat : 26309 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 19608 33554432000 1073741824 1073778376 140736175255552 139842729577512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26301/tid=26310] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26310/stat : 26310 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 19608 33554432000 1073741824 1073778376 140736175255552 139842728524456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26311] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26311/stat : 26311 (java) S 26298 26301 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 19608 33554432000 1073741824 1073778376 140736175255552 139842727471912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26312] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26312/stat : 26312 (java) S 26298 26301 25977 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22658935 9856040960 19608 33554432000 1073741824 1073778376 140736175255552 139842244958568 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26313] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26313/stat : 26313 (java) S 26298 26301 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22658936 9856040960 19608 33554432000 1073741824 1073778376 140736175255552 139842243904888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26314] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26314/stat : 26314 (java) S 26298 26301 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658936 9856040960 19608 33554432000 1073741824 1073778376 140736175255552 139842242851720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26315] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26315/stat : 26315 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658939 9856040960 19608 33554432000 1073741824 1073778376 140736175255552 139842241800464 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26316] ppid=26298 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/26301/task/26316/stat : 26316 (java) S 26298 26301 25977 0 -1 4202560 14744 0 0 0 98 4 0 0 20 0 19 0 22658939 9856040960 19608 33554432000 1073741824 1073778376 140736175255552 139842240748344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26317] ppid=26298 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/26301/task/26317/stat : 26317 (java) S 26298 26301 25977 0 -1 4202560 6386 0 0 0 52 0 0 0 20 0 19 0 22658939 9856040960 19608 33554432000 1073741824 1073778376 140736175255552 139842239695800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26301/tid=26318] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26318/stat : 26318 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658939 9856040960 19608 33554432000 1073741824 1073778376 140736175255552 139842238642936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26301/tid=26319] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26319/stat : 26319 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658939 9856040960 19608 33554432000 1073741824 1073778376 140736175255552 139842237590600 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26301/tid=26320] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26320/stat : 26320 (java) S 26298 26301 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658963 9856040960 19608 33554432000 1073741824 1073778376 140736175255552 139842236535848 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 9625040


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

[pid=26301/tid=26306] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26306/stat : 26306 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 20632 33554432000 1073741824 1073778376 140736175255552 139842861971624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26301/tid=26307] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26307/stat : 26307 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 20632 33554432000 1073741824 1073778376 140736175255552 139842731682088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26301/tid=26308] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26308/stat : 26308 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 20632 33554432000 1073741824 1073778376 140736175255552 139842730630056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26309] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26309/stat : 26309 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 20632 33554432000 1073741824 1073778376 140736175255552 139842729577512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26301/tid=26310] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26310/stat : 26310 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 20632 33554432000 1073741824 1073778376 140736175255552 139842728524456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26311] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26311/stat : 26311 (java) S 26298 26301 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 20632 33554432000 1073741824 1073778376 140736175255552 139842727471912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26312] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26312/stat : 26312 (java) S 26298 26301 25977 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22658935 9856040960 20632 33554432000 1073741824 1073778376 140736175255552 139842244958568 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26301/tid=26313] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26313/stat : 26313 (java) S 26298 26301 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22658936 9856040960 20632 33554432000 1073741824 1073778376 140736175255552 139842243904888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26314] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26314/stat : 26314 (java) S 26298 26301 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658936 9856040960 20632 33554432000 1073741824 1073778376 140736175255552 139842242851720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26315] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26315/stat : 26315 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658939 9856040960 20632 33554432000 1073741824 1073778376 140736175255552 139842241800464 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26316] ppid=26298 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/26301/task/26316/stat : 26316 (java) S 26298 26301 25977 0 -1 4202560 14744 0 0 0 98 4 0 0 20 0 19 0 22658939 9856040960 20632 33554432000 1073741824 1073778376 140736175255552 139842240748344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26317] ppid=26298 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/26301/task/26317/stat : 26317 (java) S 26298 26301 25977 0 -1 4202560 6386 0 0 0 52 0 0 0 20 0 19 0 22658939 9856040960 20632 33554432000 1073741824 1073778376 140736175255552 139842239695800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26301/tid=26318] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26318/stat : 26318 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658939 9856040960 20632 33554432000 1073741824 1073778376 140736175255552 139842238642936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26301/tid=26319] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26319/stat : 26319 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658939 9856040960 20632 33554432000 1073741824 1073778376 140736175255552 139842237590600 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26301/tid=26320] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26320/stat : 26320 (java) S 26298 26301 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658963 9856040960 20632 33554432000 1073741824 1073778376 140736175255552 139842236535848 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.5
Current children cumulated vsize (KiB) 9625040

[startup+8.80079 s]
/proc/loadavg: 0.69 0.29 0.15 3/213 26320
/proc/meminfo: memFree=30537920/32872528 swapFree=1244176/1391344
[pid=26301] ppid=26298 vsize=9625040 CPUtime=10.31 cores=0,2,4,6
/proc/26301/stat : 26301 (java) S 26298 26301 25977 0 -1 4202496 24849 0 1 0 1025 6 0 0 20 0 19 0 22658933 9856040960 21144 33554432000 1073741824 1073778376 140736175255552 140736175246688 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26301/statm: 2406260 21144 2265 9 0 2396937 0
[pid=26301/tid=26303] ppid=26298 vsize=9625040 CPUtime=8.74 cores=0,2,4,6
/proc/26301/task/26303/stat : 26303 (java) R 26298 26301 25977 0 -1 4202560 2446 0 1 0 872 2 0 0 20 0 19 0 22658933 9856040960 21144 33554432000 1073741824 1073778376 140736175255552 139842891622816 139842743605153 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26304] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26304/stat : 26304 (java) S 26298 26301 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21144 33554432000 1073741824 1073778376 140736175255552 139842864077224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26305] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26305/stat : 26305 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21144 33554432000 1073741824 1073778376 140736175255552 139842863024680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26301/tid=26306] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26306/stat : 26306 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21144 33554432000 1073741824 1073778376 140736175255552 139842861971624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26301/tid=26307] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26307/stat : 26307 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21144 33554432000 1073741824 1073778376 140736175255552 139842731682088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26301/tid=26308] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26308/stat : 26308 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21144 33554432000 1073741824 1073778376 140736175255552 139842730630056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26309] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26309/stat : 26309 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21144 33554432000 1073741824 1073778376 140736175255552 139842729577512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26301/tid=26310] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26310/stat : 26310 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21144 33554432000 1073741824 1073778376 140736175255552 139842728524456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26311] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26311/stat : 26311 (java) S 26298 26301 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21144 33554432000 1073741824 1073778376 140736175255552 139842727471912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26312] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26312/stat : 26312 (java) S 26298 26301 25977 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22658935 9856040960 21144 33554432000 1073741824 1073778376 140736175255552 139842244958568 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26301/tid=26313] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26313/stat : 26313 (java) S 26298 26301 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22658936 9856040960 21144 33554432000 1073741824 1073778376 140736175255552 139842243904888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26314] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26314/stat : 26314 (java) S 26298 26301 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658936 9856040960 21144 33554432000 1073741824 1073778376 140736175255552 139842242851720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26315] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26315/stat : 26315 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658939 9856040960 21144 33554432000 1073741824 1073778376 140736175255552 139842241800464 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26316] ppid=26298 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/26301/task/26316/stat : 26316 (java) S 26298 26301 25977 0 -1 4202560 14744 0 0 0 98 4 0 0 20 0 19 0 22658939 9856040960 21144 33554432000 1073741824 1073778376 140736175255552 139842240748344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26317] ppid=26298 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/26301/task/26317/stat : 26317 (java) S 26298 26301 25977 0 -1 4202560 6386 0 0 0 53 0 0 0 20 0 19 0 22658939 9856040960 21144 33554432000 1073741824 1073778376 140736175255552 139842239695800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26301/tid=26318] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26318/stat : 26318 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658939 9856040960 21144 33554432000 1073741824 1073778376 140736175255552 139842238642936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26301/tid=26319] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26319/stat : 26319 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658939 9856040960 21144 33554432000 1073741824 1073778376 140736175255552 139842237590600 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26301/tid=26320] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26320/stat : 26320 (java) S 26298 26301 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658963 9856040960 21144 33554432000 1073741824 1073778376 140736175255552 139842236535848 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.31
Current children cumulated vsize (KiB) 9625040

[startup+9.20078 s]
/proc/loadavg: 0.69 0.29 0.15 3/213 26320
/proc/meminfo: memFree=30537920/32872528 swapFree=1244176/1391344
[pid=26301] ppid=26298 vsize=9625040 CPUtime=10.71 cores=0,2,4,6
/proc/26301/stat : 26301 (java) S 26298 26301 25977 0 -1 4202496 24850 0 1 0 1065 6 0 0 20 0 19 0 22658933 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 140736175246688 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26301/statm: 2406260 21656 2265 9 0 2396937 0
[pid=26301/tid=26303] ppid=26298 vsize=9625040 CPUtime=9.13 cores=0,2,4,6
/proc/26301/task/26303/stat : 26303 (java) R 26298 26301 25977 0 -1 4202560 2447 0 1 0 911 2 0 0 20 0 19 0 22658933 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842891622936 139842743227503 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26304] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26304/stat : 26304 (java) S 26298 26301 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842864077224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26305] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26305/stat : 26305 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842863024680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26301/tid=26306] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26306/stat : 26306 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842861971624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26301/tid=26307] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26307/stat : 26307 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842731682088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26301/tid=26308] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26308/stat : 26308 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842730630056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26309] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26309/stat : 26309 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842729577512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26301/tid=26310] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26310/stat : 26310 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842728524456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26311] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26311/stat : 26311 (java) S 26298 26301 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842727471912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26312] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26312/stat : 26312 (java) S 26298 26301 25977 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22658935 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842244958568 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26301/tid=26313] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26313/stat : 26313 (java) S 26298 26301 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22658936 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842243904888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26314] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26314/stat : 26314 (java) S 26298 26301 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658936 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842242851720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26315] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26315/stat : 26315 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658939 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842241800464 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26316] ppid=26298 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/26301/task/26316/stat : 26316 (java) S 26298 26301 25977 0 -1 4202560 14744 0 0 0 98 4 0 0 20 0 19 0 22658939 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842240748344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26317] ppid=26298 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/26301/task/26317/stat : 26317 (java) S 26298 26301 25977 0 -1 4202560 6386 0 0 0 53 0 0 0 20 0 19 0 22658939 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842239695800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26301/tid=26318] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26318/stat : 26318 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658939 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842238642936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26301/tid=26319] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26319/stat : 26319 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658939 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842237590600 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26301/tid=26320] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26320/stat : 26320 (java) S 26298 26301 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658963 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842236535848 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.71
Current children cumulated vsize (KiB) 9625040

[startup+9.30082 s]
/proc/loadavg: 0.69 0.29 0.15 3/213 26320
/proc/meminfo: memFree=30537920/32872528 swapFree=1244176/1391344
[pid=26301] ppid=26298 vsize=9625040 CPUtime=10.81 cores=0,2,4,6
/proc/26301/stat : 26301 (java) S 26298 26301 25977 0 -1 4202496 24850 0 1 0 1075 6 0 0 20 0 19 0 22658933 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 140736175246688 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26301/statm: 2406260 21656 2265 9 0 2396937 0
[pid=26301/tid=26303] ppid=26298 vsize=9625040 CPUtime=9.23 cores=0,2,4,6
/proc/26301/task/26303/stat : 26303 (java) R 26298 26301 25977 0 -1 4202560 2447 0 1 0 921 2 0 0 20 0 19 0 22658933 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842891622936 139842743193676 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26304] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26304/stat : 26304 (java) S 26298 26301 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842864077224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26305] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26305/stat : 26305 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842863024680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26301/tid=26306] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26306/stat : 26306 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842861971624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26301/tid=26307] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26307/stat : 26307 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842731682088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26301/tid=26308] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26308/stat : 26308 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842730630056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26309] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26309/stat : 26309 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842729577512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26301/tid=26310] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26310/stat : 26310 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842728524456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26311] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26311/stat : 26311 (java) S 26298 26301 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22658934 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842727471912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26312] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26312/stat : 26312 (java) S 26298 26301 25977 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22658935 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842244958568 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26301/tid=26313] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26313/stat : 26313 (java) S 26298 26301 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22658936 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842243904888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26314] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26314/stat : 26314 (java) S 26298 26301 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658936 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842242851720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26315] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26315/stat : 26315 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658939 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842241800464 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26316] ppid=26298 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/26301/task/26316/stat : 26316 (java) S 26298 26301 25977 0 -1 4202560 14744 0 0 0 98 4 0 0 20 0 19 0 22658939 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842240748344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26301/tid=26317] ppid=26298 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/26301/task/26317/stat : 26317 (java) S 26298 26301 25977 0 -1 4202560 6386 0 0 0 53 0 0 0 20 0 19 0 22658939 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842239695800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26301/tid=26318] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26318/stat : 26318 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658939 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842238642936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26301/tid=26319] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26319/stat : 26319 (java) S 26298 26301 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22658939 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842237590600 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26301/tid=26320] ppid=26298 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26301/task/26320/stat : 26320 (java) S 26298 26301 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22658963 9856040960 21656 33554432000 1073741824 1073778376 140736175255552 139842236535848 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.81
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 9.3827
CPU time (s): 10.9023
CPU user time (s): 10.8104
CPU system time (s): 0.091986
CPU usage (%): 116.196
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.8104
system time used= 0.091986
maximum resident set size= 86688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24873
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= 491
involuntary context switches= 145

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.067989 second user time and 0.077988 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 01:28:23
IDJOB=4099344
IDBENCH=1360
IDSOLVER=2546
FILE ID=node119/4099344-1466206103
RUNJOBID= node119-1466206086-25993
PBS_JOBID= 19918158
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900553647.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099344-1466206103/watcher-4099344-1466206103 -o /tmp/evaluation-result-4099344-1466206103/solver-4099344-1466206103 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25993 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099344-1466206103.opb

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

MD5SUM BENCH= 46461f0e86cd2c07d09bc154a5f6739a
RANDOM SEED=100533871

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30636284 kB
Buffers:           35440 kB
Cached:            65952 kB
SwapCached:          944 kB
Active:            74184 kB
Inactive:          61700 kB
Active(anon):      35424 kB
Inactive(anon):     1688 kB
Active(file):      38760 kB
Inactive(file):    60012 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67099976 kB
Dirty:              2080 kB
Writeback:             0 kB
AnonPages:       1431412 kB
Mapped:            15248 kB
Shmem:                 0 kB
Slab:             567864 kB
SReclaimable:      11164 kB
SUnreclaim:       556700 kB
KernelStack:        1576 kB
PageTables:         7524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2079684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node119 at 2016-06-18 01:28:32