Trace number 4089670

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 37.6573 35.8715

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid4x17.opb
MD5SUM0f1425370e8b698d4c08b635f2290c93
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.002998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables68
Total number of constraints137
Number of constraints which are clauses136
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 constraint68
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 34
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 102
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@587bd9f2
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@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4089670-1466031310.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.02s.
0.11/0.12	c declared #vars     68
0.11/0.12	c #constraints  137
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 => 136
0.11/0.12	c 137 constraints processed.
0.50/0.38	c cleaning 2501 clauses out of 5002 with flag 10403/5002
0.79/0.55	c cleaning 4244 clauses out of 8499 with flag 23111/11000
1.10/0.73	c cleaning 5627 clauses out of 11255 with flag 38193/18000
1.30/0.97	c cleaning 6811 clauses out of 13628 with flag 55063/26000
1.64/1.23	c cleaning 7908 clauses out of 15818 with flag 74003/35001
1.93/1.59	c cleaning 8953 clauses out of 17910 with flag 95036/45001
2.33/1.97	c cleaning 9978 clauses out of 19956 with flag 118069/56000
2.74/2.39	c cleaning 10986 clauses out of 21978 with flag 143152/68000
3.23/2.86	c cleaning 11995 clauses out of 23993 with flag 170322/81001
3.73/3.39	c cleaning 12999 clauses out of 25999 with flag 199659/95002
4.43/4.05	c cleaning 13995 clauses out of 28000 with flag 231092/110002
5.13/4.74	c cleaning 15000 clauses out of 30003 with flag 264429/126000
5.93/5.57	c cleaning 15999 clauses out of 32004 with flag 300027/143001
6.82/6.46	c cleaning 17002 clauses out of 34004 with flag 337627/161000
7.92/7.51	c cleaning 18000 clauses out of 36002 with flag 377541/180000
9.12/8.78	c cleaning 18998 clauses out of 38004 with flag 419614/200002
10.72/10.32	c cleaning 20001 clauses out of 40005 with flag 463980/221001
12.33/11.96	c cleaning 21001 clauses out of 42006 with flag 510205/243003
14.03/13.65	c cleaning 22000 clauses out of 44002 with flag 558490/266000
15.23/14.86	c cleaning 22998 clauses out of 46003 with flag 608550/290001
16.73/16.38	c cleaning 24003 clauses out of 48005 with flag 660799/315001
18.70/18.01	c cleaning 24999 clauses out of 50001 with flag 715325/341000
20.96/20.00	c cleaning 25997 clauses out of 52001 with flag 771742/368000
22.67/21.74	c cleaning 27000 clauses out of 54004 with flag 830641/396000
24.87/23.94	c cleaning 27997 clauses out of 56006 with flag 891474/425002
27.90/26.79	c cleaning 29000 clauses out of 58007 with flag 954901/455000
30.88/29.45	c cleaning 30000 clauses out of 60006 with flag 1019865/486000
33.80/32.11	c cleaning 30996 clauses out of 62006 with flag 1086610/518000
36.36/34.61	c cleaning 32004 clauses out of 64009 with flag 1155498/551000
37.56/35.83	c starts		: 478
37.56/35.83	c conflicts		: 571523
37.56/35.83	c decisions		: 606382
37.56/35.83	c propagations		: 2829369
37.56/35.83	c inspects		: 680862319
37.56/35.83	c shortcuts		: 0
37.56/35.83	c learnt literals	: 14
37.56/35.83	c learnt binary clauses	: 13
37.56/35.83	c learnt ternary clauses	: 15
37.56/35.83	c learnt constraints	: 571508
37.56/35.83	c ignored constraints	: 0
37.56/35.83	c root simplifications	: 0
37.56/35.83	c removed literals (reason simplification)	: 0
37.56/35.83	c reason swapping (by a shorter reason)	: 0
37.56/35.83	c Calls to reduceDB	: 29
37.56/35.83	c Number of update (reduction) of LBD	: 20503
37.56/35.83	c Imported unit clauses	: 0
37.56/35.83	c number of reductions to clauses (during analyze)	: 0
37.56/35.83	c number of learned constraints concerned by reduction	: 0
37.56/35.83	c number of learning phase by resolution	: 0
37.56/35.83	c number of learning phase by cutting planes	: 0
37.56/35.83	c speed (assignments/second)	: 79238.49665331727
37.56/35.83	c non guided choices	30
37.56/35.85	c learnt constraints type 
37.56/35.85	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
37.56/35.85	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52503
37.56/35.85	s UNSATISFIABLE
37.56/35.85	c Total wall clock time (in seconds): 35.753

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

