Trace number 4081353

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16UNSAT 435.658 215.75

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_1.opb
MD5SUM8dbaef61ba32642517e0b17ac09a002e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark79.101
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2553
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081353-1465232267.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.14	c ... done. Wall clock time 0.02s.
0.09/0.14	c declared #vars     31
0.09/0.14	c #constraints  9
0.09/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.09/0.14	c 9 constraints processed.
0.09/0.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.09/0.14	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.09/0.14	c 9 constraints processed.
0.09/0.14	c objective function length is 1 literals
2.33/0.77	c cleaning 2500 clauses out of 5000 with flag 10059/5000
3.52/1.10	c cleaning 4250 clauses out of 8501 with flag 22156/11001
4.69/1.48	c cleaning 5624 clauses out of 11252 with flag 36484/18002
5.69/1.99	c cleaning 6812 clauses out of 13628 with flag 52676/26002
7.13/2.61	c cleaning 7907 clauses out of 15816 with flag 70801/35002
8.75/3.49	c cleaning 8954 clauses out of 17908 with flag 91395/45001
10.56/4.34	c cleaning 9976 clauses out of 19954 with flag 113861/56001
12.56/5.37	c cleaning 10988 clauses out of 21977 with flag 138416/68000
15.19/6.61	c cleaning 11993 clauses out of 23989 with flag 165146/81000
17.99/8.02	c cleaning 12999 clauses out of 25997 with flag 193368/95001
21.19/9.68	c cleaning 13996 clauses out of 27998 with flag 224236/110001
24.82/11.49	c cleaning 14999 clauses out of 30003 with flag 257669/126002
28.63/13.35	c cleaning 0 clauses out of 5000 with flag 0/5000
29.51/13.62	c cleaning 16000 clauses out of 32004 with flag 292434/143002
34.70/16.13	c cleaning 17000 clauses out of 34002 with flag 328939/161000
40.56/18.97	c cleaning 18001 clauses out of 36002 with flag 367461/180000
46.18/21.79	c cleaning 19001 clauses out of 38001 with flag 407819/200000
53.40/25.34	c cleaning 19999 clauses out of 40001 with flag 450462/221001
60.80/29.04	c cleaning 20998 clauses out of 42003 with flag 495637/243002
69.39/33.35	c cleaning 21999 clauses out of 44004 with flag 542864/266001
78.40/37.85	c cleaning 23003 clauses out of 46006 with flag 592171/290002
87.63/42.40	c cleaning 23994 clauses out of 48002 with flag 643684/315001
96.84/47.06	c cleaning 24999 clauses out of 50008 with flag 696897/341001
108.48/52.84	c cleaning 26003 clauses out of 52008 with flag 752756/368000
121.28/59.21	c cleaning 27001 clauses out of 54006 with flag 810399/396001
132.12/64.60	c cleaning 28000 clauses out of 56004 with flag 870899/425000
147.73/72.49	c cleaning 29001 clauses out of 58005 with flag 933826/455001
160.16/78.63	c cleaning 0 clauses out of 11000 with flag 0/11000
164.05/80.44	c cleaning 30000 clauses out of 60004 with flag 999598/486001
179.67/88.22	c cleaning 31001 clauses out of 62003 with flag 1065099/518000
197.76/97.29	c cleaning 32000 clauses out of 64003 with flag 1133262/551001
216.06/106.31	c cleaning 33002 clauses out of 66003 with flag 1204613/585001
237.90/117.24	c cleaning 33999 clauses out of 68000 with flag 1277469/620000
259.16/127.83	c cleaning 35000 clauses out of 70001 with flag 1351545/656000
282.01/139.11	c cleaning 36001 clauses out of 72001 with flag 1428450/693000
308.52/152.36	c cleaning 36998 clauses out of 74000 with flag 1507242/731001
334.65/165.31	c cleaning 37999 clauses out of 76002 with flag 1588215/770001
364.79/180.31	c cleaning 39000 clauses out of 78002 with flag 1674147/810000
391.60/193.63	c cleaning 39995 clauses out of 80001 with flag 1760957/851000
422.95/209.27	c cleaning 41003 clauses out of 82005 with flag 1848297/893001
435.40/215.48	c And the winner is solver0
435.40/215.69	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
435.40/215.69	c starts		: 319
435.40/215.69	c conflicts		: 915966
435.40/215.69	c decisions		: 926119
435.40/215.69	c propagations		: 6275220
435.40/215.69	c inspects		: 4491864315
435.40/215.69	c shortcuts		: 0
435.40/215.69	c learnt literals	: 17
435.40/215.69	c learnt binary clauses	: 135
435.40/215.69	c learnt ternary clauses	: 681
435.40/215.69	c learnt constraints	: 915948
435.40/215.69	c ignored constraints	: 0
435.40/215.69	c root simplifications	: 0
435.40/215.69	c removed literals (reason simplification)	: 7197195
435.40/215.69	c reason swapping (by a shorter reason)	: 0
435.40/215.69	c Calls to reduceDB	: 38
435.40/215.69	c Number of update (reduction) of LBD	: 15293
435.40/215.69	c Imported unit clauses	: 0
435.40/215.69	c number of reductions to clauses (during analyze)	: 0
435.40/215.69	c number of learned constraints concerned by reduction	: 0
435.40/215.69	c number of learning phase by resolution	: 0
435.40/215.69	c number of learning phase by cutting planes	: 0
435.40/215.69	c speed (assignments/second)	: 29113.135943139747
435.40/215.69	c non guided choices	13
435.43/215.72	c learnt constraints type 
435.43/215.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 135
435.43/215.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 63818
435.43/215.72	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
435.43/215.72	c starts		: 44
435.43/215.72	c conflicts		: 17010
435.43/215.72	c decisions		: 18121
435.43/215.72	c propagations		: 117229
435.43/215.72	c inspects		: 269054442
435.43/215.72	c shortcuts		: 0
435.43/215.72	c learnt literals	: 0
435.43/215.72	c learnt binary clauses	: 0
435.43/215.72	c learnt ternary clauses	: 0
435.43/215.72	c learnt constraints	: 17010
435.43/215.72	c ignored constraints	: 0
435.43/215.72	c root simplifications	: 0
435.43/215.72	c removed literals (reason simplification)	: 0
435.43/215.72	c reason swapping (by a shorter reason)	: 0
435.43/215.72	c Calls to reduceDB	: 2
435.43/215.72	c Number of update (reduction) of LBD	: 0
435.43/215.72	c Imported unit clauses	: 0
435.43/215.72	c number of reductions to clauses (during analyze)	: 0
435.43/215.72	c number of learned constraints concerned by reduction	: 0
435.43/215.72	c number of learning phase by resolution	: 0
435.43/215.72	c number of learning phase by cutting planes	: 0
435.43/215.72	c speed (assignments/second)	: 543.8018675808195
435.43/215.72	c non guided choices	13
435.43/215.73	c learnt constraints type 
435.43/215.73	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
435.43/215.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17009
435.43/215.73	s UNSATISFIABLE
435.43/215.73	c Total wall clock time (in seconds): 215.609

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-4081353-1465232267/watcher-4081353-1465232267 -o /tmp/evaluation-result-4081353-1465232267/solver-4081353-1465232267 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465217569-32164 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081353-1465232267.opb 

