Trace number 4089215

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 66.7549 65.1175

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid8x9.opb
MD5SUM16ba58859e4bf10244313ffbff371257
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.002999
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72
Total number of constraints145
Number of constraints which are clauses144
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint72
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 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 108
Number of bits of the biggest sum of numbers7
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4089215-1466020442.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.12	c ... done. Wall clock time 0.022s.
0.11/0.12	c declared #vars     72
0.11/0.12	c #constraints  145
0.11/0.12	c constraints type 
0.11/0.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.11/0.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 144
0.11/0.12	c 145 constraints processed.
0.50/0.38	c cleaning 2500 clauses out of 5000 with flag 10394/5000
0.85/0.56	c cleaning 4249 clauses out of 8502 with flag 23296/11002
1.14/0.77	c cleaning 5624 clauses out of 11253 with flag 39577/18002
1.46/1.00	c cleaning 6811 clauses out of 13629 with flag 56405/26002
1.78/1.31	c cleaning 7906 clauses out of 15816 with flag 75464/35000
2.07/1.64	c cleaning 8951 clauses out of 17910 with flag 96363/45000
2.47/2.03	c cleaning 9980 clauses out of 19960 with flag 119235/56001
2.97/2.52	c cleaning 10987 clauses out of 21979 with flag 144100/68000
3.57/3.11	c cleaning 11996 clauses out of 23993 with flag 171384/81001
4.17/3.71	c cleaning 12999 clauses out of 25997 with flag 200657/95001
4.77/4.40	c cleaning 13995 clauses out of 27997 with flag 231893/110000
5.57/5.13	c cleaning 15001 clauses out of 30003 with flag 265263/126001
6.47/6.02	c cleaning 15995 clauses out of 32001 with flag 301614/143000
7.47/7.00	c cleaning 17001 clauses out of 34006 with flag 339999/161000
8.37/7.98	c cleaning 18002 clauses out of 36008 with flag 379717/180003
9.47/9.03	c cleaning 18999 clauses out of 38004 with flag 421511/200001
10.57/10.18	c cleaning 20002 clauses out of 40005 with flag 465536/221001
11.98/11.55	c cleaning 20995 clauses out of 42003 with flag 512573/243001
13.48/13.08	c cleaning 22003 clauses out of 44007 with flag 561055/266000
15.17/14.73	c cleaning 23002 clauses out of 46004 with flag 610977/290000
17.17/16.72	c cleaning 23999 clauses out of 48002 with flag 663526/315000
19.18/18.73	c cleaning 25001 clauses out of 50004 with flag 718268/341001
20.97/20.53	c cleaning 26000 clauses out of 52003 with flag 774524/368001
22.97/22.56	c cleaning 26999 clauses out of 54002 with flag 833083/396000
25.57/25.12	c cleaning 28000 clauses out of 56003 with flag 895385/425000
28.17/27.79	c cleaning 29000 clauses out of 58003 with flag 959260/455000
31.16/30.56	c cleaning 29998 clauses out of 60003 with flag 1026325/486000
34.03/33.22	c cleaning 31001 clauses out of 62006 with flag 1093312/518001
36.93/36.19	c cleaning 32001 clauses out of 64004 with flag 1162571/551000
40.34/39.58	c cleaning 33003 clauses out of 66005 with flag 1234948/585002
43.94/43.12	c cleaning 33997 clauses out of 68000 with flag 1308371/620000
47.49/46.63	c cleaning 34999 clauses out of 70005 with flag 1383694/656002
51.29/50.44	c cleaning 35998 clauses out of 72006 with flag 1460330/693002
55.50/54.67	c cleaning 37000 clauses out of 74006 with flag 1538569/731001
60.64/59.46	c cleaning 37999 clauses out of 76006 with flag 1619656/770002
65.83/64.35	c cleaning 38998 clauses out of 78004 with flag 1703554/810001
66.61/65.08	c starts		: 941
66.61/65.08	c conflicts		: 819418
66.61/65.08	c decisions		: 870435
66.61/65.08	c propagations		: 4091018
66.61/65.08	c inspects		: 1254212345
66.61/65.08	c shortcuts		: 0
66.61/65.08	c learnt literals	: 13
66.61/65.08	c learnt binary clauses	: 12
66.61/65.08	c learnt ternary clauses	: 12
66.61/65.08	c learnt constraints	: 819404
66.61/65.08	c ignored constraints	: 0
66.61/65.08	c root simplifications	: 0
66.61/65.08	c removed literals (reason simplification)	: 0
66.61/65.08	c reason swapping (by a shorter reason)	: 0
66.61/65.08	c Calls to reduceDB	: 36
66.61/65.08	c Number of update (reduction) of LBD	: 26352
66.61/65.08	c Imported unit clauses	: 0
66.61/65.08	c number of reductions to clauses (during analyze)	: 0
66.61/65.08	c number of learned constraints concerned by reduction	: 0
66.61/65.08	c number of learning phase by resolution	: 0
66.61/65.08	c number of learning phase by cutting planes	: 0
66.61/65.08	c speed (assignments/second)	: 62983.31126643471
66.61/65.08	c non guided choices	28
66.73/65.10	c learnt constraints type 
66.73/65.10	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12
66.73/65.10	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 48401
66.73/65.10	s UNSATISFIABLE
66.73/65.10	c Total wall clock time (in seconds): 65.0

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-4089215-1466020442/watcher-4089215-1466020442 -o /tmp/evaluation-result-4089215-1466020442/solver-4089215-1466020442 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4983 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089215-1466020442.opb 