pid=9376
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.00 2.01 2.00 3/194 9379
/proc/meminfo: memFree=31046328/32872528 swapFree=162364/176672
[pid=9379] ppid=9376 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9379/stat : 9379 (java) S 9376 9379 4966 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 5180918 98570240 977 33554432000 1073741824 1073778376 140733659099216 140733659090352 224925876285 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9379/statm: 24065 977 744 9 0 16771 0
[pid=9379/tid=9380] ppid=9376 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9380/stat : 9380 (java) R 9376 9379 4966 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 5180919 98570240 977 33554432000 1073741824 1073778376 140733659099216 140522853297704 224922518912 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 9379
/proc/meminfo: memFree=31046328/32872528 swapFree=162364/176672
[pid=9379] ppid=9376 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9379/stat : 9379 (java) S 9376 9379 4966 0 -1 4202496 4497 0 1 0 10 1 0 0 20 0 18 0 5180918 9787879424 6124 33554432000 1073741824 1073778376 140733659099216 140733659090352 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9379/statm: 2389619 6124 2157 9 0 2380296 0
[pid=9379/tid=9380] ppid=9376 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9379/task/9380/stat : 9380 (java) R 9376 9379 4966 0 -1 4202560 2382 0 1 0 6 1 0 0 20 0 18 0 5180919 9787879424 6124 33554432000 1073741824 1073778376 140733659099216 140522853301152 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.200383 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 9379
/proc/meminfo: memFree=31046328/32872528 swapFree=162364/176672
[pid=9379] ppid=9376 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/9379/stat : 9379 (java) S 9376 9379 4966 0 -1 4202496 6593 0 1 0 32 1 0 0 20 0 19 0 5180918 9856040960 7467 33554432000 1073741824 1073778376 140733659099216 140733659090352 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9379/statm: 2406260 7467 2222 9 0 2396937 0
[pid=9379/tid=9380] ppid=9376 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9379/task/9380/stat : 9380 (java) R 9376 9379 4966 0 -1 4202560 2401 0 1 0 16 1 0 0 20 0 19 0 5180919 9856040960 7467 33554432000 1073741824 1073778376 140733659099216 140522853302912 140522856588183 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.30038 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 9379
/proc/meminfo: memFree=31046328/32872528 swapFree=162364/176672
[pid=9379] ppid=9376 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/9379/stat : 9379 (java) S 9376 9379 4966 0 -1 4202496 6612 0 1 0 49 1 0 0 20 0 19 0 5180918 9856040960 7997 33554432000 1073741824 1073778376 140733659099216 140733659090352 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9379/statm: 2406260 7997 2225 9 0 2396937 0
[pid=9379/tid=9380] ppid=9376 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/9379/task/9380/stat : 9380 (java) R 9376 9379 4966 0 -1 4202560 2402 0 1 0 26 1 0 0 20 0 19 0 5180919 9856040960 7997 33554432000 1073741824 1073778376 140733659099216 140522853302376 140522690082694 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.700327 s]
/proc/loadavg: 2.00 2.01 2.00 3/194 9379
/proc/meminfo: memFree=31046328/32872528 swapFree=162364/176672
[pid=9379] ppid=9376 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/9379/stat : 9379 (java) S 9376 9379 4966 0 -1 4202496 8327 0 1 0 108 2 0 0 20 0 19 0 5180918 9856040960 8814 33554432000 1073741824 1073778376 140733659099216 140733659090352 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9379/statm: 2406260 8814 2239 9 0 2396937 0
[pid=9379/tid=9380] ppid=9376 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/9379/task/9380/stat : 9380 (java) R 9376 9379 4966 0 -1 4202560 2403 0 1 0 66 1 0 0 20 0 19 0 5180919 9856040960 8814 33554432000 1073741824 1073778376 140733659099216 140522853302760 140522690119554 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 9398
/proc/meminfo: memFree=31017076/32872528 swapFree=162364/176672
[pid=9379] ppid=9376 vsize=9625040 CPUtime=1.93 cores=1,3,5,7
/proc/9379/stat : 9379 (java) S 9376 9379 4966 0 -1 4202496 8333 0 1 0 191 2 0 0 20 0 19 0 5180918 9856040960 10352 33554432000 1073741824 1073778376 140733659099216 140733659090352 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9379/statm: 2406260 10352 2240 9 0 2396937 0
[pid=9379/tid=9380] ppid=9376 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/9379/task/9380/stat : 9380 (java) R 9376 9379 4966 0 -1 4202560 2407 0 1 0 146 2 0 0 20 0 19 0 5180919 9856040960 10352 33554432000 1073741824 1073778376 140733659099216 140522853293760 140522690119847 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9379/tid=9382] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9382/stat : 9382 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 10352 33554432000 1073741824 1073778376 140733659099216 140522814794408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9383] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9383/stat : 9383 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 10352 33554432000 1073741824 1073778376 140733659099216 140522813741864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9379/tid=9384] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9384/stat : 9384 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 10352 33554432000 1073741824 1073778376 140733659099216 140522812689320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9379/tid=9385] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9385/stat : 9385 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 10352 33554432000 1073741824 1073778376 140733659099216 140522811636776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9379/tid=9386] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9386/stat : 9386 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 10352 33554432000 1073741824 1073778376 140733659099216 140522810583208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9387] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9387/stat : 9387 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 10352 33554432000 1073741824 1073778376 140733659099216 140522809530664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9379/tid=9388] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9388/stat : 9388 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 10352 33554432000 1073741824 1073778376 140733659099216 140522808478120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9389] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9389/stat : 9389 (java) S 9376 9379 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 10352 33554432000 1073741824 1073778376 140733659099216 140522689653288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9390] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9390/stat : 9390 (java) S 9376 9379 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5180921 9856040960 10352 33554432000 1073741824 1073778376 140733659099216 140522677455464 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9391] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9391/stat : 9391 (java) S 9376 9379 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5180921 9856040960 10352 33554432000 1073741824 1073778376 140733659099216 140522676401784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9392] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9392/stat : 9392 (java) S 9376 9379 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5180921 9856040960 10352 33554432000 1073741824 1073778376 140733659099216 140522675349128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9393] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9393/stat : 9393 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180923 9856040960 10352 33554432000 1073741824 1073778376 140733659099216 140522674297872 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9394] ppid=9376 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9379/task/9394/stat : 9394 (java) S 9376 9379 4966 0 -1 4202560 2924 0 0 0 25 0 0 0 20 0 19 0 5180923 9856040960 10352 33554432000 1073741824 1073778376 140733659099216 140521934678072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9395] ppid=9376 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9379/task/9395/stat : 9395 (java) S 9376 9379 4966 0 -1 4202560 1732 0 0 0 17 0 0 0 20 0 19 0 5180923 9856040960 10352 33554432000 1073741824 1073778376 140733659099216 140521933625528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9379/tid=9396] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9396/stat : 9396 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180923 9856040960 10352 33554432000 1073741824 1073778376 140733659099216 140521932573176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9379/tid=9397] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9397/stat : 9397 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180923 9856040960 10352 33554432000 1073741824 1073778376 140733659099216 140521931520840 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9398] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9398/stat : 9398 (java) S 9376 9379 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5180931 9856040960 10352 33554432000 1073741824 1073778376 140733659099216 140521930466600 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 9398
/proc/meminfo: memFree=31009628/32872528 swapFree=162364/176672
[pid=9379] ppid=9376 vsize=9625040 CPUtime=3.53 cores=1,3,5,7
/proc/9379/stat : 9379 (java) S 9376 9379 4966 0 -1 4202496 8337 0 1 0 351 2 0 0 20 0 19 0 5180918 9856040960 12400 33554432000 1073741824 1073778376 140733659099216 140733659090352 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9379/statm: 2406260 12400 2240 9 0 2396937 0
[pid=9379/tid=9380] ppid=9376 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/9379/task/9380/stat : 9380 (java) R 9376 9379 4966 0 -1 4202560 2411 0 1 0 306 2 0 0 20 0 19 0 5180919 9856040960 12400 33554432000 1073741824 1073778376 140733659099216 140522853293760 140522690094917 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9379/tid=9382] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9382/stat : 9382 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 12400 33554432000 1073741824 1073778376 140733659099216 140522814794408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9383] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9383/stat : 9383 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 12400 33554432000 1073741824 1073778376 140733659099216 140522813741864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9379/tid=9384] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9384/stat : 9384 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 12400 33554432000 1073741824 1073778376 140733659099216 140522812689320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9379/tid=9385] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9385/stat : 9385 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 12400 33554432000 1073741824 1073778376 140733659099216 140522811636776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9379/tid=9386] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9386/stat : 9386 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 12400 33554432000 1073741824 1073778376 140733659099216 140522810583208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9387] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9387/stat : 9387 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 12400 33554432000 1073741824 1073778376 140733659099216 140522809530664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9379/tid=9388] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9388/stat : 9388 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 12400 33554432000 1073741824 1073778376 140733659099216 140522808478120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9389] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9389/stat : 9389 (java) S 9376 9379 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 12400 33554432000 1073741824 1073778376 140733659099216 140522689653288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9390] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9390/stat : 9390 (java) S 9376 9379 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5180921 9856040960 12400 33554432000 1073741824 1073778376 140733659099216 140522677455464 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9391] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9391/stat : 9391 (java) S 9376 9379 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5180921 9856040960 12400 33554432000 1073741824 1073778376 140733659099216 140522676401784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9392] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9392/stat : 9392 (java) S 9376 9379 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5180921 9856040960 12400 33554432000 1073741824 1073778376 140733659099216 140522675349128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9393] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9393/stat : 9393 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180923 9856040960 12400 33554432000 1073741824 1073778376 140733659099216 140522674297872 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9394] ppid=9376 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9379/task/9394/stat : 9394 (java) S 9376 9379 4966 0 -1 4202560 2924 0 0 0 25 0 0 0 20 0 19 0 5180923 9856040960 12400 33554432000 1073741824 1073778376 140733659099216 140521934678072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9395] ppid=9376 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/9379/task/9395/stat : 9395 (java) S 9376 9379 4966 0 -1 4202560 1732 0 0 0 17 0 0 0 20 0 19 0 5180923 9856040960 12400 33554432000 1073741824 1073778376 140733659099216 140521933625528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9379/tid=9396] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9396/stat : 9396 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180923 9856040960 12400 33554432000 1073741824 1073778376 140733659099216 140521932573176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9379/tid=9397] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9397/stat : 9397 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180923 9856040960 12400 33554432000 1073741824 1073778376 140733659099216 140521931520840 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9398] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9398/stat : 9398 (java) S 9376 9379 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5180931 9856040960 12400 33554432000 1073741824 1073778376 140733659099216 140521930466600 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 9398
/proc/meminfo: memFree=30993232/32872528 swapFree=162364/176672
[pid=9379] ppid=9376 vsize=9625040 CPUtime=6.72 cores=1,3,5,7
/proc/9379/stat : 9379 (java) S 9376 9379 4966 0 -1 4202496 8345 0 1 0 670 2 0 0 20 0 19 0 5180918 9856040960 15473 33554432000 1073741824 1073778376 140733659099216 140733659090352 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9379/statm: 2406260 15473 2241 9 0 2396937 0
[pid=9379/tid=9380] ppid=9376 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/9379/task/9380/stat : 9380 (java) R 9376 9379 4966 0 -1 4202560 2418 0 1 0 626 2 0 0 20 0 19 0 5180919 9856040960 15473 33554432000 1073741824 1073778376 140733659099216 140522853293760 140522690119847 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9379/tid=9382] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9382/stat : 9382 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 15473 33554432000 1073741824 1073778376 140733659099216 140522814794408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9383] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9383/stat : 9383 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 15473 33554432000 1073741824 1073778376 140733659099216 140522813741864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9379/tid=9384] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9384/stat : 9384 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 15473 33554432000 1073741824 1073778376 140733659099216 140522812689320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9379/tid=9385] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9385/stat : 9385 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 15473 33554432000 1073741824 1073778376 140733659099216 140522811636776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9379/tid=9386] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9386/stat : 9386 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 15473 33554432000 1073741824 1073778376 140733659099216 140522810583208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9387] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9387/stat : 9387 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 15473 33554432000 1073741824 1073778376 140733659099216 140522809530664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9379/tid=9388] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9388/stat : 9388 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 15473 33554432000 1073741824 1073778376 140733659099216 140522808478120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9389] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9389/stat : 9389 (java) S 9376 9379 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 15473 33554432000 1073741824 1073778376 140733659099216 140522689653288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9390] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9390/stat : 9390 (java) S 9376 9379 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5180921 9856040960 15473 33554432000 1073741824 1073778376 140733659099216 140522677455464 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9391] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9391/stat : 9391 (java) S 9376 9379 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5180921 9856040960 15473 33554432000 1073741824 1073778376 140733659099216 140522676401784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9392] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9392/stat : 9392 (java) S 9376 9379 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5180921 9856040960 15473 33554432000 1073741824 1073778376 140733659099216 140522675349128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9393] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9393/stat : 9393 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180923 9856040960 15473 33554432000 1073741824 1073778376 140733659099216 140522674297872 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9394] ppid=9376 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9379/task/9394/stat : 9394 (java) S 9376 9379 4966 0 -1 4202560 2924 0 0 0 25 0 0 0 20 0 19 0 5180923 9856040960 15473 33554432000 1073741824 1073778376 140733659099216 140521934678072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9395] ppid=9376 vsize=9625040 CPUtime=0.17 cores=1,3,5,7

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

