Trace number 4097055

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 226.849 225.249

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-8_7_19.opb
MD5SUM78787402ce331c7b72f08d9e4f646743
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 benchmark14.5728
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables756
Total number of constraints3542
Number of constraints which are clauses3537
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint27
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 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
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.09/0.10	c Pseudo Boolean Optimization by upper bound
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.10	c No reason simplification
0.09/0.10	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c solving HOME/instance-4097055-1466116473.opb
0.09/0.10	c reading problem ... 
0.09/0.11	c  no objective function found
0.53/0.30	c ... done. Wall clock time 0.193s.
0.53/0.31	c declared #vars     756
0.53/0.31	c #constraints  3546
0.53/0.31	c constraints type 
0.53/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2106
0.53/0.31	c org.sat4j.specs.Constr$1 => 4
0.53/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.53/0.31	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.53/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1430
0.53/0.31	c 3546 constraints processed.
1.38/0.88	c cleaning 2494 clauses out of 5001 with flag 21633/5001
2.13/1.47	c cleaning 4248 clauses out of 8506 with flag 52665/11000
2.83/2.18	c cleaning 5626 clauses out of 11258 with flag 89965/18000
3.84/3.13	c cleaning 6811 clauses out of 13632 with flag 135095/26000
4.96/4.25	c cleaning 7898 clauses out of 15821 with flag 194494/35000
6.26/5.57	c cleaning 8956 clauses out of 17923 with flag 263172/45000
7.75/7.08	c cleaning 9977 clauses out of 19967 with flag 337818/56000
9.56/8.85	c cleaning 10988 clauses out of 21991 with flag 419501/68001
11.45/10.79	c cleaning 11994 clauses out of 24002 with flag 505259/81000
13.75/13.00	c cleaning 12996 clauses out of 26008 with flag 593647/95000
15.96/15.26	c cleaning 14001 clauses out of 28013 with flag 670373/110001
18.56/17.82	c cleaning 15001 clauses out of 30012 with flag 757739/126001
21.77/21.01	c cleaning 15995 clauses out of 32010 with flag 868809/143000
25.16/24.44	c cleaning 16998 clauses out of 34017 with flag 991540/161002
28.36/27.62	c cleaning 18003 clauses out of 36020 with flag 1091645/180003
32.05/31.32	c cleaning 19001 clauses out of 38017 with flag 1210060/200003
36.15/35.41	c cleaning 20004 clauses out of 40014 with flag 1334318/221001
40.66/39.92	c cleaning 20996 clauses out of 42009 with flag 1455936/243000
45.46/44.78	c cleaning 21998 clauses out of 44014 with flag 1581273/266001
51.05/50.31	c cleaning 23002 clauses out of 46015 with flag 1733446/290000
56.55/55.88	c cleaning 23996 clauses out of 48014 with flag 1871723/315001
63.06/62.34	c cleaning 25001 clauses out of 50018 with flag 2033272/341001
69.95/69.23	c cleaning 25997 clauses out of 52016 with flag 2203167/368000
77.15/76.41	c cleaning 27001 clauses out of 54020 with flag 2386308/396001
85.25/84.53	c cleaning 28008 clauses out of 56019 with flag 2570614/425001
93.46/92.72	c cleaning 29003 clauses out of 58012 with flag 2765965/455002
101.56/100.88	c cleaning 29999 clauses out of 60008 with flag 2970449/486001
110.36/109.61	c cleaning 30996 clauses out of 62008 with flag 3194074/518000
119.46/118.74	c cleaning 31996 clauses out of 64012 with flag 3435461/551000
129.76/129.06	c cleaning 33005 clauses out of 66017 with flag 3691353/585002
140.57/139.89	c cleaning 33997 clauses out of 68011 with flag 3947298/620001
152.16/151.42	c cleaning 35001 clauses out of 70014 with flag 4211926/656001
163.58/162.88	c cleaning 35999 clauses out of 72011 with flag 4484258/693000
176.06/175.39	c cleaning 37004 clauses out of 74013 with flag 4760223/731001
189.16/188.43	c cleaning 38003 clauses out of 76010 with flag 5037846/770002
202.77/201.82	c cleaning 39000 clauses out of 78006 with flag 5316136/810001
217.90/216.54	c cleaning 39995 clauses out of 80004 with flag 5612344/851000
226.68/225.22	c starts		: 361
226.68/225.22	c conflicts		: 879460
226.68/225.22	c decisions		: 1056118
226.68/225.22	c propagations		: 72181921
226.68/225.22	c inspects		: 4330119822
226.68/225.22	c shortcuts		: 0
226.68/225.22	c learnt literals	: 17
226.68/225.22	c learnt binary clauses	: 8
226.68/225.22	c learnt ternary clauses	: 54
226.68/225.22	c learnt constraints	: 879442
226.68/225.22	c ignored constraints	: 0
226.68/225.22	c root simplifications	: 0
226.68/225.22	c removed literals (reason simplification)	: 0
226.68/225.22	c reason swapping (by a shorter reason)	: 0
226.68/225.22	c Calls to reduceDB	: 37
226.68/225.22	c Number of update (reduction) of LBD	: 281082
226.68/225.22	c Imported unit clauses	: 0
226.68/225.22	c number of reductions to clauses (during analyze)	: 0
226.68/225.22	c number of learned constraints concerned by reduction	: 0
226.68/225.22	c number of learning phase by resolution	: 0
226.68/225.22	c number of learning phase by cutting planes	: 0
226.68/225.22	c speed (assignments/second)	: 320929.7779161016
226.68/225.22	c non guided choices	131
226.68/225.24	c learnt constraints type 
226.68/225.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
226.68/225.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 68446
226.68/225.24	s UNSATISFIABLE
226.68/225.24	c Total wall clock time (in seconds): 225.137

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