pid=7786
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: 2.07 2.02 2.00 3/194 7789
/proc/meminfo: memFree=31107620/32872528 swapFree=162364/176672
[pid=7789] ppid=7786 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7789/stat : 7789 (java) S 7786 7789 4966 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 4094120 98570240 978 33554432000 1073741824 1073778376 140735506843808 140735506834944 224925876285 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7789/statm: 24065 978 744 9 0 16771 0
[pid=7789/tid=7790] ppid=7786 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7790/stat : 7790 (java) R 7786 7789 4966 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 4094121 98570240 978 33554432000 1073741824 1073778376 140735506843808 139745650597416 224922518912 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100188 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 7789
/proc/meminfo: memFree=31107620/32872528 swapFree=162364/176672
[pid=7789] ppid=7786 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/7789/stat : 7789 (java) S 7786 7789 4966 0 -1 4202496 4478 0 1 0 10 1 0 0 20 0 18 0 4094120 9787879424 6118 33554432000 1073741824 1073778376 140735506843808 140735506834944 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7789/statm: 2389619 6118 2157 9 0 2380296 0
[pid=7789/tid=7790] ppid=7786 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/7789/task/7790/stat : 7790 (java) R 7786 7789 4966 0 -1 4202560 2378 0 1 0 6 2 0 0 20 0 18 0 4094121 9787879424 6118 33554432000 1073741824 1073778376 140735506843808 139745650600864 224925902093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20032 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 7789
/proc/meminfo: memFree=31107620/32872528 swapFree=162364/176672
[pid=7789] ppid=7786 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/7789/stat : 7789 (java) S 7786 7789 4966 0 -1 4202496 6674 0 1 0 31 2 0 0 20 0 19 0 4094120 9856040960 7432 33554432000 1073741824 1073778376 140735506843808 140735506834944 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7789/statm: 2406260 7432 2220 9 0 2396937 0
[pid=7789/tid=7790] ppid=7786 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/7789/task/7790/stat : 7790 (java) R 7786 7789 4966 0 -1 4202560 2395 0 1 0 16 2 0 0 20 0 19 0 4094121 9856040960 7432 33554432000 1073741824 1073778376 140735506843808 139745650602088 139745501967963 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9625040