[pid=9379/tid=9384] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9384/stat : 9384 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 36285 33554432000 1073741824 1073778376 140733659099216 140522812689320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9379/tid=9385] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9385/stat : 9385 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 36285 33554432000 1073741824 1073778376 140733659099216 140522811636776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9379/tid=9386] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9386/stat : 9386 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 36285 33554432000 1073741824 1073778376 140733659099216 140522810583208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9387] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9387/stat : 9387 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 36285 33554432000 1073741824 1073778376 140733659099216 140522809530664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9379/tid=9388] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9388/stat : 9388 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 36285 33554432000 1073741824 1073778376 140733659099216 140522808478120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9389] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9389/stat : 9389 (java) S 9376 9379 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 36285 33554432000 1073741824 1073778376 140733659099216 140522689653288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9390] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9390/stat : 9390 (java) S 9376 9379 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5180921 9856040960 36285 33554432000 1073741824 1073778376 140733659099216 140522677455464 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9391] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9391/stat : 9391 (java) S 9376 9379 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5180921 9856040960 36285 33554432000 1073741824 1073778376 140733659099216 140522676401784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9392] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9392/stat : 9392 (java) S 9376 9379 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5180921 9856040960 36285 33554432000 1073741824 1073778376 140733659099216 140522675349128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9393] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9393/stat : 9393 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180923 9856040960 36285 33554432000 1073741824 1073778376 140733659099216 140522674297872 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9394] ppid=9376 vsize=9625040 CPUtime=1.5 cores=1,3,5,7
/proc/9379/task/9394/stat : 9394 (java) S 9376 9379 4966 0 -1 4202560 16551 0 0 0 148 2 0 0 20 0 19 0 5180923 9856040960 36285 33554432000 1073741824 1073778376 140733659099216 140521934678072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9395] ppid=9376 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9379/task/9395/stat : 9395 (java) S 9376 9379 4966 0 -1 4202560 2948 0 0 0 25 0 0 0 20 0 19 0 5180923 9856040960 36285 33554432000 1073741824 1073778376 140733659099216 140521933625528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9379/tid=9396] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9396/stat : 9396 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180923 9856040960 36285 33554432000 1073741824 1073778376 140733659099216 140521932573176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9379/tid=9397] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9397/stat : 9397 (java) S 9376 9379 4966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 5180923 9856040960 36285 33554432000 1073741824 1073778376 140733659099216 140521931520840 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9398] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9398/stat : 9398 (java) S 9376 9379 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5180931 9856040960 36285 33554432000 1073741824 1073778376 140733659099216 140521930466600 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 35.36
Current children cumulated vsize (KiB) 9625040

