Trace number 4101562

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 897.852

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-tr12-30.opb
MD5SUM93a0ff34a98f6d4593d65282fbf98be9
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21960
Total number of constraints750
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 constraints750
Minimum length of a constraint31
Maximum length of a constraint372
Number of terms in the objective function 11160
Biggest coefficient in the objective function 1295
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 533310
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261781
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 533310
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.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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4101562-1466214699.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.12/0.59	c ... done. Wall clock time 0.471s.
1.12/0.59	c declared #vars     21960
1.12/0.59	c #constraints  1110
1.12/0.59	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.12/0.59	c constraints type 
1.12/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1110
1.12/0.59	c 1110 constraints processed.
1.12/0.59	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.12/0.59	c constraints type 
1.12/0.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1110
1.12/0.59	c 1110 constraints processed.
1.12/0.59	c objective function length is 11160 literals
3.79/1.35	c cleaning 2500 clauses out of 5000 with flag 11727/5001
5.43/2.10	c cleaning 4250 clauses out of 8502 with flag 25526/11003
7.54/3.06	c cleaning 5629 clauses out of 11257 with flag 42055/18008
8.54/3.57	c cleaning 6801 clauses out of 13620 with flag 59870/26001
10.16/4.31	c cleaning 7906 clauses out of 15820 with flag 79655/35002
12.03/5.22	c cleaning 8946 clauses out of 17912 with flag 103261/45000
14.04/6.24	c cleaning 9982 clauses out of 19967 with flag 128845/56001
16.44/7.40	c cleaning 10986 clauses out of 21984 with flag 158463/68000
19.54/8.95	c cleaning 11996 clauses out of 23998 with flag 189270/81000
22.32/10.35	c cleaning 12997 clauses out of 26002 with flag 221579/95000
25.75/12.04	c cleaning 13994 clauses out of 28005 with flag 258744/110000
29.34/13.82	c cleaning 15000 clauses out of 30011 with flag 297378/126000
33.55/15.97	c cleaning 16005 clauses out of 32012 with flag 335734/143001
38.74/18.51	c cleaning 16996 clauses out of 34006 with flag 375917/161000
43.85/21.06	c cleaning 17999 clauses out of 36011 with flag 419075/180001
49.23/23.73	c cleaning 19005 clauses out of 38011 with flag 468144/200000
55.76/26.94	c cleaning 20004 clauses out of 40008 with flag 518535/221002
62.56/30.31	c cleaning 21000 clauses out of 42002 with flag 569625/243000
69.36/33.77	c cleaning 21995 clauses out of 44003 with flag 623107/266001
77.17/37.66	c cleaning 22994 clauses out of 46007 with flag 679661/290000
86.34/42.15	c cleaning 24002 clauses out of 48014 with flag 737845/315001
95.34/46.60	c cleaning 25004 clauses out of 50015 with flag 796119/341004
106.93/52.44	c cleaning 26002 clauses out of 52007 with flag 862785/368000
118.72/58.24	c cleaning 27003 clauses out of 54005 with flag 929463/396000
129.31/63.52	c cleaning 27995 clauses out of 56002 with flag 995152/425000
141.12/69.49	c cleaning 29003 clauses out of 58008 with flag 1065094/455001
156.35/76.95	c cleaning 29995 clauses out of 60005 with flag 1139461/486001
171.96/84.75	c cleaning 30994 clauses out of 62010 with flag 1215525/518001
187.88/92.62	c cleaning 32006 clauses out of 64016 with flag 1294687/551001
203.28/100.37	c cleaning 33004 clauses out of 66011 with flag 1371533/585002
220.71/109.35	c cleaning 33998 clauses out of 68005 with flag 1454010/620000
241.12/119.51	c cleaning 34999 clauses out of 70007 with flag 1544196/656000
255.97/126.98	c cleaning 36001 clauses out of 72009 with flag 1631668/693001
271.97/134.99	c cleaning 36990 clauses out of 74007 with flag 1728046/731000
291.28/144.59	c cleaning 38005 clauses out of 76020 with flag 1829961/770003
311.67/154.76	c cleaning 39003 clauses out of 78012 with flag 1935604/810000
332.81/165.26	c cleaning 40001 clauses out of 80011 with flag 2045212/851002
351.80/174.77	c cleaning 41004 clauses out of 82009 with flag 2149892/893001
372.60/185.19	c cleaning 41999 clauses out of 84005 with flag 2256745/936001
394.40/196.00	c cleaning 42991 clauses out of 86006 with flag 2364924/980001
417.00/207.31	c cleaning 44004 clauses out of 88014 with flag 2476242/1025000
444.98/221.25	c cleaning 44998 clauses out of 90010 with flag 2591500/1071000
477.18/237.65	c cleaning 46001 clauses out of 92013 with flag 2705988/1118001
510.64/254.35	c cleaning 46997 clauses out of 94012 with flag 2822137/1166001
544.69/271.31	c cleaning 47997 clauses out of 96014 with flag 2938785/1215000
580.17/289.00	c cleaning 49003 clauses out of 98017 with flag 3060424/1265000
619.54/308.64	c cleaning 50001 clauses out of 100015 with flag 3182479/1316001
633.68/315.70	c cleaning 0 clauses out of 5000 with flag 0/5000
656.04/326.69	c cleaning 51002 clauses out of 102015 with flag 3303279/1368002
699.21/348.10	c cleaning 52000 clauses out of 104012 with flag 3425103/1421001
734.17/365.58	c cleaning 52999 clauses out of 106011 with flag 3551322/1475000
770.58/383.75	c cleaning 54002 clauses out of 108013 with flag 3680113/1530001
805.97/401.41	c cleaning 54997 clauses out of 110010 with flag 3809762/1586000
841.35/419.02	c cleaning 56002 clauses out of 112014 with flag 3940792/1643001
877.95/437.33	c cleaning 56989 clauses out of 114011 with flag 4074258/1701000
915.14/456.00	c cleaning 58013 clauses out of 116026 with flag 4208124/1760004
952.10/474.31	c cleaning 59007 clauses out of 118013 with flag 4347596/1820004
997.29/497.00	c cleaning 59993 clauses out of 120002 with flag 4493123/1881000
1035.27/515.80	c cleaning 60996 clauses out of 122009 with flag 4642464/1943000
1078.27/537.31	c cleaning 62003 clauses out of 124013 with flag 4787994/2006000
1124.47/560.50	c cleaning 62997 clauses out of 126011 with flag 4939486/2070001
1172.09/584.25	c cleaning 63997 clauses out of 128014 with flag 5094982/2135001
1217.27/606.82	c cleaning 65011 clauses out of 130022 with flag 5259782/2201006
1263.02/629.64	c cleaning 65996 clauses out of 132005 with flag 5426568/2268000
1308.44/652.39	c cleaning 67001 clauses out of 134009 with flag 5592204/2336000
1356.22/676.28	c cleaning 67995 clauses out of 136008 with flag 5760900/2405000
1411.22/703.73	c cleaning 69006 clauses out of 138014 with flag 5938046/2475001
1465.22/730.75	c cleaning 70000 clauses out of 140008 with flag 6105036/2546001
1525.56/760.86	c cleaning 70997 clauses out of 142009 with flag 6272745/2618002
1587.72/791.81	c cleaning 72002 clauses out of 144010 with flag 6443349/2691000
1656.97/826.35	c cleaning 72994 clauses out of 146010 with flag 6612721/2765002
1739.62/867.48	c cleaning 74004 clauses out of 148017 with flag 6787539/2840003
1800.02/897.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/897.80	c starts		: 3229
1800.02/897.80	c conflicts		: 2907203
1800.02/897.80	c decisions		: 5784939
1800.02/897.80	c propagations		: 105823773
1800.02/897.80	c inspects		: 15794305281
1800.02/897.80	c shortcuts		: 0
1800.02/897.80	c learnt literals	: 2
1800.02/897.80	c learnt binary clauses	: 6
1800.02/897.80	c learnt ternary clauses	: 3
1800.02/897.80	c learnt constraints	: 2907201
1800.02/897.80	c ignored constraints	: 0
1800.02/897.80	c root simplifications	: 0
1800.02/897.80	c removed literals (reason simplification)	: 3695715
1800.02/897.80	c reason swapping (by a shorter reason)	: 0
1800.02/897.80	c Calls to reduceDB	: 71
1800.02/897.80	c Number of update (reduction) of LBD	: 629755
1800.02/897.80	c Imported unit clauses	: 0
1800.02/897.80	c number of reductions to clauses (during analyze)	: 0
1800.02/897.80	c number of learned constraints concerned by reduction	: 0
1800.02/897.80	c number of learning phase by resolution	: 0
1800.02/897.80	c number of learning phase by cutting planes	: 0
1800.02/897.80	c speed (assignments/second)	: 117954.97094144372
1800.02/897.80	c non guided choices	3901
1800.02/897.83	c learnt constraints type 
1800.02/897.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
1800.02/897.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 141208
1800.02/897.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/897.83	c starts		: 20
1800.02/897.83	c conflicts		: 5907
1800.02/897.83	c decisions		: 81144
1800.02/897.83	c propagations		: 510526
1800.02/897.83	c inspects		: 75847535
1800.02/897.83	c shortcuts		: 0
1800.02/897.83	c learnt literals	: 0
1800.02/897.83	c learnt binary clauses	: 0
1800.02/897.83	c learnt ternary clauses	: 0
1800.02/897.83	c learnt constraints	: 5907
1800.02/897.83	c ignored constraints	: 0
1800.02/897.83	c root simplifications	: 0
1800.02/897.83	c removed literals (reason simplification)	: 0
1800.02/897.83	c reason swapping (by a shorter reason)	: 0
1800.02/897.83	c Calls to reduceDB	: 1
1800.02/897.83	c Number of update (reduction) of LBD	: 0
1800.02/897.83	c Imported unit clauses	: 0
1800.02/897.83	c number of reductions to clauses (during analyze)	: 0
1800.02/897.83	c number of learned constraints concerned by reduction	: 0
1800.02/897.83	c number of learning phase by resolution	: 0
1800.02/897.83	c number of learning phase by cutting planes	: 0
1800.02/897.83	c speed (assignments/second)	: 569.0359873246862
1800.02/897.83	c non guided choices	53
1800.02/897.83	c learnt constraints type 
1800.02/897.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5907
1800.02/897.83	s UNKNOWN
1800.02/897.83	c Total wall clock time (in seconds): 897.717

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-4101562-1466214699/watcher-4101562-1466214699 -o /tmp/evaluation-result-4101562-1466214699/solver-4101562-1466214699 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7346 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101562-1466214699.opb 