[startup+0.300317 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 7789
/proc/meminfo: memFree=31107620/32872528 swapFree=162364/176672
[pid=7789] ppid=7786 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/7789/stat : 7789 (java) S 7786 7789 4966 0 -1 4202496 6694 0 1 0 48 2 0 0 20 0 19 0 4094120 9856040960 7963 33554432000 1073741824 1073778376 140735506843808 140735506834944 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7789/statm: 2406260 7963 2232 9 0 2396937 0
[pid=7789/tid=7790] ppid=7786 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/7789/task/7790/stat : 7790 (java) R 7786 7789 4966 0 -1 4202560 2402 0 1 0 26 2 0 0 20 0 19 0 4094121 9856040960 7963 33554432000 1073741824 1073778376 140735506843808 139745650602088 139745502427968 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700304 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 7789
/proc/meminfo: memFree=31107620/32872528 swapFree=162364/176672
[pid=7789] ppid=7786 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/7789/stat : 7789 (java) S 7786 7789 4966 0 -1 4202496 9427 0 1 0 111 3 0 0 20 0 19 0 4094120 9856040960 8811 33554432000 1073741824 1073778376 140735506843808 140735506834944 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7789/statm: 2406260 8811 2246 9 0 2396937 0
[pid=7789/tid=7790] ppid=7786 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/7789/task/7790/stat : 7790 (java) R 7786 7789 4966 0 -1 4202560 2403 0 1 0 66 2 0 0 20 0 19 0 4094121 9856040960 8811 33554432000 1073741824 1073778376 140735506843808 139745650602152 139745502421315 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 7808
/proc/meminfo: memFree=31078360/32872528 swapFree=162364/176672
[pid=7789] ppid=7786 vsize=9625040 CPUtime=1.97 cores=1,3,5,7
/proc/7789/stat : 7789 (java) S 7786 7789 4966 0 -1 4202496 9435 0 1 0 194 3 0 0 20 0 19 0 4094120 9856040960 10351 33554432000 1073741824 1073778376 140735506843808 140735506834944 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7789/statm: 2406260 10351 2248 9 0 2396937 0
[pid=7789/tid=7790] ppid=7786 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/7789/task/7790/stat : 7790 (java) R 7786 7789 4966 0 -1 4202560 2407 0 1 0 146 2 0 0 20 0 19 0 4094121 9856040960 10351 33554432000 1073741824 1073778376 140735506843808 139745650593472 139745502428178 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7789/tid=7792] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7792/stat : 7792 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 10351 33554432000 1073741824 1073778376 140735506843808 139745623054760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7793] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7793/stat : 7793 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 10351 33554432000 1073741824 1073778376 140735506843808 139745622002216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7794] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7794/stat : 7794 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 10351 33554432000 1073741824 1073778376 140735506843808 139745620949160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7789/tid=7795] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7795/stat : 7795 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 10351 33554432000 1073741824 1073778376 140735506843808 139745490938152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7789/tid=7796] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7796/stat : 7796 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 10351 33554432000 1073741824 1073778376 140735506843808 139745489886120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7797] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7797/stat : 7797 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 10351 33554432000 1073741824 1073778376 140735506843808 139745488833576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7789/tid=7798] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7798/stat : 7798 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 10351 33554432000 1073741824 1073778376 140735506843808 139745487780520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7799] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7799/stat : 7799 (java) S 7786 7789 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 10351 33554432000 1073741824 1073778376 140735506843808 139745486727976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7800] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7800/stat : 7800 (java) S 7786 7789 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4094123 9856040960 10351 33554432000 1073741824 1073778376 140735506843808 139745004214632 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7801] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7801/stat : 7801 (java) S 7786 7789 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4094123 9856040960 10351 33554432000 1073741824 1073778376 140735506843808 139745003160952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7802] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7802/stat : 7802 (java) S 7786 7789 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4094123 9856040960 10351 33554432000 1073741824 1073778376 140735506843808 139745002107784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7803] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7803/stat : 7803 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094125 9856040960 10351 33554432000 1073741824 1073778376 140735506843808 139745001056528 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7804] ppid=7786 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/7789/task/7804/stat : 7804 (java) S 7786 7789 4966 0 -1 4202560 3396 0 0 0 27 0 0 0 20 0 19 0 4094125 9856040960 10351 33554432000 1073741824 1073778376 140735506843808 139745000004408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7805] ppid=7786 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7789/task/7805/stat : 7805 (java) S 7786 7789 4966 0 -1 4202560 2360 0 0 0 19 0 0 0 20 0 19 0 4094125 9856040960 10351 33554432000 1073741824 1073778376 140735506843808 139744998951864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7806] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7806/stat : 7806 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094125 9856040960 10351 33554432000 1073741824 1073778376 140735506843808 139744997899000 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7807] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7807/stat : 7807 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094125 9856040960 10351 33554432000 1073741824 1073778376 140735506843808 139744996846664 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7808] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7808/stat : 7808 (java) S 7786 7789 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4094133 9856040960 10351 33554432000 1073741824 1073778376 140735506843808 139744995791912 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 7808
/proc/meminfo: memFree=31071720/32872528 swapFree=162364/176672
[pid=7789] ppid=7786 vsize=9625040 CPUtime=3.57 cores=1,3,5,7
/proc/7789/stat : 7789 (java) S 7786 7789 4966 0 -1 4202496 9438 0 1 0 354 3 0 0 20 0 19 0 4094120 9856040960 11887 33554432000 1073741824 1073778376 140735506843808 140735506834944 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7789/statm: 2406260 11887 2248 9 0 2396937 0
[pid=7789/tid=7790] ppid=7786 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/7789/task/7790/stat : 7790 (java) R 7786 7789 4966 0 -1 4202560 2410 0 1 0 306 2 0 0 20 0 19 0 4094121 9856040960 11887 33554432000 1073741824 1073778376 140735506843808 139745650593472 139745502575216 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7789/tid=7792] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7792/stat : 7792 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 11887 33554432000 1073741824 1073778376 140735506843808 139745623054760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7793] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7793/stat : 7793 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 11887 33554432000 1073741824 1073778376 140735506843808 139745622002216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7794] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7794/stat : 7794 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 11887 33554432000 1073741824 1073778376 140735506843808 139745620949160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7789/tid=7795] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7795/stat : 7795 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 11887 33554432000 1073741824 1073778376 140735506843808 139745490938152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7789/tid=7796] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7796/stat : 7796 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 11887 33554432000 1073741824 1073778376 140735506843808 139745489886120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7797] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7797/stat : 7797 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 11887 33554432000 1073741824 1073778376 140735506843808 139745488833576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7789/tid=7798] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7798/stat : 7798 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 11887 33554432000 1073741824 1073778376 140735506843808 139745487780520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7799] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7799/stat : 7799 (java) S 7786 7789 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 11887 33554432000 1073741824 1073778376 140735506843808 139745486727976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7800] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7800/stat : 7800 (java) S 7786 7789 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4094123 9856040960 11887 33554432000 1073741824 1073778376 140735506843808 139745004214632 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7801] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7801/stat : 7801 (java) S 7786 7789 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4094123 9856040960 11887 33554432000 1073741824 1073778376 140735506843808 139745003160952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7802] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7802/stat : 7802 (java) S 7786 7789 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4094123 9856040960 11887 33554432000 1073741824 1073778376 140735506843808 139745002107784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7803] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7803/stat : 7803 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094125 9856040960 11887 33554432000 1073741824 1073778376 140735506843808 139745001056528 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7804] ppid=7786 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/7789/task/7804/stat : 7804 (java) S 7786 7789 4966 0 -1 4202560 3396 0 0 0 27 0 0 0 20 0 19 0 4094125 9856040960 11887 33554432000 1073741824 1073778376 140735506843808 139745000004408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7805] ppid=7786 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7789/task/7805/stat : 7805 (java) S 7786 7789 4966 0 -1 4202560 2360 0 0 0 19 0 0 0 20 0 19 0 4094125 9856040960 11887 33554432000 1073741824 1073778376 140735506843808 139744998951864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7806] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7806/stat : 7806 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094125 9856040960 11887 33554432000 1073741824 1073778376 140735506843808 139744997899000 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7807] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7807/stat : 7807 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094125 9856040960 11887 33554432000 1073741824 1073778376 140735506843808 139744996846664 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7808] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7808/stat : 7808 (java) S 7786 7789 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4094133 9856040960 11887 33554432000 1073741824 1073778376 140735506843808 139744995791912 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 7808
/proc/meminfo: memFree=31055716/32872528 swapFree=162364/176672
[pid=7789] ppid=7786 vsize=9625040 CPUtime=6.77 cores=1,3,5,7
/proc/7789/stat : 7789 (java) S 7786 7789 4966 0 -1 4202496 9447 0 1 0 674 3 0 0 20 0 19 0 4094120 9856040960 15432 33554432000 1073741824 1073778376 140735506843808 140735506834944 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7789/statm: 2406260 15432 2249 9 0 2396937 0
[pid=7789/tid=7790] ppid=7786 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/7789/task/7790/stat : 7790 (java) R 7786 7789 4966 0 -1 4202560 2418 0 1 0 625 2 0 0 20 0 19 0 4094121 9856040960 15432 33554432000 1073741824 1073778376 140735506843808 139745650593472 139745502346612 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7789/tid=7792] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7792/stat : 7792 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 15432 33554432000 1073741824 1073778376 140735506843808 139745623054760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7793] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7793/stat : 7793 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 15432 33554432000 1073741824 1073778376 140735506843808 139745622002216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7794] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7794/stat : 7794 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 15432 33554432000 1073741824 1073778376 140735506843808 139745620949160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7789/tid=7795] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7795/stat : 7795 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 15432 33554432000 1073741824 1073778376 140735506843808 139745490938152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7789/tid=7796] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7796/stat : 7796 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 15432 33554432000 1073741824 1073778376 140735506843808 139745489886120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7797] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7797/stat : 7797 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 15432 33554432000 1073741824 1073778376 140735506843808 139745488833576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7789/tid=7798] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7798/stat : 7798 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 15432 33554432000 1073741824 1073778376 140735506843808 139745487780520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7799] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7799/stat : 7799 (java) S 7786 7789 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 15432 33554432000 1073741824 1073778376 140735506843808 139745486727976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7800] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7800/stat : 7800 (java) S 7786 7789 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4094123 9856040960 15432 33554432000 1073741824 1073778376 140735506843808 139745004214632 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7801] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7801/stat : 7801 (java) S 7786 7789 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4094123 9856040960 15432 33554432000 1073741824 1073778376 140735506843808 139745003160952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7802] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7802/stat : 7802 (java) S 7786 7789 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4094123 9856040960 15432 33554432000 1073741824 1073778376 140735506843808 139745002107784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7803] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7803/stat : 7803 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094125 9856040960 15432 33554432000 1073741824 1073778376 140735506843808 139745001056528 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7804] ppid=7786 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/7789/task/7804/stat : 7804 (java) S 7786 7789 4966 0 -1 4202560 3396 0 0 0 27 0 0 0 20 0 19 0 4094125 9856040960 15432 33554432000 1073741824 1073778376 140735506843808 139745000004408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7805] ppid=7786 vsize=9625040 CPUtime=0.19 cores=1,3,5,7

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

