Trace number 4101786

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.08 897.653

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-fixnet6.opb
MD5SUMfc34075a5d318bf3fbb6971479140d14
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables14036
Total number of constraints600
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 constraints600
Minimum length of a constraint19
Maximum length of a constraint1523
Number of terms in the objective function 11714
Biggest coefficient in the objective function 1097
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 534666
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262020
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 534666
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4101786-1466216054.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.13/0.57	c ... done. Wall clock time 0.46s.
1.13/0.57	c declared #vars     14036
1.13/0.57	c #constraints  700
1.13/0.57	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.13/0.57	c constraints type 
1.13/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 55
1.13/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 645
1.13/0.57	c 700 constraints processed.
1.13/0.57	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.13/0.57	c constraints type 
1.13/0.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 55
1.13/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 645
1.13/0.57	c 700 constraints processed.
1.13/0.57	c objective function length is 11714 literals
4.25/1.60	c cleaning 2494 clauses out of 5004 with flag 12596/5004
5.78/2.26	c cleaning 4242 clauses out of 8506 with flag 28619/11000
7.44/3.08	c cleaning 5624 clauses out of 11267 with flag 47139/18003
9.44/4.04	c cleaning 6807 clauses out of 13641 with flag 68489/26001
13.15/5.87	c cleaning 7895 clauses out of 15833 with flag 91163/35000
15.84/7.16	c cleaning 8951 clauses out of 17938 with flag 114894/45000
18.64/8.57	c cleaning 9970 clauses out of 19987 with flag 140677/56000
22.24/10.30	c cleaning 10973 clauses out of 22020 with flag 169103/68003
26.14/12.21	c cleaning 12005 clauses out of 24047 with flag 200263/81003
30.35/14.37	c cleaning 13017 clauses out of 26041 with flag 233884/95002
34.02/16.13	c cleaning 13995 clauses out of 28022 with flag 268379/110000
39.95/19.00	c cleaning 15011 clauses out of 30029 with flag 304186/126002
45.15/21.63	c cleaning 15973 clauses out of 32016 with flag 347390/143000
50.57/24.33	c cleaning 17007 clauses out of 34043 with flag 392763/161000
58.13/28.03	c cleaning 18008 clauses out of 36037 with flag 436837/180001
64.75/31.34	c cleaning 19001 clauses out of 38030 with flag 484338/200002
80.90/39.31	c cleaning 19988 clauses out of 40027 with flag 552316/221000
99.32/48.58	c cleaning 21015 clauses out of 42039 with flag 625276/243000
109.31/53.57	c cleaning 22005 clauses out of 44027 with flag 680196/266003
124.54/61.07	c cleaning 22999 clauses out of 46027 with flag 732837/290008
136.96/67.30	c cleaning 23990 clauses out of 48020 with flag 794803/315000
149.97/73.77	c cleaning 24998 clauses out of 50030 with flag 859307/341000
164.09/80.60	c cleaning 26004 clauses out of 52034 with flag 926779/368002
179.10/88.19	c cleaning 27002 clauses out of 54029 with flag 996530/396001
194.49/95.87	c cleaning 27997 clauses out of 56026 with flag 1068657/425000
210.69/103.90	c cleaning 28996 clauses out of 58029 with flag 1143645/455000
228.49/112.86	c cleaning 30002 clauses out of 60033 with flag 1221088/486000
249.26/123.44	c cleaning 30999 clauses out of 62034 with flag 1300151/518003
269.46/133.57	c cleaning 31998 clauses out of 64032 with flag 1382807/551000
292.05/144.88	c cleaning 33003 clauses out of 66036 with flag 1467640/585002
315.25/156.41	c cleaning 34007 clauses out of 68035 with flag 1555259/620004
341.50/169.57	c cleaning 34997 clauses out of 70024 with flag 1644862/656000
371.88/184.76	c cleaning 35992 clauses out of 72027 with flag 1737594/693000
404.02/200.71	c cleaning 37014 clauses out of 74037 with flag 1832484/731002
421.21/209.36	c cleaning 37977 clauses out of 76021 with flag 1931979/770000
441.66/219.43	c cleaning 39000 clauses out of 78050 with flag 2035913/810006
465.26/231.24	c cleaning 40008 clauses out of 80044 with flag 2143827/851000
488.45/242.87	c cleaning 41006 clauses out of 82036 with flag 2253237/893000
515.41/256.23	c cleaning 41992 clauses out of 84034 with flag 2366005/936004
541.81/269.42	c cleaning 42983 clauses out of 86038 with flag 2481593/980000
573.07/285.01	c cleaning 44012 clauses out of 88055 with flag 2600553/1025000
594.26/295.62	c cleaning 45007 clauses out of 90043 with flag 2715055/1071000
616.26/306.68	c cleaning 45995 clauses out of 92036 with flag 2825997/1118000
643.77/320.34	c cleaning 46993 clauses out of 94041 with flag 2937930/1166000
662.96/329.98	c cleaning 48005 clauses out of 96048 with flag 3055439/1215000
691.39/344.50	c cleaning 48995 clauses out of 98043 with flag 3173307/1265000
719.39/358.59	c cleaning 49988 clauses out of 100048 with flag 3293459/1316000
744.41/371.08	c cleaning 51030 clauses out of 102060 with flag 3417740/1368000
766.68/382.12	c cleaning 51987 clauses out of 104030 with flag 3545753/1421000
788.79/393.19	c cleaning 52983 clauses out of 106044 with flag 3686674/1475001
815.11/406.27	c cleaning 53998 clauses out of 108060 with flag 3835024/1530000
842.20/419.71	c cleaning 55006 clauses out of 110063 with flag 3967466/1586001
874.92/436.09	c cleaning 55999 clauses out of 112059 with flag 4100576/1643003
902.86/449.94	c cleaning 56995 clauses out of 114057 with flag 4240918/1701000
949.69/473.23	c cleaning 58010 clauses out of 116066 with flag 4382323/1760004
1001.67/499.18	c cleaning 58993 clauses out of 118054 with flag 4521639/1820002
1055.40/525.78	c cleaning 60000 clauses out of 120061 with flag 4663769/1881002
1112.84/554.35	c cleaning 60995 clauses out of 122061 with flag 4809586/1943002
1172.97/584.29	c cleaning 62015 clauses out of 124064 with flag 4957735/2006000
1231.55/614.14	c cleaning 63005 clauses out of 126051 with flag 5107994/2070002
1295.86/646.27	c cleaning 63997 clauses out of 128046 with flag 5261794/2135002
1360.69/678.56	c cleaning 64995 clauses out of 130047 with flag 5418200/2201000
1409.28/702.80	c cleaning 65989 clauses out of 132052 with flag 5574312/2268000
1441.48/718.94	c cleaning 67016 clauses out of 134064 with flag 5751389/2336001
1498.28/747.11	c cleaning 68010 clauses out of 136048 with flag 5940272/2405001
1544.28/770.14	c cleaning 68988 clauses out of 138042 with flag 6112138/2475005
1598.86/797.30	c cleaning 70004 clauses out of 140049 with flag 6287471/2546000
1646.46/821.00	c cleaning 70992 clauses out of 142047 with flag 6465576/2618002
1705.05/850.38	c cleaning 71996 clauses out of 144053 with flag 6636354/2691000
1770.27/882.75	c cleaning 72986 clauses out of 146057 with flag 6808185/2765000
1800.08/897.61	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/897.61	c starts		: 1274
1800.08/897.61	c conflicts		: 2803752
1800.08/897.61	c decisions		: 8324534
1800.08/897.61	c propagations		: 320180318
1800.08/897.61	c inspects		: 7436272567
1800.08/897.61	c shortcuts		: 0
1800.08/897.61	c learnt literals	: 0
1800.08/897.61	c learnt binary clauses	: 0
1800.08/897.61	c learnt ternary clauses	: 0
1800.08/897.61	c learnt constraints	: 2803752
1800.08/897.61	c ignored constraints	: 0
1800.08/897.61	c root simplifications	: 0
1800.08/897.61	c removed literals (reason simplification)	: 1708652
1800.08/897.61	c reason swapping (by a shorter reason)	: 0
1800.08/897.61	c Calls to reduceDB	: 70
1800.08/897.61	c Number of update (reduction) of LBD	: 784378
1800.08/897.61	c Imported unit clauses	: 0
1800.08/897.61	c number of reductions to clauses (during analyze)	: 0
1800.08/897.61	c number of learned constraints concerned by reduction	: 0
1800.08/897.61	c number of learning phase by resolution	: 0
1800.08/897.61	c number of learning phase by cutting planes	: 0
1800.08/897.61	c speed (assignments/second)	: 356960.4521033755
1800.08/897.61	c non guided choices	174120
1800.08/897.63	c learnt constraints type 
1800.08/897.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 111823
1800.08/897.63	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/897.63	c starts		: 3
1800.08/897.63	c conflicts		: 3012
1800.08/897.63	c decisions		: 759966
1800.08/897.63	c propagations		: 2702853
1800.08/897.63	c inspects		: 189107395
1800.08/897.63	c shortcuts		: 0
1800.08/897.63	c learnt literals	: 0
1800.08/897.63	c learnt binary clauses	: 0
1800.08/897.63	c learnt ternary clauses	: 0
1800.08/897.63	c learnt constraints	: 3011
1800.08/897.63	c ignored constraints	: 0
1800.08/897.63	c root simplifications	: 0
1800.08/897.63	c removed literals (reason simplification)	: 0
1800.08/897.63	c reason swapping (by a shorter reason)	: 0
1800.08/897.63	c Calls to reduceDB	: 0
1800.08/897.63	c Number of update (reduction) of LBD	: 0
1800.08/897.63	c Imported unit clauses	: 0
1800.08/897.63	c number of reductions to clauses (during analyze)	: 0
1800.08/897.63	c number of learned constraints concerned by reduction	: 0
1800.08/897.63	c number of learning phase by resolution	: 0
1800.08/897.63	c number of learning phase by cutting planes	: 0
1800.08/897.63	c speed (assignments/second)	: 3013.2946700915077
1800.08/897.63	c non guided choices	0
1800.08/897.63	c learnt constraints type 
1800.08/897.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3011
1800.08/897.63	s UNKNOWN
1800.08/897.63	c Total wall clock time (in seconds): 897.528

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-4101786-1466216054/watcher-4101786-1466216054 -o /tmp/evaluation-result-4101786-1466216054/solver-4101786-1466216054 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1316 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101786-1466216054.opb 