pid=26999
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.30 2.23 2.19 3/194 27002
/proc/meminfo: memFree=30096140/32872528 swapFree=1402008/1579836
[pid=27002] ppid=26999 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/27002/stat : 27002 (java) R 26999 27002 21576 0 -1 4202496 1223 0 0 0 0 0 0 0 20 0 1 0 13693058 24780800 867 33554432000 1073741824 1073778376 140736587672864 140736587661928 248790259889 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27002/statm: 6050 867 654 9 0 385 0
[pid=27002/tid=27003] ppid=26999 vsize=89740 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27003/stat : 27003 (java) R 26999 27002 21576 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 2 0 13693058 91893760 886 33554432000 1073741824 1073778376 140736587672864 140736587661928 248790205824 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.30 2.23 2.19 3/194 27002
/proc/meminfo: memFree=30096140/32872528 swapFree=1402008/1579836
[pid=27002] ppid=26999 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/27002/stat : 27002 (java) S 26999 27002 21576 0 -1 4202496 4473 0 1 0 9 0 0 0 20 0 18 0 13693058 9787879424 5594 33554432000 1073741824 1073778376 140736587672864 140736587664000 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27002/statm: 2389619 5594 2140 9 0 2380296 0
[pid=27002/tid=27003] ppid=26999 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/27002/task/27003/stat : 27003 (java) R 26999 27002 21576 0 -1 4202560 2436 0 1 0 7 0 0 0 20 0 18 0 13693058 9787879424 5596 33554432000 1073741824 1073778376 140736587672864 139809441655712 248793589005 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200342 s]
/proc/loadavg: 2.30 2.23 2.19 3/194 27002
/proc/meminfo: memFree=30096140/32872528 swapFree=1402008/1579836
[pid=27002] ppid=26999 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/27002/stat : 27002 (java) S 26999 27002 21576 0 -1 4202496 5091 0 1 0 28 0 0 0 20 0 18 0 13693058 9787879424 6538 33554432000 1073741824 1073778376 140736587672864 140736587664000 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27002/statm: 2389619 6538 2216 9 0 2380296 0
[pid=27002/tid=27003] ppid=26999 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/27002/task/27003/stat : 27003 (java) R 26999 27002 21576 0 -1 4202560 2454 0 1 0 17 0 0 0 20 0 18 0 13693058 9787879424 6538 33554432000 1073741824 1073778376 140736587672864 139809441634192 139809313589411 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300343 s]
/proc/loadavg: 2.30 2.23 2.19 3/194 27002
/proc/meminfo: memFree=30096140/32872528 swapFree=1402008/1579836
[pid=27002] ppid=26999 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/27002/stat : 27002 (java) S 26999 27002 21576 0 -1 4202496 6642 0 1 0 52 1 0 0 20 0 18 0 13693058 9787879424 8863 33554432000 1073741824 1073778376 140736587672864 140736587664000 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27002/statm: 2389619 8874 2240 9 0 2380296 0
[pid=27002/tid=27003] ppid=26999 vsize=9558808 CPUtime=0.27 cores=1,3,5,7
/proc/27002/task/27003/stat : 27003 (java) R 26999 27002 21576 0 -1 4202560 2472 0 1 0 27 0 0 0 20 0 18 0 13693058 9788219392 8891 33554432000 1073741824 1073778376 140736587672864 139809441656536 139809363944533 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700267 s]
/proc/loadavg: 2.30 2.23 2.19 3/194 27002
/proc/meminfo: memFree=30096140/32872528 swapFree=1402008/1579836
[pid=27002] ppid=26999 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/27002/stat : 27002 (java) S 26999 27002 21576 0 -1 4202496 9413 0 1 0 126 2 0 0 20 0 19 0 13693058 9856040960 11180 33554432000 1073741824 1073778376 140736587672864 140736587664000 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27002/statm: 2406260 11180 2258 9 0 2396937 0
[pid=27002/tid=27003] ppid=26999 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/27002/task/27003/stat : 27003 (java) R 26999 27002 21576 0 -1 4202560 2482 0 1 0 67 0 0 0 20 0 19 0 13693058 9856040960 11180 33554432000 1073741824 1073778376 140736587672864 139809441657472 139809314150195 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.30 2.23 2.19 3/213 27021
/proc/meminfo: memFree=30059816/32872528 swapFree=1402008/1579836
[pid=27002] ppid=26999 vsize=9625040 CPUtime=2.23 cores=1,3,5,7
/proc/27002/stat : 27002 (java) S 26999 27002 21576 0 -1 4202496 10607 0 1 0 221 2 0 0 20 0 19 0 13693058 9856040960 11769 33554432000 1073741824 1073778376 140736587672864 140736587664000 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27002/statm: 2406260 11769 2267 9 0 2396937 0
[pid=27002/tid=27003] ppid=26999 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/27002/task/27003/stat : 27003 (java) R 26999 27002 21576 0 -1 4202560 2484 0 1 0 147 0 0 0 20 0 19 0 13693058 9856040960 11769 33554432000 1073741824 1073778376 140736587672864 139809441657024 139809314174812 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27005] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27005/stat : 27005 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 11769 33554432000 1073741824 1073778376 140736587672864 139809285204776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27006] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27006/stat : 27006 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 11769 33554432000 1073741824 1073778376 140736587672864 139809284151976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27002/tid=27007] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27007/stat : 27007 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 11769 33554432000 1073741824 1073778376 140736587672864 139809283099688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27002/tid=27008] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27008/stat : 27008 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 11769 33554432000 1073741824 1073778376 140736587672864 139809282046888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27009] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27009/stat : 27009 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 11769 33554432000 1073741824 1073778376 140736587672864 139809280993576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27010] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27010/stat : 27010 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 11769 33554432000 1073741824 1073778376 140736587672864 139809279940776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27011] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27011/stat : 27011 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 11769 33554432000 1073741824 1073778376 140736587672864 139809278888488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27012] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27012/stat : 27012 (java) S 26999 27002 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 11769 33554432000 1073741824 1073778376 140736587672864 139809277835688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27013] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27013/stat : 27013 (java) S 26999 27002 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13693060 9856040960 11769 33554432000 1073741824 1073778376 140736587672864 139809265638120 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27014] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27014/stat : 27014 (java) S 26999 27002 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13693060 9856040960 11769 33554432000 1073741824 1073778376 140736587672864 139809264584184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27015] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27015/stat : 27015 (java) S 26999 27002 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13693060 9856040960 11769 33554432000 1073741824 1073778376 140736587672864 139809263531784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27016] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27016/stat : 27016 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693063 9856040960 11769 33554432000 1073741824 1073778376 140736587672864 139809262480272 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27017] ppid=26999 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/27002/task/27017/stat : 27017 (java) S 26999 27002 21576 0 -1 4202560 3293 0 0 0 37 0 0 0 20 0 19 0 13693063 9856040960 11769 33554432000 1073741824 1073778376 140736587672864 139809261426872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27018] ppid=26999 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/27002/task/27018/stat : 27018 (java) S 26999 27002 21576 0 -1 4202560 3559 0 0 0 36 0 0 0 20 0 19 0 13693063 9856040960 11769 33554432000 1073741824 1073778376 140736587672864 139809260374072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27002/tid=27019] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27019/stat : 27019 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693063 9856040960 11769 33554432000 1073741824 1073778376 140736587672864 139809259321976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27002/tid=27020] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27020/stat : 27020 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693063 9856040960 11769 33554432000 1073741824 1073778376 140736587672864 139809258269384 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27021] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27021/stat : 27021 (java) S 26999 27002 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13693088 9856040960 11769 33554432000 1073741824 1073778376 140736587672864 139809257215400 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.36 2.24 2.19 3/213 27021
/proc/meminfo: memFree=30055100/32872528 swapFree=1402008/1579836
[pid=27002] ppid=26999 vsize=9625040 CPUtime=3.84 cores=1,3,5,7
/proc/27002/stat : 27002 (java) S 26999 27002 21576 0 -1 4202496 10610 0 1 0 382 2 0 0 20 0 19 0 13693058 9856040960 12793 33554432000 1073741824 1073778376 140736587672864 140736587664000 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27002/statm: 2406260 12793 2267 9 0 2396937 0
[pid=27002/tid=27003] ppid=26999 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/27002/task/27003/stat : 27003 (java) R 26999 27002 21576 0 -1 4202560 2487 0 1 0 307 0 0 0 20 0 19 0 13693058 9856040960 12793 33554432000 1073741824 1073778376 140736587672864 139809441648336 139809314150557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27005] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27005/stat : 27005 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 12793 33554432000 1073741824 1073778376 140736587672864 139809285204776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27006] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27006/stat : 27006 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 12793 33554432000 1073741824 1073778376 140736587672864 139809284151976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27002/tid=27007] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27007/stat : 27007 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 12793 33554432000 1073741824 1073778376 140736587672864 139809283099688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27002/tid=27008] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27008/stat : 27008 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 12793 33554432000 1073741824 1073778376 140736587672864 139809282046888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27009] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27009/stat : 27009 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 12793 33554432000 1073741824 1073778376 140736587672864 139809280993576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27010] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27010/stat : 27010 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 12793 33554432000 1073741824 1073778376 140736587672864 139809279940776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27011] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27011/stat : 27011 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 12793 33554432000 1073741824 1073778376 140736587672864 139809278888488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27012] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27012/stat : 27012 (java) S 26999 27002 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 12793 33554432000 1073741824 1073778376 140736587672864 139809277835688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27013] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27013/stat : 27013 (java) S 26999 27002 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13693060 9856040960 12793 33554432000 1073741824 1073778376 140736587672864 139809265638120 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27014] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27014/stat : 27014 (java) S 26999 27002 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13693060 9856040960 12793 33554432000 1073741824 1073778376 140736587672864 139809264584184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27015] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27015/stat : 27015 (java) S 26999 27002 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13693060 9856040960 12793 33554432000 1073741824 1073778376 140736587672864 139809263531784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27016] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27016/stat : 27016 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693063 9856040960 12793 33554432000 1073741824 1073778376 140736587672864 139809262480272 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27017] ppid=26999 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/27002/task/27017/stat : 27017 (java) S 26999 27002 21576 0 -1 4202560 3293 0 0 0 37 0 0 0 20 0 19 0 13693063 9856040960 12793 33554432000 1073741824 1073778376 140736587672864 139809261426872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27018] ppid=26999 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/27002/task/27018/stat : 27018 (java) S 26999 27002 21576 0 -1 4202560 3559 0 0 0 36 0 0 0 20 0 19 0 13693063 9856040960 12793 33554432000 1073741824 1073778376 140736587672864 139809260374072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27002/tid=27019] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27019/stat : 27019 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693063 9856040960 12793 33554432000 1073741824 1073778376 140736587672864 139809259321976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27002/tid=27020] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27020/stat : 27020 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693063 9856040960 12793 33554432000 1073741824 1073778376 140736587672864 139809258269384 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27021] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27021/stat : 27021 (java) S 26999 27002 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13693088 9856040960 12793 33554432000 1073741824 1073778376 140736587672864 139809257215400 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.36 2.24 2.19 3/213 27021
/proc/meminfo: memFree=30051800/32872528 swapFree=1402008/1579836
[pid=27002] ppid=26999 vsize=9625040 CPUtime=7.05 cores=1,3,5,7
/proc/27002/stat : 27002 (java) S 26999 27002 21576 0 -1 4202496 10618 0 1 0 703 2 0 0 20 0 19 0 13693058 9856040960 13444 33554432000 1073741824 1073778376 140736587672864 140736587664000 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27002/statm: 2406260 13444 2268 9 0 2396937 0
[pid=27002/tid=27003] ppid=26999 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/27002/task/27003/stat : 27003 (java) R 26999 27002 21576 0 -1 4202560 2491 0 1 0 626 1 0 0 20 0 19 0 13693058 9856040960 13444 33554432000 1073741824 1073778376 140736587672864 139809441648320 139809314141717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27005] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27005/stat : 27005 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 13444 33554432000 1073741824 1073778376 140736587672864 139809285204776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27006] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27006/stat : 27006 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 13444 33554432000 1073741824 1073778376 140736587672864 139809284151976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27002/tid=27007] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27007/stat : 27007 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 13444 33554432000 1073741824 1073778376 140736587672864 139809283099688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27002/tid=27008] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27008/stat : 27008 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 13444 33554432000 1073741824 1073778376 140736587672864 139809282046888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27009] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27009/stat : 27009 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 13444 33554432000 1073741824 1073778376 140736587672864 139809280993576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27010] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27010/stat : 27010 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 13444 33554432000 1073741824 1073778376 140736587672864 139809279940776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27011] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27011/stat : 27011 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 13444 33554432000 1073741824 1073778376 140736587672864 139809278888488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27012] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27012/stat : 27012 (java) S 26999 27002 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 13444 33554432000 1073741824 1073778376 140736587672864 139809277835688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27013] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27013/stat : 27013 (java) S 26999 27002 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13693060 9856040960 13444 33554432000 1073741824 1073778376 140736587672864 139809265638120 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27014] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27014/stat : 27014 (java) S 26999 27002 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13693060 9856040960 13444 33554432000 1073741824 1073778376 140736587672864 139809264584184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27015] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27015/stat : 27015 (java) S 26999 27002 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13693060 9856040960 13444 33554432000 1073741824 1073778376 140736587672864 139809263531784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27016] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27016/stat : 27016 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693063 9856040960 13444 33554432000 1073741824 1073778376 140736587672864 139809262480272 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27017] ppid=26999 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/27002/task/27017/stat : 27017 (java) S 26999 27002 21576 0 -1 4202560 3293 0 0 0 37 0 0 0 20 0 19 0 13693063 9856040960 13444 33554432000 1073741824 1073778376 140736587672864 139809261426872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27018] ppid=26999 vsize=9625040 CPUtime=0.37 cores=1,3,5,7

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

