Trace number 4101890

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.04 896.064

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-pp08a.opb
MD5SUMda103607b020ad44cf05bd0679eb486a
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 variables5344
Total number of constraints136
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint31
Maximum length of a constraint240
Number of terms in the objective function 3424
Biggest coefficient in the objective function 3121
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 527152
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262120
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 527152
Number of bits of the biggest sum of numbers20
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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4101890-1466216416.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
0.56/0.38	c ... done. Wall clock time 0.266s.
0.56/0.38	c declared #vars     5344
0.56/0.38	c #constraints  200
0.56/0.38	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.56/0.38	c constraints type 
0.56/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 200
0.56/0.38	c 200 constraints processed.
0.56/0.38	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.56/0.38	c constraints type 
0.56/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 200
0.56/0.38	c 200 constraints processed.
0.56/0.38	c objective function length is 3424 literals
3.17/1.08	c cleaning 2502 clauses out of 5003 with flag 10366/5003
4.34/1.58	c cleaning 4247 clauses out of 8498 with flag 22911/11000
5.69/2.17	c cleaning 5626 clauses out of 11251 with flag 37333/18000
6.76/2.67	c cleaning 6814 clauses out of 13628 with flag 54377/26003
8.23/3.35	c cleaning 7904 clauses out of 15811 with flag 72371/35000
10.87/4.55	c cleaning 8955 clauses out of 17913 with flag 92383/45006
13.34/5.78	c cleaning 9975 clauses out of 19953 with flag 114373/56001
16.53/7.37	c cleaning 10988 clauses out of 21979 with flag 138375/68002
20.02/9.02	c cleaning 11994 clauses out of 23991 with flag 164375/81002
23.89/10.99	c cleaning 12994 clauses out of 25996 with flag 192373/95001
28.51/13.21	c cleaning 13987 clauses out of 28001 with flag 222371/110000
29.89/13.96	c cleaning 0 clauses out of 5000 with flag 0/5000
33.66/15.66	c cleaning 15008 clauses out of 30019 with flag 254381/126005
39.18/18.40	c cleaning 15994 clauses out of 32008 with flag 288375/143002
46.05/21.73	c cleaning 17000 clauses out of 34013 with flag 324373/161001
52.84/25.15	c cleaning 18005 clauses out of 36014 with flag 362375/180002
61.73/29.51	c cleaning 18997 clauses out of 38010 with flag 402377/200003
70.73/34.04	c cleaning 20001 clauses out of 40013 with flag 444377/221003
79.81/38.52	c cleaning 21003 clauses out of 42011 with flag 488375/243002
90.60/43.94	c cleaning 22000 clauses out of 44006 with flag 534371/266000
102.24/49.79	c cleaning 22996 clauses out of 46007 with flag 582373/290001
114.63/55.98	c cleaning 24003 clauses out of 48011 with flag 632373/315001
121.70/59.50	c cleaning 0 clauses out of 11000 with flag 0/11000
129.74/63.44	c cleaning 24999 clauses out of 50007 with flag 684371/341000
144.62/70.88	c cleaning 25998 clauses out of 52008 with flag 738371/368000
159.70/78.33	c cleaning 27003 clauses out of 54012 with flag 794375/396002
176.70/86.70	c cleaning 28001 clauses out of 56008 with flag 852373/425001
189.59/93.15	c cleaning 0 clauses out of 18002 with flag 0/18002
193.79/95.26	c cleaning 28996 clauses out of 58006 with flag 912371/455000
214.11/105.34	c cleaning 29999 clauses out of 60010 with flag 974371/486000
234.47/115.50	c cleaning 31004 clauses out of 62013 with flag 1038375/518002
258.18/127.60	c cleaning 32000 clauses out of 64008 with flag 1104373/551001
268.81/132.86	c cleaning 33002 clauses out of 66007 with flag 1173996/585000
284.86/140.83	c cleaning 33997 clauses out of 68007 with flag 1244036/620002
325.01/160.84	c cleaning 34998 clauses out of 70009 with flag 1318798/656001
357.95/177.29	c cleaning 0 clauses out of 26001 with flag 0/26001
369.81/183.15	c cleaning 35998 clauses out of 72011 with flag 1395648/693001
414.99/205.68	c cleaning 36995 clauses out of 74012 with flag 1471687/731000
463.38/229.70	c cleaning 38000 clauses out of 76017 with flag 1559554/770000
505.21/250.52	c cleaning 38996 clauses out of 78018 with flag 1666132/810001
553.26/274.95	c cleaning 40005 clauses out of 80021 with flag 1748133/851000
606.82/301.62	c cleaning 40999 clauses out of 82016 with flag 1832139/893000
662.64/329.49	c cleaning 42001 clauses out of 84017 with flag 1918141/936000
714.87/355.31	c cleaning 42999 clauses out of 86016 with flag 2006143/980000
767.32/381.48	c cleaning 44005 clauses out of 88018 with flag 2096158/1025001
830.75/413.09	c cleaning 44995 clauses out of 90012 with flag 2188163/1071000
867.90/431.56	c cleaning 0 clauses out of 35002 with flag 0/35002
902.27/448.60	c cleaning 46000 clauses out of 92018 with flag 2282166/1118001
976.00/485.33	c cleaning 46999 clauses out of 94018 with flag 2378185/1166001
1058.43/526.39	c cleaning 47998 clauses out of 96019 with flag 2476185/1215001
1147.33/570.58	c cleaning 49000 clauses out of 98020 with flag 2576185/1265000
1240.32/616.75	c cleaning 49999 clauses out of 100021 with flag 2678199/1316001
1337.23/664.93	c cleaning 51001 clauses out of 102021 with flag 2782227/1368000
1436.38/714.30	c cleaning 51997 clauses out of 104022 with flag 2888243/1421002
1547.42/770.28	c cleaning 53001 clauses out of 106023 with flag 2996325/1475000
1631.31/812.07	c cleaning 0 clauses out of 45000 with flag 0/45000
1661.81/827.27	c cleaning 54006 clauses out of 108023 with flag 3106425/1530001
1779.14/885.61	c cleaning 55005 clauses out of 110017 with flag 3218432/1586001
1800.04/896.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/896.00	c starts		: 7
1800.04/896.00	c conflicts		: 1601369
1800.04/896.00	c decisions		: 1621774
1800.04/896.00	c propagations		: 9705872
1800.04/896.00	c inspects		: 11468611076
1800.04/896.00	c shortcuts		: 0
1800.04/896.00	c learnt literals	: 0
1800.04/896.00	c learnt binary clauses	: 0
1800.04/896.00	c learnt ternary clauses	: 0
1800.04/896.00	c learnt constraints	: 1601369
1800.04/896.00	c ignored constraints	: 0
1800.04/896.00	c root simplifications	: 0
1800.04/896.00	c removed literals (reason simplification)	: 7456138
1800.04/896.00	c reason swapping (by a shorter reason)	: 0
1800.04/896.00	c Calls to reduceDB	: 52
1800.04/896.00	c Number of update (reduction) of LBD	: 10439
1800.04/896.00	c Imported unit clauses	: 0
1800.04/896.00	c number of reductions to clauses (during analyze)	: 0
1800.04/896.00	c number of learned constraints concerned by reduction	: 0
1800.04/896.00	c number of learning phase by resolution	: 0
1800.04/896.00	c number of learning phase by cutting planes	: 0
1800.04/896.00	c speed (assignments/second)	: 10837.453912857056
1800.04/896.00	c non guided choices	14619
1800.04/896.03	c learnt constraints type 
1800.04/896.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 70381
1800.04/896.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/896.03	c starts		: 66
1800.04/896.03	c conflicts		: 46978
1800.04/896.03	c decisions		: 78674
1800.04/896.03	c propagations		: 382981
1800.04/896.03	c inspects		: 795991119
1800.04/896.03	c shortcuts		: 0
1800.04/896.03	c learnt literals	: 0
1800.04/896.03	c learnt binary clauses	: 0
1800.04/896.03	c learnt ternary clauses	: 0
1800.04/896.03	c learnt constraints	: 46977
1800.04/896.03	c ignored constraints	: 0
1800.04/896.03	c root simplifications	: 0
1800.04/896.03	c removed literals (reason simplification)	: 0
1800.04/896.03	c reason swapping (by a shorter reason)	: 0
1800.04/896.03	c Calls to reduceDB	: 6
1800.04/896.03	c Number of update (reduction) of LBD	: 0
1800.04/896.03	c Imported unit clauses	: 0
1800.04/896.03	c number of reductions to clauses (during analyze)	: 0
1800.04/896.03	c number of learned constraints concerned by reduction	: 0
1800.04/896.03	c number of learning phase by resolution	: 0
1800.04/896.03	c number of learning phase by cutting planes	: 0
1800.04/896.03	c speed (assignments/second)	: 427.61980368709186
1800.04/896.03	c non guided choices	590
1800.04/896.05	c learnt constraints type 
1800.04/896.05	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 8241
1800.04/896.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 38736
1800.04/896.05	s UNKNOWN
1800.04/896.05	c Total wall clock time (in seconds): 895.934

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-4101890-1466216416/watcher-4101890-1466216416 -o /tmp/evaluation-result-4101890-1466216416/solver-4101890-1466216416 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15726 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101890-1466216416.opb 