pid=4504
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.02 4.08 4.12 5/194 4507
/proc/meminfo: memFree=29621588/32872528 swapFree=877056/942464
[pid=4507] ppid=4504 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/4507/stat : 4507 (java) S 4504 4507 1299 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 23654332 98570240 977 33554432000 1073741824 1073778376 140736949750016 140736949741152 213196505149 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4507/statm: 24065 977 743 9 0 16771 0
[pid=4507/tid=4510] ppid=4504 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4510/stat : 4510 (java) R 4504 4507 1299 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 23654333 98570240 977 33554432000 1073741824 1073778376 140736949750016 139992327962152 213193147776 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.02 4.08 4.12 5/194 4507
/proc/meminfo: memFree=29621588/32872528 swapFree=877056/942464
[pid=4507] ppid=4504 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/4507/stat : 4507 (java) S 4504 4507 1299 0 -1 4202496 4477 0 1 0 9 1 0 0 20 0 18 0 23654332 9787879424 6105 33554432000 1073741824 1073778376 140736949750016 140736949741152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4507/statm: 2389619 6105 2156 9 0 2380296 0
[pid=4507/tid=4510] ppid=4504 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/4507/task/4510/stat : 4510 (java) R 4504 4507 1299 0 -1 4202560 2386 0 1 0 6 1 0 0 20 0 18 0 23654333 9787879424 6105 33554432000 1073741824 1073778376 140736949750016 139992327965600 140736951228436 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200326 s]
/proc/loadavg: 4.02 4.08 4.12 5/194 4507
/proc/meminfo: memFree=29621588/32872528 swapFree=877056/942464
[pid=4507] ppid=4504 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/4507/stat : 4507 (java) S 4504 4507 1299 0 -1 4202496 5035 0 1 0 29 1 0 0 20 0 18 0 23654332 9787879424 7448 33554432000 1073741824 1073778376 140736949750016 140736949741152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4507/statm: 2389619 7448 2223 9 0 2380296 0
[pid=4507/tid=4510] ppid=4504 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/4507/task/4510/stat : 4510 (java) R 4504 4507 1299 0 -1 4202560 2402 0 1 0 16 1 0 0 20 0 18 0 23654333 9787879424 7448 33554432000 1073741824 1073778376 140736949750016 139992327957272 139992331252602 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300278 s]
/proc/loadavg: 4.02 4.08 4.12 5/194 4507
/proc/meminfo: memFree=29621588/32872528 swapFree=877056/942464
[pid=4507] ppid=4504 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/4507/stat : 4507 (java) S 4504 4507 1299 0 -1 4202496 6402 0 1 0 52 2 0 0 20 0 18 0 23654332 9787879424 10748 33554432000 1073741824 1073778376 140736949750016 140736949741152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4507/statm: 2389619 10748 2235 9 0 2380296 0
[pid=4507/tid=4510] ppid=4504 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/4507/task/4510/stat : 4510 (java) R 4504 4507 1299 0 -1 4202560 2421 0 1 0 26 1 0 0 20 0 18 0 23654333 9787879424 10748 33554432000 1073741824 1073778376 140736949750016 139992327964936 139992194204200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700229 s]
/proc/loadavg: 4.02 4.08 4.12 5/194 4507
/proc/meminfo: memFree=29621588/32872528 swapFree=877056/942464
[pid=4507] ppid=4504 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/4507/stat : 4507 (java) S 4504 4507 1299 0 -1 4202496 14644 0 1 0 178 4 0 0 20 0 22 0 23654332 10060525568 28098 33554432000 1073741824 1073778376 140736949750016 140736949741152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4507/statm: 2456183 28098 2266 9 0 2446860 0
[pid=4507/tid=4510] ppid=4504 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/4507/task/4510/stat : 4510 (java) S 4504 4507 1299 0 -1 4202560 2461 0 1 0 53 2 0 0 20 0 22 0 23654333 10060525568 28098 33554432000 1073741824 1073778376 140736949750016 139992327967608 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9824732

