Trace number 4098959

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 26.17 24.8761

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900670234.opb
MD5SUM92f66beef1a16468af1cdeb8f0308249
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.88341
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 641
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4098959-1466206081.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  no objective function found
0.27/0.28	c ... done. Wall clock time 0.181s.
0.27/0.28	c declared #vars     231
0.27/0.28	c #constraints  2707
0.27/0.28	c constraints type 
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.27/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.27/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.27/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.27/0.29	c 2707 constraints processed.
1.23/0.70	c cleaning 2499 clauses out of 5001 with flag 24865/5001
1.57/1.05	c cleaning 4249 clauses out of 8501 with flag 64504/11000
1.98/1.45	c cleaning 5626 clauses out of 11254 with flag 107340/18002
2.62/2.02	c cleaning 6808 clauses out of 13626 with flag 157854/26000
3.59/2.70	c cleaning 7904 clauses out of 15818 with flag 216306/35000
4.72/3.55	c cleaning 8955 clauses out of 17915 with flag 289352/45001
5.63/4.44	c cleaning 9973 clauses out of 19959 with flag 362106/56000
6.73/5.57	c cleaning 10991 clauses out of 21987 with flag 450588/68001
7.93/6.79	c cleaning 11994 clauses out of 23995 with flag 539170/81000
9.32/8.18	c cleaning 12998 clauses out of 26001 with flag 636245/95000
10.82/9.64	c cleaning 13993 clauses out of 28003 with flag 733933/110000
12.62/11.47	c cleaning 15002 clauses out of 30010 with flag 847235/126000
14.82/13.60	c cleaning 16004 clauses out of 32008 with flag 965732/143000
17.21/16.02	c cleaning 16999 clauses out of 34004 with flag 1095827/161000
19.71/18.58	c cleaning 17998 clauses out of 36006 with flag 1223042/180001
22.54/21.34	c cleaning 19002 clauses out of 38007 with flag 1365665/200000
24.46/23.24	c cleaning 19993 clauses out of 40005 with flag 1487799/221002
25.85/24.60	c cleaning 21003 clauses out of 42012 with flag 1576912/243002
26.07/24.84	c starts		: 788
26.07/24.84	c conflicts		: 249704
26.07/24.84	c decisions		: 366842
26.07/24.84	c propagations		: 10888330
26.07/24.84	c inspects		: 433400209
26.07/24.84	c shortcuts		: 0
26.07/24.84	c learnt literals	: 13
26.07/24.84	c learnt binary clauses	: 34
26.07/24.84	c learnt ternary clauses	: 253
26.07/24.84	c learnt constraints	: 249690
26.07/24.84	c ignored constraints	: 0
26.07/24.84	c root simplifications	: 0
26.07/24.84	c removed literals (reason simplification)	: 0
26.07/24.84	c reason swapping (by a shorter reason)	: 0
26.07/24.84	c Calls to reduceDB	: 18
26.07/24.84	c Number of update (reduction) of LBD	: 90199
26.07/24.84	c Imported unit clauses	: 0
26.07/24.84	c number of reductions to clauses (during analyze)	: 0
26.07/24.84	c number of learned constraints concerned by reduction	: 0
26.07/24.84	c number of learning phase by resolution	: 0
26.07/24.84	c number of learning phase by cutting planes	: 0
26.07/24.84	c speed (assignments/second)	: 443480.36819811014
26.07/24.84	c non guided choices	169
26.07/24.86	c learnt constraints type 
26.07/24.86	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 34
26.07/24.86	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 27665
26.07/24.86	s UNSATISFIABLE
26.07/24.86	c Total wall clock time (in seconds): 24.754

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-4098959-1466206081/watcher-4098959-1466206081 -o /tmp/evaluation-result-4098959-1466206081/solver-4098959-1466206081 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10697 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4098959-1466206081.opb 

