Trace number 4101186

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.14 891.484

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-nesm.opb
MD5SUM06abf2507bf67e08d71dcaed3569abdd
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 variables60075
Total number of constraints2257
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 constraints2257
Minimum length of a constraint10
Maximum length of a constraint941
Number of terms in the objective function 8142
Biggest coefficient in the objective function 10478
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 531689
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 531689
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4101186-1466213311.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
2.47/1.31	c ... done. Wall clock time 1.182s.
2.47/1.31	c declared #vars     60075
2.47/1.31	c #constraints  2737
2.47/1.31	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.47/1.31	c constraints type 
2.47/1.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2737
2.47/1.31	c 2737 constraints processed.
2.47/1.31	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.47/1.31	c constraints type 
2.47/1.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2737
2.47/1.31	c 2737 constraints processed.
2.47/1.31	c objective function length is 8142 literals
7.94/3.47	c cleaning 2501 clauses out of 5001 with flag 10664/5001
13.08/5.85	c cleaning 4251 clauses out of 8502 with flag 23527/11003
18.78/8.69	c cleaning 5624 clauses out of 11248 with flag 38707/18000
25.94/12.12	c cleaning 6813 clauses out of 13625 with flag 55842/26001
33.89/16.00	c cleaning 7902 clauses out of 15811 with flag 74935/35000
42.68/20.42	c cleaning 8954 clauses out of 17910 with flag 96006/45001
48.91/23.57	c cleaning 9978 clauses out of 19955 with flag 119703/56000
55.56/26.71	c cleaning 10985 clauses out of 21978 with flag 143910/68001
60.19/29.05	c cleaning 11993 clauses out of 23991 with flag 171603/81000
64.85/31.18	c cleaning 13001 clauses out of 26002 with flag 201704/95004
69.70/33.49	c cleaning 13992 clauses out of 27997 with flag 233972/110000
76.29/36.77	c cleaning 15000 clauses out of 30006 with flag 266631/126001
83.14/40.01	c cleaning 16003 clauses out of 32006 with flag 303731/143001
88.95/42.96	c cleaning 16999 clauses out of 34004 with flag 342151/161002
98.42/47.67	c cleaning 17991 clauses out of 36003 with flag 382752/180000
112.19/54.92	c cleaning 18995 clauses out of 38012 with flag 427458/200000
114.66/56.12	c cleaning 0 clauses out of 5000 with flag 0/5000
125.69/61.54	c cleaning 20003 clauses out of 40018 with flag 473563/221001
136.42/66.88	c cleaning 21021 clauses out of 42042 with flag 529203/243028
149.55/73.39	c cleaning 21997 clauses out of 43996 with flag 589032/266003
163.51/80.29	c cleaning 23000 clauses out of 46000 with flag 652800/290004
176.52/86.75	c cleaning 24000 clauses out of 48000 with flag 718862/315004
190.46/93.67	c cleaning 24989 clauses out of 49997 with flag 788596/341001
205.05/100.95	c cleaning 26002 clauses out of 52007 with flag 860101/368000
220.05/108.45	c cleaning 27005 clauses out of 54010 with flag 933850/396005
235.52/116.09	c cleaning 27999 clauses out of 55999 with flag 1004505/425000
247.94/122.26	c cleaning 28987 clauses out of 58001 with flag 1079364/455001
257.93/127.21	c cleaning 29985 clauses out of 60014 with flag 1193685/486001
267.67/132.10	c cleaning 30998 clauses out of 62028 with flag 1279145/518000
285.67/141.65	c cleaning 32011 clauses out of 64030 with flag 1347211/551000
303.33/150.46	c cleaning 33005 clauses out of 66019 with flag 1416315/585000
322.04/159.72	c cleaning 34009 clauses out of 68021 with flag 1488460/620007
342.83/170.12	c cleaning 34998 clauses out of 70005 with flag 1561668/656000
365.93/181.63	c cleaning 36045 clauses out of 72090 with flag 1636589/693083
368.44/182.87	c cleaning 0 clauses out of 11000 with flag 0/11000
383.87/190.49	c cleaning 36964 clauses out of 73962 with flag 1716565/731000
404.05/200.51	c cleaning 37998 clauses out of 75999 with flag 1796006/770001
426.87/211.89	c cleaning 38999 clauses out of 78001 with flag 1876290/810001
451.38/223.98	c cleaning 40001 clauses out of 80002 with flag 1958708/851001
479.08/237.62	c cleaning 40999 clauses out of 82002 with flag 2043390/893002
505.34/250.62	c cleaning 42000 clauses out of 84002 with flag 2130122/936001
536.53/266.08	c cleaning 42990 clauses out of 86001 with flag 2218457/980000
568.47/281.69	c cleaning 44005 clauses out of 88013 with flag 2309094/1025002
606.78/300.47	c cleaning 45003 clauses out of 90006 with flag 2401453/1071000
613.92/303.83	c cleaning 0 clauses out of 18000 with flag 0/18000
645.48/320.68	c cleaning 45998 clauses out of 92003 with flag 2495946/1118000
682.41/338.62	c cleaning 46999 clauses out of 94005 with flag 2592782/1166000
725.57/360.01	c cleaning 47997 clauses out of 96008 with flag 2691568/1215002
768.77/381.52	c cleaning 49006 clauses out of 98012 with flag 2792444/1265003
822.02/408.01	c cleaning 49997 clauses out of 100004 with flag 2894765/1316001
863.53/428.67	c cleaning 51001 clauses out of 102006 with flag 2999559/1368000
909.21/451.18	c cleaning 52000 clauses out of 104005 with flag 3106496/1421000
960.30/476.30	c cleaning 0 clauses out of 26000 with flag 0/26000
961.30/476.73	c cleaning 53003 clauses out of 106006 with flag 3215310/1475001
1026.76/508.65	c cleaning 53999 clauses out of 108003 with flag 3325513/1530001
1096.56/544.96	c cleaning 54999 clauses out of 110003 with flag 3437788/1586000
1154.82/573.84	c cleaning 55995 clauses out of 112004 with flag 3552242/1643000
1215.01/603.50	c cleaning 57003 clauses out of 114011 with flag 3668899/1701002
1269.98/630.69	c cleaning 0 clauses out of 35000 with flag 0/35000
1273.38/632.39	c cleaning 57996 clauses out of 116007 with flag 3787800/1760001
1325.17/657.87	c cleaning 59001 clauses out of 118012 with flag 3909911/1820002
1386.57/688.17	c cleaning 59997 clauses out of 120009 with flag 4037922/1881000
1457.43/722.94	c cleaning 61003 clauses out of 122013 with flag 4166073/1943001
1523.82/755.52	c cleaning 61994 clauses out of 124010 with flag 4297255/2006001
1594.35/790.20	c cleaning 63008 clauses out of 126018 with flag 4429504/2070003
1666.82/825.99	c cleaning 63998 clauses out of 128010 with flag 4565007/2135003
1734.56/859.39	c cleaning 65004 clauses out of 130009 with flag 4704432/2201000
1759.79/871.61	c cleaning 0 clauses out of 45000 with flag 0/45000
1795.54/889.19	c cleaning 65995 clauses out of 132005 with flag 4841205/2268000
1800.14/891.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/891.40	c starts		: 3485
1800.14/891.40	c conflicts		: 2272215
1800.14/891.40	c decisions		: 4088495
1800.14/891.40	c propagations		: 135580510
1800.14/891.40	c inspects		: 10502460094
1800.14/891.40	c shortcuts		: 0
1800.14/891.40	c learnt literals	: 2
1800.14/891.40	c learnt binary clauses	: 2
1800.14/891.40	c learnt ternary clauses	: 11
1800.14/891.40	c learnt constraints	: 2272213
1800.14/891.40	c ignored constraints	: 0
1800.14/891.40	c root simplifications	: 0
1800.14/891.40	c removed literals (reason simplification)	: 21722120
1800.14/891.40	c reason swapping (by a shorter reason)	: 0
1800.14/891.40	c Calls to reduceDB	: 63
1800.14/891.40	c Number of update (reduction) of LBD	: 72798
1800.14/891.40	c Imported unit clauses	: 0
1800.14/891.40	c number of reductions to clauses (during analyze)	: 0
1800.14/891.40	c number of learned constraints concerned by reduction	: 0
1800.14/891.40	c number of learning phase by resolution	: 0
1800.14/891.40	c number of learning phase by cutting planes	: 0
1800.14/891.40	c speed (assignments/second)	: 152339.02102490808
1800.14/891.40	c non guided choices	1442258
1800.14/891.43	c learnt constraints type 
1800.14/891.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.14/891.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 70223
1800.14/891.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/891.43	c starts		: 63
1800.14/891.43	c conflicts		: 45514
1800.14/891.43	c decisions		: 461740
1800.14/891.43	c propagations		: 1270630
1800.14/891.43	c inspects		: 623219771
1800.14/891.43	c shortcuts		: 0
1800.14/891.43	c learnt literals	: 0
1800.14/891.43	c learnt binary clauses	: 0
1800.14/891.43	c learnt ternary clauses	: 0
1800.14/891.43	c learnt constraints	: 45514
1800.14/891.43	c ignored constraints	: 0
1800.14/891.43	c root simplifications	: 0
1800.14/891.43	c removed literals (reason simplification)	: 0
1800.14/891.43	c reason swapping (by a shorter reason)	: 0
1800.14/891.43	c Calls to reduceDB	: 6
1800.14/891.43	c Number of update (reduction) of LBD	: 0
1800.14/891.43	c Imported unit clauses	: 0
1800.14/891.43	c number of reductions to clauses (during analyze)	: 0
1800.14/891.43	c number of learned constraints concerned by reduction	: 0
1800.14/891.43	c number of learning phase by resolution	: 0
1800.14/891.43	c number of learning phase by cutting planes	: 0
1800.14/891.43	c speed (assignments/second)	: 1427.646887643719
1800.14/891.43	c non guided choices	119377
1800.14/891.45	c learnt constraints type 
1800.14/891.45	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1396
1800.14/891.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 44118
1800.14/891.45	s UNKNOWN
1800.14/891.45	c Total wall clock time (in seconds): 891.322

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