pid=7784
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: 4.12 4.18 4.17 4/197 7787
/proc/meminfo: memFree=29807236/32872528 swapFree=12208/1156848
[pid=7787] ppid=7784 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/7787/stat : 7787 (java) R 7784 7787 32147 0 -1 4202496 576 0 0 0 0 0 0 0 20 0 1 0 105161230 23793664 227 33554432000 1073741824 1073778376 140733612011072 140733612000136 219504753217 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/7787/statm: 5809 239 188 9 0 128 0

[startup+0.100113 s]
/proc/loadavg: 4.12 4.18 4.17 4/197 7787
/proc/meminfo: memFree=29807236/32872528 swapFree=12208/1156848
[pid=7787] ppid=7784 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/7787/stat : 7787 (java) S 7784 7787 32147 0 -1 4202496 4415 0 1 0 8 1 0 0 20 0 18 0 105161230 9787879424 6044 33554432000 1073741824 1073778376 140733612011072 140733612002208 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7787/statm: 2389619 6044 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200232 s]
/proc/loadavg: 4.12 4.18 4.17 4/197 7787
/proc/meminfo: memFree=29807236/32872528 swapFree=12208/1156848
[pid=7787] ppid=7784 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/7787/stat : 7787 (java) S 7784 7787 32147 0 -1 4202496 6190 0 1 0 31 2 0 0 20 0 22 0 105161230 10060525568 8888 33554432000 1073741824 1073778376 140733612011072 140733612002208 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7787/statm: 2456183 8889 2226 9 0 2446860 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9824732

[startup+0.300253 s]
/proc/loadavg: 4.12 4.18 4.17 4/197 7787
/proc/meminfo: memFree=29807236/32872528 swapFree=12208/1156848
[pid=7787] ppid=7784 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/7787/stat : 7787 (java) S 7784 7787 32147 0 -1 4202496 10754 0 1 0 70 2 0 0 20 0 22 0 105161230 10060525568 11489 33554432000 1073741824 1073778376 140733612011072 140733612002208 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7787/statm: 2456183 11489 2227 9 0 2446860 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 9824732

[startup+0.700216 s]
/proc/loadavg: 4.12 4.18 4.17 4/197 7787
/proc/meminfo: memFree=29807236/32872528 swapFree=12208/1156848
[pid=7787] ppid=7784 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/7787/stat : 7787 (java) S 7784 7787 32147 0 -1 4202496 18880 0 1 0 228 5 0 0 20 0 22 0 105161230 10060525568 28064 33554432000 1073741824 1073778376 140733612011072 140733612002208 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7787/statm: 2456183 28064 2250 9 0 2446860 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 9824732