pid=12008
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.76 0.29 0.19 3/170 12011
/proc/meminfo: memFree=30476768/32872528 swapFree=1402776/1580604
[pid=12011] ppid=12008 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/12011/stat : 12011 (java) S 12008 12011 10680 0 -1 4202496 1284 0 0 0 0 0 0 0 20 0 2 0 22653884 94019584 917 33554432000 1073741824 1073778376 140734079899424 140734079890560 248793563197 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12011/statm: 22954 917 697 9 0 16769 0
[pid=12011/tid=12012] ppid=12008 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12012/stat : 12012 (java) R 12008 12011 10680 0 -1 4202560 60 0 0 0 0 0 0 0 20 0 2 0 22653885 94019584 918 33554432000 1073741824 1073778376 140734079899424 139979187691048 248781041450 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100096 s]
/proc/loadavg: 0.76 0.29 0.19 3/170 12011
/proc/meminfo: memFree=30476768/32872528 swapFree=1402776/1580604
[pid=12011] ppid=12008 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/12011/stat : 12011 (java) S 12008 12011 10680 0 -1 4202496 4438 0 1 0 9 1 0 0 20 0 18 0 22653884 9787879424 6058 33554432000 1073741824 1073778376 140734079899424 140734079890560 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12011/statm: 2389619 6062 2153 9 0 2380296 0
[pid=12011/tid=12012] ppid=12008 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12011/task/12012/stat : 12012 (java) R 12008 12011 10680 0 -1 4202560 2378 0 1 0 6 1 0 0 20 0 18 0 22653885 9787879424 6062 33554432000 1073741824 1073778376 140734079899424 139979187694496 248793589005 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200333 s]
/proc/loadavg: 0.76 0.29 0.19 3/170 12011
/proc/meminfo: memFree=30476768/32872528 swapFree=1402776/1580604
[pid=12011] ppid=12008 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/12011/stat : 12011 (java) S 12008 12011 10680 0 -1 4202496 4768 0 1 0 25 2 0 0 20 0 18 0 22653884 9787879424 6802 33554432000 1073741824 1073778376 140734079899424 140734079890560 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12011/statm: 2389619 6802 2215 9 0 2380296 0
[pid=12011/tid=12012] ppid=12008 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/12011/task/12012/stat : 12012 (java) R 12008 12011 10680 0 -1 4202560 2397 0 1 0 16 1 0 0 20 0 18 0 22653885 9787879424 6802 33554432000 1073741824 1073778376 140734079899424 139979187694496 139979191369220 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300336 s]
/proc/loadavg: 0.76 0.29 0.19 3/170 12011
/proc/meminfo: memFree=30476768/32872528 swapFree=1402776/1580604
[pid=12011] ppid=12008 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/12011/stat : 12011 (java) S 12008 12011 10680 0 -1 4202496 5913 0 1 0 47 2 0 0 20 0 19 0 22653884 9856040960 8346 33554432000 1073741824 1073778376 140734079899424 140734079890560 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12011/statm: 2406260 8346 2239 9 0 2396937 0
[pid=12011/tid=12012] ppid=12008 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/12011/task/12012/stat : 12012 (java) R 12008 12011 10680 0 -1 4202560 2419 0 1 0 26 1 0 0 20 0 19 0 22653885 9856040960 8346 33554432000 1073741824 1073778376 140734079899424 139979187696256 139979040831598 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700258 s]
/proc/loadavg: 0.76 0.29 0.19 3/170 12011
/proc/meminfo: memFree=30476768/32872528 swapFree=1402776/1580604
[pid=12011] ppid=12008 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/12011/stat : 12011 (java) S 12008 12011 10680 0 -1 4202496 8487 0 1 0 120 3 0 0 20 0 19 0 22653884 9856040960 10174 33554432000 1073741824 1073778376 140734079899424 140734079890560 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12011/statm: 2406260 10174 2260 9 0 2396937 0
[pid=12011/tid=12012] ppid=12008 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/12011/task/12012/stat : 12012 (java) R 12008 12011 10680 0 -1 4202560 2421 0 1 0 66 1 0 0 20 0 19 0 22653885 9856040960 10174 33554432000 1073741824 1073778376 140734079899424 139979187696256 139979190981527 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 0.76 0.29 0.19 3/189 12030
/proc/meminfo: memFree=30442032/32872528 swapFree=1402776/1580604
[pid=12011] ppid=12008 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/12011/stat : 12011 (java) S 12008 12011 10680 0 -1 4202496 8493 0 1 0 206 3 0 0 20 0 19 0 22653884 9856040960 10681 33554432000 1073741824 1073778376 140734079899424 140734079890560 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12011/statm: 2406260 10681 2263 9 0 2396937 0
[pid=12011/tid=12012] ppid=12008 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/12011/task/12012/stat : 12012 (java) R 12008 12011 10680 0 -1 4202560 2423 0 1 0 146 2 0 0 20 0 19 0 22653885 9856040960 10681 33554432000 1073741824 1073778376 140734079899424 139979187696008 139979041298599 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12014] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12014/stat : 12014 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 10681 33554432000 1073741824 1073778376 140734079899424 139979160148648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12015] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12015/stat : 12015 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 10681 33554432000 1073741824 1073778376 140734079899424 139979029785384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12011/tid=12016] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12016/stat : 12016 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 10681 33554432000 1073741824 1073778376 140734079899424 139979028732840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12011/tid=12017] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12017/stat : 12017 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 10681 33554432000 1073741824 1073778376 140734079899424 139979027680296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12018] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12018/stat : 12018 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 10681 33554432000 1073741824 1073778376 140734079899424 139979026626728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12019] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12019/stat : 12019 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 10681 33554432000 1073741824 1073778376 140734079899424 139979025574184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12020] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12020/stat : 12020 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 10681 33554432000 1073741824 1073778376 140734079899424 139978688424360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12021] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12021/stat : 12021 (java) S 12008 12011 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 10681 33554432000 1073741824 1073778376 140734079899424 139978687371816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12022] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12022/stat : 12022 (java) S 12008 12011 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22653887 9856040960 10681 33554432000 1073741824 1073778376 140734079899424 139978675173992 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12023] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12023/stat : 12023 (java) S 12008 12011 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22653887 9856040960 10681 33554432000 1073741824 1073778376 140734079899424 139978674120312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12024] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12024/stat : 12024 (java) S 12008 12011 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22653887 9856040960 10681 33554432000 1073741824 1073778376 140734079899424 139978673067656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12025] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12025/stat : 12025 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653889 9856040960 10681 33554432000 1073741824 1073778376 140734079899424 139978672016400 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12026] ppid=12008 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/12011/task/12026/stat : 12026 (java) S 12008 12011 10680 0 -1 4202560 1902 0 0 0 26 0 0 0 20 0 19 0 22653889 9856040960 10681 33554432000 1073741824 1073778376 140734079899424 139978670962744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12027] ppid=12008 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/12011/task/12027/stat : 12027 (java) S 12008 12011 10680 0 -1 4202560 2890 0 0 0 31 0 0 0 20 0 19 0 22653889 9856040960 10681 33554432000 1073741824 1073778376 140734079899424 139978669910200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12011/tid=12028] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12028/stat : 12028 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653889 9856040960 10681 33554432000 1073741824 1073778376 140734079899424 139978668857848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12011/tid=12029] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12029/stat : 12029 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653889 9856040960 10681 33554432000 1073741824 1073778376 140734079899424 139978667805512 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12030] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12030/stat : 12030 (java) S 12008 12011 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22653914 9856040960 10681 33554432000 1073741824 1073778376 140734079899424 139978666751272 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 0.94 0.33 0.20 5/213 12063
/proc/meminfo: memFree=30393344/32872528 swapFree=1402776/1580604
[pid=12011] ppid=12008 vsize=9625040 CPUtime=4.31 cores=1,3,5,7
/proc/12011/stat : 12011 (java) S 12008 12011 10680 0 -1 4202496 16461 0 1 0 427 4 0 0 20 0 19 0 22653884 9856040960 15908 33554432000 1073741824 1073778376 140734079899424 140734079890560 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12011/statm: 2406260 15908 2265 9 0 2396937 0
[pid=12011/tid=12012] ppid=12008 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/12011/task/12012/stat : 12012 (java) R 12008 12011 10680 0 -1 4202560 2429 0 1 0 306 2 0 0 20 0 19 0 22653885 9856040960 15908 33554432000 1073741824 1073778376 140734079899424 139979187687104 139979041318877 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12014] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12014/stat : 12014 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 15908 33554432000 1073741824 1073778376 140734079899424 139979160148648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12015] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12015/stat : 12015 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 15908 33554432000 1073741824 1073778376 140734079899424 139979029785384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12011/tid=12016] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12016/stat : 12016 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 15908 33554432000 1073741824 1073778376 140734079899424 139979028732840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12011/tid=12017] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12017/stat : 12017 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 15908 33554432000 1073741824 1073778376 140734079899424 139979027680296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12018] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12018/stat : 12018 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 15908 33554432000 1073741824 1073778376 140734079899424 139979026626728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12019] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12019/stat : 12019 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 15908 33554432000 1073741824 1073778376 140734079899424 139979025574184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12020] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12020/stat : 12020 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 15908 33554432000 1073741824 1073778376 140734079899424 139978688424360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12021] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12021/stat : 12021 (java) S 12008 12011 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 15908 33554432000 1073741824 1073778376 140734079899424 139978687371816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12022] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12022/stat : 12022 (java) S 12008 12011 10680 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22653887 9856040960 15908 33554432000 1073741824 1073778376 140734079899424 139978675173992 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12023] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12023/stat : 12023 (java) S 12008 12011 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22653887 9856040960 15908 33554432000 1073741824 1073778376 140734079899424 139978674120312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12024] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12024/stat : 12024 (java) S 12008 12011 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22653887 9856040960 15908 33554432000 1073741824 1073778376 140734079899424 139978673067656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12025] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12025/stat : 12025 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653889 9856040960 15908 33554432000 1073741824 1073778376 140734079899424 139978672016400 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12026] ppid=12008 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/12011/task/12026/stat : 12026 (java) S 12008 12011 10680 0 -1 4202560 2352 0 0 0 33 0 0 0 20 0 19 0 22653889 9856040960 15908 33554432000 1073741824 1073778376 140734079899424 139978670962744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12027] ppid=12008 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/12011/task/12027/stat : 12027 (java) S 12008 12011 10680 0 -1 4202560 10401 0 0 0 85 2 0 0 20 0 19 0 22653889 9856040960 15908 33554432000 1073741824 1073778376 140734079899424 139978669910200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12011/tid=12028] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12028/stat : 12028 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653889 9856040960 15908 33554432000 1073741824 1073778376 140734079899424 139978668857848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12011/tid=12029] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12029/stat : 12029 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653889 9856040960 15908 33554432000 1073741824 1073778376 140734079899424 139978667805512 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12030] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12030/stat : 12030 (java) S 12008 12011 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22653914 9856040960 15908 33554432000 1073741824 1073778376 140734079899424 139978666751272 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 0.94 0.33 0.20 3/213 12063
/proc/meminfo: memFree=30371284/32872528 swapFree=1402776/1580604
[pid=12011] ppid=12008 vsize=9625040 CPUtime=7.52 cores=1,3,5,7
/proc/12011/stat : 12011 (java) S 12008 12011 10680 0 -1 4202496 16466 0 1 0 747 5 0 0 20 0 19 0 22653884 9856040960 17265 33554432000 1073741824 1073778376 140734079899424 140734079890560 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12011/statm: 2406260 17265 2265 9 0 2396937 0
[pid=12011/tid=12012] ppid=12008 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/12011/task/12012/stat : 12012 (java) R 12008 12011 10680 0 -1 4202560 2434 0 1 0 625 2 0 0 20 0 19 0 22653885 9856040960 17265 33554432000 1073741824 1073778376 140734079899424 139979187687104 139979041332854 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12014] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12014/stat : 12014 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 17265 33554432000 1073741824 1073778376 140734079899424 139979160148648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12015] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12015/stat : 12015 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 17265 33554432000 1073741824 1073778376 140734079899424 139979029785384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12011/tid=12016] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12016/stat : 12016 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 17265 33554432000 1073741824 1073778376 140734079899424 139979028732840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12011/tid=12017] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12017/stat : 12017 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 17265 33554432000 1073741824 1073778376 140734079899424 139979027680296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12018] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12018/stat : 12018 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 17265 33554432000 1073741824 1073778376 140734079899424 139979026626728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12019] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12019/stat : 12019 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 17265 33554432000 1073741824 1073778376 140734079899424 139979025574184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12020] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12020/stat : 12020 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 17265 33554432000 1073741824 1073778376 140734079899424 139978688424360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12021] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12021/stat : 12021 (java) S 12008 12011 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 17265 33554432000 1073741824 1073778376 140734079899424 139978687371816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12022] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12022/stat : 12022 (java) S 12008 12011 10680 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22653887 9856040960 17265 33554432000 1073741824 1073778376 140734079899424 139978675173992 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12023] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12023/stat : 12023 (java) S 12008 12011 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22653887 9856040960 17265 33554432000 1073741824 1073778376 140734079899424 139978674120312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12024] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12024/stat : 12024 (java) S 12008 12011 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22653887 9856040960 17265 33554432000 1073741824 1073778376 140734079899424 139978673067656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12025] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12025/stat : 12025 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653889 9856040960 17265 33554432000 1073741824 1073778376 140734079899424 139978672016400 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12026] ppid=12008 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/12011/task/12026/stat : 12026 (java) S 12008 12011 10680 0 -1 4202560 2352 0 0 0 33 0 0 0 20 0 19 0 22653889 9856040960 17265 33554432000 1073741824 1073778376 140734079899424 139978670962744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12027] ppid=12008 vsize=9625040 CPUtime=0.88 cores=1,3,5,7

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

