Trace number 4081366

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 PB16? (TO) 1800.02 898.453

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_4.opb
MD5SUMdc0116cc9dd2d87e5a6934d46be3ef43
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables61
Total number of constraints15
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 constraints14
Minimum length of a constraint1
Maximum length of a constraint60
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 1531
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4594
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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-4081366-1465232483.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.16	c ... done. Wall clock time 0.043s.
0.09/0.16	c declared #vars     61
0.09/0.16	c #constraints  15
0.09/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.09/0.16	c 15 constraints processed.
0.09/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14
0.09/0.17	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.09/0.17	c 15 constraints processed.
0.09/0.17	c objective function length is 1 literals
2.30/0.75	c cleaning 2502 clauses out of 5003 with flag 10394/5003
3.87/1.16	c cleaning 4251 clauses out of 8502 with flag 22780/11004
4.97/1.60	c cleaning 5625 clauses out of 11250 with flag 37377/18003
6.20/2.21	c cleaning 6810 clauses out of 13623 with flag 54172/26001
7.59/2.93	c cleaning 7908 clauses out of 15815 with flag 72953/35003
9.19/3.74	c cleaning 8952 clauses out of 17905 with flag 93904/45001
11.00/4.65	c cleaning 9976 clauses out of 19953 with flag 116746/56001
13.40/5.88	c cleaning 10986 clauses out of 21976 with flag 141942/68000
16.60/7.41	c cleaning 11995 clauses out of 23990 with flag 169119/81000
19.80/9.09	c cleaning 12999 clauses out of 25997 with flag 198565/95002
23.81/11.01	c cleaning 13994 clauses out of 27996 with flag 229790/110000
27.80/13.03	c cleaning 15001 clauses out of 30003 with flag 263091/126001
32.02/15.18	c cleaning 16001 clauses out of 32001 with flag 298452/143000
36.83/17.51	c cleaning 17001 clauses out of 34001 with flag 335866/161001
42.22/20.20	c cleaning 17999 clauses out of 36004 with flag 375284/180005
47.62/22.96	c cleaning 19001 clauses out of 38003 with flag 417123/200003
54.42/26.33	c cleaning 20002 clauses out of 40005 with flag 461019/221006
61.43/29.86	c cleaning 20996 clauses out of 41997 with flag 506846/243000
69.02/33.61	c cleaning 21997 clauses out of 44002 with flag 555346/266001
77.02/37.69	c cleaning 23003 clauses out of 46006 with flag 605789/290002
85.44/41.90	c cleaning 24004 clauses out of 48008 with flag 658073/315007
94.25/46.25	c cleaning 24998 clauses out of 49999 with flag 712930/341002
103.27/50.75	c cleaning 25997 clauses out of 52001 with flag 770988/368002
113.06/55.68	c cleaning 27001 clauses out of 54002 with flag 829878/396000
124.27/61.20	c cleaning 27994 clauses out of 56001 with flag 890194/425000
136.88/67.57	c cleaning 29002 clauses out of 58017 with flag 953062/455010
149.52/73.85	c cleaning 30000 clauses out of 60005 with flag 1018831/486000
162.57/80.39	c cleaning 31001 clauses out of 62005 with flag 1086280/518000
177.41/87.77	c cleaning 32004 clauses out of 64007 with flag 1155582/551003
192.22/95.16	c cleaning 32996 clauses out of 66000 with flag 1228457/585000
208.06/103.09	c cleaning 33999 clauses out of 68007 with flag 1303210/620003
223.63/110.84	c cleaning 35003 clauses out of 70005 with flag 1379659/656000
239.86/118.99	c cleaning 36002 clauses out of 72004 with flag 1458372/693002
258.06/128.10	c cleaning 37003 clauses out of 74006 with flag 1538648/731006
276.86/137.49	c cleaning 37996 clauses out of 75997 with flag 1620547/770000
298.28/148.16	c cleaning 39001 clauses out of 78001 with flag 1704705/810000
320.89/159.48	c cleaning 40000 clauses out of 80002 with flag 1791685/851002
345.31/171.61	c cleaning 40998 clauses out of 82001 with flag 1880131/893001
369.50/183.72	c cleaning 42003 clauses out of 84005 with flag 1971955/936003
395.51/196.79	c cleaning 42997 clauses out of 85999 with flag 2067556/980000
421.32/209.62	c cleaning 44000 clauses out of 88003 with flag 2163359/1025001
445.72/221.82	c cleaning 45001 clauses out of 90002 with flag 2262535/1071000
473.16/235.56	c cleaning 46000 clauses out of 92003 with flag 2362474/1118002
502.54/250.25	c cleaning 47001 clauses out of 94005 with flag 2463361/1166004
531.56/264.76	c cleaning 47995 clauses out of 96000 with flag 2566965/1215000
563.80/280.82	c cleaning 49003 clauses out of 98008 with flag 2672282/1265003
596.80/297.33	c cleaning 49999 clauses out of 100003 with flag 2779719/1316001
631.04/314.40	c cleaning 51001 clauses out of 102003 with flag 2888988/1368000
664.45/331.11	c cleaning 52001 clauses out of 104007 with flag 3002026/1421005
701.03/349.40	c cleaning 52996 clauses out of 106004 with flag 3115086/1475003
738.67/368.24	c cleaning 54001 clauses out of 108006 with flag 3230294/1530001
780.49/389.15	c cleaning 55004 clauses out of 110010 with flag 3347745/1586006
823.33/410.51	c cleaning 55995 clauses out of 112000 with flag 3468473/1643000
866.98/432.33	c cleaning 57003 clauses out of 114009 with flag 3592295/1701004
914.02/455.80	c cleaning 57995 clauses out of 116002 with flag 3717363/1760000
963.41/480.44	c cleaning 59001 clauses out of 118008 with flag 3846183/1820001
1010.48/503.97	c cleaning 60000 clauses out of 120008 with flag 3973413/1881002
1055.93/526.64	c cleaning 60997 clauses out of 122006 with flag 4101215/1943000
1107.98/552.60	c cleaning 61994 clauses out of 124011 with flag 4231959/2006002
1168.36/582.73	c cleaning 63005 clauses out of 126018 with flag 4368207/2070003
1227.39/612.29	c cleaning 64006 clauses out of 128017 with flag 4505075/2135007
1290.03/643.57	c cleaning 65003 clauses out of 130007 with flag 4646066/2201003
1346.26/671.64	c cleaning 66000 clauses out of 132001 with flag 4786197/2268000
1403.30/700.15	c cleaning 67000 clauses out of 134001 with flag 4927142/2336000
1462.22/729.69	c cleaning 67999 clauses out of 136001 with flag 5069948/2405000
1526.23/761.69	c cleaning 68994 clauses out of 138005 with flag 5215609/2475003
1593.48/795.28	c cleaning 69997 clauses out of 140008 with flag 5363404/2546000
1660.36/828.69	c cleaning 71007 clauses out of 142015 with flag 5513068/2618004
1736.19/866.56	c cleaning 71994 clauses out of 144004 with flag 5667133/2691000
1800.02/898.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/898.40	c starts		: 257
1800.02/898.40	c conflicts		: 2757537
1800.02/898.40	c decisions		: 2852310
1800.02/898.40	c propagations		: 24481440
1800.02/898.40	c inspects		: 17724243389
1800.02/898.40	c shortcuts		: 0
1800.02/898.40	c learnt literals	: 0
1800.02/898.40	c learnt binary clauses	: 0
1800.02/898.40	c learnt ternary clauses	: 0
1800.02/898.40	c learnt constraints	: 2757538
1800.02/898.40	c ignored constraints	: 0
1800.02/898.40	c root simplifications	: 0
1800.02/898.40	c removed literals (reason simplification)	: 28667942
1800.02/898.40	c reason swapping (by a shorter reason)	: 0
1800.02/898.40	c Calls to reduceDB	: 69
1800.02/898.40	c Number of update (reduction) of LBD	: 226907
1800.02/898.40	c Imported unit clauses	: 0
1800.02/898.40	c number of reductions to clauses (during analyze)	: 0
1800.02/898.40	c number of learned constraints concerned by reduction	: 0
1800.02/898.40	c number of learning phase by resolution	: 0
1800.02/898.40	c number of learning phase by cutting planes	: 0
1800.02/898.40	c speed (assignments/second)	: 27255.051295039717
1800.02/898.40	c non guided choices	28
1800.02/898.43	c learnt constraints type 
1800.02/898.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 138548
1800.02/898.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/898.43	c starts		: 9
1800.02/898.43	c conflicts		: 1224
1800.02/898.43	c decisions		: 2018
1800.02/898.43	c propagations		: 11478
1800.02/898.43	c inspects		: 2669786
1800.02/898.43	c shortcuts		: 0
1800.02/898.43	c learnt literals	: 0
1800.02/898.43	c learnt binary clauses	: 0
1800.02/898.43	c learnt ternary clauses	: 0
1800.02/898.43	c learnt constraints	: 1223
1800.02/898.43	c ignored constraints	: 0
1800.02/898.43	c root simplifications	: 0
1800.02/898.43	c removed literals (reason simplification)	: 0
1800.02/898.43	c reason swapping (by a shorter reason)	: 0
1800.02/898.43	c Calls to reduceDB	: 0
1800.02/898.43	c Number of update (reduction) of LBD	: 0
1800.02/898.43	c Imported unit clauses	: 0
1800.02/898.43	c number of reductions to clauses (during analyze)	: 0
1800.02/898.43	c number of learned constraints concerned by reduction	: 0
1800.02/898.43	c number of learning phase by resolution	: 0
1800.02/898.43	c number of learning phase by cutting planes	: 0
1800.02/898.43	c speed (assignments/second)	: 12.777994863419734
1800.02/898.43	c non guided choices	28
1800.02/898.43	c learnt constraints type 
1800.02/898.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1223
1800.02/898.43	s UNKNOWN
1800.02/898.43	c Total wall clock time (in seconds): 898.315

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