[startup+35.2008 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 9398
/proc/meminfo: memFree=30911924/32872528 swapFree=162364/176672
[pid=9379] ppid=9376 vsize=9625040 CPUtime=36.97 cores=1,3,5,7
/proc/9379/stat : 9379 (java) S 9376 9379 4966 0 -1 4202496 23242 0 1 0 3691 6 0 0 20 0 19 0 5180918 9856040960 36797 33554432000 1073741824 1073778376 140733659099216 140733659090352 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9379/statm: 2406260 36797 2249 9 0 2396937 0
[pid=9379/tid=9380] ppid=9376 vsize=9625040 CPUtime=35.18 cores=1,3,5,7
/proc/9379/task/9380/stat : 9380 (java) R 9376 9379 4966 0 -1 4202560 2466 0 1 0 3514 4 0 0 20 0 19 0 5180919 9856040960 36797 33554432000 1073741824 1073778376 140733659099216 140522853300544 140522690082694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9379/tid=9382] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9382/stat : 9382 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 36797 33554432000 1073741824 1073778376 140733659099216 140522814794408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9383] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9383/stat : 9383 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 36797 33554432000 1073741824 1073778376 140733659099216 140522813741864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9379/tid=9384] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9384/stat : 9384 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 36797 33554432000 1073741824 1073778376 140733659099216 140522812689320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9379/tid=9385] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9385/stat : 9385 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 36797 33554432000 1073741824 1073778376 140733659099216 140522811636776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9379/tid=9386] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9386/stat : 9386 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 36797 33554432000 1073741824 1073778376 140733659099216 140522810583208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9387] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9387/stat : 9387 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 36797 33554432000 1073741824 1073778376 140733659099216 140522809530664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9379/tid=9388] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9388/stat : 9388 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 36797 33554432000 1073741824 1073778376 140733659099216 140522808478120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9389] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9389/stat : 9389 (java) S 9376 9379 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 36797 33554432000 1073741824 1073778376 140733659099216 140522689653288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9390] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9390/stat : 9390 (java) S 9376 9379 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5180921 9856040960 36797 33554432000 1073741824 1073778376 140733659099216 140522677455464 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9391] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9391/stat : 9391 (java) S 9376 9379 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5180921 9856040960 36797 33554432000 1073741824 1073778376 140733659099216 140522676401784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9392] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9392/stat : 9392 (java) S 9376 9379 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5180921 9856040960 36797 33554432000 1073741824 1073778376 140733659099216 140522675349128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9393] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9393/stat : 9393 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180923 9856040960 36797 33554432000 1073741824 1073778376 140733659099216 140522674297872 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9394] ppid=9376 vsize=9625040 CPUtime=1.5 cores=1,3,5,7
/proc/9379/task/9394/stat : 9394 (java) S 9376 9379 4966 0 -1 4202560 16551 0 0 0 148 2 0 0 20 0 19 0 5180923 9856040960 36797 33554432000 1073741824 1073778376 140733659099216 140521934678072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9395] ppid=9376 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9379/task/9395/stat : 9395 (java) S 9376 9379 4966 0 -1 4202560 2948 0 0 0 25 0 0 0 20 0 19 0 5180923 9856040960 36797 33554432000 1073741824 1073778376 140733659099216 140521933625528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9379/tid=9396] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9396/stat : 9396 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180923 9856040960 36797 33554432000 1073741824 1073778376 140733659099216 140521932573176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9379/tid=9397] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9397/stat : 9397 (java) S 9376 9379 4966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 5180923 9856040960 36797 33554432000 1073741824 1073778376 140733659099216 140521931520840 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9398] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9398/stat : 9398 (java) S 9376 9379 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5180931 9856040960 36797 33554432000 1073741824 1073778376 140733659099216 140521930466600 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 36.97
Current children cumulated vsize (KiB) 9625040