[startup+1.50098 s]
/proc/loadavg: 4.12 4.18 4.17 8/219 7809
/proc/meminfo: memFree=29615008/32872528 swapFree=12208/1156848
[pid=7787] ppid=7784 vsize=9824732 CPUtime=4.89 cores=1,3,5,7
/proc/7787/stat : 7787 (java) S 7784 7787 32147 0 -1 4202496 24913 0 1 0 481 8 0 0 20 0 22 0 105161230 10060525568 50816 33554432000 1073741824 1073778376 140733612011072 140733612002208 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7787/statm: 2456183 50816 2272 9 0 2446860 0
[pid=7787/tid=7789] ppid=7784 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (java) S 7784 7787 32147 0 -1 4202560 2401 0 1 0 9 2 0 0 20 0 22 0 105161231 10060525568 50816 33554432000 1073741824 1073778376 140733612011072 140218703983480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7790] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (java) S 7784 7787 32147 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 105161232 10060525568 50816 33554432000 1073741824 1073778376 140733612011072 140218676435624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7791] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7791/stat : 7791 (java) S 7784 7787 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105161233 10060525568 50816 33554432000 1073741824 1073778376 140733612011072 140218675383080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7792] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7792/stat : 7792 (java) S 7784 7787 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105161233 10060525568 50816 33554432000 1073741824 1073778376 140733612011072 140218674330536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7787/tid=7793] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7793/stat : 7793 (java) S 7784 7787 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105161233 10060525568 50816 33554432000 1073741824 1073778376 140733612011072 140218673277992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7794] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7794/stat : 7794 (java) S 7784 7787 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105161233 10060525568 50816 33554432000 1073741824 1073778376 140733612011072 140218672224424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7795] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7795/stat : 7795 (java) S 7784 7787 32147 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 105161233 10060525568 50816 33554432000 1073741824 1073778376 140733612011072 140218671171880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7796] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7796/stat : 7796 (java) S 7784 7787 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105161233 10060525568 50816 33554432000 1073741824 1073778376 140733612011072 140218541320616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7787/tid=7797] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7797/stat : 7797 (java) S 7784 7787 32147 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 105161233 10060525568 50816 33554432000 1073741824 1073778376 140733612011072 140218540268072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7787/tid=7798] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7798/stat : 7798 (java) S 7784 7787 32147 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 105161234 10060525568 50816 33554432000 1073741824 1073778376 140733612011072 140218057321064 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7799] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7799/stat : 7799 (java) S 7784 7787 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105161234 10060525568 50816 33554432000 1073741824 1073778376 140733612011072 140218056267384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7800] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7800/stat : 7800 (java) S 7784 7787 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105161234 10060525568 50816 33554432000 1073741824 1073778376 140733612011072 140218055214728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7801] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7801/stat : 7801 (java) S 7784 7787 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105161236 10060525568 50816 33554432000 1073741824 1073778376 140733612011072 140218054163472 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7802] ppid=7784 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/7787/task/7802/stat : 7802 (java) S 7784 7787 32147 0 -1 4202560 12325 0 0 0 93 2 0 0 20 0 22 0 105161236 10060525568 50816 33554432000 1073741824 1073778376 140733612011072 140218053109816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7803] ppid=7784 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/7787/task/7803/stat : 7803 (java) S 7784 7787 32147 0 -1 4202560 8683 0 0 0 109 2 0 0 20 0 22 0 105161236 10060525568 50816 33554432000 1073741824 1073778376 140733612011072 140218052057272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7804] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7804/stat : 7804 (java) S 7784 7787 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105161236 10060525568 50816 33554432000 1073741824 1073778376 140733612011072 140218051004920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7805] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7805/stat : 7805 (java) S 7784 7787 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105161237 10060525568 50816 33554432000 1073741824 1073778376 140733612011072 140218049952584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7806] ppid=7784 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/7787/task/7806/stat : 7806 (java) R 7784 7787 32147 0 -1 4202560 37 0 0 0 132 0 0 0 20 0 22 0 105161245 10060525568 50816 33554432000 1073741824 1073778376 140733612011072 140218048888992 140218553080644 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7807] ppid=7784 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/7787/task/7807/stat : 7807 (java) R 7784 7787 32147 0 -1 4202560 93 0 0 0 129 2 0 0 20 0 22 0 105161245 10060525568 50816 33554432000 1073741824 1073778376 140733612011072 140218047844080 140218552829235 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7808] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7808/stat : 7808 (java) S 7784 7787 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105161245 10060525568 50816 33554432000 1073741824 1073778376 140733612011072 140218046793256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7809] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7809/stat : 7809 (java) S 7784 7787 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105161245 10060525568 50816 33554432000 1073741824 1073778376 140733612011072 140218045740712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.12 4.18 4.17 6/219 7809
/proc/meminfo: memFree=29478476/32872528 swapFree=12208/1156848
[pid=7787] ppid=7784 vsize=9824732 CPUtime=8.13 cores=1,3,5,7
/proc/7787/stat : 7787 (java) S 7784 7787 32147 0 -1 4202496 25254 0 1 0 800 13 0 0 20 0 22 0 105161230 10060525568 118589 33554432000 1073741824 1073778376 140733612011072 140733612002208 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7787/statm: 2456183 118589 2272 9 0 2446860 0
[pid=7787/tid=7789] ppid=7784 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (java) S 7784 7787 32147 0 -1 4202560 2401 0 1 0 9 2 0 0 20 0 22 0 105161231 10060525568 118589 33554432000 1073741824 1073778376 140733612011072 140218703983480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7790] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (java) S 7784 7787 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105161232 10060525568 118589 33554432000 1073741824 1073778376 140733612011072 140218676435624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7791] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7791/stat : 7791 (java) S 7784 7787 32147 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 22 0 105161233 10060525568 118589 33554432000 1073741824 1073778376 140733612011072 140218675383080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7792] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7792/stat : 7792 (java) S 7784 7787 32147 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 22 0 105161233 10060525568 118589 33554432000 1073741824 1073778376 140733612011072 140218674330536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7787/tid=7793] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7793/stat : 7793 (java) S 7784 7787 32147 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 22 0 105161233 10060525568 118589 33554432000 1073741824 1073778376 140733612011072 140218673277992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7794] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7794/stat : 7794 (java) S 7784 7787 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105161233 10060525568 118589 33554432000 1073741824 1073778376 140733612011072 140218672224424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7795] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7795/stat : 7795 (java) S 7784 7787 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105161233 10060525568 118589 33554432000 1073741824 1073778376 140733612011072 140218671171880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7796] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7796/stat : 7796 (java) S 7784 7787 32147 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105161233 10060525568 118589 33554432000 1073741824 1073778376 140733612011072 140218541320616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7787/tid=7797] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7797/stat : 7797 (java) S 7784 7787 32147 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 22 0 105161233 10060525568 118589 33554432000 1073741824 1073778376 140733612011072 140218540268072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7798] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7798/stat : 7798 (java) S 7784 7787 32147 0 -1 4202560 182 0 0 0 0 0 0 0 20 0 22 0 105161234 10060525568 118589 33554432000 1073741824 1073778376 140733612011072 140218057321064 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7799] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7799/stat : 7799 (java) S 7784 7787 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105161234 10060525568 118589 33554432000 1073741824 1073778376 140733612011072 140218056267384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7800] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7800/stat : 7800 (java) S 7784 7787 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105161234 10060525568 118589 33554432000 1073741824 1073778376 140733612011072 140218055214728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7801] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7801/stat : 7801 (java) S 7784 7787 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105161236 10060525568 118589 33554432000 1073741824 1073778376 140733612011072 140218054163472 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7802] ppid=7784 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/7787/task/7802/stat : 7802 (java) S 7784 7787 32147 0 -1 4202560 12325 0 0 0 95 2 0 0 20 0 22 0 105161236 10060525568 118589 33554432000 1073741824 1073778376 140733612011072 140218053109816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7803] ppid=7784 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/7787/task/7803/stat : 7803 (java) S 7784 7787 32147 0 -1 4202560 8683 0 0 0 109 2 0 0 20 0 22 0 105161236 10060525568 118589 33554432000 1073741824 1073778376 140733612011072 140218052057272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7804] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7804/stat : 7804 (java) S 7784 7787 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105161236 10060525568 118589 33554432000 1073741824 1073778376 140733612011072 140218051004920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7805] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7805/stat : 7805 (java) S 7784 7787 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105161237 10060525568 118589 33554432000 1073741824 1073778376 140733612011072 140218049952584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7806] ppid=7784 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/7787/task/7806/stat : 7806 (java) R 7784 7787 32147 0 -1 4202560 39 0 0 0 288 0 0 0 20 0 22 0 105161245 10060525568 118589 33554432000 1073741824 1073778376 140733612011072 140218048888944 140218553080466 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7787/tid=7807] ppid=7784 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/7787/task/7807/stat : 7807 (java) R 7784 7787 32147 0 -1 4202560 217 0 0 0 282 5 0 0 20 0 22 0 105161245 10060525568 118589 33554432000 1073741824 1073778376 140733612011072 140218047844064 140218552860652 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7808] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7808/stat : 7808 (java) S 7784 7787 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105161245 10060525568 118589 33554432000 1073741824 1073778376 140733612011072 140218046793256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7809] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7809/stat : 7809 (java) S 7784 7787 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105161245 10060525568 118589 33554432000 1073741824 1073778376 140733612011072 140218045740712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.13
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.11 4.17 4.17 6/219 7809
/proc/meminfo: memFree=28994128/32872528 swapFree=12208/1156848
[pid=7787] ppid=7784 vsize=9824732 CPUtime=14.57 cores=1,3,5,7
/proc/7787/stat : 7787 (java) S 7784 7787 32147 0 -1 4202496 26647 0 1 0 1431 26 0 0 20 0 22 0 105161230 10060525568 273865 33554432000 1073741824 1073778376 140733612011072 140733612002208 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7787/statm: 2456183 273865 2272 9 0 2446860 0
[pid=7787/tid=7789] ppid=7784 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (java) S 7784 7787 32147 0 -1 4202560 2401 0 1 0 9 2 0 0 20 0 22 0 105161231 10060525568 273865 33554432000 1073741824 1073778376 140733612011072 140218703983480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7790] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (java) S 7784 7787 32147 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 22 0 105161232 10060525568 273865 33554432000 1073741824 1073778376 140733612011072 140218676435624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7791] ppid=7784 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7787/task/7791/stat : 7791 (java) S 7784 7787 32147 0 -1 4202560 53 0 0 0 1 0 0 0 20 0 22 0 105161233 10060525568 273865 33554432000 1073741824 1073778376 140733612011072 140218675383080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7792] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7792/stat : 7792 (java) S 7784 7787 32147 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 22 0 105161233 10060525568 273865 33554432000 1073741824 1073778376 140733612011072 140218674330536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7787/tid=7793] ppid=7784 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/7787/task/7793/stat : 7793 (java) S 7784 7787 32147 0 -1 4202560 49 0 0 0 2 0 0 0 20 0 22 0 105161233 10060525568 273865 33554432000 1073741824 1073778376 140733612011072 140218673277992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7794] ppid=7784 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/7787/task/7794/stat : 7794 (java) S 7784 7787 32147 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 22 0 105161233 10060525568 273865 33554432000 1073741824 1073778376 140733612011072 140218672224424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7795] ppid=7784 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7787/task/7795/stat : 7795 (java) S 7784 7787 32147 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 105161233 10060525568 273865 33554432000 1073741824 1073778376 140733612011072 140218671171880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7796] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7796/stat : 7796 (java) S 7784 7787 32147 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 105161233 10060525568 273865 33554432000 1073741824 1073778376 140733612011072 140218541320616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7797] ppid=7784 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/7787/task/7797/stat : 7797 (java) S 7784 7787 32147 0 -1 4202560 47 0 0 0 1 0 0 0 20 0 22 0 105161233 10060525568 273865 33554432000 1073741824 1073778376 140733612011072 140218540268072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7787/tid=7798] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7798/stat : 7798 (java) S 7784 7787 32147 0 -1 4202560 733 0 0 0 0 0 0 0 20 0 22 0 105161234 10060525568 273865 33554432000 1073741824 1073778376 140733612011072 140218057321064 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7799] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7799/stat : 7799 (java) S 7784 7787 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105161234 10060525568 273865 33554432000 1073741824 1073778376 140733612011072 140218056267384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7800] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7800/stat : 7800 (java) S 7784 7787 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105161234 10060525568 273865 33554432000 1073741824 1073778376 140733612011072 140218055214728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7801] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7801/stat : 7801 (java) S 7784 7787 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105161236 10060525568 273865 33554432000 1073741824 1073778376 140733612011072 140218054163472 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7802] ppid=7784 vsize=9824732 CPUtime=0.98 cores=1,3,5,7

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