[startup+1.5009 s]
/proc/loadavg: 4.02 4.08 4.12 7/219 4532
/proc/meminfo: memFree=29483388/32872528 swapFree=877056/942464
[pid=4507] ppid=4504 vsize=9824732 CPUtime=4.25 cores=1,3,5,7
/proc/4507/stat : 4507 (java) S 4504 4507 1299 0 -1 4202496 15927 0 1 0 416 9 0 0 20 0 22 0 23654332 10060525568 50274 33554432000 1073741824 1073778376 140736949750016 140736949741152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4507/statm: 2456183 50274 2285 9 0 2446860 0
[pid=4507/tid=4510] ppid=4504 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/4507/task/4510/stat : 4510 (java) S 4504 4507 1299 0 -1 4202560 2461 0 1 0 53 2 0 0 20 0 22 0 23654333 10060525568 50274 33554432000 1073741824 1073778376 140736949750016 139992327967608 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4507/tid=4512] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4512/stat : 4512 (java) S 4504 4507 1299 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 23654334 10060525568 50274 33554432000 1073741824 1073778376 140736949750016 139992317029032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4513] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4513/stat : 4513 (java) S 4504 4507 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23654334 10060525568 50274 33554432000 1073741824 1073778376 140736949750016 139992315976488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4514] ppid=4504 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/4507/task/4514/stat : 4514 (java) S 4504 4507 1299 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 23654334 10060525568 50274 33554432000 1073741824 1073778376 140736949750016 139992314923944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4515] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4515/stat : 4515 (java) S 4504 4507 1299 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 23654334 10060525568 50274 33554432000 1073741824 1073778376 140736949750016 139992313871400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4516] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4516/stat : 4516 (java) S 4504 4507 1299 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23654334 10060525568 50274 33554432000 1073741824 1073778376 140736949750016 139992312817832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4517] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4517/stat : 4517 (java) S 4504 4507 1299 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 23654334 10060525568 50274 33554432000 1073741824 1073778376 140736949750016 139992166512936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4518] ppid=4504 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/4507/task/4518/stat : 4518 (java) S 4504 4507 1299 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 23654334 10060525568 50274 33554432000 1073741824 1073778376 140736949750016 139992165460392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4519] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4519/stat : 4519 (java) S 4504 4507 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23654334 10060525568 50274 33554432000 1073741824 1073778376 140736949750016 139992164407848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4520] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4520/stat : 4520 (java) S 4504 4507 1299 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23654335 10060525568 50274 33554432000 1073741824 1073778376 140736949750016 139992152210024 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4521] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4521/stat : 4521 (java) S 4504 4507 1299 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 23654335 10060525568 50274 33554432000 1073741824 1073778376 140736949750016 139992151156344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4522] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4522/stat : 4522 (java) S 4504 4507 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23654335 10060525568 50274 33554432000 1073741824 1073778376 140736949750016 139992150103688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4523] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4523/stat : 4523 (java) S 4504 4507 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23654337 10060525568 50274 33554432000 1073741824 1073778376 140736949750016 139992149052432 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4524] ppid=4504 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/4507/task/4524/stat : 4524 (java) S 4504 4507 1299 0 -1 4202560 6200 0 0 0 93 2 0 0 20 0 22 0 23654337 10060525568 50274 33554432000 1073741824 1073778376 140736949750016 139992147998776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4525] ppid=4504 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/4507/task/4525/stat : 4525 (java) S 4504 4507 1299 0 -1 4202560 5775 0 0 0 82 0 0 0 20 0 22 0 23654337 10060525568 50274 33554432000 1073741824 1073778376 140736949750016 139992146946232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4526] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4526/stat : 4526 (java) S 4504 4507 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23654337 10060525568 50274 33554432000 1073741824 1073778376 140736949750016 139992145893880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4527] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4527/stat : 4527 (java) S 4504 4507 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23654337 10060525568 50274 33554432000 1073741824 1073778376 140736949750016 139992144841544 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4529] ppid=4504 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/4507/task/4529/stat : 4529 (java) R 4504 4507 1299 0 -1 4202560 25 0 0 0 87 0 0 0 20 0 22 0 23654390 10060525568 50274 33554432000 1073741824 1073778376 140736949750016 139992143736568 139992195108826 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4507/tid=4530] ppid=4504 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/4507/task/4530/stat : 4530 (java) R 4504 4507 1299 0 -1 4202560 56 0 0 0 86 0 0 0 20 0 22 0 23654390 10060525568 50274 33554432000 1073741824 1073778376 140736949750016 139992142683080 139992195125341 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4507/tid=4531] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4531/stat : 4531 (java) S 4504 4507 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23654398 10060525568 50274 33554432000 1073741824 1073778376 140736949750016 139992141633064 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4507/tid=4532] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4532/stat : 4532 (java) S 4504 4507 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23654399 10060525568 50274 33554432000 1073741824 1073778376 140736949750016 139992140580520 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.02 4.08 4.12 6/219 4532
/proc/meminfo: memFree=29427364/32872528 swapFree=877056/942464
[pid=4507] ppid=4504 vsize=9824732 CPUtime=7.65 cores=1,3,5,7
/proc/4507/stat : 4507 (java) S 4504 4507 1299 0 -1 4202496 16347 0 1 0 752 13 0 0 20 0 22 0 23654332 10060525568 57804 33554432000 1073741824 1073778376 140736949750016 140736949741152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4507/statm: 2456183 57804 2289 9 0 2446860 0
[pid=4507/tid=4510] ppid=4504 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/4507/task/4510/stat : 4510 (java) S 4504 4507 1299 0 -1 4202560 2461 0 1 0 53 2 0 0 20 0 22 0 23654333 10060525568 57804 33554432000 1073741824 1073778376 140736949750016 139992327967608 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4507/tid=4512] ppid=4504 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/4507/task/4512/stat : 4512 (java) S 4504 4507 1299 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 23654334 10060525568 57804 33554432000 1073741824 1073778376 140736949750016 139992317029032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4513] ppid=4504 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/4507/task/4513/stat : 4513 (java) S 4504 4507 1299 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 23654334 10060525568 57804 33554432000 1073741824 1073778376 140736949750016 139992315976488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4514] ppid=4504 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/4507/task/4514/stat : 4514 (java) S 4504 4507 1299 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 23654334 10060525568 57804 33554432000 1073741824 1073778376 140736949750016 139992314923944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4515] ppid=4504 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/4507/task/4515/stat : 4515 (java) S 4504 4507 1299 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 22 0 23654334 10060525568 57804 33554432000 1073741824 1073778376 140736949750016 139992313871400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4516] ppid=4504 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/4507/task/4516/stat : 4516 (java) S 4504 4507 1299 0 -1 4202560 77 0 0 0 1 0 0 0 20 0 22 0 23654334 10060525568 57804 33554432000 1073741824 1073778376 140736949750016 139992312817832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4517] ppid=4504 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/4507/task/4517/stat : 4517 (java) S 4504 4507 1299 0 -1 4202560 53 0 0 0 1 0 0 0 20 0 22 0 23654334 10060525568 57804 33554432000 1073741824 1073778376 140736949750016 139992166512936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4518] ppid=4504 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4507/task/4518/stat : 4518 (java) S 4504 4507 1299 0 -1 4202560 200 0 0 0 2 1 0 0 20 0 22 0 23654334 10060525568 57804 33554432000 1073741824 1073778376 140736949750016 139992165460392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4519] ppid=4504 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4507/task/4519/stat : 4519 (java) S 4504 4507 1299 0 -1 4202560 80 0 0 0 1 2 0 0 20 0 22 0 23654334 10060525568 57804 33554432000 1073741824 1073778376 140736949750016 139992164407848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4520] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4520/stat : 4520 (java) S 4504 4507 1299 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23654335 10060525568 57804 33554432000 1073741824 1073778376 140736949750016 139992152210024 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4521] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4521/stat : 4521 (java) S 4504 4507 1299 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 23654335 10060525568 57804 33554432000 1073741824 1073778376 140736949750016 139992151156344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4522] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4522/stat : 4522 (java) S 4504 4507 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23654335 10060525568 57804 33554432000 1073741824 1073778376 140736949750016 139992150103688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4523] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4523/stat : 4523 (java) S 4504 4507 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23654337 10060525568 57804 33554432000 1073741824 1073778376 140736949750016 139992149052432 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4524] ppid=4504 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/4507/task/4524/stat : 4524 (java) S 4504 4507 1299 0 -1 4202560 6204 0 0 0 100 2 0 0 20 0 22 0 23654337 10060525568 57804 33554432000 1073741824 1073778376 140736949750016 139992147998776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4525] ppid=4504 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/4507/task/4525/stat : 4525 (java) S 4504 4507 1299 0 -1 4202560 5777 0 0 0 88 0 0 0 20 0 22 0 23654337 10060525568 57804 33554432000 1073741824 1073778376 140736949750016 139992146946232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4526] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4526/stat : 4526 (java) S 4504 4507 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23654337 10060525568 57804 33554432000 1073741824 1073778376 140736949750016 139992145893880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4527] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4527/stat : 4527 (java) S 4504 4507 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23654337 10060525568 57804 33554432000 1073741824 1073778376 140736949750016 139992144841544 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4529] ppid=4504 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/4507/task/4529/stat : 4529 (java) R 4504 4507 1299 0 -1 4202560 25 0 0 0 243 0 0 0 20 0 22 0 23654390 10060525568 57804 33554432000 1073741824 1073778376 140736949750016 139992143736448 139992195108826 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4507/tid=4530] ppid=4504 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/4507/task/4530/stat : 4530 (java) R 4504 4507 1299 0 -1 4202560 57 0 0 0 243 0 0 0 20 0 22 0 23654390 10060525568 57804 33554432000 1073741824 1073778376 140736949750016 139992142682960 139992195116458 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4507/tid=4531] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4531/stat : 4531 (java) S 4504 4507 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23654398 10060525568 57804 33554432000 1073741824 1073778376 140736949750016 139992141633064 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4507/tid=4532] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4532/stat : 4532 (java) S 4504 4507 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23654399 10060525568 57804 33554432000 1073741824 1073778376 140736949750016 139992140580520 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 9824732