pid=8158
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: 3.33 3.88 4.06 3/197 8161
/proc/meminfo: memFree=30074380/32872528 swapFree=12208/1156848
[pid=8161] ppid=8158 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/8161/stat : 8161 (java) R 8158 8161 32147 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 105182839 9515008 186 33554432000 1073741824 1073778376 140736781202832 140736781191896 219504799111 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8161/statm: 5149 189 144 9 0 128 0

[startup+0.10011 s]
/proc/loadavg: 3.33 3.88 4.06 3/197 8161
/proc/meminfo: memFree=30074380/32872528 swapFree=12208/1156848
[pid=8161] ppid=8158 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/8161/stat : 8161 (java) S 8158 8161 32147 0 -1 4202496 4441 0 1 0 8 1 0 0 20 0 18 0 105182839 9787879424 6064 33554432000 1073741824 1073778376 140736781202832 140736781193968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8161/statm: 2389619 6064 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200234 s]
/proc/loadavg: 3.33 3.88 4.06 3/197 8161
/proc/meminfo: memFree=30074380/32872528 swapFree=12208/1156848
[pid=8161] ppid=8158 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/8161/stat : 8161 (java) S 8158 8161 32147 0 -1 4202496 5857 0 1 0 27 2 0 0 20 0 22 0 105182839 10060525568 8577 33554432000 1073741824 1073778376 140736781202832 140736781193968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8161/statm: 2456183 8577 2222 9 0 2446860 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9824732