/proc/7787/task/7801/stat : 7801 (java) S 7784 7787 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105161236 10060525568 406735 33554432000 1073741824 1073778376 140733612011072 140218054163472 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7802] ppid=7784 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/7787/task/7802/stat : 7802 (java) S 7784 7787 32147 0 -1 4202560 21682 0 0 0 232 4 0 0 20 0 22 0 105161236 10060525568 406735 33554432000 1073741824 1073778376 140733612011072 140218053109816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7803] ppid=7784 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/7787/task/7803/stat : 7803 (java) S 7784 7787 32147 0 -1 4202560 8684 0 0 0 116 2 0 0 20 0 22 0 105161236 10060525568 406735 33554432000 1073741824 1073778376 140733612011072 140218052057272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7804] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7804/stat : 7804 (java) S 7784 7787 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105161236 10060525568 406735 33554432000 1073741824 1073778376 140733612011072 140218051004920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7805] ppid=7784 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/7787/task/7805/stat : 7805 (java) S 7784 7787 32147 0 -1 4202560 12 0 0 0 2 6 0 0 20 0 22 0 105161237 10060525568 406735 33554432000 1073741824 1073778376 140733612011072 140218049952584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7806] ppid=7784 vsize=9824732 CPUtime=211.81 cores=1,3,5,7
/proc/7787/task/7806/stat : 7806 (java) R 7784 7787 32147 0 -1 4202560 122 0 0 0 21177 4 0 0 20 0 22 0 105161245 10060525568 406735 33554432000 1073741824 1073778376 140733612011072 140218048896672 140218553080644 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=7787/tid=7807] ppid=7784 vsize=9824732 CPUtime=211.83 cores=1,3,5,7
/proc/7787/task/7807/stat : 7807 (java) R 7784 7787 32147 0 -1 4202560 1346 0 0 0 21154 29 0 0 20 0 22 0 105161245 10060525568 406735 33554432000 1073741824 1073778376 140733612011072 140218047842976 140218552829339 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7808] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7808/stat : 7808 (java) S 7784 7787 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105161245 10060525568 406735 33554432000 1073741824 1073778376 140733612011072 140218046793256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7809] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7809/stat : 7809 (java) S 7784 7787 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105161245 10060525568 406735 33554432000 1073741824 1073778376 140733612011072 140218045740712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 433.4
Current children cumulated vsize (KiB) 9824732