[pid=12011/tid=12016] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12016/stat : 12016 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 26487 33554432000 1073741824 1073778376 140734079899424 139979028732840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12011/tid=12017] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12017/stat : 12017 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 26487 33554432000 1073741824 1073778376 140734079899424 139979027680296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12018] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12018/stat : 12018 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 26487 33554432000 1073741824 1073778376 140734079899424 139979026626728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12019] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12019/stat : 12019 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 26487 33554432000 1073741824 1073778376 140734079899424 139979025574184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12020] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12020/stat : 12020 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 26487 33554432000 1073741824 1073778376 140734079899424 139978688424360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12021] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12021/stat : 12021 (java) S 12008 12011 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 26487 33554432000 1073741824 1073778376 140734079899424 139978687371816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12022] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12022/stat : 12022 (java) S 12008 12011 10680 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22653887 9856040960 26487 33554432000 1073741824 1073778376 140734079899424 139978675173992 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12023] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12023/stat : 12023 (java) S 12008 12011 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22653887 9856040960 26487 33554432000 1073741824 1073778376 140734079899424 139978674120312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12024] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12024/stat : 12024 (java) S 12008 12011 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22653887 9856040960 26487 33554432000 1073741824 1073778376 140734079899424 139978673067656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12025] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12025/stat : 12025 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653889 9856040960 26487 33554432000 1073741824 1073778376 140734079899424 139978672016400 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12026] ppid=12008 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/12011/task/12026/stat : 12026 (java) S 12008 12011 10680 0 -1 4202560 2352 0 0 0 33 0 0 0 20 0 19 0 22653889 9856040960 26487 33554432000 1073741824 1073778376 140734079899424 139978670962744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12027] ppid=12008 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/12011/task/12027/stat : 12027 (java) S 12008 12011 10680 0 -1 4202560 10407 0 0 0 88 3 0 0 20 0 19 0 22653889 9856040960 26487 33554432000 1073741824 1073778376 140734079899424 139978669910200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12011/tid=12028] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12028/stat : 12028 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653889 9856040960 26487 33554432000 1073741824 1073778376 140734079899424 139978668857848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12011/tid=12029] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12029/stat : 12029 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653889 9856040960 26487 33554432000 1073741824 1073778376 140734079899424 139978667805512 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12030] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12030/stat : 12030 (java) S 12008 12011 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22653914 9856040960 26487 33554432000 1073741824 1073778376 140734079899424 139978666751272 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 23.65
Current children cumulated vsize (KiB) 9625040