pid=20000
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.18 4.25 4.24 4/198 20003
/proc/meminfo: memFree=27372356/32872528 swapFree=1534436/1655032
[pid=20003] ppid=20000 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/20003/stat : 20003 (java) R 20000 20003 15709 0 -1 4202496 1055 0 0 0 0 0 0 0 20 0 1 0 23690019 23793664 706 33554432000 1073741824 1073778376 140735609965760 140735609954824 217401357264 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20003/statm: 5809 706 520 9 0 128 0

[startup+0.100068 s]
/proc/loadavg: 4.18 4.25 4.24 4/198 20003
/proc/meminfo: memFree=27372356/32872528 swapFree=1534436/1655032
[pid=20003] ppid=20000 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/20003/stat : 20003 (java) S 20000 20003 15709 0 -1 4202496 4476 0 1 0 9 1 0 0 20 0 18 0 23690019 9787879424 5586 33554432000 1073741824 1073778376 140735609965760 140735609956896 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20003/statm: 2389619 5586 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200283 s]
/proc/loadavg: 4.18 4.25 4.24 4/198 20003
/proc/meminfo: memFree=27372356/32872528 swapFree=1534436/1655032
[pid=20003] ppid=20000 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/20003/stat : 20003 (java) S 20000 20003 15709 0 -1 4202496 5096 0 1 0 28 1 0 0 20 0 18 0 23690019 9787879424 6422 33554432000 1073741824 1073778376 140735609965760 140735609956896 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20003/statm: 2389619 6422 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300246 s]
/proc/loadavg: 4.18 4.25 4.24 4/198 20003
/proc/meminfo: memFree=27372356/32872528 swapFree=1534436/1655032
[pid=20003] ppid=20000 vsize=9558476 CPUtime=0.56 cores=1,3,5,7
/proc/20003/stat : 20003 (java) S 20000 20003 15709 0 -1 4202496 11823 0 1 0 54 2 0 0 20 0 18 0 23690019 9787879424 14472 33554432000 1073741824 1073778376 140735609965760 140735609956896 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20003/statm: 2389619 14472 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700178 s]
/proc/loadavg: 4.18 4.25 4.24 4/198 20003
/proc/meminfo: memFree=27372356/32872528 swapFree=1534436/1655032
[pid=20003] ppid=20000 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/20003/stat : 20003 (java) S 20000 20003 15709 0 -1 4202496 17900 0 1 0 203 4 0 0 20 0 22 0 23690019 10060525568 19091 33554432000 1073741824 1073778376 140735609965760 140735609956896 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20003/statm: 2456183 19091 2262 9 0 2446860 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.18 4.25 4.24 5/220 20025
/proc/meminfo: memFree=27238400/32872528 swapFree=1534436/1655032
[pid=20003] ppid=20000 vsize=9824732 CPUtime=4.34 cores=1,3,5,7
/proc/20003/stat : 20003 (java) S 20000 20003 15709 0 -1 4202496 20251 0 1 0 427 7 0 0 20 0 22 0 23690019 10060525568 46918 33554432000 1073741824 1073778376 140735609965760 140735609956896 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20003/statm: 2456183 46918 2284 9 0 2446860 0
[pid=20003/tid=20005] ppid=20000 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/20003/task/20005/stat : 20005 (java) S 20000 20003 15709 0 -1 4202560 2486 0 1 0 34 2 0 0 20 0 22 0 23690020 10060525568 46918 33554432000 1073741824 1073778376 140735609965760 139857022747512 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20006] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20006/stat : 20006 (java) S 20000 20003 15709 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 23690020 10060525568 46918 33554432000 1073741824 1073778376 140735609965760 139856866499240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20003/tid=20007] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20007/stat : 20007 (java) S 20000 20003 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23690020 10060525568 46918 33554432000 1073741824 1073778376 140735609965760 139856865446696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20008] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20008/stat : 20008 (java) S 20000 20003 15709 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 23690020 10060525568 46918 33554432000 1073741824 1073778376 140735609965760 139856864394152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20003/tid=20009] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20009/stat : 20009 (java) S 20000 20003 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23690020 10060525568 46918 33554432000 1073741824 1073778376 140735609965760 139856863341608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20003/tid=20010] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20010/stat : 20010 (java) S 20000 20003 15709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 23690020 10060525568 46918 33554432000 1073741824 1073778376 140735609965760 139856862288040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20003/tid=20011] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20011/stat : 20011 (java) S 20000 20003 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23690020 10060525568 46918 33554432000 1073741824 1073778376 140735609965760 139856861235496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20003/tid=20012] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20012/stat : 20012 (java) S 20000 20003 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23690020 10060525568 46918 33554432000 1073741824 1073778376 140735609965760 139856860182952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20013] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20013/stat : 20013 (java) S 20000 20003 15709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23690020 10060525568 46918 33554432000 1073741824 1073778376 140735609965760 139856859130408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20014] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20014/stat : 20014 (java) S 20000 20003 15709 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23690021 10060525568 46918 33554432000 1073741824 1073778376 140735609965760 139856846932584 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20015] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20015/stat : 20015 (java) S 20000 20003 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23690022 10060525568 46918 33554432000 1073741824 1073778376 140735609965760 139856845878904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20016] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20016/stat : 20016 (java) S 20000 20003 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23690022 10060525568 46918 33554432000 1073741824 1073778376 140735609965760 139856844826248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20017] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20017/stat : 20017 (java) S 20000 20003 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23690024 10060525568 46918 33554432000 1073741824 1073778376 140735609965760 139856843774992 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20018] ppid=20000 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/20003/task/20018/stat : 20018 (java) R 20000 20003 15709 0 -1 4202560 9885 0 0 0 81 1 0 0 20 0 22 0 23690024 10060525568 46918 33554432000 1073741824 1073778376 140735609965760 139856842708616 217413891132 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20019] ppid=20000 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/20003/task/20019/stat : 20019 (java) R 20000 20003 15709 0 -1 4202560 6386 0 0 0 86 1 0 0 20 0 22 0 23690024 10060525568 46918 33554432000 1073741824 1073778376 140735609965760 139856841655856 217413893176 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20020] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20020/stat : 20020 (java) S 20000 20003 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23690024 10060525568 46918 33554432000 1073741824 1073778376 140735609965760 139856840616440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20021] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20021/stat : 20021 (java) S 20000 20003 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23690024 10060525568 46918 33554432000 1073741824 1073778376 140735609965760 139856839564104 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20003/tid=20022] ppid=20000 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/20003/task/20022/stat : 20022 (java) R 20000 20003 15709 0 -1 4202560 24 0 0 0 107 0 0 0 20 0 22 0 23690058 10060525568 46918 33554432000 1073741824 1073778376 140735609965760 139856838509432 139856895903666 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20023] ppid=20000 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/20003/task/20023/stat : 20023 (java) R 20000 20003 15709 0 -1 4202560 81 0 0 0 105 1 0 0 20 0 22 0 23690058 10060525568 46918 33554432000 1073741824 1073778376 140735609965760 139856837455976 139856895740329 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20003/tid=20024] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20024/stat : 20024 (java) S 20000 20003 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23690061 10060525568 46918 33554432000 1073741824 1073778376 140735609965760 139856836404776 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20003/tid=20025] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20025/stat : 20025 (java) S 20000 20003 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23690061 10060525568 46918 33554432000 1073741824 1073778376 140735609965760 139856835352232 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 9824732