[pid=27002/tid=27007] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27007/stat : 27007 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809283099688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27002/tid=27008] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27008/stat : 27008 (java) S 26999 27002 21576 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809282046888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27009] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27009/stat : 27009 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809280993576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27010] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27010/stat : 27010 (java) S 26999 27002 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809279940776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27002/tid=27011] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27011/stat : 27011 (java) S 26999 27002 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809278888488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27002/tid=27012] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27012/stat : 27012 (java) S 26999 27002 21576 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809277835688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27013] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27013/stat : 27013 (java) S 26999 27002 21576 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 13693060 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809265638120 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27014] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27014/stat : 27014 (java) S 26999 27002 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13693060 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809264584184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27015] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27015/stat : 27015 (java) S 26999 27002 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13693060 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809263531784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27016] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27016/stat : 27016 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693063 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809262480272 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27017] ppid=26999 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/27002/task/27017/stat : 27017 (java) S 26999 27002 21576 0 -1 4202560 12128 0 0 0 92 3 0 0 20 0 19 0 13693063 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809261426872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27018] ppid=26999 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/27002/task/27018/stat : 27018 (java) S 26999 27002 21576 0 -1 4202560 4729 0 0 0 49 0 0 0 20 0 19 0 13693063 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809260374072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27002/tid=27019] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27019/stat : 27019 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693063 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809259321976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27002/tid=27020] ppid=26999 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/27002/task/27020/stat : 27020 (java) S 26999 27002 21576 0 -1 4202560 14 0 0 0 2 4 0 0 20 0 19 0 13693063 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809258269384 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27021] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27021/stat : 27021 (java) S 26999 27002 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13693088 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809257215400 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 223.87
Current children cumulated vsize (KiB) 9625040