[startup+215.201 s]
/proc/loadavg: 3.33 3.88 4.06 4/219 8115
/proc/meminfo: memFree=28450956/32872528 swapFree=12208/1156848
[pid=7787] ppid=7784 vsize=9824732 CPUtime=435 cores=1,3,5,7
/proc/7787/stat : 7787 (java) S 7784 7787 32147 0 -1 4202496 37500 0 1 0 43429 71 0 0 20 0 22 0 105161230 10060525568 406213 33554432000 1073741824 1073778376 140733612011072 140733612002208 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7787/statm: 2456183 406213 2272 9 0 2446860 0
[pid=7787/tid=7789] ppid=7784 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (java) S 7784 7787 32147 0 -1 4202560 2403 0 1 0 10 2 0 0 20 0 22 0 105161231 10060525568 406213 33554432000 1073741824 1073778376 140733612011072 140218703983480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7790] ppid=7784 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (java) S 7784 7787 32147 0 -1 4202560 133 0 0 0 62 2 0 0 20 0 22 0 105161232 10060525568 406213 33554432000 1073741824 1073778376 140733612011072 140218676435624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7791] ppid=7784 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/7787/task/7791/stat : 7791 (java) S 7784 7787 32147 0 -1 4202560 165 0 0 0 56 2 0 0 20 0 22 0 105161233 10060525568 406213 33554432000 1073741824 1073778376 140733612011072 140218675383080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7792] ppid=7784 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/7787/task/7792/stat : 7792 (java) S 7784 7787 32147 0 -1 4202560 161 0 0 0 57 2 0 0 20 0 22 0 105161233 10060525568 406213 33554432000 1073741824 1073778376 140733612011072 140218674330536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7793] ppid=7784 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/7787/task/7793/stat : 7793 (java) S 7784 7787 32147 0 -1 4202560 156 0 0 0 61 3 0 0 20 0 22 0 105161233 10060525568 406213 33554432000 1073741824 1073778376 140733612011072 140218673277992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7794] ppid=7784 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/7787/task/7794/stat : 7794 (java) S 7784 7787 32147 0 -1 4202560 131 0 0 0 55 3 0 0 20 0 22 0 105161233 10060525568 406213 33554432000 1073741824 1073778376 140733612011072 140218672224424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7795] ppid=7784 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/7787/task/7795/stat : 7795 (java) S 7784 7787 32147 0 -1 4202560 150 0 0 0 56 3 0 0 20 0 22 0 105161233 10060525568 406213 33554432000 1073741824 1073778376 140733612011072 140218671171880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7796] ppid=7784 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/7787/task/7796/stat : 7796 (java) S 7784 7787 32147 0 -1 4202560 165 0 0 0 54 2 0 0 20 0 22 0 105161233 10060525568 406213 33554432000 1073741824 1073778376 140733612011072 140218541320616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7787/tid=7797] ppid=7784 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/7787/task/7797/stat : 7797 (java) S 7784 7787 32147 0 -1 4202560 180 0 0 0 58 3 0 0 20 0 22 0 105161233 10060525568 406213 33554432000 1073741824 1073778376 140733612011072 140218540268072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7798] ppid=7784 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/7787/task/7798/stat : 7798 (java) S 7784 7787 32147 0 -1 4202560 745 0 0 0 1 14 0 0 20 0 22 0 105161234 10060525568 406213 33554432000 1073741824 1073778376 140733612011072 140218057321064 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7799] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7799/stat : 7799 (java) S 7784 7787 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105161234 10060525568 406213 33554432000 1073741824 1073778376 140733612011072 140218056267384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7800] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7800/stat : 7800 (java) S 7784 7787 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105161234 10060525568 406213 33554432000 1073741824 1073778376 140733612011072 140218055214728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7801] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7801/stat : 7801 (java) S 7784 7787 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105161236 10060525568 406213 33554432000 1073741824 1073778376 140733612011072 140218054163472 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7802] ppid=7784 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/7787/task/7802/stat : 7802 (java) S 7784 7787 32147 0 -1 4202560 21682 0 0 0 232 4 0 0 20 0 22 0 105161236 10060525568 406213 33554432000 1073741824 1073778376 140733612011072 140218053109816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7803] ppid=7784 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/7787/task/7803/stat : 7803 (java) S 7784 7787 32147 0 -1 4202560 8684 0 0 0 116 2 0 0 20 0 22 0 105161236 10060525568 406213 33554432000 1073741824 1073778376 140733612011072 140218052057272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7804] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7804/stat : 7804 (java) S 7784 7787 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105161236 10060525568 406213 33554432000 1073741824 1073778376 140733612011072 140218051004920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7805] ppid=7784 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/7787/task/7805/stat : 7805 (java) S 7784 7787 32147 0 -1 4202560 12 0 0 0 2 6 0 0 20 0 22 0 105161237 10060525568 406213 33554432000 1073741824 1073778376 140733612011072 140218049952584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7806] ppid=7784 vsize=9824732 CPUtime=212.59 cores=1,3,5,7
/proc/7787/task/7806/stat : 7806 (java) R 7784 7787 32147 0 -1 4202560 122 0 0 0 21255 4 0 0 20 0 22 0 105161245 10060525568 406213 33554432000 1073741824 1073778376 140733612011072 140218048896792 140218552979252 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7807] ppid=7784 vsize=9824732 CPUtime=212.62 cores=1,3,5,7
/proc/7787/task/7807/stat : 7807 (java) R 7784 7787 32147 0 -1 4202560 1347 0 0 0 21233 29 0 0 20 0 22 0 105161245 10060525568 406213 33554432000 1073741824 1073778376 140733612011072 140218047842976 140218552829291 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7808] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7808/stat : 7808 (java) S 7784 7787 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105161245 10060525568 406213 33554432000 1073741824 1073778376 140733612011072 140218046793256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7809] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7809/stat : 7809 (java) S 7784 7787 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105161245 10060525568 406213 33554432000 1073741824 1073778376 140733612011072 140218045740712 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 435
Current children cumulated vsize (KiB) 9824732