[startup+35.6009 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 9398
/proc/meminfo: memFree=30911924/32872528 swapFree=162364/176672
[pid=9379] ppid=9376 vsize=9625040 CPUtime=37.36 cores=1,3,5,7
/proc/9379/stat : 9379 (java) S 9376 9379 4966 0 -1 4202496 23243 0 1 0 3730 6 0 0 20 0 19 0 5180918 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140733659090352 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9379/statm: 2406260 37309 2249 9 0 2396937 0
[pid=9379/tid=9380] ppid=9376 vsize=9625040 CPUtime=35.57 cores=1,3,5,7
/proc/9379/task/9380/stat : 9380 (java) R 9376 9379 4966 0 -1 4202560 2467 0 1 0 3553 4 0 0 20 0 19 0 5180919 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522853300688 140522690139896 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9379/tid=9382] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9382/stat : 9382 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522814794408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9383] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9383/stat : 9383 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522813741864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9379/tid=9384] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9384/stat : 9384 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522812689320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9379/tid=9385] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9385/stat : 9385 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522811636776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9379/tid=9386] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9386/stat : 9386 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522810583208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9387] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9387/stat : 9387 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522809530664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9379/tid=9388] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9388/stat : 9388 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522808478120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9389] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9389/stat : 9389 (java) S 9376 9379 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522689653288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9390] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9390/stat : 9390 (java) S 9376 9379 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5180921 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522677455464 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9391] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9391/stat : 9391 (java) S 9376 9379 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5180921 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522676401784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9392] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9392/stat : 9392 (java) S 9376 9379 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5180921 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522675349128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9393] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9393/stat : 9393 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180923 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522674297872 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9394] ppid=9376 vsize=9625040 CPUtime=1.5 cores=1,3,5,7
/proc/9379/task/9394/stat : 9394 (java) S 9376 9379 4966 0 -1 4202560 16551 0 0 0 148 2 0 0 20 0 19 0 5180923 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140521934678072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9395] ppid=9376 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9379/task/9395/stat : 9395 (java) S 9376 9379 4966 0 -1 4202560 2948 0 0 0 25 0 0 0 20 0 19 0 5180923 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140521933625528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9379/tid=9396] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9396/stat : 9396 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180923 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140521932573176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9379/tid=9397] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9397/stat : 9397 (java) S 9376 9379 4966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 5180923 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140521931520840 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9398] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9398/stat : 9398 (java) S 9376 9379 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5180931 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140521930466600 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 37.36
Current children cumulated vsize (KiB) 9625040