[startup+6.30102 s]
/proc/loadavg: 4.02 4.08 4.12 5/219 4532
/proc/meminfo: memFree=29247336/32872528 swapFree=877056/942464
[pid=4507] ppid=4504 vsize=9824732 CPUtime=14.15 cores=1,3,5,7
/proc/4507/stat : 4507 (java) S 4504 4507 1299 0 -1 4202496 16640 0 1 0 1395 20 0 0 20 0 22 0 23654332 10060525568 95288 33554432000 1073741824 1073778376 140736949750016 140736949741152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4507/statm: 2456183 95288 2289 9 0 2446860 0
[pid=4507/tid=4510] ppid=4504 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/4507/task/4510/stat : 4510 (java) S 4504 4507 1299 0 -1 4202560 2461 0 1 0 53 2 0 0 20 0 22 0 23654333 10060525568 95288 33554432000 1073741824 1073778376 140736949750016 139992327967608 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4507/tid=4512] ppid=4504 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/4507/task/4512/stat : 4512 (java) S 4504 4507 1299 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 22 0 23654334 10060525568 95288 33554432000 1073741824 1073778376 140736949750016 139992317029032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4513] ppid=4504 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/4507/task/4513/stat : 4513 (java) S 4504 4507 1299 0 -1 4202560 30 0 0 0 2 2 0 0 20 0 22 0 23654334 10060525568 95288 33554432000 1073741824 1073778376 140736949750016 139992315976488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4514] ppid=4504 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4507/task/4514/stat : 4514 (java) S 4504 4507 1299 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 22 0 23654334 10060525568 95288 33554432000 1073741824 1073778376 140736949750016 139992314923944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4515] ppid=4504 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/4507/task/4515/stat : 4515 (java) S 4504 4507 1299 0 -1 4202560 47 0 0 0 4 2 0 0 20 0 22 0 23654334 10060525568 95288 33554432000 1073741824 1073778376 140736949750016 139992313871400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4507/tid=4516] ppid=4504 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/4507/task/4516/stat : 4516 (java) S 4504 4507 1299 0 -1 4202560 107 0 0 0 3 3 0 0 20 0 22 0 23654334 10060525568 95288 33554432000 1073741824 1073778376 140736949750016 139992312817832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4507/tid=4517] ppid=4504 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/4507/task/4517/stat : 4517 (java) S 4504 4507 1299 0 -1 4202560 60 0 0 0 2 0 0 0 20 0 22 0 23654334 10060525568 95288 33554432000 1073741824 1073778376 140736949750016 139992166512936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4518] ppid=4504 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/4507/task/4518/stat : 4518 (java) S 4504 4507 1299 0 -1 4202560 211 0 0 0 3 2 0 0 20 0 22 0 23654334 10060525568 95288 33554432000 1073741824 1073778376 140736949750016 139992165460392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4519] ppid=4504 vsize=9824732 CPUtime=0.06 cores=1,3,5,7

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