[startup+0.300238 s]
/proc/loadavg: 3.33 3.88 4.06 3/197 8161
/proc/meminfo: memFree=30074380/32872528 swapFree=12208/1156848
[pid=8161] ppid=8158 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/8161/stat : 8161 (java) S 8158 8161 32147 0 -1 4202496 7841 0 1 0 67 2 0 0 20 0 22 0 105182839 10060525568 9874 33554432000 1073741824 1073778376 140736781202832 140736781193968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8161/statm: 2456183 9874 2233 9 0 2446860 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9824732

[startup+0.700206 s]
/proc/loadavg: 3.33 3.88 4.06 3/197 8161
/proc/meminfo: memFree=30074380/32872528 swapFree=12208/1156848
[pid=8161] ppid=8158 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/8161/stat : 8161 (java) S 8158 8161 32147 0 -1 4202496 19373 0 1 0 224 6 0 0 20 0 22 0 105182839 10060525568 26494 33554432000 1073741824 1073778376 140736781202832 140736781193968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8161/statm: 2456183 26494 2257 9 0 2446860 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 3.33 3.88 4.06 6/219 8183
/proc/meminfo: memFree=29879352/32872528 swapFree=12208/1156848
[pid=8161] ppid=8158 vsize=9824732 CPUtime=4.76 cores=1,3,5,7
/proc/8161/stat : 8161 (java) S 8158 8161 32147 0 -1 4202496 23582 0 1 0 468 8 0 0 20 0 22 0 105182839 10060525568 51897 33554432000 1073741824 1073778376 140736781202832 140736781193968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8161/statm: 2456183 51897 2278 9 0 2446860 0
[pid=8161/tid=8163] ppid=8158 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/8161/task/8163/stat : 8163 (java) S 8158 8161 32147 0 -1 4202560 2451 0 1 0 12 1 0 0 20 0 22 0 105182840 10060525568 51897 33554432000 1073741824 1073778376 140736781202832 139736290558840 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8164] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8164/stat : 8164 (java) S 8158 8161 32147 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 51897 33554432000 1073741824 1073778376 140736781202832 139736229288872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8165] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8165/stat : 8165 (java) S 8158 8161 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 51897 33554432000 1073741824 1073778376 140736781202832 139736228236328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8166] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8166/stat : 8166 (java) S 8158 8161 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 51897 33554432000 1073741824 1073778376 140736781202832 139736227183272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8167] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8167/stat : 8167 (java) S 8158 8161 32147 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 51897 33554432000 1073741824 1073778376 140736781202832 139736226130728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8168] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8168/stat : 8168 (java) S 8158 8161 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 51897 33554432000 1073741824 1073778376 140736781202832 139736129419688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8169] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8169/stat : 8169 (java) S 8158 8161 32147 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 51897 33554432000 1073741824 1073778376 140736781202832 139736128367144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8170] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8170/stat : 8170 (java) S 8158 8161 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 51897 33554432000 1073741824 1073778376 140736781202832 139736127314088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8171] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8171/stat : 8171 (java) S 8158 8161 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 51897 33554432000 1073741824 1073778376 140736781202832 139736126261544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8172] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8172/stat : 8172 (java) S 8158 8161 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105182842 10060525568 51897 33554432000 1073741824 1073778376 140736781202832 139736114064232 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8173] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8173/stat : 8173 (java) S 8158 8161 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105182843 10060525568 51897 33554432000 1073741824 1073778376 140736781202832 139736113010552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8174] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8174/stat : 8174 (java) S 8158 8161 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105182843 10060525568 51897 33554432000 1073741824 1073778376 140736781202832 139736111957384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8175] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8175/stat : 8175 (java) S 8158 8161 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105182845 10060525568 51897 33554432000 1073741824 1073778376 140736781202832 139736110906128 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8176] ppid=8158 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/8161/task/8176/stat : 8176 (java) S 8158 8161 32147 0 -1 4202560 10865 0 0 0 90 3 0 0 20 0 22 0 105182845 10060525568 51897 33554432000 1073741824 1073778376 140736781202832 139736109852984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8177] ppid=8158 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/8161/task/8177/stat : 8177 (java) S 8158 8161 32147 0 -1 4202560 8816 0 0 0 99 2 0 0 20 0 22 0 105182845 10060525568 51897 33554432000 1073741824 1073778376 140736781202832 139736108800440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8178] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8178/stat : 8178 (java) S 8158 8161 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105182845 10060525568 51897 33554432000 1073741824 1073778376 140736781202832 139736107747576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8179] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8179/stat : 8179 (java) S 8158 8161 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105182845 10060525568 51897 33554432000 1073741824 1073778376 140736781202832 139736106695240 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8180] ppid=8158 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/8161/task/8180/stat : 8180 (java) R 8158 8161 32147 0 -1 4202560 31 0 0 0 130 0 0 0 20 0 22 0 105182856 10060525568 51897 33554432000 1073741824 1073778376 140736781202832 139736105641064 139736230791840 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8181] ppid=8158 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/8161/task/8181/stat : 8181 (java) R 8158 8161 32147 0 -1 4202560 109 0 0 0 127 2 0 0 20 0 22 0 105182856 10060525568 51897 33554432000 1073741824 1073778376 140736781202832 139736104586736 139736230805473 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8161/tid=8182] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8182/stat : 8182 (java) S 8158 8161 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105182856 10060525568 51897 33554432000 1073741824 1073778376 140736781202832 139736103535912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8183] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8183/stat : 8183 (java) S 8158 8161 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105182856 10060525568 51897 33554432000 1073741824 1073778376 140736781202832 139736102483368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 3.30 3.86 4.06 5/219 8183
/proc/meminfo: memFree=29867420/32872528 swapFree=12208/1156848
[pid=8161] ppid=8158 vsize=9824732 CPUtime=7.99 cores=1,3,5,7
/proc/8161/stat : 8161 (java) S 8158 8161 32147 0 -1 4202496 23593 0 1 0 790 9 0 0 20 0 22 0 105182839 10060525568 52923 33554432000 1073741824 1073778376 140736781202832 140736781193968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8161/statm: 2456183 52923 2278 9 0 2446860 0
[pid=8161/tid=8163] ppid=8158 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/8161/task/8163/stat : 8163 (java) S 8158 8161 32147 0 -1 4202560 2451 0 1 0 12 1 0 0 20 0 22 0 105182840 10060525568 52923 33554432000 1073741824 1073778376 140736781202832 139736290558840 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8164] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8164/stat : 8164 (java) S 8158 8161 32147 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 52923 33554432000 1073741824 1073778376 140736781202832 139736229288872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8165] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8165/stat : 8165 (java) S 8158 8161 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 52923 33554432000 1073741824 1073778376 140736781202832 139736228236328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8166] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8166/stat : 8166 (java) S 8158 8161 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 52923 33554432000 1073741824 1073778376 140736781202832 139736227183272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8167] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8167/stat : 8167 (java) S 8158 8161 32147 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 52923 33554432000 1073741824 1073778376 140736781202832 139736226130728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8168] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8168/stat : 8168 (java) S 8158 8161 32147 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 52923 33554432000 1073741824 1073778376 140736781202832 139736129419688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8169] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8169/stat : 8169 (java) S 8158 8161 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 52923 33554432000 1073741824 1073778376 140736781202832 139736128367144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8170] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8170/stat : 8170 (java) S 8158 8161 32147 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 52923 33554432000 1073741824 1073778376 140736781202832 139736127314088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8171] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8171/stat : 8171 (java) S 8158 8161 32147 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 52923 33554432000 1073741824 1073778376 140736781202832 139736126261544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8161/tid=8172] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8172/stat : 8172 (java) S 8158 8161 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105182842 10060525568 52923 33554432000 1073741824 1073778376 140736781202832 139736114064232 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8173] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8173/stat : 8173 (java) S 8158 8161 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105182843 10060525568 52923 33554432000 1073741824 1073778376 140736781202832 139736113010552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8174] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8174/stat : 8174 (java) S 8158 8161 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105182843 10060525568 52923 33554432000 1073741824 1073778376 140736781202832 139736111957384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8175] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8175/stat : 8175 (java) S 8158 8161 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105182845 10060525568 52923 33554432000 1073741824 1073778376 140736781202832 139736110906128 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8176] ppid=8158 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/8161/task/8176/stat : 8176 (java) S 8158 8161 32147 0 -1 4202560 10865 0 0 0 93 3 0 0 20 0 22 0 105182845 10060525568 52923 33554432000 1073741824 1073778376 140736781202832 139736109852984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8177] ppid=8158 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/8161/task/8177/stat : 8177 (java) S 8158 8161 32147 0 -1 4202560 8816 0 0 0 101 2 0 0 20 0 22 0 105182845 10060525568 52923 33554432000 1073741824 1073778376 140736781202832 139736108800440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8178] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8178/stat : 8178 (java) S 8158 8161 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105182845 10060525568 52923 33554432000 1073741824 1073778376 140736781202832 139736107747576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8179] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8179/stat : 8179 (java) S 8158 8161 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105182845 10060525568 52923 33554432000 1073741824 1073778376 140736781202832 139736106695240 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8180] ppid=8158 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/8161/task/8180/stat : 8180 (java) R 8158 8161 32147 0 -1 4202560 31 0 0 0 287 0 0 0 20 0 22 0 105182856 10060525568 52923 33554432000 1073741824 1073778376 140736781202832 139736105632128 139736230792970 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8161/tid=8181] ppid=8158 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/8161/task/8181/stat : 8181 (java) R 8158 8161 32147 0 -1 4202560 110 0 0 0 286 2 0 0 20 0 22 0 105182856 10060525568 52923 33554432000 1073741824 1073778376 140736781202832 139736104586784 139736231146440 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8182] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8182/stat : 8182 (java) S 8158 8161 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105182856 10060525568 52923 33554432000 1073741824 1073778376 140736781202832 139736103535912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8183] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8183/stat : 8183 (java) S 8158 8161 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105182856 10060525568 52923 33554432000 1073741824 1073778376 140736781202832 139736102483368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 9824732