[startup+35.8008 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 9398
/proc/meminfo: memFree=30911924/32872528 swapFree=162364/176672
[pid=9379] ppid=9376 vsize=9625040 CPUtime=37.56 cores=1,3,5,7
/proc/9379/stat : 9379 (java) S 9376 9379 4966 0 -1 4202496 23243 0 1 0 3750 6 0 0 20 0 19 0 5180918 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140733659090352 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9379/statm: 2406260 37309 2249 9 0 2396937 0
[pid=9379/tid=9380] ppid=9376 vsize=9625040 CPUtime=35.77 cores=1,3,5,7
/proc/9379/task/9380/stat : 9380 (java) R 9376 9379 4966 0 -1 4202560 2467 0 1 0 3573 4 0 0 20 0 19 0 5180919 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522853300688 140522690119808 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9379/tid=9382] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9382/stat : 9382 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522814794408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9383] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9383/stat : 9383 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522813741864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9379/tid=9384] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9384/stat : 9384 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522812689320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9379/tid=9385] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9385/stat : 9385 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522811636776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9379/tid=9386] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9386/stat : 9386 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522810583208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9387] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9387/stat : 9387 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522809530664 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9379/tid=9388] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9388/stat : 9388 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522808478120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9389] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9389/stat : 9389 (java) S 9376 9379 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5180919 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522689653288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9390] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9390/stat : 9390 (java) S 9376 9379 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5180921 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522677455464 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9391] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9391/stat : 9391 (java) S 9376 9379 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5180921 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522676401784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9392] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9392/stat : 9392 (java) S 9376 9379 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5180921 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522675349128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9393] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9393/stat : 9393 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180923 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140522674297872 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9394] ppid=9376 vsize=9625040 CPUtime=1.5 cores=1,3,5,7
/proc/9379/task/9394/stat : 9394 (java) S 9376 9379 4966 0 -1 4202560 16551 0 0 0 148 2 0 0 20 0 19 0 5180923 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140521934678072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9395] ppid=9376 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9379/task/9395/stat : 9395 (java) S 9376 9379 4966 0 -1 4202560 2948 0 0 0 25 0 0 0 20 0 19 0 5180923 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140521933625528 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9379/tid=9396] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9396/stat : 9396 (java) S 9376 9379 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5180923 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140521932573176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9379/tid=9397] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9397/stat : 9397 (java) S 9376 9379 4966 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 5180923 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140521931520840 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9379/tid=9398] ppid=9376 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9379/task/9398/stat : 9398 (java) S 9376 9379 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5180931 9856040960 37309 33554432000 1073741824 1073778376 140733659099216 140521930466600 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 37.56
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 35.8715
CPU time (s): 37.6573
CPU user time (s): 37.5563
CPU system time (s): 0.100984
CPU usage (%): 104.978
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.5563
system time used= 0.100984
maximum resident set size= 149328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23270
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1031
involuntary context switches= 197

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.212967 second user time and 0.344947 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-16 00:55:10
IDJOB=4089670
IDBENCH=107439
IDSOLVER=2546
FILE ID=node105/4089670-1466031310
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-grid4x17.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089670-1466031310/watcher-4089670-1466031310 -o /tmp/evaluation-result-4089670-1466031310/solver-4089670-1466031310 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4983 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089670-1466031310.opb

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

MD5SUM BENCH= 0f1425370e8b698d4c08b635f2290c93
RANDOM SEED=553168645

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:        31046972 kB
Buffers:           89860 kB
Cached:           344052 kB
SwapCached:            0 kB
Active:           596348 kB
Inactive:         348072 kB
Active(anon):     513056 kB
Inactive(anon):        0 kB
Active(file):      83292 kB
Inactive(file):   348072 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               456 kB
Writeback:             0 kB
AnonPages:        686788 kB
Mapped:            21920 kB
Shmem:               204 kB
Slab:             573244 kB
SReclaimable:      16920 kB
SUnreclaim:       556324 kB
KernelStack:        1576 kB
PageTables:         6120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     816592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    499712 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-16 00:55:46