[pid=4507/tid=4515] ppid=4504 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/4507/task/4515/stat : 4515 (java) S 4504 4507 1299 0 -1 4202560 1385 0 0 0 143 25 0 0 20 0 22 0 23654334 10060525568 891210 33554432000 1073741824 1073778376 140736949750016 139992313871400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4507/tid=4516] ppid=4504 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/4507/task/4516/stat : 4516 (java) S 4504 4507 1299 0 -1 4202560 891 0 0 0 129 25 0 0 20 0 22 0 23654334 10060525568 891210 33554432000 1073741824 1073778376 140736949750016 139992312817832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4507/tid=4517] ppid=4504 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/4507/task/4517/stat : 4517 (java) S 4504 4507 1299 0 -1 4202560 894 0 0 0 144 24 0 0 20 0 22 0 23654334 10060525568 891210 33554432000 1073741824 1073778376 140736949750016 139992166512936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4507/tid=4518] ppid=4504 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/4507/task/4518/stat : 4518 (java) S 4504 4507 1299 0 -1 4202560 1198 0 0 0 145 27 0 0 20 0 22 0 23654334 10060525568 891210 33554432000 1073741824 1073778376 140736949750016 139992165460392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4519] ppid=4504 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/4507/task/4519/stat : 4519 (java) S 4504 4507 1299 0 -1 4202560 1058 0 0 0 134 24 0 0 20 0 22 0 23654334 10060525568 891210 33554432000 1073741824 1073778376 140736949750016 139992164407848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4520] ppid=4504 vsize=9824732 CPUtime=3.3 cores=1,3,5,7
/proc/4507/task/4520/stat : 4520 (java) S 4504 4507 1299 0 -1 4202560 2375 0 0 0 328 2 0 0 20 0 22 0 23654335 10060525568 891210 33554432000 1073741824 1073778376 140736949750016 139992152210024 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4521] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4521/stat : 4521 (java) S 4504 4507 1299 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 23654335 10060525568 891210 33554432000 1073741824 1073778376 140736949750016 139992151156344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4522] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4522/stat : 4522 (java) S 4504 4507 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23654335 10060525568 891210 33554432000 1073741824 1073778376 140736949750016 139992150103688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4523] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4523/stat : 4523 (java) S 4504 4507 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23654337 10060525568 891210 33554432000 1073741824 1073778376 140736949750016 139992149052432 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4524] ppid=4504 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/4507/task/4524/stat : 4524 (java) S 4504 4507 1299 0 -1 4202560 6215 0 0 0 110 2 0 0 20 0 22 0 23654337 10060525568 891210 33554432000 1073741824 1073778376 140736949750016 139992147998776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4525] ppid=4504 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/4507/task/4525/stat : 4525 (java) S 4504 4507 1299 0 -1 4202560 5797 0 0 0 116 2 0 0 20 0 22 0 23654337 10060525568 891210 33554432000 1073741824 1073778376 140736949750016 139992146946232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4507/tid=4526] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4526/stat : 4526 (java) S 4504 4507 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23654337 10060525568 891210 33554432000 1073741824 1073778376 140736949750016 139992145893880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4527] ppid=4504 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/4507/task/4527/stat : 4527 (java) S 4504 4507 1299 0 -1 4202560 47 0 0 0 12 15 0 0 20 0 22 0 23654337 10060525568 891210 33554432000 1073741824 1073778376 140736949750016 139992144841544 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4529] ppid=4504 vsize=9824732 CPUtime=812.79 cores=1,3,5,7
/proc/4507/task/4529/stat : 4529 (java) R 4504 4507 1299 0 -1 4202560 556 0 0 0 81260 19 0 0 20 0 22 0 23654390 10060525568 891210 33554432000 1073741824 1073778376 140736949750016 139992143728784 139992194944463 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4507/tid=4530] ppid=4504 vsize=9824732 CPUtime=812.75 cores=1,3,5,7
/proc/4507/task/4530/stat : 4530 (java) R 4504 4507 1299 0 -1 4202560 1436 0 0 0 81238 37 0 0 20 0 22 0 23654390 10060525568 891210 33554432000 1073741824 1073778376 140736949750016 139992142682832 139992195314003 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4531] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4531/stat : 4531 (java) S 4504 4507 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23654398 10060525568 891210 33554432000 1073741824 1073778376 140736949750016 139992141633064 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4507/tid=4532] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4532/stat : 4532 (java) S 4504 4507 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23654399 10060525568 891210 33554432000 1073741824 1073778376 140736949750016 139992140580520 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1649.06
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.19 4.17 4.12 5/219 4552
/proc/meminfo: memFree=25697084/32872528 swapFree=877056/942464
[pid=4507] ppid=4504 vsize=9824732 CPUtime=1769.49 cores=1,3,5,7
/proc/4507/stat : 4507 (java) S 4504 4507 1299 0 -1 4202496 28550 0 1 0 176684 265 0 0 20 0 22 0 23654332 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 140736949741152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4507/statm: 2456183 904089 2299 9 0 2446860 0
[pid=4507/tid=4510] ppid=4504 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/4507/task/4510/stat : 4510 (java) S 4504 4507 1299 0 -1 4202560 2466 0 1 0 55 4 0 0 20 0 22 0 23654333 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992327967608 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4512] ppid=4504 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/4507/task/4512/stat : 4512 (java) S 4504 4507 1299 0 -1 4202560 1057 0 0 0 143 25 0 0 20 0 22 0 23654334 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992317029032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4507/tid=4513] ppid=4504 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/4507/task/4513/stat : 4513 (java) S 4504 4507 1299 0 -1 4202560 1151 0 0 0 168 33 0 0 20 0 22 0 23654334 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992315976488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4507/tid=4514] ppid=4504 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/4507/task/4514/stat : 4514 (java) S 4504 4507 1299 0 -1 4202560 658 0 0 0 119 23 0 0 20 0 22 0 23654334 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992314923944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4515] ppid=4504 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/4507/task/4515/stat : 4515 (java) S 4504 4507 1299 0 -1 4202560 1398 0 0 0 154 26 0 0 20 0 22 0 23654334 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992313871400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4507/tid=4516] ppid=4504 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/4507/task/4516/stat : 4516 (java) S 4504 4507 1299 0 -1 4202560 909 0 0 0 138 25 0 0 20 0 22 0 23654334 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992312817832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4507/tid=4517] ppid=4504 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/4507/task/4517/stat : 4517 (java) S 4504 4507 1299 0 -1 4202560 921 0 0 0 155 24 0 0 20 0 22 0 23654334 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992166512936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4507/tid=4518] ppid=4504 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/4507/task/4518/stat : 4518 (java) S 4504 4507 1299 0 -1 4202560 1221 0 0 0 153 27 0 0 20 0 22 0 23654334 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992165460392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4507/tid=4519] ppid=4504 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/4507/task/4519/stat : 4519 (java) S 4504 4507 1299 0 -1 4202560 1069 0 0 0 145 24 0 0 20 0 22 0 23654334 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992164407848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4520] ppid=4504 vsize=9824732 CPUtime=3.3 cores=1,3,5,7
/proc/4507/task/4520/stat : 4520 (java) S 4504 4507 1299 0 -1 4202560 2377 0 0 0 328 2 0 0 20 0 22 0 23654335 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992152210024 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4521] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4521/stat : 4521 (java) S 4504 4507 1299 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 23654335 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992151156344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4522] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4522/stat : 4522 (java) S 4504 4507 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23654335 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992150103688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4523] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4523/stat : 4523 (java) S 4504 4507 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23654337 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992149052432 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4524] ppid=4504 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/4507/task/4524/stat : 4524 (java) S 4504 4507 1299 0 -1 4202560 6215 0 0 0 110 2 0 0 20 0 22 0 23654337 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992147998776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4525] ppid=4504 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/4507/task/4525/stat : 4525 (java) S 4504 4507 1299 0 -1 4202560 5797 0 0 0 116 2 0 0 20 0 22 0 23654337 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992146946232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4507/tid=4526] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4526/stat : 4526 (java) S 4504 4507 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23654337 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992145893880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4527] ppid=4504 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/4507/task/4527/stat : 4527 (java) S 4504 4507 1299 0 -1 4202560 51 0 0 0 12 17 0 0 20 0 22 0 23654337 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992144841544 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4529] ppid=4504 vsize=9824732 CPUtime=872.41 cores=1,3,5,7
/proc/4507/task/4529/stat : 4529 (java) R 4504 4507 1299 0 -1 4202560 557 0 0 0 87221 20 0 0 20 0 22 0 23654390 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992143736496 139992194944368 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4530] ppid=4504 vsize=9824732 CPUtime=872.35 cores=1,3,5,7
/proc/4507/task/4530/stat : 4530 (java) R 4504 4507 1299 0 -1 4202560 1436 0 0 0 87196 39 0 0 20 0 22 0 23654390 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992142682672 139992195313248 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4507/tid=4531] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4531/stat : 4531 (java) S 4504 4507 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23654398 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992141633064 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4507/tid=4532] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4532/stat : 4532 (java) S 4504 4507 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23654399 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992140580520 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1769.49
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.601 s]
/proc/loadavg: 4.06 4.15 4.11 5/196 4568
/proc/meminfo: memFree=27301436/32872528 swapFree=877056/942464
[pid=4507] ppid=4504 vsize=9824732 CPUtime=1800.08 cores=1,3,5,7
/proc/4507/stat : 4507 (java) S 4504 4507 1299 0 -1 4202496 28550 0 1 0 179743 265 0 0 20 0 22 0 23654332 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 140736949741152 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4507/statm: 2456183 904089 2299 9 0 2446860 0
[pid=4507/tid=4510] ppid=4504 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/4507/task/4510/stat : 4510 (java) S 4504 4507 1299 0 -1 4202560 2466 0 1 0 55 4 0 0 20 0 22 0 23654333 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992327967608 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4512] ppid=4504 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/4507/task/4512/stat : 4512 (java) S 4504 4507 1299 0 -1 4202560 1057 0 0 0 143 25 0 0 20 0 22 0 23654334 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992317029032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4507/tid=4513] ppid=4504 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/4507/task/4513/stat : 4513 (java) S 4504 4507 1299 0 -1 4202560 1151 0 0 0 168 33 0 0 20 0 22 0 23654334 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992315976488 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4507/tid=4514] ppid=4504 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/4507/task/4514/stat : 4514 (java) S 4504 4507 1299 0 -1 4202560 658 0 0 0 119 23 0 0 20 0 22 0 23654334 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992314923944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4515] ppid=4504 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/4507/task/4515/stat : 4515 (java) S 4504 4507 1299 0 -1 4202560 1398 0 0 0 154 26 0 0 20 0 22 0 23654334 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992313871400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4507/tid=4516] ppid=4504 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/4507/task/4516/stat : 4516 (java) S 4504 4507 1299 0 -1 4202560 909 0 0 0 138 25 0 0 20 0 22 0 23654334 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992312817832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4507/tid=4517] ppid=4504 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/4507/task/4517/stat : 4517 (java) S 4504 4507 1299 0 -1 4202560 921 0 0 0 155 24 0 0 20 0 22 0 23654334 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992166512936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4507/tid=4518] ppid=4504 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/4507/task/4518/stat : 4518 (java) S 4504 4507 1299 0 -1 4202560 1221 0 0 0 153 27 0 0 20 0 22 0 23654334 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992165460392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4507/tid=4519] ppid=4504 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/4507/task/4519/stat : 4519 (java) S 4504 4507 1299 0 -1 4202560 1069 0 0 0 145 24 0 0 20 0 22 0 23654334 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992164407848 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4520] ppid=4504 vsize=9824732 CPUtime=3.3 cores=1,3,5,7
/proc/4507/task/4520/stat : 4520 (java) S 4504 4507 1299 0 -1 4202560 2377 0 0 0 328 2 0 0 20 0 22 0 23654335 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992152210024 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4521] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4521/stat : 4521 (java) S 4504 4507 1299 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 23654335 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992151156344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4522] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4522/stat : 4522 (java) S 4504 4507 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23654335 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992150103688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4523] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4523/stat : 4523 (java) S 4504 4507 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23654337 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992149052432 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4507/tid=4524] ppid=4504 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/4507/task/4524/stat : 4524 (java) S 4504 4507 1299 0 -1 4202560 6215 0 0 0 110 2 0 0 20 0 22 0 23654337 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992147998776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4525] ppid=4504 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/4507/task/4525/stat : 4525 (java) S 4504 4507 1299 0 -1 4202560 5797 0 0 0 116 2 0 0 20 0 22 0 23654337 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992146946232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4507/tid=4526] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4526/stat : 4526 (java) S 4504 4507 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23654337 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992145893880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4527] ppid=4504 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/4507/task/4527/stat : 4527 (java) S 4504 4507 1299 0 -1 4202560 51 0 0 0 12 17 0 0 20 0 22 0 23654337 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992144841544 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4529] ppid=4504 vsize=9824732 CPUtime=887.67 cores=1,3,5,7
/proc/4507/task/4529/stat : 4529 (java) R 4504 4507 1299 0 -1 4202560 557 0 0 0 88747 20 0 0 20 0 22 0 23654390 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992143728784 139992194945780 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4507/tid=4530] ppid=4504 vsize=9824732 CPUtime=887.61 cores=1,3,5,7
/proc/4507/task/4530/stat : 4530 (java) R 4504 4507 1299 0 -1 4202560 1436 0 0 0 88722 39 0 0 20 0 22 0 23654390 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992142682672 139992195313493 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4507/tid=4531] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4531/stat : 4531 (java) S 4504 4507 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23654398 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992141633064 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4507/tid=4532] ppid=4504 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4507/task/4532/stat : 4532 (java) S 4504 4507 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23654399 10060525568 904089 33554432000 1073741824 1073778376 140736949750016 139992140580520 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 4507 sig 9
??? kill -4507 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 4507 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=879440
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=101528
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.653
CPU time (s): 1800.08
CPU user time (s): 1797.43
CPU system time (s): 2.65
CPU usage (%): 200.532
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.88
system time used= 3.10153
maximum resident set size= 3616472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28584
page faults= 1
swaps= 0
block input operations= 0
block output operations= 864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22202
involuntary context switches= 20542

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.35618 second user time and 7.81981 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 04:14:14
IDJOB=4101786
IDBENCH=1794
IDSOLVER=2543
FILE ID=node113/4101786-1466216054
RUNJOBID= node113-1466206100-1316
PBS_JOBID= 19918163
Free space on /tmp= 71640 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-fixnet6.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101786-1466216054/watcher-4101786-1466216054 -o /tmp/evaluation-result-4101786-1466216054/solver-4101786-1466216054 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1316 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101786-1466216054.opb

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

MD5SUM BENCH= fc34075a5d318bf3fbb6971479140d14
RANDOM SEED=764775658

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.54
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.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29621488 kB
Buffers:           93932 kB
Cached:           171396 kB
SwapCached:         1968 kB
Active:          1429104 kB
Inactive:         143088 kB
Active(anon):    1308052 kB
Inactive(anon):     1556 kB
Active(file):     121052 kB
Inactive(file):   141532 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:             67784 kB
Writeback:             0 kB
AnonPages:       2330628 kB
Mapped:            15460 kB
Shmem:                 0 kB
Slab:             600976 kB
SReclaimable:      44236 kB
SUnreclaim:       556740 kB
KernelStack:        1792 kB
PageTables:         8956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3704064 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= 71636 MiB
End job on node113 at 2016-06-18 04:29:12