pid=11804
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.38 4.37 4.33 4/199 11807
/proc/meminfo: memFree=26856124/32872528 swapFree=1505436/1685308
[pid=11807] ppid=11804 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/11807/stat : 11807 (java) R 11804 11807 7329 0 -1 4202496 528 0 0 0 0 0 0 0 20 0 1 0 23515880 9515008 181 33554432000 1073741824 1073778376 140733369179536 140733369162264 215124623108 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11807/statm: 2323 182 140 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 4.38 4.37 4.33 4/199 11807
/proc/meminfo: memFree=26856124/32872528 swapFree=1505436/1685308
[pid=11807] ppid=11804 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/11807/stat : 11807 (java) S 11804 11807 7329 0 -1 4202496 4415 0 1 0 9 0 0 0 20 0 18 0 23515880 9787879424 6038 33554432000 1073741824 1073778376 140733369179536 140733369170672 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11807/statm: 2389619 6038 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200284 s]
/proc/loadavg: 4.38 4.37 4.33 4/199 11807
/proc/meminfo: memFree=26856124/32872528 swapFree=1505436/1685308
[pid=11807] ppid=11804 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/11807/stat : 11807 (java) S 11804 11807 7329 0 -1 4202496 5014 0 1 0 27 0 0 0 20 0 18 0 23515880 9787879424 7389 33554432000 1073741824 1073778376 140733369179536 140733369170672 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11807/statm: 2389619 7389 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300353 s]
/proc/loadavg: 4.38 4.37 4.33 4/199 11807
/proc/meminfo: memFree=26856124/32872528 swapFree=1505436/1685308
[pid=11807] ppid=11804 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/11807/stat : 11807 (java) S 11804 11807 7329 0 -1 4202496 6965 0 1 0 51 1 0 0 20 0 18 0 23515880 9787879424 10744 33554432000 1073741824 1073778376 140733369179536 140733369170672 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11807/statm: 2389619 10744 2237 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700194 s]
/proc/loadavg: 4.38 4.37 4.33 4/199 11807
/proc/meminfo: memFree=26856124/32872528 swapFree=1505436/1685308
[pid=11807] ppid=11804 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/11807/stat : 11807 (java) S 11804 11807 7329 0 -1 4202496 14274 0 1 0 165 4 0 0 20 0 22 0 23515880 10060525568 33091 33554432000 1073741824 1073778376 140733369179536 140733369170672 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11807/statm: 2456183 33091 2262 9 0 2446860 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 4.38 4.37 4.33 7/221 11829
/proc/meminfo: memFree=26666328/32872528 swapFree=1505436/1685308
[pid=11807] ppid=11804 vsize=9824732 CPUtime=4.27 cores=1,3,5,7
/proc/11807/stat : 11807 (java) S 11804 11807 7329 0 -1 4202496 14490 0 1 0 419 8 0 0 20 0 22 0 23515880 10060525568 49620 33554432000 1073741824 1073778376 140733369179536 140733369170672 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11807/statm: 2456183 49620 2291 9 0 2446860 0
[pid=11807/tid=11809] ppid=11804 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/11807/task/11809/stat : 11809 (java) S 11804 11807 7329 0 -1 4202560 2449 0 1 0 54 2 0 0 20 0 22 0 23515881 10060525568 49620 33554432000 1073741824 1073778376 140733369179536 140567852745592 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11810] ppid=11804 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11807/task/11810/stat : 11810 (java) S 11804 11807 7329 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 23515882 10060525568 49620 33554432000 1073741824 1073778376 140733369179536 140567841806504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11807/tid=11811] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11811/stat : 11811 (java) S 11804 11807 7329 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 23515882 10060525568 49620 33554432000 1073741824 1073778376 140733369179536 140567840753960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11812] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11812/stat : 11812 (java) S 11804 11807 7329 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23515882 10060525568 49620 33554432000 1073741824 1073778376 140733369179536 140567839701416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11807/tid=11813] ppid=11804 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11807/task/11813/stat : 11813 (java) S 11804 11807 7329 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 23515882 10060525568 49620 33554432000 1073741824 1073778376 140733369179536 140567838648872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11814] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11814/stat : 11814 (java) S 11804 11807 7329 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 23515882 10060525568 49620 33554432000 1073741824 1073778376 140733369179536 140567692130984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11815] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11815/stat : 11815 (java) S 11804 11807 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23515882 10060525568 49620 33554432000 1073741824 1073778376 140733369179536 140567691078440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11816] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11816/stat : 11816 (java) S 11804 11807 7329 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 23515882 10060525568 49620 33554432000 1073741824 1073778376 140733369179536 140567690025896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11807/tid=11817] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11817/stat : 11817 (java) S 11804 11807 7329 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 23515882 10060525568 49620 33554432000 1073741824 1073778376 140733369179536 140567688973352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11818] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11818/stat : 11818 (java) S 11804 11807 7329 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23515884 10060525568 49620 33554432000 1073741824 1073778376 140733369179536 140567676774504 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11819] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11819/stat : 11819 (java) S 11804 11807 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23515884 10060525568 49620 33554432000 1073741824 1073778376 140733369179536 140567675720824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11820] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11820/stat : 11820 (java) S 11804 11807 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23515884 10060525568 49620 33554432000 1073741824 1073778376 140733369179536 140567674668168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11821] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11821/stat : 11821 (java) S 11804 11807 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23515886 10060525568 49620 33554432000 1073741824 1073778376 140733369179536 140567673616912 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11822] ppid=11804 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/11807/task/11822/stat : 11822 (java) S 11804 11807 7329 0 -1 4202560 6184 0 0 0 84 2 0 0 20 0 22 0 23515886 10060525568 49620 33554432000 1073741824 1073778376 140733369179536 140567672564280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11823] ppid=11804 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/11807/task/11823/stat : 11823 (java) S 11804 11807 7329 0 -1 4202560 4372 0 0 0 97 1 0 0 20 0 22 0 23515886 10060525568 49620 33554432000 1073741824 1073778376 140733369179536 140567671511736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11824] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11824/stat : 11824 (java) S 11804 11807 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23515886 10060525568 49620 33554432000 1073741824 1073778376 140733369179536 140567670459384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11825] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11825/stat : 11825 (java) S 11804 11807 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23515886 10060525568 49620 33554432000 1073741824 1073778376 140733369179536 140567669407048 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11826] ppid=11804 vsize=9824732 CPUtime=0.85 cores=1,3,5,7
/proc/11807/task/11826/stat : 11826 (java) R 11804 11807 7329 0 -1 4202560 27 0 0 0 85 0 0 0 20 0 22 0 23515940 10060525568 49620 33554432000 1073741824 1073778376 140733369179536 140567668351320 140567720588841 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11827] ppid=11804 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/11807/task/11827/stat : 11827 (java) R 11804 11807 7329 0 -1 4202560 51 0 0 0 83 0 0 0 20 0 22 0 23515940 10060525568 49620 33554432000 1073741824 1073778376 140733369179536 140567667298504 140567720507913 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11807/tid=11828] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11828/stat : 11828 (java) S 11804 11807 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23515946 10060525568 49620 33554432000 1073741824 1073778376 140733369179536 140567666246696 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11829] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11829/stat : 11829 (java) S 11804 11807 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23515946 10060525568 49620 33554432000 1073741824 1073778376 140733369179536 140567665194152 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.38 4.37 4.33 5/221 11829
/proc/meminfo: memFree=26637968/32872528 swapFree=1505436/1685308
[pid=11807] ppid=11804 vsize=9824732 CPUtime=7.74 cores=1,3,5,7
/proc/11807/stat : 11807 (java) S 11804 11807 7329 0 -1 4202496 15130 0 1 0 756 18 0 0 20 0 22 0 23515880 10060525568 91058 33554432000 1073741824 1073778376 140733369179536 140733369170672 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11807/statm: 2456183 91058 2291 9 0 2446860 0
[pid=11807/tid=11809] ppid=11804 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/11807/task/11809/stat : 11809 (java) S 11804 11807 7329 0 -1 4202560 2449 0 1 0 54 2 0 0 20 0 22 0 23515881 10060525568 91058 33554432000 1073741824 1073778376 140733369179536 140567852745592 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11810] ppid=11804 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11807/task/11810/stat : 11810 (java) S 11804 11807 7329 0 -1 4202560 155 0 0 0 2 3 0 0 20 0 22 0 23515882 10060525568 91058 33554432000 1073741824 1073778376 140733369179536 140567841806504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11811] ppid=11804 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11807/task/11811/stat : 11811 (java) S 11804 11807 7329 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 23515882 10060525568 91058 33554432000 1073741824 1073778376 140733369179536 140567840753960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11812] ppid=11804 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11807/task/11812/stat : 11812 (java) S 11804 11807 7329 0 -1 4202560 110 0 0 0 1 2 0 0 20 0 22 0 23515882 10060525568 91058 33554432000 1073741824 1073778376 140733369179536 140567839701416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11807/tid=11813] ppid=11804 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11807/task/11813/stat : 11813 (java) S 11804 11807 7329 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 23515882 10060525568 91058 33554432000 1073741824 1073778376 140733369179536 140567838648872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11814] ppid=11804 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11807/task/11814/stat : 11814 (java) S 11804 11807 7329 0 -1 4202560 84 0 0 0 1 1 0 0 20 0 22 0 23515882 10060525568 91058 33554432000 1073741824 1073778376 140733369179536 140567692130984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11815] ppid=11804 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/11807/task/11815/stat : 11815 (java) S 11804 11807 7329 0 -1 4202560 97 0 0 0 3 3 0 0 20 0 22 0 23515882 10060525568 91058 33554432000 1073741824 1073778376 140733369179536 140567691078440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11816] ppid=11804 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11807/task/11816/stat : 11816 (java) S 11804 11807 7329 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 23515882 10060525568 91058 33554432000 1073741824 1073778376 140733369179536 140567690025896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11807/tid=11817] ppid=11804 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11807/task/11817/stat : 11817 (java) S 11804 11807 7329 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 23515882 10060525568 91058 33554432000 1073741824 1073778376 140733369179536 140567688973352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11818] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11818/stat : 11818 (java) S 11804 11807 7329 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23515884 10060525568 91058 33554432000 1073741824 1073778376 140733369179536 140567676774504 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11819] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11819/stat : 11819 (java) S 11804 11807 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23515884 10060525568 91058 33554432000 1073741824 1073778376 140733369179536 140567675720824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11820] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11820/stat : 11820 (java) S 11804 11807 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23515884 10060525568 91058 33554432000 1073741824 1073778376 140733369179536 140567674668168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11821] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11821/stat : 11821 (java) S 11804 11807 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23515886 10060525568 91058 33554432000 1073741824 1073778376 140733369179536 140567673616912 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11822] ppid=11804 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/11807/task/11822/stat : 11822 (java) S 11804 11807 7329 0 -1 4202560 6184 0 0 0 91 2 0 0 20 0 22 0 23515886 10060525568 91058 33554432000 1073741824 1073778376 140733369179536 140567672564280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11823] ppid=11804 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/11807/task/11823/stat : 11823 (java) S 11804 11807 7329 0 -1 4202560 4372 0 0 0 107 1 0 0 20 0 22 0 23515886 10060525568 91058 33554432000 1073741824 1073778376 140733369179536 140567671511736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11824] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11824/stat : 11824 (java) S 11804 11807 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23515886 10060525568 91058 33554432000 1073741824 1073778376 140733369179536 140567670459384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11825] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11825/stat : 11825 (java) S 11804 11807 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23515886 10060525568 91058 33554432000 1073741824 1073778376 140733369179536 140567669407048 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11826] ppid=11804 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/11807/task/11826/stat : 11826 (java) R 11804 11807 7329 0 -1 4202560 30 0 0 0 238 0 0 0 20 0 22 0 23515940 10060525568 91058 33554432000 1073741824 1073778376 140733369179536 140567668342432 140567720588440 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11827] ppid=11804 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/11807/task/11827/stat : 11827 (java) R 11804 11807 7329 0 -1 4202560 103 0 0 0 232 3 0 0 20 0 22 0 23515940 10060525568 91058 33554432000 1073741824 1073778376 140733369179536 140567667297024 140567720627536 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11828] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11828/stat : 11828 (java) S 11804 11807 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23515946 10060525568 91058 33554432000 1073741824 1073778376 140733369179536 140567666246696 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11829] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11829/stat : 11829 (java) S 11804 11807 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23515946 10060525568 91058 33554432000 1073741824 1073778376 140733369179536 140567665194152 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.35 4.37 4.33 4/221 11829
/proc/meminfo: memFree=26394144/32872528 swapFree=1505436/1685308
[pid=11807] ppid=11804 vsize=9824732 CPUtime=14.24 cores=1,3,5,7
/proc/11807/stat : 11807 (java) S 11804 11807 7329 0 -1 4202496 15268 0 1 0 1402 22 0 0 20 0 22 0 23515880 10060525568 98980 33554432000 1073741824 1073778376 140733369179536 140733369170672 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11807/statm: 2456183 98980 2291 9 0 2446860 0
[pid=11807/tid=11809] ppid=11804 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/11807/task/11809/stat : 11809 (java) S 11804 11807 7329 0 -1 4202560 2449 0 1 0 54 2 0 0 20 0 22 0 23515881 10060525568 98980 33554432000 1073741824 1073778376 140733369179536 140567852745592 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11810] ppid=11804 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/11807/task/11810/stat : 11810 (java) S 11804 11807 7329 0 -1 4202560 160 0 0 0 4 3 0 0 20 0 22 0 23515882 10060525568 98980 33554432000 1073741824 1073778376 140733369179536 140567841806504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11811] ppid=11804 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11807/task/11811/stat : 11811 (java) S 11804 11807 7329 0 -1 4202560 44 0 0 0 3 2 0 0 20 0 22 0 23515882 10060525568 98980 33554432000 1073741824 1073778376 140733369179536 140567840753960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11812] ppid=11804 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11807/task/11812/stat : 11812 (java) S 11804 11807 7329 0 -1 4202560 131 0 0 0 2 2 0 0 20 0 22 0 23515882 10060525568 98980 33554432000 1073741824 1073778376 140733369179536 140567839701416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11807/tid=11813] ppid=11804 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/11807/task/11813/stat : 11813 (java) S 11804 11807 7329 0 -1 4202560 49 0 0 0 3 3 0 0 20 0 22 0 23515882 10060525568 98980 33554432000 1073741824 1073778376 140733369179536 140567838648872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11814] ppid=11804 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11807/task/11814/stat : 11814 (java) S 11804 11807 7329 0 -1 4202560 93 0 0 0 2 2 0 0 20 0 22 0 23515882 10060525568 98980 33554432000 1073741824 1073778376 140733369179536 140567692130984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11815] ppid=11804 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/11807/task/11815/stat : 11815 (java) S 11804 11807 7329 0 -1 4202560 112 0 0 0 4 3 0 0 20 0 22 0 23515882 10060525568 98980 33554432000 1073741824 1073778376 140733369179536 140567691078440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11816] ppid=11804 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11807/task/11816/stat : 11816 (java) S 11804 11807 7329 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 22 0 23515882 10060525568 98980 33554432000 1073741824 1073778376 140733369179536 140567690025896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11807/tid=11817] ppid=11804 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11807/task/11817/stat : 11817 (java) S 11804 11807 7329 0 -1 4202560 46 0 0 0 4 0 0 0 20 0 22 0 23515882 10060525568 98980 33554432000 1073741824 1073778376 140733369179536 140567688973352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11818] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11818/stat : 11818 (java) S 11804 11807 7329 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23515884 10060525568 98980 33554432000 1073741824 1073778376 140733369179536 140567676774504 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11819] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11819/stat : 11819 (java) S 11804 11807 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23515884 10060525568 98980 33554432000 1073741824 1073778376 140733369179536 140567675720824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11820] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11820/stat : 11820 (java) S 11804 11807 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23515884 10060525568 98980 33554432000 1073741824 1073778376 140733369179536 140567674668168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11821] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11821/stat : 11821 (java) S 11804 11807 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23515886 10060525568 98980 33554432000 1073741824 1073778376 140733369179536 140567673616912 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11822] ppid=11804 vsize=9824732 CPUtime=0.94 cores=1,3,5,7

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