[pid=7789/tid=7793] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7793/stat : 7793 (java) S 7786 7789 4966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 45997 33554432000 1073741824 1073778376 140735506843808 139745622002216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7794] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7794/stat : 7794 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 45997 33554432000 1073741824 1073778376 140735506843808 139745620949160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7789/tid=7795] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7795/stat : 7795 (java) S 7786 7789 4966 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 45997 33554432000 1073741824 1073778376 140735506843808 139745490938152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7789/tid=7796] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7796/stat : 7796 (java) S 7786 7789 4966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 45997 33554432000 1073741824 1073778376 140735506843808 139745489886120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7789/tid=7797] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7797/stat : 7797 (java) S 7786 7789 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 45997 33554432000 1073741824 1073778376 140735506843808 139745488833576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7798] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7798/stat : 7798 (java) S 7786 7789 4966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 45997 33554432000 1073741824 1073778376 140735506843808 139745487780520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7799] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7799/stat : 7799 (java) S 7786 7789 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 45997 33554432000 1073741824 1073778376 140735506843808 139745486727976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7789/tid=7800] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7800/stat : 7800 (java) S 7786 7789 4966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 4094123 9856040960 45997 33554432000 1073741824 1073778376 140735506843808 139745004214632 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7801] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7801/stat : 7801 (java) S 7786 7789 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4094123 9856040960 45997 33554432000 1073741824 1073778376 140735506843808 139745003160952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7802] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7802/stat : 7802 (java) S 7786 7789 4966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 4094123 9856040960 45997 33554432000 1073741824 1073778376 140735506843808 139745002107784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7803] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7803/stat : 7803 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094125 9856040960 45997 33554432000 1073741824 1073778376 140735506843808 139745001056528 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7804] ppid=7786 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/7789/task/7804/stat : 7804 (java) S 7786 7789 4966 0 -1 4202560 3396 0 0 0 30 0 0 0 20 0 19 0 4094125 9856040960 45997 33554432000 1073741824 1073778376 140735506843808 139745000004408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7805] ppid=7786 vsize=9625040 CPUtime=0.9 cores=1,3,5,7
/proc/7789/task/7805/stat : 7805 (java) S 7786 7789 4966 0 -1 4202560 12943 0 0 0 87 3 0 0 20 0 19 0 4094125 9856040960 45997 33554432000 1073741824 1073778376 140735506843808 139744998951864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7806] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7806/stat : 7806 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094125 9856040960 45997 33554432000 1073741824 1073778376 140735506843808 139744997899000 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7807] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7807/stat : 7807 (java) S 7786 7789 4966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 4094125 9856040960 45997 33554432000 1073741824 1073778376 140735506843808 139744996846664 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7808] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7808/stat : 7808 (java) S 7786 7789 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4094133 9856040960 45997 33554432000 1073741824 1073778376 140735506843808 139744995791912 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 65.24
Current children cumulated vsize (KiB) 9625040