[startup+224.001 s]
/proc/loadavg: 2.38 2.27 2.20 3/213 27025
/proc/meminfo: memFree=29908036/32872528 swapFree=1402008/1579836
[pid=27002] ppid=26999 vsize=9625040 CPUtime=225.48 cores=1,3,5,7
/proc/27002/stat : 27002 (java) S 26999 27002 21576 0 -1 4202496 20758 0 1 0 22535 13 0 0 20 0 19 0 13693058 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 140736587664000 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27002/statm: 2406260 48285 2282 9 0 2396937 0
[pid=27002/tid=27003] ppid=26999 vsize=9625040 CPUtime=223.89 cores=1,3,5,7
/proc/27002/task/27003/stat : 27003 (java) R 26999 27002 21576 0 -1 4202560 2556 0 1 0 22382 7 0 0 20 0 19 0 13693058 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809441657272 139809314174807 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27005] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27005/stat : 27005 (java) S 26999 27002 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809285204776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27006] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27006/stat : 27006 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809284151976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27002/tid=27007] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27007/stat : 27007 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809283099688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27002/tid=27008] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27008/stat : 27008 (java) S 26999 27002 21576 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809282046888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27009] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27009/stat : 27009 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809280993576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27010] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27010/stat : 27010 (java) S 26999 27002 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809279940776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27002/tid=27011] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27011/stat : 27011 (java) S 26999 27002 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809278888488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27002/tid=27012] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27012/stat : 27012 (java) S 26999 27002 21576 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809277835688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27013] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27013/stat : 27013 (java) S 26999 27002 21576 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 13693060 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809265638120 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27014] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27014/stat : 27014 (java) S 26999 27002 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13693060 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809264584184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27015] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27015/stat : 27015 (java) S 26999 27002 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13693060 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809263531784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27016] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27016/stat : 27016 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693063 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809262480272 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27017] ppid=26999 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/27002/task/27017/stat : 27017 (java) S 26999 27002 21576 0 -1 4202560 12128 0 0 0 92 3 0 0 20 0 19 0 13693063 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809261426872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27018] ppid=26999 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/27002/task/27018/stat : 27018 (java) S 26999 27002 21576 0 -1 4202560 4729 0 0 0 50 0 0 0 20 0 19 0 13693063 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809260374072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27002/tid=27019] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27019/stat : 27019 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693063 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809259321976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27002/tid=27020] ppid=26999 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/27002/task/27020/stat : 27020 (java) S 26999 27002 21576 0 -1 4202560 14 0 0 0 2 4 0 0 20 0 19 0 13693063 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809258269384 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27021] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27021/stat : 27021 (java) S 26999 27002 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13693088 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809257215400 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 225.48
Current children cumulated vsize (KiB) 9625040