/proc/11807/task/11812/stat : 11812 (java) S 11804 11807 7329 0 -1 4202560 575 0 0 0 92 22 0 0 20 0 22 0 23515882 10060525568 786099 33554432000 1073741824 1073778376 140733369179536 140567839701416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11813] ppid=11804 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/11807/task/11813/stat : 11813 (java) S 11804 11807 7329 0 -1 4202560 487 0 0 0 80 20 0 0 20 0 22 0 23515882 10060525568 786099 33554432000 1073741824 1073778376 140733369179536 140567838648872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11807/tid=11814] ppid=11804 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/11807/task/11814/stat : 11814 (java) S 11804 11807 7329 0 -1 4202560 682 0 0 0 105 20 0 0 20 0 22 0 23515882 10060525568 786099 33554432000 1073741824 1073778376 140733369179536 140567692130984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11815] ppid=11804 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/11807/task/11815/stat : 11815 (java) S 11804 11807 7329 0 -1 4202560 747 0 0 0 103 26 0 0 20 0 22 0 23515882 10060525568 786099 33554432000 1073741824 1073778376 140733369179536 140567691078440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11816] ppid=11804 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/11807/task/11816/stat : 11816 (java) S 11804 11807 7329 0 -1 4202560 704 0 0 0 81 22 0 0 20 0 22 0 23515882 10060525568 786099 33554432000 1073741824 1073778376 140733369179536 140567690025896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11817] ppid=11804 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/11807/task/11817/stat : 11817 (java) S 11804 11807 7329 0 -1 4202560 510 0 0 0 85 15 0 0 20 0 22 0 23515882 10060525568 786099 33554432000 1073741824 1073778376 140733369179536 140567688973352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11818] ppid=11804 vsize=9824732 CPUtime=1.43 cores=1,3,5,7
/proc/11807/task/11818/stat : 11818 (java) S 11804 11807 7329 0 -1 4202560 1965 0 0 0 138 5 0 0 20 0 22 0 23515884 10060525568 786099 33554432000 1073741824 1073778376 140733369179536 140567676774504 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11819] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11819/stat : 11819 (java) S 11804 11807 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23515884 10060525568 786099 33554432000 1073741824 1073778376 140733369179536 140567675720824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11820] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11820/stat : 11820 (java) S 11804 11807 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23515884 10060525568 786099 33554432000 1073741824 1073778376 140733369179536 140567674668168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11821] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11821/stat : 11821 (java) S 11804 11807 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23515886 10060525568 786099 33554432000 1073741824 1073778376 140733369179536 140567673616912 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11822] ppid=11804 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/11807/task/11822/stat : 11822 (java) S 11804 11807 7329 0 -1 4202560 6184 0 0 0 94 2 0 0 20 0 22 0 23515886 10060525568 786099 33554432000 1073741824 1073778376 140733369179536 140567672564280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11823] ppid=11804 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/11807/task/11823/stat : 11823 (java) S 11804 11807 7329 0 -1 4202560 7670 0 0 0 136 2 0 0 20 0 22 0 23515886 10060525568 786099 33554432000 1073741824 1073778376 140733369179536 140567671511736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11824] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11824/stat : 11824 (java) S 11804 11807 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23515886 10060525568 786099 33554432000 1073741824 1073778376 140733369179536 140567670459384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11825] ppid=11804 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/11807/task/11825/stat : 11825 (java) S 11804 11807 7329 0 -1 4202560 47 0 0 0 14 18 0 0 20 0 22 0 23515886 10060525568 786099 33554432000 1073741824 1073778376 140733369179536 140567669407048 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11826] ppid=11804 vsize=9824732 CPUtime=815.75 cores=1,3,5,7
/proc/11807/task/11826/stat : 11826 (java) R 11804 11807 7329 0 -1 4202560 59 0 0 0 81562 13 0 0 20 0 22 0 23515940 10060525568 786099 33554432000 1073741824 1073778376 140733369179536 140567668350112 140567720588841 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11827] ppid=11804 vsize=9824732 CPUtime=815.71 cores=1,3,5,7
/proc/11807/task/11827/stat : 11827 (java) R 11804 11807 7329 0 -1 4202560 1787 0 0 0 81525 46 0 0 20 0 22 0 23515940 10060525568 786099 33554432000 1073741824 1073778376 140733369179536 140567667296416 140567720705809 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11828] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11828/stat : 11828 (java) S 11804 11807 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23515946 10060525568 786099 33554432000 1073741824 1073778376 140733369179536 140567666246696 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11829] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11829/stat : 11829 (java) S 11804 11807 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23515946 10060525568 786099 33554432000 1073741824 1073778376 140733369179536 140567665194152 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1648.97
Current children cumulated vsize (KiB) 9824732