[startup+64.8008 s]
/proc/loadavg: 2.09 2.03 2.00 3/213 7809
/proc/meminfo: memFree=30936688/32872528 swapFree=162364/176672
[pid=7789] ppid=7786 vsize=9625040 CPUtime=66.41 cores=1,3,5,7
/proc/7789/stat : 7789 (java) S 7786 7789 4966 0 -1 4202496 23784 0 1 0 6632 9 0 0 20 0 19 0 4094120 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 140735506834944 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7789/statm: 2406260 47737 2263 9 0 2396937 0
[pid=7789/tid=7790] ppid=7786 vsize=9625040 CPUtime=64.75 cores=1,3,5,7
/proc/7789/task/7790/stat : 7790 (java) R 7786 7789 4966 0 -1 4202560 2475 0 1 0 6471 4 0 0 20 0 19 0 4094121 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745650602408 139745502367982 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7789/tid=7792] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7792/stat : 7792 (java) S 7786 7789 4966 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745623054760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7793] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7793/stat : 7793 (java) S 7786 7789 4966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745622002216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7794] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7794/stat : 7794 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745620949160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7789/tid=7795] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7795/stat : 7795 (java) S 7786 7789 4966 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745490938152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7789/tid=7796] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7796/stat : 7796 (java) S 7786 7789 4966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745489886120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7789/tid=7797] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7797/stat : 7797 (java) S 7786 7789 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745488833576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7798] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7798/stat : 7798 (java) S 7786 7789 4966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745487780520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7799] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7799/stat : 7799 (java) S 7786 7789 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745486727976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7789/tid=7800] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7800/stat : 7800 (java) S 7786 7789 4966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 4094123 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745004214632 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7801] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7801/stat : 7801 (java) S 7786 7789 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4094123 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745003160952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7802] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7802/stat : 7802 (java) S 7786 7789 4966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 4094123 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745002107784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7803] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7803/stat : 7803 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094125 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745001056528 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7804] ppid=7786 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/7789/task/7804/stat : 7804 (java) S 7786 7789 4966 0 -1 4202560 3396 0 0 0 30 0 0 0 20 0 19 0 4094125 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745000004408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7805] ppid=7786 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/7789/task/7805/stat : 7805 (java) S 7786 7789 4966 0 -1 4202560 16592 0 0 0 123 3 0 0 20 0 19 0 4094125 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139744998951864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7806] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7806/stat : 7806 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094125 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139744997899000 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7807] ppid=7786 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7789/task/7807/stat : 7807 (java) S 7786 7789 4966 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 4094125 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139744996846664 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7808] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7808/stat : 7808 (java) S 7786 7789 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4094133 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139744995791912 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 66.41
Current children cumulated vsize (KiB) 9625040