[startup+24.0009 s]
/proc/loadavg: 1.24 0.44 0.24 3/213 12258
/proc/meminfo: memFree=30314076/32872528 swapFree=1402776/1580604
[pid=12011] ppid=12008 vsize=9625040 CPUtime=25.25 cores=1,3,5,7
/proc/12011/stat : 12011 (java) S 12008 12011 10680 0 -1 4202496 16494 0 1 0 2519 6 0 0 20 0 19 0 22653884 9856040960 27511 33554432000 1073741824 1073778376 140734079899424 140734079890560 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12011/statm: 2406260 27511 2265 9 0 2396937 0
[pid=12011/tid=12012] ppid=12008 vsize=9625040 CPUtime=23.97 cores=1,3,5,7
/proc/12011/task/12012/stat : 12012 (java) R 12008 12011 10680 0 -1 4202560 2456 0 1 0 2394 3 0 0 20 0 19 0 22653885 9856040960 27511 33554432000 1073741824 1073778376 140734079899424 139979187687104 139979041332832 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12014] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12014/stat : 12014 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 27511 33554432000 1073741824 1073778376 140734079899424 139979160148648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12015] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12015/stat : 12015 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 27511 33554432000 1073741824 1073778376 140734079899424 139979029785384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12011/tid=12016] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12016/stat : 12016 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 27511 33554432000 1073741824 1073778376 140734079899424 139979028732840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12011/tid=12017] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12017/stat : 12017 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 27511 33554432000 1073741824 1073778376 140734079899424 139979027680296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12018] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12018/stat : 12018 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 27511 33554432000 1073741824 1073778376 140734079899424 139979026626728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12019] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12019/stat : 12019 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 27511 33554432000 1073741824 1073778376 140734079899424 139979025574184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12020] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12020/stat : 12020 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 27511 33554432000 1073741824 1073778376 140734079899424 139978688424360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12021] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12021/stat : 12021 (java) S 12008 12011 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 27511 33554432000 1073741824 1073778376 140734079899424 139978687371816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12022] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12022/stat : 12022 (java) S 12008 12011 10680 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22653887 9856040960 27511 33554432000 1073741824 1073778376 140734079899424 139978675173992 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12023] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12023/stat : 12023 (java) S 12008 12011 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22653887 9856040960 27511 33554432000 1073741824 1073778376 140734079899424 139978674120312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12024] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12024/stat : 12024 (java) S 12008 12011 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22653887 9856040960 27511 33554432000 1073741824 1073778376 140734079899424 139978673067656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12025] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12025/stat : 12025 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653889 9856040960 27511 33554432000 1073741824 1073778376 140734079899424 139978672016400 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12026] ppid=12008 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/12011/task/12026/stat : 12026 (java) S 12008 12011 10680 0 -1 4202560 2352 0 0 0 34 0 0 0 20 0 19 0 22653889 9856040960 27511 33554432000 1073741824 1073778376 140734079899424 139978670962744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12027] ppid=12008 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/12011/task/12027/stat : 12027 (java) S 12008 12011 10680 0 -1 4202560 10407 0 0 0 88 3 0 0 20 0 19 0 22653889 9856040960 27511 33554432000 1073741824 1073778376 140734079899424 139978669910200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12011/tid=12028] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12028/stat : 12028 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653889 9856040960 27511 33554432000 1073741824 1073778376 140734079899424 139978668857848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12011/tid=12029] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12029/stat : 12029 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653889 9856040960 27511 33554432000 1073741824 1073778376 140734079899424 139978667805512 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12030] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12030/stat : 12030 (java) S 12008 12011 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22653914 9856040960 27511 33554432000 1073741824 1073778376 140734079899424 139978666751272 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 9625040