[startup+224.801 s]
/proc/loadavg: 2.38 2.27 2.20 3/213 27025
/proc/meminfo: memFree=29908036/32872528 swapFree=1402008/1579836
[pid=27002] ppid=26999 vsize=9625040 CPUtime=226.28 cores=1,3,5,7
/proc/27002/stat : 27002 (java) S 26999 27002 21576 0 -1 4202496 20758 0 1 0 22615 13 0 0 20 0 19 0 13693058 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 140736587664000 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27002/statm: 2406260 48285 2282 9 0 2396937 0
[pid=27002/tid=27003] ppid=26999 vsize=9625040 CPUtime=224.69 cores=1,3,5,7
/proc/27002/task/27003/stat : 27003 (java) R 26999 27002 21576 0 -1 4202560 2556 0 1 0 22462 7 0 0 20 0 19 0 13693058 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809441657152 139809314174807 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27005] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27005/stat : 27005 (java) S 26999 27002 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809285204776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27006] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27006/stat : 27006 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809284151976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27002/tid=27007] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27007/stat : 27007 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809283099688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27002/tid=27008] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27008/stat : 27008 (java) S 26999 27002 21576 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809282046888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27009] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27009/stat : 27009 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809280993576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27010] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27010/stat : 27010 (java) S 26999 27002 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809279940776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27002/tid=27011] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27011/stat : 27011 (java) S 26999 27002 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809278888488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27002/tid=27012] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27012/stat : 27012 (java) S 26999 27002 21576 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809277835688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27013] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27013/stat : 27013 (java) S 26999 27002 21576 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 13693060 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809265638120 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27014] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27014/stat : 27014 (java) S 26999 27002 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13693060 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809264584184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27015] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27015/stat : 27015 (java) S 26999 27002 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13693060 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809263531784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27016] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27016/stat : 27016 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693063 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809262480272 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27017] ppid=26999 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/27002/task/27017/stat : 27017 (java) S 26999 27002 21576 0 -1 4202560 12128 0 0 0 92 3 0 0 20 0 19 0 13693063 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809261426872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27018] ppid=26999 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/27002/task/27018/stat : 27018 (java) S 26999 27002 21576 0 -1 4202560 4729 0 0 0 50 0 0 0 20 0 19 0 13693063 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809260374072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27002/tid=27019] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27019/stat : 27019 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693063 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809259321976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27002/tid=27020] ppid=26999 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/27002/task/27020/stat : 27020 (java) S 26999 27002 21576 0 -1 4202560 14 0 0 0 2 4 0 0 20 0 19 0 13693063 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809258269384 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27021] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27021/stat : 27021 (java) S 26999 27002 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13693088 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809257215400 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 226.28
Current children cumulated vsize (KiB) 9625040