[startup+65.0078 s]
/proc/loadavg: 2.09 2.03 2.00 3/213 7809
/proc/meminfo: memFree=30929248/32872528 swapFree=162364/176672
[pid=7789] ppid=7786 vsize=9625040 CPUtime=66.61 cores=1,3,5,7
/proc/7789/stat : 7789 (java) S 7786 7789 4966 0 -1 4202496 23786 0 1 0 6652 9 0 0 20 0 19 0 4094120 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 140735506834944 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7789/statm: 2406260 47737 2263 9 0 2396937 0
[pid=7789/tid=7790] ppid=7786 vsize=9625040 CPUtime=64.96 cores=1,3,5,7
/proc/7789/task/7790/stat : 7790 (java) R 7786 7789 4966 0 -1 4202560 2475 0 1 0 6492 4 0 0 20 0 19 0 4094121 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745650600384 139745502367687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7789/tid=7792] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7792/stat : 7792 (java) S 7786 7789 4966 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745623054760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7793] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7793/stat : 7793 (java) S 7786 7789 4966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745622002216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7794] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7794/stat : 7794 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745620949160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7789/tid=7795] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7795/stat : 7795 (java) S 7786 7789 4966 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745490938152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7789/tid=7796] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7796/stat : 7796 (java) S 7786 7789 4966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745489886120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7789/tid=7797] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7797/stat : 7797 (java) S 7786 7789 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745488833576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7798] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7798/stat : 7798 (java) S 7786 7789 4966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745487780520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7799] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7799/stat : 7799 (java) S 7786 7789 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4094122 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745486727976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7789/tid=7800] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7800/stat : 7800 (java) S 7786 7789 4966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 4094123 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745004214632 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7801] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7801/stat : 7801 (java) S 7786 7789 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4094123 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745003160952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7802] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7802/stat : 7802 (java) S 7786 7789 4966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 4094123 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745002107784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7803] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7803/stat : 7803 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094125 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745001056528 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7804] ppid=7786 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/7789/task/7804/stat : 7804 (java) S 7786 7789 4966 0 -1 4202560 3396 0 0 0 30 0 0 0 20 0 19 0 4094125 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139745000004408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7805] ppid=7786 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/7789/task/7805/stat : 7805 (java) S 7786 7789 4966 0 -1 4202560 16592 0 0 0 123 3 0 0 20 0 19 0 4094125 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139744998951864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7806] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7806/stat : 7806 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094125 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139744997899000 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7807] ppid=7786 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7789/task/7807/stat : 7807 (java) S 7786 7789 4966 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 4094125 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139744996846664 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7808] ppid=7786 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7808/stat : 7808 (java) S 7786 7789 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4094133 9856040960 47737 33554432000 1073741824 1073778376 140735506843808 139744995791912 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 66.61
Current children cumulated vsize (KiB) 9625040