[startup+24.4008 s]
/proc/loadavg: 1.24 0.44 0.24 3/190 12289
/proc/meminfo: memFree=30374640/32872528 swapFree=1402776/1580604
[pid=12011] ppid=12008 vsize=9625040 CPUtime=25.65 cores=1,3,5,7
/proc/12011/stat : 12011 (java) S 12008 12011 10680 0 -1 4202496 16495 0 1 0 2559 6 0 0 20 0 19 0 22653884 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 140734079890560 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12011/statm: 2406260 28023 2265 9 0 2396937 0
[pid=12011/tid=12012] ppid=12008 vsize=9625040 CPUtime=24.37 cores=1,3,5,7
/proc/12011/task/12012/stat : 12012 (java) R 12008 12011 10680 0 -1 4202560 2457 0 1 0 2434 3 0 0 20 0 19 0 22653885 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139979187687104 139979041369210 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12014] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12014/stat : 12014 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139979160148648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12015] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12015/stat : 12015 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139979029785384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12011/tid=12016] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12016/stat : 12016 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139979028732840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12011/tid=12017] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12017/stat : 12017 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139979027680296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12018] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12018/stat : 12018 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139979026626728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12019] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12019/stat : 12019 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139979025574184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12020] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12020/stat : 12020 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139978688424360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12021] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12021/stat : 12021 (java) S 12008 12011 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139978687371816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12022] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12022/stat : 12022 (java) S 12008 12011 10680 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22653887 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139978675173992 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12023] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12023/stat : 12023 (java) S 12008 12011 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22653887 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139978674120312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12024] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12024/stat : 12024 (java) S 12008 12011 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22653887 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139978673067656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12025] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12025/stat : 12025 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653889 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139978672016400 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12026] ppid=12008 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/12011/task/12026/stat : 12026 (java) S 12008 12011 10680 0 -1 4202560 2352 0 0 0 34 0 0 0 20 0 19 0 22653889 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139978670962744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12027] ppid=12008 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/12011/task/12027/stat : 12027 (java) S 12008 12011 10680 0 -1 4202560 10407 0 0 0 88 3 0 0 20 0 19 0 22653889 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139978669910200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12011/tid=12028] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12028/stat : 12028 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653889 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139978668857848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12011/tid=12029] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12029/stat : 12029 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653889 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139978667805512 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12030] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12030/stat : 12030 (java) S 12008 12011 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22653914 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139978666751272 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 25.65
Current children cumulated vsize (KiB) 9625040