[startup+6.30086 s]
/proc/loadavg: 3.30 3.86 4.06 4/219 8183
/proc/meminfo: memFree=29859456/32872528 swapFree=12208/1156848
[pid=8161] ppid=8158 vsize=9824732 CPUtime=14.4 cores=1,3,5,7
/proc/8161/stat : 8161 (java) S 8158 8161 32147 0 -1 4202496 23619 0 1 0 1429 11 0 0 20 0 22 0 105182839 10060525568 53601 33554432000 1073741824 1073778376 140736781202832 140736781193968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8161/statm: 2456183 53601 2278 9 0 2446860 0
[pid=8161/tid=8163] ppid=8158 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/8161/task/8163/stat : 8163 (java) S 8158 8161 32147 0 -1 4202560 2451 0 1 0 12 1 0 0 20 0 22 0 105182840 10060525568 53601 33554432000 1073741824 1073778376 140736781202832 139736290558840 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8164] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8164/stat : 8164 (java) S 8158 8161 32147 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 53601 33554432000 1073741824 1073778376 140736781202832 139736229288872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8165] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8165/stat : 8165 (java) S 8158 8161 32147 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 53601 33554432000 1073741824 1073778376 140736781202832 139736228236328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8161/tid=8166] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8166/stat : 8166 (java) S 8158 8161 32147 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 53601 33554432000 1073741824 1073778376 140736781202832 139736227183272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8167] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8167/stat : 8167 (java) S 8158 8161 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 53601 33554432000 1073741824 1073778376 140736781202832 139736226130728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8168] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8168/stat : 8168 (java) S 8158 8161 32147 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 53601 33554432000 1073741824 1073778376 140736781202832 139736129419688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8169] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8169/stat : 8169 (java) S 8158 8161 32147 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 53601 33554432000 1073741824 1073778376 140736781202832 139736128367144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8170] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8170/stat : 8170 (java) S 8158 8161 32147 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 53601 33554432000 1073741824 1073778376 140736781202832 139736127314088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8171] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8171/stat : 8171 (java) S 8158 8161 32147 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 105182841 10060525568 53601 33554432000 1073741824 1073778376 140736781202832 139736126261544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8161/tid=8172] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8172/stat : 8172 (java) S 8158 8161 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105182842 10060525568 53601 33554432000 1073741824 1073778376 140736781202832 139736114064232 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8173] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8173/stat : 8173 (java) S 8158 8161 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105182843 10060525568 53601 33554432000 1073741824 1073778376 140736781202832 139736113010552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8174] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8174/stat : 8174 (java) S 8158 8161 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105182843 10060525568 53601 33554432000 1073741824 1073778376 140736781202832 139736111957384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8175] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8175/stat : 8175 (java) S 8158 8161 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105182845 10060525568 53601 33554432000 1073741824 1073778376 140736781202832 139736110906128 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8176] ppid=8158 vsize=9824732 CPUtime=0.96 cores=1,3,5,7

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