[startup+65.1008 s]
/proc/loadavg: 2.09 2.03 2.00 3/213 7809
/proc/meminfo: memFree=30929248/32872528 swapFree=162364/176672
[pid=7789] ppid=7786 vsize=9691604 CPUtime=66.73 cores=1,3,5,7
/proc/7789/stat : 7789 (java) S 7786 7789 4966 0 -1 4202496 23809 0 1 0 6663 10 0 0 20 0 19 0 4094120 9924202496 47435 33554432000 1073741824 1073778376 140735506843808 140735506834944 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7789/statm: 2422901 47435 2272 9 0 2413578 0
[pid=7789/tid=7790] ppid=7786 vsize=9691604 CPUtime=65.04 cores=1,3,5,7
/proc/7789/task/7790/stat : 7790 (java) S 7786 7789 4966 0 -1 4202560 2479 0 1 0 6500 4 0 0 20 0 19 0 4094121 9924202496 47435 33554432000 1073741824 1073778376 140735506843808 139745650602712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7789/tid=7792] ppid=7786 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7792/stat : 7792 (java) S 7786 7789 4966 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 4094122 9924202496 47435 33554432000 1073741824 1073778376 140735506843808 139745623054760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7793] ppid=7786 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7793/stat : 7793 (java) S 7786 7789 4966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 4094122 9924202496 47435 33554432000 1073741824 1073778376 140735506843808 139745622002216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7794] ppid=7786 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7794/stat : 7794 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094122 9924202496 47435 33554432000 1073741824 1073778376 140735506843808 139745620949160 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7789/tid=7795] ppid=7786 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7795/stat : 7795 (java) S 7786 7789 4966 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 4094122 9924202496 47435 33554432000 1073741824 1073778376 140735506843808 139745490938152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7789/tid=7796] ppid=7786 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7796/stat : 7796 (java) S 7786 7789 4966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 4094122 9924202496 47435 33554432000 1073741824 1073778376 140735506843808 139745489886120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7789/tid=7797] ppid=7786 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7797/stat : 7797 (java) S 7786 7789 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4094122 9924202496 47435 33554432000 1073741824 1073778376 140735506843808 139745488833576 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7798] ppid=7786 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7798/stat : 7798 (java) S 7786 7789 4966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 4094122 9924202496 47435 33554432000 1073741824 1073778376 140735506843808 139745487780520 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7799] ppid=7786 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7799/stat : 7799 (java) S 7786 7789 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4094122 9924202496 47435 33554432000 1073741824 1073778376 140735506843808 139745486727976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7789/tid=7800] ppid=7786 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7800/stat : 7800 (java) S 7786 7789 4966 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 4094123 9924202496 47435 33554432000 1073741824 1073778376 140735506843808 139745004214632 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7801] ppid=7786 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7801/stat : 7801 (java) S 7786 7789 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4094123 9924202496 47435 33554432000 1073741824 1073778376 140735506843808 139745003160952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7802] ppid=7786 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7802/stat : 7802 (java) S 7786 7789 4966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 4094123 9924202496 47435 33554432000 1073741824 1073778376 140735506843808 139745002107784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7803] ppid=7786 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7803/stat : 7803 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094125 9924202496 47435 33554432000 1073741824 1073778376 140735506843808 139745001056528 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7804] ppid=7786 vsize=9691604 CPUtime=0.31 cores=1,3,5,7
/proc/7789/task/7804/stat : 7804 (java) R 7786 7789 4966 0 -1 4202560 3405 0 0 0 31 0 0 0 20 0 19 0 4094125 9924202496 47435 33554432000 1073741824 1073778376 140735506843808 139745000004408 139745656297495 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7789/tid=7805] ppid=7786 vsize=9691604 CPUtime=1.27 cores=1,3,5,7
/proc/7789/task/7805/stat : 7805 (java) S 7786 7789 4966 0 -1 4202560 16593 0 0 0 124 3 0 0 20 0 19 0 4094125 9924202496 47435 33554432000 1073741824 1073778376 140735506843808 139744998951864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7806] ppid=7786 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/7789/task/7806/stat : 7806 (java) S 7786 7789 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4094125 9924202496 47435 33554432000 1073741824 1073778376 140735506843808 139744997899000 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7789/tid=7807] ppid=7786 vsize=9691604 CPUtime=0.01 cores=1,3,5,7
/proc/7789/task/7807/stat : 7807 (java) S 7786 7789 4966 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 4094125 9924202496 47435 33554432000 1073741824 1073778376 140735506843808 139744996846664 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 66.73
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 65.1175
CPU time (s): 66.7549
CPU user time (s): 66.6129
CPU system time (s): 0.141978
CPU usage (%): 102.514
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.6129
system time used= 0.141978
maximum resident set size= 192636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23810
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1649
involuntary context switches= 289

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.355945 second user time and 0.514921 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-15 21:54:02
IDJOB=4089215
IDBENCH=107374
IDSOLVER=2546
FILE ID=node105/4089215-1466020442
RUNJOBID= node105-1466009078-4983
PBS_JOBID= 19902809
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/vertexcover-instances/normalized-vertexcover-grid8x9.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089215-1466020442/watcher-4089215-1466020442 -o /tmp/evaluation-result-4089215-1466020442/solver-4089215-1466020442 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4983 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089215-1466020442.opb

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

MD5SUM BENCH= 16ba58859e4bf10244313ffbff371257
RANDOM SEED=1569990483

node105.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.561
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.12
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.561
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.561
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.561
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.561
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.561
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31108512 kB
Buffers:           77088 kB
Cached:           339972 kB
SwapCached:            0 kB
Active:           548324 kB
Inactive:         334844 kB
Active(anon):     466944 kB
Inactive(anon):     1976 kB
Active(file):      81380 kB
Inactive(file):   332868 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               940 kB
Writeback:             0 kB
AnonPages:        643128 kB
Mapped:            21936 kB
Shmem:               204 kB
Slab:             572804 kB
SReclaimable:      16204 kB
SUnreclaim:       556600 kB
KernelStack:        1584 kB
PageTables:         5252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     785076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    454656 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= 71748 MiB
End job on node105 at 2016-06-15 21:55:07