[startup+215.601 s]
/proc/loadavg: 3.33 3.88 4.06 2/216 8115
/proc/meminfo: memFree=28449160/32872528 swapFree=12208/1156848
[pid=7787] ppid=7784 vsize=9824732 CPUtime=434.61 cores=1,3,5,7
/proc/7787/stat : 7787 (java) S 7784 7787 32147 0 -1 4202496 37502 0 1 0 43382 79 0 0 20 0 19 0 105161230 10060525568 406197 33554432000 1073741824 1073778376 140733612011072 140733612002208 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7787/statm: 2456183 406197 2273 9 0 2446860 0
[pid=7787/tid=7789] ppid=7784 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (java) S 7784 7787 32147 0 -1 4202560 2403 0 1 0 10 2 0 0 20 0 19 0 105161231 10060525568 406197 33554432000 1073741824 1073778376 140733612011072 140218703983480 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7790] ppid=7784 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (java) S 7784 7787 32147 0 -1 4202560 133 0 0 0 62 2 0 0 20 0 19 0 105161232 10060525568 406197 33554432000 1073741824 1073778376 140733612011072 140218676435624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7791] ppid=7784 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/7787/task/7791/stat : 7791 (java) S 7784 7787 32147 0 -1 4202560 165 0 0 0 56 2 0 0 20 0 19 0 105161233 10060525568 406197 33554432000 1073741824 1073778376 140733612011072 140218675383080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7792] ppid=7784 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/7787/task/7792/stat : 7792 (java) S 7784 7787 32147 0 -1 4202560 161 0 0 0 57 2 0 0 20 0 19 0 105161233 10060525568 406197 33554432000 1073741824 1073778376 140733612011072 140218674330536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7793] ppid=7784 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/7787/task/7793/stat : 7793 (java) S 7784 7787 32147 0 -1 4202560 156 0 0 0 61 3 0 0 20 0 19 0 105161233 10060525568 406197 33554432000 1073741824 1073778376 140733612011072 140218673277992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7794] ppid=7784 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/7787/task/7794/stat : 7794 (java) S 7784 7787 32147 0 -1 4202560 131 0 0 0 55 3 0 0 20 0 19 0 105161233 10060525568 406197 33554432000 1073741824 1073778376 140733612011072 140218672224424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7795] ppid=7784 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/7787/task/7795/stat : 7795 (java) S 7784 7787 32147 0 -1 4202560 150 0 0 0 56 3 0 0 20 0 19 0 105161233 10060525568 406197 33554432000 1073741824 1073778376 140733612011072 140218671171880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7796] ppid=7784 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/7787/task/7796/stat : 7796 (java) S 7784 7787 32147 0 -1 4202560 165 0 0 0 54 2 0 0 20 0 19 0 105161233 10060525568 406197 33554432000 1073741824 1073778376 140733612011072 140218541320616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7787/tid=7797] ppid=7784 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/7787/task/7797/stat : 7797 (java) S 7784 7787 32147 0 -1 4202560 180 0 0 0 58 3 0 0 20 0 19 0 105161233 10060525568 406197 33554432000 1073741824 1073778376 140733612011072 140218540268072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7798] ppid=7784 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/7787/task/7798/stat : 7798 (java) S 7784 7787 32147 0 -1 4202560 745 0 0 0 1 14 0 0 20 0 19 0 105161234 10060525568 406197 33554432000 1073741824 1073778376 140733612011072 140218057321064 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7799] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7799/stat : 7799 (java) S 7784 7787 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105161234 10060525568 406197 33554432000 1073741824 1073778376 140733612011072 140218056267384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7800] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7800/stat : 7800 (java) S 7784 7787 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105161234 10060525568 406197 33554432000 1073741824 1073778376 140733612011072 140218055214728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7801] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7801/stat : 7801 (java) S 7784 7787 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105161236 10060525568 406197 33554432000 1073741824 1073778376 140733612011072 140218054163472 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7802] ppid=7784 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/7787/task/7802/stat : 7802 (java) S 7784 7787 32147 0 -1 4202560 21682 0 0 0 232 4 0 0 20 0 19 0 105161236 10060525568 406197 33554432000 1073741824 1073778376 140733612011072 140218053109816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7803] ppid=7784 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/7787/task/7803/stat : 7803 (java) S 7784 7787 32147 0 -1 4202560 8684 0 0 0 116 2 0 0 20 0 19 0 105161236 10060525568 406197 33554432000 1073741824 1073778376 140733612011072 140218052057272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7804] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7804/stat : 7804 (java) S 7784 7787 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105161236 10060525568 406197 33554432000 1073741824 1073778376 140733612011072 140218051004920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7805] ppid=7784 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/7787/task/7805/stat : 7805 (java) S 7784 7787 32147 0 -1 4202560 12 0 0 0 2 6 0 0 20 0 19 0 105161237 10060525568 406197 33554432000 1073741824 1073778376 140733612011072 140218049952584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7808] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7808/stat : 7808 (java) S 7784 7787 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105161245 10060525568 406197 33554432000 1073741824 1073778376 140733612011072 140218046793256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 434.61
Current children cumulated vsize (KiB) 9824732