[startup+3.10097 s]
/proc/loadavg: 4.17 4.25 4.24 5/220 20025
/proc/meminfo: memFree=27067068/32872528 swapFree=1534436/1655032
[pid=20003] ppid=20000 vsize=9824732 CPUtime=7.82 cores=1,3,5,7
/proc/20003/stat : 20003 (java) S 20000 20003 15709 0 -1 4202496 21220 0 1 0 767 15 0 0 20 0 22 0 23690019 10060525568 91655 33554432000 1073741824 1073778376 140735609965760 140735609956896 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20003/statm: 2456183 91655 2284 9 0 2446860 0
[pid=20003/tid=20005] ppid=20000 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/20003/task/20005/stat : 20005 (java) S 20000 20003 15709 0 -1 4202560 2486 0 1 0 34 2 0 0 20 0 22 0 23690020 10060525568 91655 33554432000 1073741824 1073778376 140735609965760 139857022747512 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20006] ppid=20000 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20003/task/20006/stat : 20006 (java) S 20000 20003 15709 0 -1 4202560 43 0 0 0 3 1 0 0 20 0 22 0 23690020 10060525568 91655 33554432000 1073741824 1073778376 140735609965760 139856866499240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20003/tid=20007] ppid=20000 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20003/task/20007/stat : 20007 (java) S 20000 20003 15709 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 23690020 10060525568 91655 33554432000 1073741824 1073778376 140735609965760 139856865446696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20008] ppid=20000 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20003/task/20008/stat : 20008 (java) S 20000 20003 15709 0 -1 4202560 43 0 0 0 3 0 0 0 20 0 22 0 23690020 10060525568 91655 33554432000 1073741824 1073778376 140735609965760 139856864394152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20009] ppid=20000 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/20003/task/20009/stat : 20009 (java) S 20000 20003 15709 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 22 0 23690020 10060525568 91655 33554432000 1073741824 1073778376 140735609965760 139856863341608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20010] ppid=20000 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/20003/task/20010/stat : 20010 (java) S 20000 20003 15709 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 22 0 23690020 10060525568 91655 33554432000 1073741824 1073778376 140735609965760 139856862288040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20011] ppid=20000 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20003/task/20011/stat : 20011 (java) S 20000 20003 15709 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 23690020 10060525568 91655 33554432000 1073741824 1073778376 140735609965760 139856861235496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20012] ppid=20000 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20003/task/20012/stat : 20012 (java) S 20000 20003 15709 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 23690020 10060525568 91655 33554432000 1073741824 1073778376 140735609965760 139856860182952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20013] ppid=20000 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20003/task/20013/stat : 20013 (java) S 20000 20003 15709 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 22 0 23690020 10060525568 91655 33554432000 1073741824 1073778376 140735609965760 139856859130408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20014] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20014/stat : 20014 (java) S 20000 20003 15709 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23690021 10060525568 91655 33554432000 1073741824 1073778376 140735609965760 139856846932584 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20003/tid=20015] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20015/stat : 20015 (java) S 20000 20003 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23690022 10060525568 91655 33554432000 1073741824 1073778376 140735609965760 139856845878904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20016] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20016/stat : 20016 (java) S 20000 20003 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23690022 10060525568 91655 33554432000 1073741824 1073778376 140735609965760 139856844826248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20017] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20017/stat : 20017 (java) S 20000 20003 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23690024 10060525568 91655 33554432000 1073741824 1073778376 140735609965760 139856843774992 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20018] ppid=20000 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/20003/task/20018/stat : 20018 (java) S 20000 20003 15709 0 -1 4202560 10495 0 0 0 89 2 0 0 20 0 22 0 23690024 10060525568 91655 33554432000 1073741824 1073778376 140735609965760 139856842721336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20003/tid=20019] ppid=20000 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/20003/task/20019/stat : 20019 (java) S 20000 20003 15709 0 -1 4202560 6396 0 0 0 95 1 0 0 20 0 22 0 23690024 10060525568 91655 33554432000 1073741824 1073778376 140735609965760 139856841668792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20020] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20020/stat : 20020 (java) S 20000 20003 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23690024 10060525568 91655 33554432000 1073741824 1073778376 140735609965760 139856840616440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20021] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20021/stat : 20021 (java) S 20000 20003 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23690024 10060525568 91655 33554432000 1073741824 1073778376 140735609965760 139856839564104 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20003/tid=20022] ppid=20000 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/20003/task/20022/stat : 20022 (java) R 20000 20003 15709 0 -1 4202560 25 0 0 0 256 0 0 0 20 0 22 0 23690058 10060525568 91655 33554432000 1073741824 1073778376 140735609965760 139856838507280 139856895903671 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20023] ppid=20000 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/20003/task/20023/stat : 20023 (java) R 20000 20003 15709 0 -1 4202560 140 0 0 0 254 3 0 0 20 0 22 0 23690058 10060525568 91655 33554432000 1073741824 1073778376 140735609965760 139856837454928 139856895672816 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20003/tid=20024] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20024/stat : 20024 (java) S 20000 20003 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23690061 10060525568 91655 33554432000 1073741824 1073778376 140735609965760 139856836404776 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20003/tid=20025] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20025/stat : 20025 (java) S 20000 20003 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23690061 10060525568 91655 33554432000 1073741824 1073778376 140735609965760 139856835352232 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.17 4.25 4.24 5/220 20025
/proc/meminfo: memFree=26735300/32872528 swapFree=1534436/1655032
[pid=20003] ppid=20000 vsize=9824732 CPUtime=14.54 cores=1,3,5,7
/proc/20003/stat : 20003 (java) S 20000 20003 15709 0 -1 4202496 22700 0 1 0 1426 28 0 0 20 0 22 0 23690019 10060525568 177161 33554432000 1073741824 1073778376 140735609965760 140735609956896 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20003/statm: 2456183 177161 2284 9 0 2446860 0
[pid=20003/tid=20005] ppid=20000 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/20003/task/20005/stat : 20005 (java) S 20000 20003 15709 0 -1 4202560 2487 0 1 0 34 2 0 0 20 0 22 0 23690020 10060525568 177161 33554432000 1073741824 1073778376 140735609965760 139857022747512 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20006] ppid=20000 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/20003/task/20006/stat : 20006 (java) S 20000 20003 15709 0 -1 4202560 68 0 0 0 6 3 0 0 20 0 22 0 23690020 10060525568 177161 33554432000 1073741824 1073778376 140735609965760 139856866499240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20007] ppid=20000 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20003/task/20007/stat : 20007 (java) S 20000 20003 15709 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 23690020 10060525568 177161 33554432000 1073741824 1073778376 140735609965760 139856865446696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20008] ppid=20000 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/20003/task/20008/stat : 20008 (java) S 20000 20003 15709 0 -1 4202560 60 0 0 0 4 1 0 0 20 0 22 0 23690020 10060525568 177161 33554432000 1073741824 1073778376 140735609965760 139856864394152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20003/tid=20009] ppid=20000 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/20003/task/20009/stat : 20009 (java) S 20000 20003 15709 0 -1 4202560 48 0 0 0 6 1 0 0 20 0 22 0 23690020 10060525568 177161 33554432000 1073741824 1073778376 140735609965760 139856863341608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20010] ppid=20000 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/20003/task/20010/stat : 20010 (java) S 20000 20003 15709 0 -1 4202560 50 0 0 0 6 2 0 0 20 0 22 0 23690020 10060525568 177161 33554432000 1073741824 1073778376 140735609965760 139856862288040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20011] ppid=20000 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20003/task/20011/stat : 20011 (java) S 20000 20003 15709 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 22 0 23690020 10060525568 177161 33554432000 1073741824 1073778376 140735609965760 139856861235496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20012] ppid=20000 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20003/task/20012/stat : 20012 (java) S 20000 20003 15709 0 -1 4202560 37 0 0 0 5 1 0 0 20 0 22 0 23690020 10060525568 177161 33554432000 1073741824 1073778376 140735609965760 139856860182952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20003/tid=20013] ppid=20000 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/20003/task/20013/stat : 20013 (java) S 20000 20003 15709 0 -1 4202560 47 0 0 0 4 1 0 0 20 0 22 0 23690020 10060525568 177161 33554432000 1073741824 1073778376 140735609965760 139856859130408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20014] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20014/stat : 20014 (java) S 20000 20003 15709 0 -1 4202560 460 0 0 0 0 0 0 0 20 0 22 0 23690021 10060525568 177161 33554432000 1073741824 1073778376 140735609965760 139856846932584 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20003/tid=20015] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20015/stat : 20015 (java) S 20000 20003 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23690022 10060525568 177161 33554432000 1073741824 1073778376 140735609965760 139856845878904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20016] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20016/stat : 20016 (java) S 20000 20003 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23690022 10060525568 177161 33554432000 1073741824 1073778376 140735609965760 139856844826248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20017] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20017/stat : 20017 (java) S 20000 20003 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23690024 10060525568 177161 33554432000 1073741824 1073778376 140735609965760 139856843774992 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20018] ppid=20000 vsize=9824732 CPUtime=1.04 cores=1,3,5,7

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