pid=18945
running on 4 cores: 0,2,4,6

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.73 4.54 4.40 4/198 18948
/proc/meminfo: memFree=26290300/32872528 swapFree=1534436/1655032
[pid=18948] ppid=18945 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/18948/stat : 18948 (java) D 18945 18948 15709 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 23379562 9515008 175 33554432000 1073741824 1073778376 140734886704880 140734886687608 217410519952 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/18948/statm: 2323 175 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 4.73 4.54 4.40 4/198 18948
/proc/meminfo: memFree=26290300/32872528 swapFree=1534436/1655032
[pid=18948] ppid=18945 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/18948/stat : 18948 (java) S 18945 18948 15709 0 -1 4202496 4324 0 1 0 6 1 0 0 20 0 18 0 23379562 9787879424 5451 33554432000 1073741824 1073778376 140736615988176 140736615979312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18948/statm: 2389619 5452 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200314 s]
/proc/loadavg: 4.73 4.54 4.40 4/198 18948
/proc/meminfo: memFree=26290300/32872528 swapFree=1534436/1655032
[pid=18948] ppid=18945 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/18948/stat : 18948 (java) S 18945 18948 15709 0 -1 4202496 5007 0 1 0 25 1 0 0 20 0 18 0 23379562 9787879424 7447 33554432000 1073741824 1073778376 140736615988176 140736615979312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18948/statm: 2389619 7447 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300222 s]
/proc/loadavg: 4.73 4.54 4.40 4/198 18948
/proc/meminfo: memFree=26290300/32872528 swapFree=1534436/1655032
[pid=18948] ppid=18945 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/18948/stat : 18948 (java) S 18945 18948 15709 0 -1 4202496 5768 0 1 0 44 2 0 0 20 0 18 0 23379562 9787879424 9383 33554432000 1073741824 1073778376 140736615988176 140736615979312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18948/statm: 2389619 9383 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700301 s]
/proc/loadavg: 4.73 4.54 4.40 4/198 18948
/proc/meminfo: memFree=26290300/32872528 swapFree=1534436/1655032
[pid=18948] ppid=18945 vsize=9558476 CPUtime=1.47 cores=0,2,4,6
/proc/18948/stat : 18948 (java) S 18945 18948 15709 0 -1 4202496 17819 0 1 0 141 6 0 0 20 0 18 0 23379562 9787879424 44134 33554432000 1073741824 1073778376 140736615988176 140736615979312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18948/statm: 2389619 44134 2264 9 0 2380296 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9558476