[startup+215.708 s]
/proc/loadavg: 3.33 3.88 4.06 2/216 8115
/proc/meminfo: memFree=28449160/32872528 swapFree=12208/1156848
[pid=7787] ppid=7784 vsize=9824732 CPUtime=434.64 cores=1,3,5,7
/proc/7787/stat : 7787 (java) S 7784 7787 32147 0 -1 4202496 37509 0 1 0 43385 79 0 0 20 0 19 0 105161230 10060525568 406202 33554432000 1073741824 1073778376 140733612011072 140733612002208 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7787/statm: 2456183 406202 2277 9 0 2446860 0
[pid=7787/tid=7789] ppid=7784 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/7787/task/7789/stat : 7789 (java) S 7784 7787 32147 0 -1 4202560 2403 0 1 0 10 2 0 0 20 0 19 0 105161231 10060525568 406202 33554432000 1073741824 1073778376 140733612011072 140218703983320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7790] ppid=7784 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/7787/task/7790/stat : 7790 (java) S 7784 7787 32147 0 -1 4202560 133 0 0 0 62 2 0 0 20 0 19 0 105161232 10060525568 406202 33554432000 1073741824 1073778376 140733612011072 140218676435624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7791] ppid=7784 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/7787/task/7791/stat : 7791 (java) S 7784 7787 32147 0 -1 4202560 165 0 0 0 56 2 0 0 20 0 19 0 105161233 10060525568 406202 33554432000 1073741824 1073778376 140733612011072 140218675383080 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7792] ppid=7784 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/7787/task/7792/stat : 7792 (java) S 7784 7787 32147 0 -1 4202560 161 0 0 0 57 2 0 0 20 0 19 0 105161233 10060525568 406202 33554432000 1073741824 1073778376 140733612011072 140218674330536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7793] ppid=7784 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/7787/task/7793/stat : 7793 (java) S 7784 7787 32147 0 -1 4202560 156 0 0 0 61 3 0 0 20 0 19 0 105161233 10060525568 406202 33554432000 1073741824 1073778376 140733612011072 140218673277992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7794] ppid=7784 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/7787/task/7794/stat : 7794 (java) S 7784 7787 32147 0 -1 4202560 131 0 0 0 55 3 0 0 20 0 19 0 105161233 10060525568 406202 33554432000 1073741824 1073778376 140733612011072 140218672224424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7795] ppid=7784 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/7787/task/7795/stat : 7795 (java) S 7784 7787 32147 0 -1 4202560 150 0 0 0 56 3 0 0 20 0 19 0 105161233 10060525568 406202 33554432000 1073741824 1073778376 140733612011072 140218671171880 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7796] ppid=7784 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/7787/task/7796/stat : 7796 (java) S 7784 7787 32147 0 -1 4202560 165 0 0 0 54 2 0 0 20 0 19 0 105161233 10060525568 406202 33554432000 1073741824 1073778376 140733612011072 140218541320616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7787/tid=7797] ppid=7784 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/7787/task/7797/stat : 7797 (java) S 7784 7787 32147 0 -1 4202560 180 0 0 0 58 3 0 0 20 0 19 0 105161233 10060525568 406202 33554432000 1073741824 1073778376 140733612011072 140218540268072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7798] ppid=7784 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/7787/task/7798/stat : 7798 (java) S 7784 7787 32147 0 -1 4202560 745 0 0 0 1 14 0 0 20 0 19 0 105161234 10060525568 406202 33554432000 1073741824 1073778376 140733612011072 140218057321064 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7799] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7799/stat : 7799 (java) S 7784 7787 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105161234 10060525568 406202 33554432000 1073741824 1073778376 140733612011072 140218056267384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7800] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7800/stat : 7800 (java) S 7784 7787 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105161234 10060525568 406202 33554432000 1073741824 1073778376 140733612011072 140218055214728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7801] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7801/stat : 7801 (java) S 7784 7787 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105161236 10060525568 406202 33554432000 1073741824 1073778376 140733612011072 140218054163472 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7802] ppid=7784 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/7787/task/7802/stat : 7802 (java) S 7784 7787 32147 0 -1 4202560 21685 0 0 0 232 4 0 0 20 0 19 0 105161236 10060525568 406202 33554432000 1073741824 1073778376 140733612011072 140218053109816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7787/tid=7803] ppid=7784 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/7787/task/7803/stat : 7803 (java) R 7784 7787 32147 0 -1 4202560 8685 0 0 0 117 2 0 0 20 0 19 0 105161236 10060525568 406202 33554432000 1073741824 1073778376 140733612011072 140218052057272 140218705538248 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7787/tid=7804] ppid=7784 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/7787/task/7804/stat : 7804 (java) S 7784 7787 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105161236 10060525568 406202 33554432000 1073741824 1073778376 140733612011072 140218051004920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7787/tid=7805] ppid=7784 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/7787/task/7805/stat : 7805 (java) S 7784 7787 32147 0 -1 4202560 12 0 0 0 2 6 0 0 20 0 19 0 105161237 10060525568 406202 33554432000 1073741824 1073778376 140733612011072 140218049952584 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 434.64
Current children cumulated vsize (KiB) 9824732

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.789978
#  lost CPU user time (s): 0.869995
#  lost CPU system time (s): -0.08