/proc/20003/task/20008/stat : 20008 (java) S 20000 20003 15709 0 -1 4202560 499 0 0 0 197 13 0 0 20 0 22 0 23690020 10060525568 743089 33554432000 1073741824 1073778376 140735609965760 139856864394152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20003/tid=20009] ppid=20000 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/20003/task/20009/stat : 20009 (java) S 20000 20003 15709 0 -1 4202560 525 0 0 0 201 12 0 0 20 0 22 0 23690020 10060525568 743089 33554432000 1073741824 1073778376 140735609965760 139856863341608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20010] ppid=20000 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/20003/task/20010/stat : 20010 (java) S 20000 20003 15709 0 -1 4202560 619 0 0 0 200 15 0 0 20 0 22 0 23690020 10060525568 743089 33554432000 1073741824 1073778376 140735609965760 139856862288040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20011] ppid=20000 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/20003/task/20011/stat : 20011 (java) S 20000 20003 15709 0 -1 4202560 391 0 0 0 203 12 0 0 20 0 22 0 23690020 10060525568 743089 33554432000 1073741824 1073778376 140735609965760 139856861235496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20003/tid=20012] ppid=20000 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/20003/task/20012/stat : 20012 (java) S 20000 20003 15709 0 -1 4202560 529 0 0 0 207 14 0 0 20 0 22 0 23690020 10060525568 743089 33554432000 1073741824 1073778376 140735609965760 139856860182952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20003/tid=20013] ppid=20000 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/20003/task/20013/stat : 20013 (java) S 20000 20003 15709 0 -1 4202560 595 0 0 0 200 13 0 0 20 0 22 0 23690020 10060525568 743089 33554432000 1073741824 1073778376 140735609965760 139856859130408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20003/tid=20014] ppid=20000 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/20003/task/20014/stat : 20014 (java) S 20000 20003 15709 0 -1 4202560 2308 0 0 0 272 9 0 0 20 0 22 0 23690021 10060525568 743089 33554432000 1073741824 1073778376 140735609965760 139856846932584 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20015] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20015/stat : 20015 (java) S 20000 20003 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23690022 10060525568 743089 33554432000 1073741824 1073778376 140735609965760 139856845878904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20016] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20016/stat : 20016 (java) S 20000 20003 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23690022 10060525568 743089 33554432000 1073741824 1073778376 140735609965760 139856844826248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20017] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20017/stat : 20017 (java) S 20000 20003 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23690024 10060525568 743089 33554432000 1073741824 1073778376 140735609965760 139856843774992 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20018] ppid=20000 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/20003/task/20018/stat : 20018 (java) S 20000 20003 15709 0 -1 4202560 10959 0 0 0 138 2 0 0 20 0 22 0 23690024 10060525568 743089 33554432000 1073741824 1073778376 140735609965760 139856842721336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20019] ppid=20000 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/20003/task/20019/stat : 20019 (java) S 20000 20003 15709 0 -1 4202560 8935 0 0 0 148 2 0 0 20 0 22 0 23690024 10060525568 743089 33554432000 1073741824 1073778376 140735609965760 139856841668792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20020] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20020/stat : 20020 (java) S 20000 20003 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23690024 10060525568 743089 33554432000 1073741824 1073778376 140735609965760 139856840616440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20021] ppid=20000 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/20003/task/20021/stat : 20021 (java) S 20000 20003 15709 0 -1 4202560 47 0 0 0 15 21 0 0 20 0 22 0 23690024 10060525568 743089 33554432000 1073741824 1073778376 140735609965760 139856839564104 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20022] ppid=20000 vsize=9824732 CPUtime=812.05 cores=1,3,5,7
/proc/20003/task/20022/stat : 20022 (java) R 20000 20003 15709 0 -1 4202560 88 0 0 0 81192 13 0 0 20 0 22 0 23690058 10060525568 743089 33554432000 1073741824 1073778376 140735609965760 139856838508192 139856895821500 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20023] ppid=20000 vsize=9824732 CPUtime=812.1 cores=1,3,5,7
/proc/20003/task/20023/stat : 20023 (java) R 20000 20003 15709 0 -1 4202560 2405 0 0 0 81161 49 0 0 20 0 22 0 23690058 10060525568 743089 33554432000 1073741824 1073778376 140735609965760 139856837454656 139856895740352 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20003/tid=20024] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20024/stat : 20024 (java) S 20000 20003 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23690061 10060525568 743089 33554432000 1073741824 1073778376 140735609965760 139856836404776 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20003/tid=20025] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20025/stat : 20025 (java) S 20000 20003 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23690061 10060525568 743089 33554432000 1073741824 1073778376 140735609965760 139856835352232 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1651.96
Current children cumulated vsize (KiB) 9824732