[startup+1.50072 s]
/proc/loadavg: 4.73 4.54 4.40 4/216 18966
/proc/meminfo: memFree=26024704/32872528 swapFree=1534436/1655032
[pid=18948] ppid=18945 vsize=9824732 CPUtime=3.14 cores=0,2,4,6
/proc/18948/stat : 18948 (java) S 18945 18948 15709 0 -1 4202496 18637 0 1 0 297 17 0 0 20 0 22 0 23379562 10060525568 68821 33554432000 1073741824 1073778376 140736615988176 140736615979312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18948/statm: 2456183 68821 2284 9 0 2446860 0
[pid=18948/tid=18950] ppid=18945 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/18948/task/18950/stat : 18950 (java) S 18945 18948 15709 0 -1 4202560 2496 0 1 0 112 3 0 0 20 0 22 0 23379563 10060525568 68821 33554432000 1073741824 1073778376 140736615988176 140543485461368 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18948/tid=18951] ppid=18945 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18948/task/18951/stat : 18951 (java) S 18945 18948 15709 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 22 0 23379564 10060525568 68821 33554432000 1073741824 1073778376 140736615988176 140543329471016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18948/tid=18952] ppid=18945 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18948/task/18952/stat : 18952 (java) S 18945 18948 15709 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 22 0 23379564 10060525568 68821 33554432000 1073741824 1073778376 140736615988176 140543328418216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18948/tid=18953] ppid=18945 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18948/task/18953/stat : 18953 (java) S 18945 18948 15709 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 22 0 23379564 10060525568 68821 33554432000 1073741824 1073778376 140736615988176 140543327365416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18954] ppid=18945 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/18948/task/18954/stat : 18954 (java) S 18945 18948 15709 0 -1 4202560 148 0 0 0 7 3 0 0 20 0 22 0 23379564 10060525568 68821 33554432000 1073741824 1073778376 140736615988176 140543326312616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18948/tid=18955] ppid=18945 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18948/task/18955/stat : 18955 (java) S 18945 18948 15709 0 -1 4202560 104 0 0 0 2 2 0 0 20 0 22 0 23379564 10060525568 68821 33554432000 1073741824 1073778376 140736615988176 140543325260840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18956] ppid=18945 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/18948/task/18956/stat : 18956 (java) S 18945 18948 15709 0 -1 4202560 112 0 0 0 5 2 0 0 20 0 22 0 23379564 10060525568 68821 33554432000 1073741824 1073778376 140736615988176 140543324208040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18948/tid=18957] ppid=18945 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18948/task/18957/stat : 18957 (java) S 18945 18948 15709 0 -1 4202560 102 0 0 0 2 0 0 0 20 0 22 0 23379564 10060525568 68821 33554432000 1073741824 1073778376 140736615988176 140543323155240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18948/tid=18958] ppid=18945 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18948/task/18958/stat : 18958 (java) S 18945 18948 15709 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 23379564 10060525568 68821 33554432000 1073741824 1073778376 140736615988176 140543322102440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18959] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18959/stat : 18959 (java) S 18945 18948 15709 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 23379566 10060525568 68821 33554432000 1073741824 1073778376 140736615988176 140543309691368 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18960] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18960/stat : 18960 (java) S 18945 18948 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23379566 10060525568 68821 33554432000 1073741824 1073778376 140736615988176 140543308637432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18961] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18961/stat : 18961 (java) S 18945 18948 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23379566 10060525568 68821 33554432000 1073741824 1073778376 140736615988176 140543307584520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18962] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18962/stat : 18962 (java) S 18945 18948 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23379569 10060525568 68821 33554432000 1073741824 1073778376 140736615988176 140543306533008 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18963] ppid=18945 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/18948/task/18963/stat : 18963 (java) R 18945 18948 15709 0 -1 4202560 8219 0 0 0 55 2 0 0 20 0 22 0 23379569 10060525568 68821 33554432000 1073741824 1073778376 140736615988176 140543305481144 140543491666407 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18964] ppid=18945 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/18948/task/18964/stat : 18964 (java) R 18945 18948 15709 0 -1 4202560 5971 0 0 0 54 2 0 0 20 0 22 0 23379569 10060525568 68821 33554432000 1073741824 1073778376 140736615988176 140543304405504 140543492066758 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18965] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18965/stat : 18965 (java) S 18945 18948 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23379569 10060525568 68821 33554432000 1073741824 1073778376 140736615988176 140543303375736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18966] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18966/stat : 18966 (java) S 18945 18948 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23379569 10060525568 68821 33554432000 1073741824 1073778376 140736615988176 140543302323144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.59 4.51 4.39 5/220 18970
/proc/meminfo: memFree=25853876/32872528 swapFree=1534436/1655032
[pid=18948] ppid=18945 vsize=9824732 CPUtime=7.25 cores=0,2,4,6
/proc/18948/stat : 18948 (java) S 18945 18948 15709 0 -1 4202496 19923 0 1 0 699 26 0 0 20 0 22 0 23379562 10060525568 111058 33554432000 1073741824 1073778376 140736615988176 140736615979312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18948/statm: 2456183 111058 2285 9 0 2446860 0
[pid=18948/tid=18950] ppid=18945 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/18948/task/18950/stat : 18950 (java) S 18945 18948 15709 0 -1 4202560 2496 0 1 0 112 3 0 0 20 0 22 0 23379563 10060525568 111058 33554432000 1073741824 1073778376 140736615988176 140543485461368 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18948/tid=18951] ppid=18945 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/18948/task/18951/stat : 18951 (java) S 18945 18948 15709 0 -1 4202560 43 0 0 0 3 2 0 0 20 0 22 0 23379564 10060525568 111058 33554432000 1073741824 1073778376 140736615988176 140543329471016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18952] ppid=18945 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/18948/task/18952/stat : 18952 (java) S 18945 18948 15709 0 -1 4202560 58 0 0 0 9 2 0 0 20 0 22 0 23379564 10060525568 111058 33554432000 1073741824 1073778376 140736615988176 140543328418216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18953] ppid=18945 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/18948/task/18953/stat : 18953 (java) S 18945 18948 15709 0 -1 4202560 46 0 0 0 4 1 0 0 20 0 22 0 23379564 10060525568 111058 33554432000 1073741824 1073778376 140736615988176 140543327365416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18948/tid=18954] ppid=18945 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/18948/task/18954/stat : 18954 (java) S 18945 18948 15709 0 -1 4202560 162 0 0 0 9 3 0 0 20 0 22 0 23379564 10060525568 111058 33554432000 1073741824 1073778376 140736615988176 140543326312616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18948/tid=18955] ppid=18945 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/18948/task/18955/stat : 18955 (java) S 18945 18948 15709 0 -1 4202560 137 0 0 0 9 3 0 0 20 0 22 0 23379564 10060525568 111058 33554432000 1073741824 1073778376 140736615988176 140543325260840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18956] ppid=18945 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/18948/task/18956/stat : 18956 (java) S 18945 18948 15709 0 -1 4202560 133 0 0 0 7 2 0 0 20 0 22 0 23379564 10060525568 111058 33554432000 1073741824 1073778376 140736615988176 140543324208040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18948/tid=18957] ppid=18945 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18948/task/18957/stat : 18957 (java) S 18945 18948 15709 0 -1 4202560 113 0 0 0 3 1 0 0 20 0 22 0 23379564 10060525568 111058 33554432000 1073741824 1073778376 140736615988176 140543323155240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18958] ppid=18945 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/18948/task/18958/stat : 18958 (java) S 18945 18948 15709 0 -1 4202560 54 0 0 0 8 3 0 0 20 0 22 0 23379564 10060525568 111058 33554432000 1073741824 1073778376 140736615988176 140543322102440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18959] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18959/stat : 18959 (java) S 18945 18948 15709 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23379566 10060525568 111058 33554432000 1073741824 1073778376 140736615988176 140543309691368 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18948/tid=18960] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18960/stat : 18960 (java) S 18945 18948 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23379566 10060525568 111058 33554432000 1073741824 1073778376 140736615988176 140543308637432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18961] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18961/stat : 18961 (java) S 18945 18948 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23379566 10060525568 111058 33554432000 1073741824 1073778376 140736615988176 140543307584520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18962] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18962/stat : 18962 (java) S 18945 18948 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23379569 10060525568 111058 33554432000 1073741824 1073778376 140736615988176 140543306533008 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18963] ppid=18945 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/18948/task/18963/stat : 18963 (java) S 18945 18948 15709 0 -1 4202560 8232 0 0 0 97 2 0 0 20 0 22 0 23379569 10060525568 111058 33554432000 1073741824 1073778376 140736615988176 140543305481144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18964] ppid=18945 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/18948/task/18964/stat : 18964 (java) S 18945 18948 15709 0 -1 4202560 6885 0 0 0 87 2 0 0 20 0 22 0 23379569 10060525568 111058 33554432000 1073741824 1073778376 140736615988176 140543304428344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18965] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18965/stat : 18965 (java) S 18945 18948 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23379569 10060525568 111058 33554432000 1073741824 1073778376 140736615988176 140543303375736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18966] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18966/stat : 18966 (java) S 18945 18948 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23379569 10060525568 111058 33554432000 1073741824 1073778376 140736615988176 140543302323144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18967] ppid=18945 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/18948/task/18967/stat : 18967 (java) R 18945 18948 15709 0 -1 4202560 45 0 0 0 167 0 0 0 20 0 22 0 23379693 10060525568 111058 33554432000 1073741824 1073778376 140736615988176 140543301218952 140543357901456 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18968] ppid=18945 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/18948/task/18968/stat : 18968 (java) R 18945 18948 15709 0 -1 4202560 56 0 0 0 166 1 0 0 20 0 22 0 23379693 10060525568 111058 33554432000 1073741824 1073778376 140736615988176 140543300166072 140543358151022 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18948/tid=18969] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18969/stat : 18969 (java) S 18945 18948 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23379703 10060525568 111058 33554432000 1073741824 1073778376 140736615988176 140543299113896 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18970] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18970/stat : 18970 (java) S 18945 18948 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23379703 10060525568 111058 33554432000 1073741824 1073778376 140736615988176 140543298061096 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.25
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.59 4.51 4.39 5/220 18970
/proc/meminfo: memFree=25614660/32872528 swapFree=1534436/1655032
[pid=18948] ppid=18945 vsize=9824732 CPUtime=14.08 cores=0,2,4,6
/proc/18948/stat : 18948 (java) S 18945 18948 15709 0 -1 4202496 20695 0 1 0 1373 35 0 0 20 0 22 0 23379562 10060525568 180171 33554432000 1073741824 1073778376 140736615988176 140736615979312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18948/statm: 2456183 180171 2290 9 0 2446860 0
[pid=18948/tid=18950] ppid=18945 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/18948/task/18950/stat : 18950 (java) S 18945 18948 15709 0 -1 4202560 2496 0 1 0 112 3 0 0 20 0 22 0 23379563 10060525568 180171 33554432000 1073741824 1073778376 140736615988176 140543485461368 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18948/tid=18951] ppid=18945 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/18948/task/18951/stat : 18951 (java) S 18945 18948 15709 0 -1 4202560 65 0 0 0 6 2 0 0 20 0 22 0 23379564 10060525568 180171 33554432000 1073741824 1073778376 140736615988176 140543329471016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18948/tid=18952] ppid=18945 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/18948/task/18952/stat : 18952 (java) S 18945 18948 15709 0 -1 4202560 74 0 0 0 13 4 0 0 20 0 22 0 23379564 10060525568 180171 33554432000 1073741824 1073778376 140736615988176 140543328418216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18948/tid=18953] ppid=18945 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/18948/task/18953/stat : 18953 (java) S 18945 18948 15709 0 -1 4202560 78 0 0 0 9 2 0 0 20 0 22 0 23379564 10060525568 180171 33554432000 1073741824 1073778376 140736615988176 140543327365416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18954] ppid=18945 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/18948/task/18954/stat : 18954 (java) S 18945 18948 15709 0 -1 4202560 178 0 0 0 12 4 0 0 20 0 22 0 23379564 10060525568 180171 33554432000 1073741824 1073778376 140736615988176 140543326312616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18955] ppid=18945 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/18948/task/18955/stat : 18955 (java) S 18945 18948 15709 0 -1 4202560 144 0 0 0 12 3 0 0 20 0 22 0 23379564 10060525568 180171 33554432000 1073741824 1073778376 140736615988176 140543325260840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18956] ppid=18945 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/18948/task/18956/stat : 18956 (java) S 18945 18948 15709 0 -1 4202560 171 0 0 0 12 3 0 0 20 0 22 0 23379564 10060525568 180171 33554432000 1073741824 1073778376 140736615988176 140543324208040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18957] ppid=18945 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/18948/task/18957/stat : 18957 (java) S 18945 18948 15709 0 -1 4202560 141 0 0 0 7 3 0 0 20 0 22 0 23379564 10060525568 180171 33554432000 1073741824 1073778376 140736615988176 140543323155240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18958] ppid=18945 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/18948/task/18958/stat : 18958 (java) S 18945 18948 15709 0 -1 4202560 68 0 0 0 11 3 0 0 20 0 22 0 23379564 10060525568 180171 33554432000 1073741824 1073778376 140736615988176 140543322102440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18959] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18959/stat : 18959 (java) S 18945 18948 15709 0 -1 4202560 496 0 0 0 0 0 0 0 20 0 22 0 23379566 10060525568 180171 33554432000 1073741824 1073778376 140736615988176 140543309691368 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18960] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18960/stat : 18960 (java) S 18945 18948 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23379566 10060525568 180171 33554432000 1073741824 1073778376 140736615988176 140543308637432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18961] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18961/stat : 18961 (java) S 18945 18948 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23379566 10060525568 180171 33554432000 1073741824 1073778376 140736615988176 140543307584520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18962] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18962/stat : 18962 (java) S 18945 18948 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23379569 10060525568 180171 33554432000 1073741824 1073778376 140736615988176 140543306533008 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18963] ppid=18945 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/18948/task/18963/stat : 18963 (java) S 18945 18948 15709 0 -1 4202560 8236 0 0 0 109 2 0 0 20 0 22 0 23379569 10060525568 180171 33554432000 1073741824 1073778376 140736615988176 140543305481144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18964] ppid=18945 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/18948/task/18964/stat : 18964 (java) S 18945 18948 15709 0 -1 4202560 6886 0 0 0 101 2 0 0 20 0 22 0 23379569 10060525568 180171 33554432000 1073741824 1073778376 140736615988176 140543304428344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18965] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18965/stat : 18965 (java) S 18945 18948 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23379569 10060525568 180171 33554432000 1073741824 1073778376 140736615988176 140543303375736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18966] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18966/stat : 18966 (java) S 18945 18948 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23379569 10060525568 180171 33554432000 1073741824 1073778376 140736615988176 140543302323144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18967] ppid=18945 vsize=9824732 CPUtime=4.76 cores=0,2,4,6

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