[startup+882.309 s]
/proc/loadavg: 4.33 4.24 4.26 5/221 11951
/proc/meminfo: memFree=25395564/32872528 swapFree=1505436/1685308
[pid=11807] ppid=11804 vsize=9824732 CPUtime=1768.74 cores=1,3,5,7
/proc/11807/stat : 11807 (java) S 11804 11807 7329 0 -1 4202496 28557 0 1 0 176629 245 0 0 20 0 22 0 23515880 10060525568 819007 33554432000 1073741824 1073778376 140733369179536 140733369170672 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11807/statm: 2456183 819007 2300 9 0 2446860 0
[pid=11807/tid=11809] ppid=11804 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/11807/task/11809/stat : 11809 (java) S 11804 11807 7329 0 -1 4202560 2457 0 1 0 57 4 0 0 20 0 22 0 23515881 10060525568 819007 33554432000 1073741824 1073778376 140733369179536 140567852745592 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11810] ppid=11804 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/11807/task/11810/stat : 11810 (java) S 11804 11807 7329 0 -1 4202560 777 0 0 0 104 23 0 0 20 0 22 0 23515882 10060525568 819007 33554432000 1073741824 1073778376 140733369179536 140567841806504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11811] ppid=11804 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/11807/task/11811/stat : 11811 (java) S 11804 11807 7329 0 -1 4202560 706 0 0 0 101 21 0 0 20 0 22 0 23515882 10060525568 819007 33554432000 1073741824 1073778376 140733369179536 140567840753960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11812] ppid=11804 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/11807/task/11812/stat : 11812 (java) S 11804 11807 7329 0 -1 4202560 629 0 0 0 117 24 0 0 20 0 22 0 23515882 10060525568 819007 33554432000 1073741824 1073778376 140733369179536 140567839701416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11813] ppid=11804 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/11807/task/11813/stat : 11813 (java) S 11804 11807 7329 0 -1 4202560 875 0 0 0 98 22 0 0 20 0 22 0 23515882 10060525568 819007 33554432000 1073741824 1073778376 140733369179536 140567838648872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11814] ppid=11804 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/11807/task/11814/stat : 11814 (java) S 11804 11807 7329 0 -1 4202560 742 0 0 0 124 22 0 0 20 0 22 0 23515882 10060525568 819007 33554432000 1073741824 1073778376 140733369179536 140567692130984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11807/tid=11815] ppid=11804 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/11807/task/11815/stat : 11815 (java) S 11804 11807 7329 0 -1 4202560 890 0 0 0 126 30 0 0 20 0 22 0 23515882 10060525568 819007 33554432000 1073741824 1073778376 140733369179536 140567691078440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11816] ppid=11804 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/11807/task/11816/stat : 11816 (java) S 11804 11807 7329 0 -1 4202560 916 0 0 0 99 24 0 0 20 0 22 0 23515882 10060525568 819007 33554432000 1073741824 1073778376 140733369179536 140567690025896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11817] ppid=11804 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/11807/task/11817/stat : 11817 (java) S 11804 11807 7329 0 -1 4202560 1017 0 0 0 108 17 0 0 20 0 22 0 23515882 10060525568 819007 33554432000 1073741824 1073778376 140733369179536 140567688973352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11818] ppid=11804 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/11807/task/11818/stat : 11818 (java) S 11804 11807 7329 0 -1 4202560 2528 0 0 0 248 5 0 0 20 0 22 0 23515884 10060525568 819007 33554432000 1073741824 1073778376 140733369179536 140567676774504 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11819] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11819/stat : 11819 (java) S 11804 11807 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23515884 10060525568 819007 33554432000 1073741824 1073778376 140733369179536 140567675720824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11820] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11820/stat : 11820 (java) S 11804 11807 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23515884 10060525568 819007 33554432000 1073741824 1073778376 140733369179536 140567674668168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11821] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11821/stat : 11821 (java) S 11804 11807 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23515886 10060525568 819007 33554432000 1073741824 1073778376 140733369179536 140567673616912 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11822] ppid=11804 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/11807/task/11822/stat : 11822 (java) S 11804 11807 7329 0 -1 4202560 6184 0 0 0 94 2 0 0 20 0 22 0 23515886 10060525568 819007 33554432000 1073741824 1073778376 140733369179536 140567672564280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11823] ppid=11804 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/11807/task/11823/stat : 11823 (java) S 11804 11807 7329 0 -1 4202560 7670 0 0 0 136 2 0 0 20 0 22 0 23515886 10060525568 819007 33554432000 1073741824 1073778376 140733369179536 140567671511736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11824] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11824/stat : 11824 (java) S 11804 11807 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23515886 10060525568 819007 33554432000 1073741824 1073778376 140733369179536 140567670459384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11825] ppid=11804 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/11807/task/11825/stat : 11825 (java) S 11804 11807 7329 0 -1 4202560 51 0 0 0 15 20 0 0 20 0 22 0 23515886 10060525568 819007 33554432000 1073741824 1073778376 140733369179536 140567669407048 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11826] ppid=11804 vsize=9824732 CPUtime=874.03 cores=1,3,5,7
/proc/11807/task/11826/stat : 11826 (java) R 11804 11807 7329 0 -1 4202560 60 0 0 0 87389 14 0 0 20 0 22 0 23515940 10060525568 819007 33554432000 1073741824 1073778376 140733369179536 140567668349360 140567720588841 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11827] ppid=11804 vsize=9824732 CPUtime=873.98 cores=1,3,5,7
/proc/11807/task/11827/stat : 11827 (java) R 11804 11807 7329 0 -1 4202560 1790 0 0 0 87351 47 0 0 20 0 22 0 23515940 10060525568 819007 33554432000 1073741824 1073778376 140733369179536 140567667297584 140567720507852 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11828] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11828/stat : 11828 (java) S 11804 11807 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23515946 10060525568 819007 33554432000 1073741824 1073778376 140733369179536 140567666246696 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11829] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11829/stat : 11829 (java) S 11804 11807 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23515946 10060525568 819007 33554432000 1073741824 1073778376 140733369179536 140567665194152 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1768.74
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.801 s]
/proc/loadavg: 4.33 4.24 4.26 6/221 11951
/proc/meminfo: memFree=25317000/32872528 swapFree=1505436/1685308
[pid=11807] ppid=11804 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/11807/stat : 11807 (java) S 11804 11807 7329 0 -1 4202496 28788 0 1 0 179749 253 0 0 20 0 22 0 23515880 10060525568 838548 33554432000 1073741824 1073778376 140733369179536 140733369170672 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11807/statm: 2456183 838548 2300 9 0 2446860 0
[pid=11807/tid=11809] ppid=11804 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/11807/task/11809/stat : 11809 (java) S 11804 11807 7329 0 -1 4202560 2458 0 1 0 57 4 0 0 20 0 22 0 23515881 10060525568 838548 33554432000 1073741824 1073778376 140733369179536 140567852745592 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11810] ppid=11804 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/11807/task/11810/stat : 11810 (java) S 11804 11807 7329 0 -1 4202560 814 0 0 0 113 25 0 0 20 0 22 0 23515882 10060525568 838548 33554432000 1073741824 1073778376 140733369179536 140567841806504 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11811] ppid=11804 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/11807/task/11811/stat : 11811 (java) S 11804 11807 7329 0 -1 4202560 713 0 0 0 107 22 0 0 20 0 22 0 23515882 10060525568 838548 33554432000 1073741824 1073778376 140733369179536 140567840753960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11807/tid=11812] ppid=11804 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/11807/task/11812/stat : 11812 (java) S 11804 11807 7329 0 -1 4202560 643 0 0 0 124 24 0 0 20 0 22 0 23515882 10060525568 838548 33554432000 1073741824 1073778376 140733369179536 140567839701416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11813] ppid=11804 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/11807/task/11813/stat : 11813 (java) S 11804 11807 7329 0 -1 4202560 913 0 0 0 106 24 0 0 20 0 22 0 23515882 10060525568 838548 33554432000 1073741824 1073778376 140733369179536 140567838648872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11814] ppid=11804 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/11807/task/11814/stat : 11814 (java) S 11804 11807 7329 0 -1 4202560 757 0 0 0 130 23 0 0 20 0 22 0 23515882 10060525568 838548 33554432000 1073741824 1073778376 140733369179536 140567692130984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11807/tid=11815] ppid=11804 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/11807/task/11815/stat : 11815 (java) S 11804 11807 7329 0 -1 4202560 901 0 0 0 131 30 0 0 20 0 22 0 23515882 10060525568 838548 33554432000 1073741824 1073778376 140733369179536 140567691078440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11807/tid=11816] ppid=11804 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/11807/task/11816/stat : 11816 (java) S 11804 11807 7329 0 -1 4202560 923 0 0 0 103 25 0 0 20 0 22 0 23515882 10060525568 838548 33554432000 1073741824 1073778376 140733369179536 140567690025896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11817] ppid=11804 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/11807/task/11817/stat : 11817 (java) S 11804 11807 7329 0 -1 4202560 1031 0 0 0 120 17 0 0 20 0 22 0 23515882 10060525568 838548 33554432000 1073741824 1073778376 140733369179536 140567688973352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11818] ppid=11804 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/11807/task/11818/stat : 11818 (java) S 11804 11807 7329 0 -1 4202560 2614 0 0 0 248 5 0 0 20 0 22 0 23515884 10060525568 838548 33554432000 1073741824 1073778376 140733369179536 140567676774504 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11819] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11819/stat : 11819 (java) S 11804 11807 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23515884 10060525568 838548 33554432000 1073741824 1073778376 140733369179536 140567675720824 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11820] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11820/stat : 11820 (java) S 11804 11807 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23515884 10060525568 838548 33554432000 1073741824 1073778376 140733369179536 140567674668168 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11821] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11821/stat : 11821 (java) S 11804 11807 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23515886 10060525568 838548 33554432000 1073741824 1073778376 140733369179536 140567673616912 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11822] ppid=11804 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/11807/task/11822/stat : 11822 (java) S 11804 11807 7329 0 -1 4202560 6184 0 0 0 94 2 0 0 20 0 22 0 23515886 10060525568 838548 33554432000 1073741824 1073778376 140733369179536 140567672564280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11823] ppid=11804 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/11807/task/11823/stat : 11823 (java) S 11804 11807 7329 0 -1 4202560 7670 0 0 0 136 2 0 0 20 0 22 0 23515886 10060525568 838548 33554432000 1073741824 1073778376 140733369179536 140567671511736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11807/tid=11824] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11824/stat : 11824 (java) S 11804 11807 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23515886 10060525568 838548 33554432000 1073741824 1073778376 140733369179536 140567670459384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11825] ppid=11804 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/11807/task/11825/stat : 11825 (java) S 11804 11807 7329 0 -1 4202560 51 0 0 0 15 20 0 0 20 0 22 0 23515886 10060525568 838548 33554432000 1073741824 1073778376 140733369179536 140567669407048 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11826] ppid=11804 vsize=9824732 CPUtime=889.32 cores=1,3,5,7
/proc/11807/task/11826/stat : 11826 (java) R 11804 11807 7329 0 -1 4202560 60 0 0 0 88918 14 0 0 20 0 22 0 23515940 10060525568 838548 33554432000 1073741824 1073778376 140733369179536 140567668349280 140567720588841 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11807/tid=11827] ppid=11804 vsize=9824732 CPUtime=889.26 cores=1,3,5,7
/proc/11807/task/11827/stat : 11827 (java) R 11804 11807 7329 0 -1 4202560 1791 0 0 0 88879 47 0 0 20 0 22 0 23515940 10060525568 838548 33554432000 1073741824 1073778376 140733369179536 140567667297312 140567720507717 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11828] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11828/stat : 11828 (java) S 11804 11807 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23515946 10060525568 838548 33554432000 1073741824 1073778376 140733369179536 140567666246696 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11807/tid=11829] ppid=11804 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11807/task/11829/stat : 11829 (java) S 11804 11807 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23515946 10060525568 838548 33554432000 1073741824 1073778376 140733369179536 140567665194152 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 11807 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 11807 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=19419
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=10542
# CPU time returned by wait4() is 1796.03
# 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): 897.852
CPU time (s): 1800.02
CPU user time (s): 1797.49
CPU system time (s): 2.53
CPU usage (%): 200.481
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.02
system time used= 3.01054
maximum resident set size= 3435288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28824
page faults= 1
swaps= 0
block input operations= 0
block output operations= 792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22276
involuntary context switches= 13329

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9411 second user time and 7.57485 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-18 03:51:40
IDJOB=4101562
IDBENCH=1766
IDSOLVER=2543
FILE ID=node135/4101562-1466214699
RUNJOBID= node135-1466206056-7346
PBS_JOBID= 19918142
Free space on /tmp= 71704 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-tr12-30.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101562-1466214699/watcher-4101562-1466214699 -o /tmp/evaluation-result-4101562-1466214699/solver-4101562-1466214699 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7346 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101562-1466214699.opb

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

MD5SUM BENCH= 93a0ff34a98f6d4593d65282fbf98be9
RANDOM SEED=259726450

node135.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		: 2667.004
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	: 5334.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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		: 2667.004
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.57
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		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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:        26856644 kB
Buffers:           96932 kB
Cached:           129664 kB
SwapCached:          712 kB
Active:          3424536 kB
Inactive:         167084 kB
Active(anon):    3366348 kB
Inactive(anon):     1300 kB
Active(file):      58188 kB
Inactive(file):   165784 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100440 kB
Dirty:              1560 kB
Writeback:             0 kB
AnonPages:       5049860 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             599192 kB
SReclaimable:      43000 kB
SUnreclaim:       556192 kB
KernelStack:        1648 kB
PageTables:        14272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5298456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3479552 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= 71696 MiB
End job on node135 at 2016-06-18 04:06:37