[startup+225.201 s]
/proc/loadavg: 2.38 2.27 2.20 3/213 27025
/proc/meminfo: memFree=29908036/32872528 swapFree=1402008/1579836
[pid=27002] ppid=26999 vsize=9625040 CPUtime=226.68 cores=1,3,5,7
/proc/27002/stat : 27002 (java) S 26999 27002 21576 0 -1 4202496 20758 0 1 0 22655 13 0 0 20 0 19 0 13693058 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 140736587664000 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27002/statm: 2406260 48285 2282 9 0 2396937 0
[pid=27002/tid=27003] ppid=26999 vsize=9625040 CPUtime=225.09 cores=1,3,5,7
/proc/27002/task/27003/stat : 27003 (java) R 26999 27002 21576 0 -1 4202560 2556 0 1 0 22502 7 0 0 20 0 19 0 13693058 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809441657152 139809314174807 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27005] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27005/stat : 27005 (java) S 26999 27002 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809285204776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27006] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27006/stat : 27006 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809284151976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27002/tid=27007] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27007/stat : 27007 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809283099688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27002/tid=27008] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27008/stat : 27008 (java) S 26999 27002 21576 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809282046888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27009] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27009/stat : 27009 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809280993576 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27010] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27010/stat : 27010 (java) S 26999 27002 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809279940776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27002/tid=27011] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27011/stat : 27011 (java) S 26999 27002 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809278888488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27002/tid=27012] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27012/stat : 27012 (java) S 26999 27002 21576 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13693059 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809277835688 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27013] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27013/stat : 27013 (java) S 26999 27002 21576 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 13693060 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809265638120 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27014] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27014/stat : 27014 (java) S 26999 27002 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13693060 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809264584184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27015] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27015/stat : 27015 (java) S 26999 27002 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13693060 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809263531784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27016] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27016/stat : 27016 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693063 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809262480272 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27017] ppid=26999 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/27002/task/27017/stat : 27017 (java) S 26999 27002 21576 0 -1 4202560 12128 0 0 0 92 3 0 0 20 0 19 0 13693063 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809261426872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27002/tid=27018] ppid=26999 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/27002/task/27018/stat : 27018 (java) S 26999 27002 21576 0 -1 4202560 4729 0 0 0 50 0 0 0 20 0 19 0 13693063 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809260374072 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27002/tid=27019] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27019/stat : 27019 (java) S 26999 27002 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13693063 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809259321976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27002/tid=27020] ppid=26999 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/27002/task/27020/stat : 27020 (java) S 26999 27002 21576 0 -1 4202560 14 0 0 0 2 4 0 0 20 0 19 0 13693063 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809258269384 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27002/tid=27021] ppid=26999 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27002/task/27021/stat : 27021 (java) S 26999 27002 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13693088 9856040960 48285 33554432000 1073741824 1073778376 140736587672864 139809257215400 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 226.68
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 225.249
CPU time (s): 226.849
CPU user time (s): 226.607
CPU system time (s): 0.241963
CPU usage (%): 100.71
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 226.607
system time used= 0.241963
maximum resident set size= 195744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20779
page faults= 1
swaps= 0
block input operations= 0
block output operations= 248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5059
involuntary context switches= 2939

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.62675 second user time and 2.05169 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-17 00:34:33
IDJOB=4097055
IDBENCH=107702
IDSOLVER=2546
FILE ID=node139/4097055-1466116473
RUNJOBID= node139-1466113165-23926
PBS_JOBID= 19904053
Free space on /tmp= 71596 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-8_7_19.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097055-1466116473/watcher-4097055-1466116473 -o /tmp/evaluation-result-4097055-1466116473/solver-4097055-1466116473 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466113165-23926 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4097055-1466116473.opb

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

MD5SUM BENCH= 78787402ce331c7b72f08d9e4f646743
RANDOM SEED=1096723733

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:        30096668 kB
Buffers:           73888 kB
Cached:           141520 kB
SwapCached:          960 kB
Active:           370504 kB
Inactive:         121160 kB
Active(anon):     275224 kB
Inactive(anon):     3376 kB
Active(file):      95280 kB
Inactive(file):   117784 kB
Unevictable:     1579836 kB
Mlocked:         1402008 kB
SwapTotal:      67108856 kB
SwapFree:       67100244 kB
Dirty:               460 kB
Writeback:             0 kB
AnonPages:       1855376 kB
Mapped:            15672 kB
Shmem:                 0 kB
Slab:             571568 kB
SReclaimable:      15320 kB
SUnreclaim:       556248 kB
KernelStack:        1568 kB
PageTables:         7896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2318180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    436224 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= 71592 MiB
End job on node139 at 2016-06-17 00:38:19