/proc/18948/task/18953/stat : 18953 (java) S 18945 18948 15709 0 -1 4202560 1538 0 0 0 537 23 0 0 20 0 22 0 23379564 10060525568 1094325 33554432000 1073741824 1073778376 140736615988176 140543327365416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18948/tid=18954] ppid=18945 vsize=9824732 CPUtime=5.89 cores=0,2,4,6
/proc/18948/task/18954/stat : 18954 (java) S 18945 18948 15709 0 -1 4202560 817 0 0 0 566 23 0 0 20 0 22 0 23379564 10060525568 1094325 33554432000 1073741824 1073778376 140736615988176 140543326312616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18955] ppid=18945 vsize=9824732 CPUtime=5.26 cores=0,2,4,6
/proc/18948/task/18955/stat : 18955 (java) S 18945 18948 15709 0 -1 4202560 926 0 0 0 505 21 0 0 20 0 22 0 23379564 10060525568 1094325 33554432000 1073741824 1073778376 140736615988176 140543325260840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18956] ppid=18945 vsize=9824732 CPUtime=5.7 cores=0,2,4,6
/proc/18948/task/18956/stat : 18956 (java) S 18945 18948 15709 0 -1 4202560 859 0 0 0 544 26 0 0 20 0 22 0 23379564 10060525568 1094325 33554432000 1073741824 1073778376 140736615988176 140543324208040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18957] ppid=18945 vsize=9824732 CPUtime=5.75 cores=0,2,4,6
/proc/18948/task/18957/stat : 18957 (java) S 18945 18948 15709 0 -1 4202560 1130 0 0 0 550 25 0 0 20 0 22 0 23379564 10060525568 1094325 33554432000 1073741824 1073778376 140736615988176 140543323155240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18948/tid=18958] ppid=18945 vsize=9824732 CPUtime=5.33 cores=0,2,4,6
/proc/18948/task/18958/stat : 18958 (java) S 18945 18948 15709 0 -1 4202560 706 0 0 0 512 21 0 0 20 0 22 0 23379564 10060525568 1094325 33554432000 1073741824 1073778376 140736615988176 140543322102440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18948/tid=18959] ppid=18945 vsize=9824732 CPUtime=8.84 cores=0,2,4,6
/proc/18948/task/18959/stat : 18959 (java) S 18945 18948 15709 0 -1 4202560 3147 0 0 0 877 7 0 0 20 0 22 0 23379566 10060525568 1094325 33554432000 1073741824 1073778376 140736615988176 140543309691368 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18960] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18960/stat : 18960 (java) S 18945 18948 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23379566 10060525568 1094325 33554432000 1073741824 1073778376 140736615988176 140543308637432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18961] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18961/stat : 18961 (java) S 18945 18948 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23379566 10060525568 1094325 33554432000 1073741824 1073778376 140736615988176 140543307584520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18962] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18962/stat : 18962 (java) S 18945 18948 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23379569 10060525568 1094325 33554432000 1073741824 1073778376 140736615988176 140543306533008 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18963] ppid=18945 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/18948/task/18963/stat : 18963 (java) S 18945 18948 15709 0 -1 4202560 8245 0 0 0 133 2 0 0 20 0 22 0 23379569 10060525568 1094325 33554432000 1073741824 1073778376 140736615988176 140543305481144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18964] ppid=18945 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/18948/task/18964/stat : 18964 (java) S 18945 18948 15709 0 -1 4202560 15883 0 0 0 210 4 0 0 20 0 22 0 23379569 10060525568 1094325 33554432000 1073741824 1073778376 140736615988176 140543304428344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18965] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18965/stat : 18965 (java) S 18945 18948 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23379569 10060525568 1094325 33554432000 1073741824 1073778376 140736615988176 140543303375736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18966] ppid=18945 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/18948/task/18966/stat : 18966 (java) S 18945 18948 15709 0 -1 4202560 47 0 0 0 11 15 0 0 20 0 22 0 23379569 10060525568 1094325 33554432000 1073741824 1073778376 140736615988176 140543302323144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18948/tid=18967] ppid=18945 vsize=9824732 CPUtime=798.46 cores=0,2,4,6
/proc/18948/task/18967/stat : 18967 (java) R 18945 18948 15709 0 -1 4202560 385 0 0 0 79821 25 0 0 20 0 22 0 23379693 10060525568 1094325 33554432000 1073741824 1073778376 140736615988176 140543301217072 140543357884047 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18948/tid=18968] ppid=18945 vsize=9824732 CPUtime=798.4 cores=0,2,4,6
/proc/18948/task/18968/stat : 18968 (java) R 18945 18948 15709 0 -1 4202560 1421 0 0 0 79801 39 0 0 20 0 22 0 23379693 10060525568 1094325 33554432000 1073741824 1073778376 140736615988176 140543300165056 140543358020136 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18948/tid=18969] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18969/stat : 18969 (java) S 18945 18948 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23379703 10060525568 1094325 33554432000 1073741824 1073778376 140736615988176 140543299113896 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18970] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18970/stat : 18970 (java) S 18945 18948 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23379703 10060525568 1094325 33554432000 1073741824 1073778376 140736615988176 140543298061096 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1659.38
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.27 4.39 4.37 6/220 19136
/proc/meminfo: memFree=22758916/32872528 swapFree=1534436/1655032
[pid=18948] ppid=18945 vsize=9824732 CPUtime=1781.58 cores=0,2,4,6
/proc/18948/stat : 18948 (java) S 18945 18948 15709 0 -1 4202496 40712 0 1 0 177889 269 0 0 20 0 22 0 23379562 10060525568 1124025 33554432000 1073741824 1073778376 140736615988176 140736615979312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18948/statm: 2456183 1124025 2299 9 0 2446860 0
[pid=18948/tid=18950] ppid=18945 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/18948/task/18950/stat : 18950 (java) S 18945 18948 15709 0 -1 4202560 2522 0 1 0 114 4 0 0 20 0 22 0 23379563 10060525568 1124025 33554432000 1073741824 1073778376 140736615988176 140543485461368 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18948/tid=18951] ppid=18945 vsize=9824732 CPUtime=5.95 cores=0,2,4,6
/proc/18948/task/18951/stat : 18951 (java) S 18945 18948 15709 0 -1 4202560 690 0 0 0 572 23 0 0 20 0 22 0 23379564 10060525568 1124025 33554432000 1073741824 1073778376 140736615988176 140543329471016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18952] ppid=18945 vsize=9824732 CPUtime=6.34 cores=0,2,4,6
/proc/18948/task/18952/stat : 18952 (java) S 18945 18948 15709 0 -1 4202560 998 0 0 0 607 27 0 0 20 0 22 0 23379564 10060525568 1124025 33554432000 1073741824 1073778376 140736615988176 140543328418216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18953] ppid=18945 vsize=9824732 CPUtime=6.08 cores=0,2,4,6
/proc/18948/task/18953/stat : 18953 (java) S 18945 18948 15709 0 -1 4202560 1559 0 0 0 585 23 0 0 20 0 22 0 23379564 10060525568 1124025 33554432000 1073741824 1073778376 140736615988176 140543327365416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18954] ppid=18945 vsize=9824732 CPUtime=6.33 cores=0,2,4,6
/proc/18948/task/18954/stat : 18954 (java) S 18945 18948 15709 0 -1 4202560 828 0 0 0 609 24 0 0 20 0 22 0 23379564 10060525568 1124025 33554432000 1073741824 1073778376 140736615988176 140543326312616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18955] ppid=18945 vsize=9824732 CPUtime=5.82 cores=0,2,4,6
/proc/18948/task/18955/stat : 18955 (java) S 18945 18948 15709 0 -1 4202560 938 0 0 0 560 22 0 0 20 0 22 0 23379564 10060525568 1124025 33554432000 1073741824 1073778376 140736615988176 140543325260840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18956] ppid=18945 vsize=9824732 CPUtime=6.35 cores=0,2,4,6
/proc/18948/task/18956/stat : 18956 (java) S 18945 18948 15709 0 -1 4202560 873 0 0 0 608 27 0 0 20 0 22 0 23379564 10060525568 1124025 33554432000 1073741824 1073778376 140736615988176 140543324208040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18957] ppid=18945 vsize=9824732 CPUtime=6.51 cores=0,2,4,6
/proc/18948/task/18957/stat : 18957 (java) S 18945 18948 15709 0 -1 4202560 1163 0 0 0 625 26 0 0 20 0 22 0 23379564 10060525568 1124025 33554432000 1073741824 1073778376 140736615988176 140543323155240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18958] ppid=18945 vsize=9824732 CPUtime=5.8 cores=0,2,4,6
/proc/18948/task/18958/stat : 18958 (java) S 18945 18948 15709 0 -1 4202560 730 0 0 0 558 22 0 0 20 0 22 0 23379564 10060525568 1124025 33554432000 1073741824 1073778376 140736615988176 140543322102440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18959] ppid=18945 vsize=9824732 CPUtime=8.84 cores=0,2,4,6
/proc/18948/task/18959/stat : 18959 (java) S 18945 18948 15709 0 -1 4202560 3156 0 0 0 877 7 0 0 20 0 22 0 23379566 10060525568 1124025 33554432000 1073741824 1073778376 140736615988176 140543309691368 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18948/tid=18960] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18960/stat : 18960 (java) S 18945 18948 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23379566 10060525568 1124025 33554432000 1073741824 1073778376 140736615988176 140543308637432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18961] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18961/stat : 18961 (java) S 18945 18948 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23379566 10060525568 1124025 33554432000 1073741824 1073778376 140736615988176 140543307584520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18962] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18962/stat : 18962 (java) S 18945 18948 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23379569 10060525568 1124025 33554432000 1073741824 1073778376 140736615988176 140543306533008 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18963] ppid=18945 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/18948/task/18963/stat : 18963 (java) S 18945 18948 15709 0 -1 4202560 8245 0 0 0 133 2 0 0 20 0 22 0 23379569 10060525568 1124025 33554432000 1073741824 1073778376 140736615988176 140543305481144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18964] ppid=18945 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/18948/task/18964/stat : 18964 (java) S 18945 18948 15709 0 -1 4202560 15883 0 0 0 210 4 0 0 20 0 22 0 23379569 10060525568 1124025 33554432000 1073741824 1073778376 140736615988176 140543304428344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18965] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18965/stat : 18965 (java) S 18945 18948 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23379569 10060525568 1124025 33554432000 1073741824 1073778376 140736615988176 140543303375736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18966] ppid=18945 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/18948/task/18966/stat : 18966 (java) S 18945 18948 15709 0 -1 4202560 51 0 0 0 12 16 0 0 20 0 22 0 23379569 10060525568 1124025 33554432000 1073741824 1073778376 140736615988176 140543302323144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18967] ppid=18945 vsize=9824732 CPUtime=857.15 cores=0,2,4,6
/proc/18948/task/18967/stat : 18967 (java) R 18945 18948 15709 0 -1 4202560 387 0 0 0 85689 26 0 0 20 0 22 0 23379693 10060525568 1124025 33554432000 1073741824 1073778376 140736615988176 140543301218976 140543357900868 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18948/tid=18968] ppid=18945 vsize=9824732 CPUtime=857.09 cores=0,2,4,6
/proc/18948/task/18968/stat : 18968 (java) R 18945 18948 15709 0 -1 4202560 1424 0 0 0 85669 40 0 0 20 0 22 0 23379693 10060525568 1124025 33554432000 1073741824 1073778376 140736615988176 140543300164976 140543357705709 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18948/tid=18969] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18969/stat : 18969 (java) S 18945 18948 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23379703 10060525568 1124025 33554432000 1073741824 1073778376 140736615988176 140543299113896 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18970] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18970/stat : 18970 (java) S 18945 18948 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23379703 10060525568 1124025 33554432000 1073741824 1073778376 140736615988176 140543298061096 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+891.401 s]
/proc/loadavg: 4.25 4.38 4.36 6/220 19137
/proc/meminfo: memFree=22732308/32872528 swapFree=1534436/1655032
[pid=18948] ppid=18945 vsize=9824732 CPUtime=1800.14 cores=0,2,4,6
/proc/18948/stat : 18948 (java) S 18945 18948 15709 0 -1 4202496 40745 0 1 0 179742 272 0 0 20 0 22 0 23379562 10060525568 1130681 33554432000 1073741824 1073778376 140736615988176 140736615979312 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18948/statm: 2456183 1130681 2299 9 0 2446860 0
[pid=18948/tid=18950] ppid=18945 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/18948/task/18950/stat : 18950 (java) S 18945 18948 15709 0 -1 4202560 2522 0 1 0 114 4 0 0 20 0 22 0 23379563 10060525568 1130681 33554432000 1073741824 1073778376 140736615988176 140543485461368 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18948/tid=18951] ppid=18945 vsize=9824732 CPUtime=6.02 cores=0,2,4,6
/proc/18948/task/18951/stat : 18951 (java) S 18945 18948 15709 0 -1 4202560 693 0 0 0 578 24 0 0 20 0 22 0 23379564 10060525568 1130681 33554432000 1073741824 1073778376 140736615988176 140543329471016 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18948/tid=18952] ppid=18945 vsize=9824732 CPUtime=6.45 cores=0,2,4,6
/proc/18948/task/18952/stat : 18952 (java) S 18945 18948 15709 0 -1 4202560 1003 0 0 0 618 27 0 0 20 0 22 0 23379564 10060525568 1130681 33554432000 1073741824 1073778376 140736615988176 140543328418216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18948/tid=18953] ppid=18945 vsize=9824732 CPUtime=6.23 cores=0,2,4,6
/proc/18948/task/18953/stat : 18953 (java) S 18945 18948 15709 0 -1 4202560 1563 0 0 0 599 24 0 0 20 0 22 0 23379564 10060525568 1130681 33554432000 1073741824 1073778376 140736615988176 140543327365416 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18948/tid=18954] ppid=18945 vsize=9824732 CPUtime=6.39 cores=0,2,4,6
/proc/18948/task/18954/stat : 18954 (java) S 18945 18948 15709 0 -1 4202560 830 0 0 0 615 24 0 0 20 0 22 0 23379564 10060525568 1130681 33554432000 1073741824 1073778376 140736615988176 140543326312616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18948/tid=18955] ppid=18945 vsize=9824732 CPUtime=5.96 cores=0,2,4,6
/proc/18948/task/18955/stat : 18955 (java) S 18945 18948 15709 0 -1 4202560 942 0 0 0 574 22 0 0 20 0 22 0 23379564 10060525568 1130681 33554432000 1073741824 1073778376 140736615988176 140543325260840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18956] ppid=18945 vsize=9824732 CPUtime=6.42 cores=0,2,4,6
/proc/18948/task/18956/stat : 18956 (java) S 18945 18948 15709 0 -1 4202560 879 0 0 0 614 28 0 0 20 0 22 0 23379564 10060525568 1130681 33554432000 1073741824 1073778376 140736615988176 140543324208040 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18957] ppid=18945 vsize=9824732 CPUtime=6.57 cores=0,2,4,6
/proc/18948/task/18957/stat : 18957 (java) S 18945 18948 15709 0 -1 4202560 1165 0 0 0 631 26 0 0 20 0 22 0 23379564 10060525568 1130681 33554432000 1073741824 1073778376 140736615988176 140543323155240 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18958] ppid=18945 vsize=9824732 CPUtime=5.9 cores=0,2,4,6
/proc/18948/task/18958/stat : 18958 (java) S 18945 18948 15709 0 -1 4202560 736 0 0 0 567 23 0 0 20 0 22 0 23379564 10060525568 1130681 33554432000 1073741824 1073778376 140736615988176 140543322102440 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18948/tid=18959] ppid=18945 vsize=9824732 CPUtime=8.84 cores=0,2,4,6
/proc/18948/task/18959/stat : 18959 (java) S 18945 18948 15709 0 -1 4202560 3156 0 0 0 877 7 0 0 20 0 22 0 23379566 10060525568 1130681 33554432000 1073741824 1073778376 140736615988176 140543309691368 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18948/tid=18960] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18960/stat : 18960 (java) S 18945 18948 15709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23379566 10060525568 1130681 33554432000 1073741824 1073778376 140736615988176 140543308637432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18961] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18961/stat : 18961 (java) S 18945 18948 15709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23379566 10060525568 1130681 33554432000 1073741824 1073778376 140736615988176 140543307584520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18962] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18962/stat : 18962 (java) S 18945 18948 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23379569 10060525568 1130681 33554432000 1073741824 1073778376 140736615988176 140543306533008 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18963] ppid=18945 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/18948/task/18963/stat : 18963 (java) S 18945 18948 15709 0 -1 4202560 8245 0 0 0 133 2 0 0 20 0 22 0 23379569 10060525568 1130681 33554432000 1073741824 1073778376 140736615988176 140543305481144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18948/tid=18964] ppid=18945 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/18948/task/18964/stat : 18964 (java) S 18945 18948 15709 0 -1 4202560 15883 0 0 0 210 4 0 0 20 0 22 0 23379569 10060525568 1130681 33554432000 1073741824 1073778376 140736615988176 140543304428344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18965] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18965/stat : 18965 (java) S 18945 18948 15709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23379569 10060525568 1130681 33554432000 1073741824 1073778376 140736615988176 140543303375736 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18966] ppid=18945 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/18948/task/18966/stat : 18966 (java) S 18945 18948 15709 0 -1 4202560 51 0 0 0 12 16 0 0 20 0 22 0 23379569 10060525568 1130681 33554432000 1073741824 1073778376 140736615988176 140543302323144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18948/tid=18967] ppid=18945 vsize=9824732 CPUtime=866.03 cores=0,2,4,6
/proc/18948/task/18967/stat : 18967 (java) R 18945 18948 15709 0 -1 4202560 388 0 0 0 86577 26 0 0 20 0 22 0 23379693 10060525568 1130681 33554432000 1073741824 1073778376 140736615988176 140543301210144 140543357901310 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18948/tid=18968] ppid=18945 vsize=9824732 CPUtime=865.97 cores=0,2,4,6
/proc/18948/task/18968/stat : 18968 (java) R 18945 18948 15709 0 -1 4202560 1424 0 0 0 86557 40 0 0 20 0 22 0 23379693 10060525568 1130681 33554432000 1073741824 1073778376 140736615988176 140543300164160 140543357915533 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18948/tid=18969] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18969/stat : 18969 (java) S 18945 18948 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23379703 10060525568 1130681 33554432000 1073741824 1073778376 140736615988176 140543299113896 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18948/tid=18970] ppid=18945 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18948/task/18970/stat : 18970 (java) S 18945 18948 15709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23379703 10060525568 1130681 33554432000 1073741824 1073778376 140736615988176 140543298061096 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
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 18948 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 18948 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=50414
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=139522
# CPU time returned by wait4() is 1796.19
# while last known CPU time is 1800.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 891.484
CPU time (s): 1800.14
CPU user time (s): 1797.42
CPU system time (s): 2.72
CPU usage (%): 201.926
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.05
system time used= 3.13952
maximum resident set size= 4522840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40779
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24002
involuntary context switches= 37371

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.48117 second user time and 7.54485 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 03:28:31
IDJOB=4101186
IDBENCH=1711
IDSOLVER=2543
FILE ID=node122/4101186-1466213311
RUNJOBID= node122-1466206083-15725
PBS_JOBID= 19918155
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-nesm.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101186-1466213311/watcher-4101186-1466213311 -o /tmp/evaluation-result-4101186-1466213311/solver-4101186-1466213311 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466206083-15725 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101186-1466213311.opb

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

MD5SUM BENCH= 06abf2507bf67e08d71dcaed3569abdd
RANDOM SEED=158966305

node122.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26290564 kB
Buffers:          127808 kB
Cached:          1652268 kB
SwapCached:            0 kB
Active:          2487512 kB
Inactive:        1676776 kB
Active(anon):    2385836 kB
Inactive(anon):     1184 kB
Active(file):     101676 kB
Inactive(file):  1675592 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3908 kB
Writeback:             0 kB
AnonPages:       4006032 kB
Mapped:            21208 kB
Shmem:               204 kB
Slab:             608648 kB
SReclaimable:      52500 kB
SUnreclaim:       556148 kB
KernelStack:        1816 kB
PageTables:        12328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4825148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2371584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node122 at 2016-06-18 03:43:23