[startup+24.8008 s]
/proc/loadavg: 1.24 0.44 0.24 3/190 12289
/proc/meminfo: memFree=30374640/32872528 swapFree=1402776/1580604
[pid=12011] ppid=12008 vsize=9625040 CPUtime=26.07 cores=1,3,5,7
/proc/12011/stat : 12011 (java) S 12008 12011 10680 0 -1 4202496 16495 0 1 0 2601 6 0 0 20 0 19 0 22653884 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 140734079890560 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12011/statm: 2406260 28023 2265 9 0 2396937 0
[pid=12011/tid=12012] ppid=12008 vsize=9625040 CPUtime=24.77 cores=1,3,5,7
/proc/12011/task/12012/stat : 12012 (java) R 12008 12011 10680 0 -1 4202560 2457 0 1 0 2474 3 0 0 20 0 19 0 22653885 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139979187687104 139979041332980 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12014] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12014/stat : 12014 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139979160148648 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12015] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12015/stat : 12015 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139979029785384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12011/tid=12016] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12016/stat : 12016 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139979028732840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12011/tid=12017] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12017/stat : 12017 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139979027680296 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12018] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12018/stat : 12018 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139979026626728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12019] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12019/stat : 12019 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139979025574184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12020] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12020/stat : 12020 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139978688424360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12011/tid=12021] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12021/stat : 12021 (java) S 12008 12011 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22653886 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139978687371816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12022] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12022/stat : 12022 (java) S 12008 12011 10680 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 22653887 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139978675173992 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12023] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12023/stat : 12023 (java) S 12008 12011 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22653887 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139978674120312 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12024] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12024/stat : 12024 (java) S 12008 12011 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22653887 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139978673067656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12025] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12025/stat : 12025 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653889 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139978672016400 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12026] ppid=12008 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/12011/task/12026/stat : 12026 (java) S 12008 12011 10680 0 -1 4202560 2352 0 0 0 36 0 0 0 20 0 19 0 22653889 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139978670962744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12027] ppid=12008 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/12011/task/12027/stat : 12027 (java) S 12008 12011 10680 0 -1 4202560 10407 0 0 0 88 3 0 0 20 0 19 0 22653889 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139978669910200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12011/tid=12028] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12028/stat : 12028 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653889 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139978668857848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12011/tid=12029] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12029/stat : 12029 (java) S 12008 12011 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22653889 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139978667805512 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12011/tid=12030] ppid=12008 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12011/task/12030/stat : 12030 (java) S 12008 12011 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22653914 9856040960 28023 33554432000 1073741824 1073778376 140734079899424 139978666751272 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 26.07
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 24.8761
CPU time (s): 26.17
CPU user time (s): 26.067
CPU system time (s): 0.102984
CPU usage (%): 105.201
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.067
system time used= 0.102984
maximum resident set size= 114212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16519
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= 836
involuntary context switches= 80

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.103984 second user time and 0.118981 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-18 01:28:02
IDJOB=4098959
IDBENCH=1279
IDSOLVER=2546
FILE ID=node139/4098959-1466206081
RUNJOBID= node139-1466206053-10697
PBS_JOBID= 19918138
Free space on /tmp= 71596 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.1900670234.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4098959-1466206081/watcher-4098959-1466206081 -o /tmp/evaluation-result-4098959-1466206081/solver-4098959-1466206081 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10697 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4098959-1466206081.opb

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

MD5SUM BENCH= 92f66beef1a16468af1cdeb8f0308249
RANDOM SEED=631228184

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
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.56
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.500
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.55
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.500
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:        30477296 kB
Buffers:           38076 kB
Cached:            64580 kB
SwapCached:         1904 kB
Active:            45016 kB
Inactive:          61032 kB
Active(anon):       4340 kB
Inactive(anon):     1416 kB
Active(file):      40676 kB
Inactive(file):    59616 kB
Unevictable:     1580604 kB
Mlocked:         1402776 kB
SwapTotal:      67108856 kB
SwapFree:       67099420 kB
Dirty:              1716 kB
Writeback:             0 kB
AnonPages:       1582680 kB
Mapped:             7256 kB
Shmem:                 0 kB
Slab:             573468 kB
SReclaimable:      15792 kB
SUnreclaim:       557676 kB
KernelStack:        1392 kB
PageTables:         7204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1676416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 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= 71596 MiB
End job on node139 at 2016-06-18 01:28:27