/proc/8161/task/8166/stat : 8166 (java) S 8158 8161 32147 0 -1 4202560 154 0 0 0 55 5 0 0 20 0 22 0 105182841 10060525568 107573 33554432000 1073741824 1073778376 140736781202832 139736227183272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8167] ppid=8158 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/8161/task/8167/stat : 8167 (java) S 8158 8161 32147 0 -1 4202560 271 0 0 0 49 5 0 0 20 0 22 0 105182841 10060525568 107573 33554432000 1073741824 1073778376 140736781202832 139736226130728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8168] ppid=8158 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/8161/task/8168/stat : 8168 (java) S 8158 8161 32147 0 -1 4202560 274 0 0 0 57 6 0 0 20 0 22 0 105182841 10060525568 107573 33554432000 1073741824 1073778376 140736781202832 139736129419688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8169] ppid=8158 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/8161/task/8169/stat : 8169 (java) S 8158 8161 32147 0 -1 4202560 365 0 0 0 52 6 0 0 20 0 22 0 105182841 10060525568 107573 33554432000 1073741824 1073778376 140736781202832 139736128367144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8170] ppid=8158 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/8161/task/8170/stat : 8170 (java) S 8158 8161 32147 0 -1 4202560 298 0 0 0 54 5 0 0 20 0 22 0 105182841 10060525568 107573 33554432000 1073741824 1073778376 140736781202832 139736127314088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8161/tid=8171] ppid=8158 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/8161/task/8171/stat : 8171 (java) S 8158 8161 32147 0 -1 4202560 268 0 0 0 54 5 0 0 20 0 22 0 105182841 10060525568 107573 33554432000 1073741824 1073778376 140736781202832 139736126261544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8172] ppid=8158 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/8161/task/8172/stat : 8172 (java) S 8158 8161 32147 0 -1 4202560 234 0 0 0 24 38 0 0 20 0 22 0 105182842 10060525568 107573 33554432000 1073741824 1073778376 140736781202832 139736114064232 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8173] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8173/stat : 8173 (java) S 8158 8161 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105182843 10060525568 107573 33554432000 1073741824 1073778376 140736781202832 139736113010552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8174] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8174/stat : 8174 (java) S 8158 8161 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105182843 10060525568 107573 33554432000 1073741824 1073778376 140736781202832 139736111957384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8175] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8175/stat : 8175 (java) S 8158 8161 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105182845 10060525568 107573 33554432000 1073741824 1073778376 140736781202832 139736110906128 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8176] ppid=8158 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/8161/task/8176/stat : 8176 (java) S 8158 8161 32147 0 -1 4202560 10870 0 0 0 99 3 0 0 20 0 22 0 105182845 10060525568 107573 33554432000 1073741824 1073778376 140736781202832 139736109852984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8177] ppid=8158 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/8161/task/8177/stat : 8177 (java) S 8158 8161 32147 0 -1 4202560 8816 0 0 0 101 2 0 0 20 0 22 0 105182845 10060525568 107573 33554432000 1073741824 1073778376 140736781202832 139736108800440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8178] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8178/stat : 8178 (java) S 8158 8161 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105182845 10060525568 107573 33554432000 1073741824 1073778376 140736781202832 139736107747576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8179] ppid=8158 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/8161/task/8179/stat : 8179 (java) S 8158 8161 32147 0 -1 4202560 47 0 0 0 10 16 0 0 20 0 22 0 105182845 10060525568 107573 33554432000 1073741824 1073778376 140736781202832 139736106695240 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8180] ppid=8158 vsize=9824732 CPUtime=817.75 cores=1,3,5,7
/proc/8161/task/8180/stat : 8180 (java) R 8158 8161 32147 0 -1 4202560 99 0 0 0 81762 13 0 0 20 0 22 0 105182856 10060525568 107573 33554432000 1073741824 1073778376 140736781202832 139736105639040 139736230762531 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8181] ppid=8158 vsize=9824732 CPUtime=818.09 cores=1,3,5,7
/proc/8161/task/8181/stat : 8181 (java) R 8158 8161 32147 0 -1 4202560 1353 0 0 0 81792 17 0 0 20 0 22 0 105182856 10060525568 107573 33554432000 1073741824 1073778376 140736781202832 139736104586960 139736230805396 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8182] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8182/stat : 8182 (java) S 8158 8161 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105182856 10060525568 107573 33554432000 1073741824 1073778376 140736781202832 139736103535912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8183] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8183/stat : 8183 (java) S 8158 8161 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105182856 10060525568 107573 33554432000 1073741824 1073778376 140736781202832 139736102483368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1647.73
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.17 3.21 3.50 4/218 8203
/proc/meminfo: memFree=28193792/32872528 swapFree=12208/1156848
[pid=8161] ppid=8158 vsize=9824732 CPUtime=1767.81 cores=1,3,5,7
/proc/8161/stat : 8161 (java) S 8158 8161 32147 0 -1 4202496 27821 0 1 0 176673 108 0 0 20 0 22 0 105182839 10060525568 109405 33554432000 1073741824 1073778376 140736781202832 140736781193968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8161/statm: 2456183 109405 2287 9 0 2446860 0
[pid=8161/tid=8163] ppid=8158 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/8161/task/8163/stat : 8163 (java) S 8158 8161 32147 0 -1 4202560 2454 0 1 0 14 3 0 0 20 0 22 0 105182840 10060525568 109405 33554432000 1073741824 1073778376 140736781202832 139736290558840 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8164] ppid=8158 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/8161/task/8164/stat : 8164 (java) S 8158 8161 32147 0 -1 4202560 192 0 0 0 58 5 0 0 20 0 22 0 105182841 10060525568 109405 33554432000 1073741824 1073778376 140736781202832 139736229288872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8161/tid=8165] ppid=8158 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/8161/task/8165/stat : 8165 (java) S 8158 8161 32147 0 -1 4202560 246 0 0 0 58 6 0 0 20 0 22 0 105182841 10060525568 109405 33554432000 1073741824 1073778376 140736781202832 139736228236328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8166] ppid=8158 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/8161/task/8166/stat : 8166 (java) S 8158 8161 32147 0 -1 4202560 207 0 0 0 58 5 0 0 20 0 22 0 105182841 10060525568 109405 33554432000 1073741824 1073778376 140736781202832 139736227183272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8167] ppid=8158 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/8161/task/8167/stat : 8167 (java) S 8158 8161 32147 0 -1 4202560 334 0 0 0 52 5 0 0 20 0 22 0 105182841 10060525568 109405 33554432000 1073741824 1073778376 140736781202832 139736226130728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8168] ppid=8158 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/8161/task/8168/stat : 8168 (java) S 8158 8161 32147 0 -1 4202560 352 0 0 0 60 6 0 0 20 0 22 0 105182841 10060525568 109405 33554432000 1073741824 1073778376 140736781202832 139736129419688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8169] ppid=8158 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/8161/task/8169/stat : 8169 (java) S 8158 8161 32147 0 -1 4202560 365 0 0 0 57 6 0 0 20 0 22 0 105182841 10060525568 109405 33554432000 1073741824 1073778376 140736781202832 139736128367144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8170] ppid=8158 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/8161/task/8170/stat : 8170 (java) S 8158 8161 32147 0 -1 4202560 610 0 0 0 57 6 0 0 20 0 22 0 105182841 10060525568 109405 33554432000 1073741824 1073778376 140736781202832 139736127314088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8171] ppid=8158 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/8161/task/8171/stat : 8171 (java) S 8158 8161 32147 0 -1 4202560 355 0 0 0 60 5 0 0 20 0 22 0 105182841 10060525568 109405 33554432000 1073741824 1073778376 140736781202832 139736126261544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8172] ppid=8158 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/8161/task/8172/stat : 8172 (java) S 8158 8161 32147 0 -1 4202560 246 0 0 0 24 38 0 0 20 0 22 0 105182842 10060525568 109405 33554432000 1073741824 1073778376 140736781202832 139736114064232 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8173] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8173/stat : 8173 (java) S 8158 8161 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105182843 10060525568 109405 33554432000 1073741824 1073778376 140736781202832 139736113010552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8174] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8174/stat : 8174 (java) S 8158 8161 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105182843 10060525568 109405 33554432000 1073741824 1073778376 140736781202832 139736111957384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8175] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8175/stat : 8175 (java) S 8158 8161 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105182845 10060525568 109405 33554432000 1073741824 1073778376 140736781202832 139736110906128 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8176] ppid=8158 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/8161/task/8176/stat : 8176 (java) S 8158 8161 32147 0 -1 4202560 10870 0 0 0 99 3 0 0 20 0 22 0 105182845 10060525568 109405 33554432000 1073741824 1073778376 140736781202832 139736109852984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8177] ppid=8158 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/8161/task/8177/stat : 8177 (java) S 8158 8161 32147 0 -1 4202560 8816 0 0 0 101 2 0 0 20 0 22 0 105182845 10060525568 109405 33554432000 1073741824 1073778376 140736781202832 139736108800440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8178] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8178/stat : 8178 (java) S 8158 8161 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105182845 10060525568 109405 33554432000 1073741824 1073778376 140736781202832 139736107747576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8179] ppid=8158 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/8161/task/8179/stat : 8179 (java) S 8158 8161 32147 0 -1 4202560 51 0 0 0 10 18 0 0 20 0 22 0 105182845 10060525568 109405 33554432000 1073741824 1073778376 140736781202832 139736106695240 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8180] ppid=8158 vsize=9824732 CPUtime=877.47 cores=1,3,5,7
/proc/8161/task/8180/stat : 8180 (java) R 8158 8161 32147 0 -1 4202560 99 0 0 0 87733 14 0 0 20 0 22 0 105182856 10060525568 109405 33554432000 1073741824 1073778376 140736781202832 139736105639040 139736230762536 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8181] ppid=8158 vsize=9824732 CPUtime=877.83 cores=1,3,5,7
/proc/8161/task/8181/stat : 8181 (java) R 8158 8161 32147 0 -1 4202560 1360 0 0 0 87765 18 0 0 20 0 22 0 105182856 10060525568 109405 33554432000 1073741824 1073778376 140736781202832 139736104587248 139736230805429 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8182] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8182/stat : 8182 (java) S 8158 8161 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105182856 10060525568 109405 33554432000 1073741824 1073778376 140736781202832 139736103535912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8183] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8183/stat : 8183 (java) S 8158 8161 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105182856 10060525568 109405 33554432000 1073741824 1073778376 140736781202832 139736102483368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1767.81
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.401 s]
/proc/loadavg: 3.13 3.20 3.50 4/218 8203
/proc/meminfo: memFree=28209992/32872528 swapFree=12208/1156848
[pid=8161] ppid=8158 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/8161/stat : 8161 (java) S 8158 8161 32147 0 -1 4202496 27856 0 1 0 179893 109 0 0 20 0 22 0 105182839 10060525568 110900 33554432000 1073741824 1073778376 140736781202832 140736781193968 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8161/statm: 2456183 110900 2287 9 0 2446860 0
[pid=8161/tid=8163] ppid=8158 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/8161/task/8163/stat : 8163 (java) S 8158 8161 32147 0 -1 4202560 2454 0 1 0 14 3 0 0 20 0 22 0 105182840 10060525568 110900 33554432000 1073741824 1073778376 140736781202832 139736290558840 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8164] ppid=8158 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/8161/task/8164/stat : 8164 (java) S 8158 8161 32147 0 -1 4202560 205 0 0 0 59 5 0 0 20 0 22 0 105182841 10060525568 110900 33554432000 1073741824 1073778376 140736781202832 139736229288872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8161/tid=8165] ppid=8158 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/8161/task/8165/stat : 8165 (java) S 8158 8161 32147 0 -1 4202560 256 0 0 0 60 6 0 0 20 0 22 0 105182841 10060525568 110900 33554432000 1073741824 1073778376 140736781202832 139736228236328 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8166] ppid=8158 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/8161/task/8166/stat : 8166 (java) S 8158 8161 32147 0 -1 4202560 207 0 0 0 59 5 0 0 20 0 22 0 105182841 10060525568 110900 33554432000 1073741824 1073778376 140736781202832 139736227183272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8161/tid=8167] ppid=8158 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/8161/task/8167/stat : 8167 (java) S 8158 8161 32147 0 -1 4202560 336 0 0 0 53 5 0 0 20 0 22 0 105182841 10060525568 110900 33554432000 1073741824 1073778376 140736781202832 139736226130728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8168] ppid=8158 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/8161/task/8168/stat : 8168 (java) S 8158 8161 32147 0 -1 4202560 353 0 0 0 60 6 0 0 20 0 22 0 105182841 10060525568 110900 33554432000 1073741824 1073778376 140736781202832 139736129419688 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8169] ppid=8158 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/8161/task/8169/stat : 8169 (java) S 8158 8161 32147 0 -1 4202560 365 0 0 0 58 6 0 0 20 0 22 0 105182841 10060525568 110900 33554432000 1073741824 1073778376 140736781202832 139736128367144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8170] ppid=8158 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/8161/task/8170/stat : 8170 (java) S 8158 8161 32147 0 -1 4202560 610 0 0 0 57 6 0 0 20 0 22 0 105182841 10060525568 110900 33554432000 1073741824 1073778376 140736781202832 139736127314088 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8171] ppid=8158 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/8161/task/8171/stat : 8171 (java) S 8158 8161 32147 0 -1 4202560 355 0 0 0 60 5 0 0 20 0 22 0 105182841 10060525568 110900 33554432000 1073741824 1073778376 140736781202832 139736126261544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8172] ppid=8158 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/8161/task/8172/stat : 8172 (java) S 8158 8161 32147 0 -1 4202560 253 0 0 0 24 39 0 0 20 0 22 0 105182842 10060525568 110900 33554432000 1073741824 1073778376 140736781202832 139736114064232 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8173] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8173/stat : 8173 (java) S 8158 8161 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105182843 10060525568 110900 33554432000 1073741824 1073778376 140736781202832 139736113010552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8174] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8174/stat : 8174 (java) S 8158 8161 32147 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105182843 10060525568 110900 33554432000 1073741824 1073778376 140736781202832 139736111957384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8175] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8175/stat : 8175 (java) S 8158 8161 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105182845 10060525568 110900 33554432000 1073741824 1073778376 140736781202832 139736110906128 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8176] ppid=8158 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/8161/task/8176/stat : 8176 (java) S 8158 8161 32147 0 -1 4202560 10870 0 0 0 99 3 0 0 20 0 22 0 105182845 10060525568 110900 33554432000 1073741824 1073778376 140736781202832 139736109852984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8177] ppid=8158 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/8161/task/8177/stat : 8177 (java) S 8158 8161 32147 0 -1 4202560 8816 0 0 0 101 2 0 0 20 0 22 0 105182845 10060525568 110900 33554432000 1073741824 1073778376 140736781202832 139736108800440 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8178] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8178/stat : 8178 (java) S 8158 8161 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105182845 10060525568 110900 33554432000 1073741824 1073778376 140736781202832 139736107747576 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8179] ppid=8158 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/8161/task/8179/stat : 8179 (java) S 8158 8161 32147 0 -1 4202560 51 0 0 0 11 18 0 0 20 0 22 0 105182845 10060525568 110900 33554432000 1073741824 1073778376 140736781202832 139736106695240 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8180] ppid=8158 vsize=9824732 CPUtime=893.5 cores=1,3,5,7
/proc/8161/task/8180/stat : 8180 (java) R 8158 8161 32147 0 -1 4202560 99 0 0 0 89336 14 0 0 20 0 22 0 105182856 10060525568 110900 33554432000 1073741824 1073778376 140736781202832 139736105639040 139736230763041 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8161/tid=8181] ppid=8158 vsize=9824732 CPUtime=893.86 cores=1,3,5,7
/proc/8161/task/8181/stat : 8181 (java) R 8158 8161 32147 0 -1 4202560 1362 0 0 0 89368 18 0 0 20 0 22 0 105182856 10060525568 110900 33554432000 1073741824 1073778376 140736781202832 139736104587352 139736230699088 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8161/tid=8182] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8182/stat : 8182 (java) S 8158 8161 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105182856 10060525568 110900 33554432000 1073741824 1073778376 140736781202832 139736103535912 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8161/tid=8183] ppid=8158 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8161/task/8183/stat : 8183 (java) S 8158 8161 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105182856 10060525568 110900 33554432000 1073741824 1073778376 140736781202832 139736102483368 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 8161 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8161 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=398210
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=582759
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.453
CPU time (s): 1800.02
CPU user time (s): 1798.93
CPU system time (s): 1.09
CPU usage (%): 200.346
Max. virtual memory (cumulated for all children) (KiB): 9826292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.4
system time used= 1.58276
maximum resident set size= 531296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27900
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25764
involuntary context switches= 26342

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.83311 second user time and 7.45487 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-06 19:01:23
IDJOB=4081366
IDBENCH=2917
IDSOLVER=2543
FILE ID=node114/4081366-1465232483
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_7_60_4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081366-1465232483/watcher-4081366-1465232483 -o /tmp/evaluation-result-4081366-1465232483/solver-4081366-1465232483 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465217569-32164 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081366-1465232483.opb

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

MD5SUM BENCH= dc0116cc9dd2d87e5a6934d46be3ef43
RANDOM SEED=1268104103

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:        30075280 kB
Buffers:           30232 kB
Cached:           135136 kB
SwapCached:         1736 kB
Active:           834308 kB
Inactive:         105540 kB
Active(anon):     775896 kB
Inactive(anon):     1200 kB
Active(file):      58412 kB
Inactive(file):   104340 kB
Unevictable:     1156848 kB
Mlocked:           12208 kB
SwapTotal:      67108856 kB
SwapFree:       67096588 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       1918796 kB
Mapped:            15356 kB
Shmem:                 0 kB
Slab:             567360 kB
SReclaimable:      11340 kB
SUnreclaim:       556020 kB
KernelStack:        1808 kB
PageTables:         8264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2584452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1863680 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:16:21