[startup+882.337 s]
/proc/loadavg: 4.13 4.23 4.21 5/219 20123
/proc/meminfo: memFree=23629520/32872528 swapFree=1534436/1655032
[pid=20003] ppid=20000 vsize=9824732 CPUtime=1772.6 cores=1,3,5,7
/proc/20003/stat : 20003 (java) S 20000 20003 15709 0 -1 4202496 32863 0 1 0 177076 184 0 0 20 0 22 0 23690019 10060525568 683602 33554432000 1073741824 1073778376 140735609965760 140735609956896 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20003/statm: 2456183 683602 2293 9 0 2446860 0
[pid=20003/tid=20005] ppid=20000 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/20003/task/20005/stat : 20005 (java) S 20000 20003 15709 0 -1 4202560 2496 0 1 0 38 4 0 0 20 0 22 0 23690020 10060525568 683602 33554432000 1073741824 1073778376 140735609965760 139857022747512 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20003/tid=20006] ppid=20000 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/20003/task/20006/stat : 20006 (java) S 20000 20003 15709 0 -1 4202560 562 0 0 0 229 17 0 0 20 0 22 0 23690020 10060525568 683602 33554432000 1073741824 1073778376 140735609965760 139856866499240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20007] ppid=20000 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/20003/task/20007/stat : 20007 (java) S 20000 20003 15709 0 -1 4202560 487 0 0 0 212 15 0 0 20 0 22 0 23690020 10060525568 683602 33554432000 1073741824 1073778376 140735609965760 139856865446696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20003/tid=20008] ppid=20000 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/20003/task/20008/stat : 20008 (java) S 20000 20003 15709 0 -1 4202560 504 0 0 0 213 13 0 0 20 0 22 0 23690020 10060525568 683602 33554432000 1073741824 1073778376 140735609965760 139856864394152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20009] ppid=20000 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/20003/task/20009/stat : 20009 (java) R 20000 20003 15709 0 -1 4202560 529 0 0 0 216 13 0 0 20 0 22 0 23690020 10060525568 683602 33554432000 1073741824 1073778376 140735609965760 139856863341576 217413891132 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20003/tid=20010] ppid=20000 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/20003/task/20010/stat : 20010 (java) S 20000 20003 15709 0 -1 4202560 629 0 0 0 220 16 0 0 20 0 22 0 23690020 10060525568 683602 33554432000 1073741824 1073778376 140735609965760 139856862288040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20011] ppid=20000 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/20003/task/20011/stat : 20011 (java) S 20000 20003 15709 0 -1 4202560 395 0 0 0 217 13 0 0 20 0 22 0 23690020 10060525568 683602 33554432000 1073741824 1073778376 140735609965760 139856861235496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20012] ppid=20000 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/20003/task/20012/stat : 20012 (java) S 20000 20003 15709 0 -1 4202560 548 0 0 0 219 14 0 0 20 0 22 0 23690020 10060525568 683602 33554432000 1073741824 1073778376 140735609965760 139856860182952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20013] ppid=20000 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/20003/task/20013/stat : 20013 (java) S 20000 20003 15709 0 -1 4202560 598 0 0 0 218 14 0 0 20 0 22 0 23690020 10060525568 683602 33554432000 1073741824 1073778376 140735609965760 139856859130408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20003/tid=20014] ppid=20000 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/20003/task/20014/stat : 20014 (java) S 20000 20003 15709 0 -1 4202560 2402 0 0 0 272 10 0 0 20 0 22 0 23690021 10060525568 683602 33554432000 1073741824 1073778376 140735609965760 139856846931464 217413891132 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20015] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20015/stat : 20015 (java) S 20000 20003 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23690022 10060525568 683602 33554432000 1073741824 1073778376 140735609965760 139856845878904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20016] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20016/stat : 20016 (java) S 20000 20003 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23690022 10060525568 683602 33554432000 1073741824 1073778376 140735609965760 139856844826248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20017] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20017/stat : 20017 (java) S 20000 20003 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23690024 10060525568 683602 33554432000 1073741824 1073778376 140735609965760 139856843774992 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20018] ppid=20000 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/20003/task/20018/stat : 20018 (java) S 20000 20003 15709 0 -1 4202560 10959 0 0 0 138 2 0 0 20 0 22 0 23690024 10060525568 683602 33554432000 1073741824 1073778376 140735609965760 139856842721336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20019] ppid=20000 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/20003/task/20019/stat : 20019 (java) S 20000 20003 15709 0 -1 4202560 8935 0 0 0 148 2 0 0 20 0 22 0 23690024 10060525568 683602 33554432000 1073741824 1073778376 140735609965760 139856841668792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20020] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20020/stat : 20020 (java) S 20000 20003 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23690024 10060525568 683602 33554432000 1073741824 1073778376 140735609965760 139856840616440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20021] ppid=20000 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/20003/task/20021/stat : 20021 (java) S 20000 20003 15709 0 -1 4202560 51 0 0 0 16 22 0 0 20 0 22 0 23690024 10060525568 683602 33554432000 1073741824 1073778376 140735609965760 139856839564104 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20003/tid=20022] ppid=20000 vsize=9824732 CPUtime=871.58 cores=1,3,5,7
/proc/20003/task/20022/stat : 20022 (java) S 20000 20003 15709 0 -1 4202560 97 0 0 0 87144 14 0 0 20 0 22 0 23690058 10060525568 683602 33554432000 1073741824 1073778376 140735609965760 139856838507992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20023] ppid=20000 vsize=9824732 CPUtime=871.61 cores=1,3,5,7
/proc/20003/task/20023/stat : 20023 (java) S 20000 20003 15709 0 -1 4202560 2406 0 0 0 87111 50 0 0 20 0 22 0 23690058 10060525568 683602 33554432000 1073741824 1073778376 140735609965760 139856837454776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20003/tid=20024] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20024/stat : 20024 (java) S 20000 20003 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23690061 10060525568 683602 33554432000 1073741824 1073778376 140735609965760 139856836404776 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20003/tid=20025] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20025/stat : 20025 (java) S 20000 20003 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23690061 10060525568 683602 33554432000 1073741824 1073778376 140735609965760 139856835352232 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1772.6
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.001 s]
/proc/loadavg: 4.25 4.25 4.22 5/219 20123
/proc/meminfo: memFree=23503724/32872528 swapFree=1534436/1655032
[pid=20003] ppid=20000 vsize=9824732 CPUtime=1800.04 cores=1,3,5,7
/proc/20003/stat : 20003 (java) S 20000 20003 15709 0 -1 4202496 32879 0 1 0 179819 185 0 0 20 0 22 0 23690019 10060525568 660494 33554432000 1073741824 1073778376 140735609965760 140735609956896 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20003/statm: 2456183 660494 2293 9 0 2446860 0
[pid=20003/tid=20005] ppid=20000 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/20003/task/20005/stat : 20005 (java) S 20000 20003 15709 0 -1 4202560 2496 0 1 0 38 4 0 0 20 0 22 0 23690020 10060525568 660494 33554432000 1073741824 1073778376 140735609965760 139857022747512 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20003/tid=20006] ppid=20000 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/20003/task/20006/stat : 20006 (java) S 20000 20003 15709 0 -1 4202560 564 0 0 0 232 17 0 0 20 0 22 0 23690020 10060525568 660494 33554432000 1073741824 1073778376 140735609965760 139856866499240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20007] ppid=20000 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/20003/task/20007/stat : 20007 (java) S 20000 20003 15709 0 -1 4202560 488 0 0 0 214 15 0 0 20 0 22 0 23690020 10060525568 660494 33554432000 1073741824 1073778376 140735609965760 139856865446696 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20008] ppid=20000 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/20003/task/20008/stat : 20008 (java) S 20000 20003 15709 0 -1 4202560 505 0 0 0 218 14 0 0 20 0 22 0 23690020 10060525568 660494 33554432000 1073741824 1073778376 140735609965760 139856864394152 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20003/tid=20009] ppid=20000 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/20003/task/20009/stat : 20009 (java) S 20000 20003 15709 0 -1 4202560 530 0 0 0 219 13 0 0 20 0 22 0 23690020 10060525568 660494 33554432000 1073741824 1073778376 140735609965760 139856863341608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20010] ppid=20000 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/20003/task/20010/stat : 20010 (java) S 20000 20003 15709 0 -1 4202560 631 0 0 0 224 16 0 0 20 0 22 0 23690020 10060525568 660494 33554432000 1073741824 1073778376 140735609965760 139856862288040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20003/tid=20011] ppid=20000 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/20003/task/20011/stat : 20011 (java) S 20000 20003 15709 0 -1 4202560 396 0 0 0 220 13 0 0 20 0 22 0 23690020 10060525568 660494 33554432000 1073741824 1073778376 140735609965760 139856861235496 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20003/tid=20012] ppid=20000 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/20003/task/20012/stat : 20012 (java) S 20000 20003 15709 0 -1 4202560 554 0 0 0 221 14 0 0 20 0 22 0 23690020 10060525568 660494 33554432000 1073741824 1073778376 140735609965760 139856860182952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20013] ppid=20000 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/20003/task/20013/stat : 20013 (java) S 20000 20003 15709 0 -1 4202560 598 0 0 0 220 14 0 0 20 0 22 0 23690020 10060525568 660494 33554432000 1073741824 1073778376 140735609965760 139856859130408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20003/tid=20014] ppid=20000 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/20003/task/20014/stat : 20014 (java) S 20000 20003 15709 0 -1 4202560 2402 0 0 0 272 10 0 0 20 0 22 0 23690021 10060525568 660494 33554432000 1073741824 1073778376 140735609965760 139856846932584 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20015] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20015/stat : 20015 (java) S 20000 20003 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23690022 10060525568 660494 33554432000 1073741824 1073778376 140735609965760 139856845878904 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20016] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20016/stat : 20016 (java) S 20000 20003 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23690022 10060525568 660494 33554432000 1073741824 1073778376 140735609965760 139856844826248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20017] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20017/stat : 20017 (java) S 20000 20003 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23690024 10060525568 660494 33554432000 1073741824 1073778376 140735609965760 139856843774992 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20018] ppid=20000 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/20003/task/20018/stat : 20018 (java) S 20000 20003 15709 0 -1 4202560 10959 0 0 0 138 2 0 0 20 0 22 0 23690024 10060525568 660494 33554432000 1073741824 1073778376 140735609965760 139856842721336 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20019] ppid=20000 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/20003/task/20019/stat : 20019 (java) S 20000 20003 15709 0 -1 4202560 8935 0 0 0 148 2 0 0 20 0 22 0 23690024 10060525568 660494 33554432000 1073741824 1073778376 140735609965760 139856841668792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20020] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20020/stat : 20020 (java) S 20000 20003 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23690024 10060525568 660494 33554432000 1073741824 1073778376 140735609965760 139856840616440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20021] ppid=20000 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/20003/task/20021/stat : 20021 (java) S 20000 20003 15709 0 -1 4202560 51 0 0 0 16 23 0 0 20 0 22 0 23690024 10060525568 660494 33554432000 1073741824 1073778376 140735609965760 139856839564104 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20003/tid=20022] ppid=20000 vsize=9824732 CPUtime=885.14 cores=1,3,5,7
/proc/20003/task/20022/stat : 20022 (java) R 20000 20003 15709 0 -1 4202560 99 0 0 0 88500 14 0 0 20 0 22 0 23690058 10060525568 660494 33554432000 1073741824 1073778376 140735609965760 139856838508176 139856895821500 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20003/tid=20023] ppid=20000 vsize=9824732 CPUtime=885.16 cores=1,3,5,7
/proc/20003/task/20023/stat : 20023 (java) R 20000 20003 15709 0 -1 4202560 2406 0 0 0 88466 50 0 0 20 0 22 0 23690058 10060525568 660494 33554432000 1073741824 1073778376 140735609965760 139856837454880 139856895619025 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20003/tid=20024] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20024/stat : 20024 (java) S 20000 20003 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23690061 10060525568 660494 33554432000 1073741824 1073778376 140735609965760 139856836404776 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20003/tid=20025] ppid=20000 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20003/task/20025/stat : 20025 (java) S 20000 20003 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23690061 10060525568 660494 33554432000 1073741824 1073778376 140735609965760 139856835352232 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 20003 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 20003 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=749308
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=372639
# CPU time returned by wait4() is 1796.12
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.064
CPU time (s): 1800.04
CPU user time (s): 1798.19
CPU system time (s): 1.85
CPU usage (%): 200.883
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.75
system time used= 2.37264
maximum resident set size= 3414420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32921
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24535
involuntary context switches= 32953

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.47517 second user time and 7.83081 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 04:20:16
IDJOB=4101890
IDBENCH=1807
IDSOLVER=2543
FILE ID=node122/4101890-1466216416
RUNJOBID= node122-1466206083-15726
PBS_JOBID= 19918155
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-pp08a.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101890-1466216416/watcher-4101890-1466216416 -o /tmp/evaluation-result-4101890-1466216416/solver-4101890-1466216416 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15726 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101890-1466216416.opb

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

MD5SUM BENCH= da103607b020ad44cf05bd0679eb486a
RANDOM SEED=1347815362

node122.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.769
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.53
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.769
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.769
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.769
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.769
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.53
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.769
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.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27372776 kB
Buffers:          131920 kB
Cached:          1635212 kB
SwapCached:            0 kB
Active:          1406888 kB
Inactive:        1682044 kB
Active(anon):    1324352 kB
Inactive(anon):        0 kB
Active(file):      82536 kB
Inactive(file):  1682044 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1040 kB
Writeback:             0 kB
AnonPages:       3003176 kB
Mapped:            21156 kB
Shmem:               204 kB
Slab:             609124 kB
SReclaimable:      52340 kB
SUnreclaim:       556784 kB
KernelStack:        1784 kB
PageTables:        10464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3256296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1409024 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= 71740 MiB
End job on node122 at 2016-06-18 04:35:12