Real time (s): 215.75
CPU time (s): 435.658
CPU user time (s): 434.767
CPU system time (s): 0.890852
CPU usage (%): 201.927
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 433.897
system time used= 0.970852
maximum resident set size= 1729284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37518
page faults= 1
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10310
involuntary context switches= 10418

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.91586 second user time and 1.19282 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-06 18:57:47
IDJOB=4081353
IDBENCH=2905
IDSOLVER=2543
FILE ID=node114/4081353-1465232267
RUNJOBID= node114-1465217569-32164
PBS_JOBID= 19843208
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081353-1465232267/watcher-4081353-1465232267 -o /tmp/evaluation-result-4081353-1465232267/solver-4081353-1465232267 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465217569-32164 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081353-1465232267.opb

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

MD5SUM BENCH= 8dbaef61ba32642517e0b17ac09a002e
RANDOM SEED=335523738

node114.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.852
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.70
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.852
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.852
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.852
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.852
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.852
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.852
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.54
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.852
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:        29807524 kB
Buffers:           29796 kB
Cached:           134876 kB
SwapCached:         1736 kB
Active:          1098000 kB
Inactive:         105292 kB
Active(anon):    1039780 kB
Inactive(anon):     1384 kB
Active(file):      58220 kB
Inactive(file):   103908 kB
Unevictable:     1156848 kB
Mlocked:           12208 kB
SwapTotal:      67108856 kB
SwapFree:       67096588 kB
Dirty:               484 kB
Writeback:             0 kB
AnonPages:       2207432 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             567228 kB
SReclaimable:      11296 kB
SUnreclaim:       555932 kB
KernelStack:        1808 kB
PageTables:         9520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2383312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2150400 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node114 at 2016-06-06 19:01:23