Trace number 4080563

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.84 894.874

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K86.opb
MD5SUMa7a3236cd0071452eec601ea09fe7bbe
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5848
Total number of constraints6022
Number of constraints which are clauses5936
Number of constraints which are cardinality constraints (but not clauses)86
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint86
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 87
Number of bits of the biggest sum of numbers7
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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4080563-1465277942.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  no objective function found
0.76/0.47	c ... done. Wall clock time 0.344s.
0.76/0.47	c declared #vars     5848
0.76/0.47	c #constraints  6022
0.76/0.48	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.76/0.48	c constraints type 
0.76/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4829
0.76/0.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 86
0.76/0.48	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.76/0.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1105
0.76/0.48	c 6022 constraints processed.
0.76/0.48	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.76/0.48	c constraints type 
0.76/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1105
0.76/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4829
0.76/0.48	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 86
0.76/0.48	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.76/0.48	c 6022 constraints processed.
6.55/2.16	c cleaning 2464 clauses out of 4996 with flag 24930/5002
9.82/3.44	c cleaning 4257 clauses out of 8518 with flag 62973/11000
13.54/5.25	c cleaning 5616 clauses out of 11260 with flag 109463/18000
17.81/7.32	c cleaning 6801 clauses out of 13644 with flag 162678/26000
22.31/9.50	c cleaning 7887 clauses out of 15835 with flag 223144/35000
27.62/12.11	c cleaning 8957 clauses out of 17941 with flag 284827/45001
33.01/14.87	c cleaning 9718 clauses out of 19977 with flag 352005/56000
39.01/17.84	c cleaning 10270 clauses out of 22256 with flag 422499/68001
45.96/21.22	c cleaning 11130 clauses out of 24982 with flag 496380/81000
52.96/24.76	c cleaning 12105 clauses out of 27852 with flag 582274/95001
61.94/29.13	c cleaning 12819 clauses out of 30744 with flag 671690/110000
71.34/33.85	c cleaning 13706 clauses out of 33917 with flag 769775/126000
81.35/38.73	c cleaning 14405 clauses out of 37213 with flag 882995/143003
90.74/43.46	c cleaning 15495 clauses out of 40805 with flag 994916/161001
101.94/48.90	c cleaning 16324 clauses out of 44311 with flag 1121559/180003
113.94/54.93	c cleaning 17294 clauses out of 47979 with flag 1251835/200000
127.66/61.70	c cleaning 18236 clauses out of 51684 with flag 1383004/221000
141.74/68.73	c cleaning 18942 clauses out of 55448 with flag 1524954/243002
156.81/76.22	c cleaning 19896 clauses out of 59501 with flag 1674139/266000
172.49/84.04	c cleaning 20791 clauses out of 63607 with flag 1833712/290003
190.42/93.35	c cleaning 21646 clauses out of 67811 with flag 2005094/315000
208.47/102.33	c cleaning 22508 clauses out of 72164 with flag 2180011/341002
226.98/111.52	c cleaning 23790 clauses out of 76654 with flag 2369014/368002
248.92/122.46	c cleaning 24323 clauses out of 80862 with flag 2565546/396001
269.44/132.67	c cleaning 25155 clauses out of 85534 with flag 2770833/425000
290.96/143.31	c cleaning 26424 clauses out of 90378 with flag 2984583/455000
316.17/155.81	c cleaning 27221 clauses out of 94954 with flag 3218434/486000
333.37/164.46	c cleaning 0 clauses out of 5004 with flag 0/5004
340.76/167.96	c cleaning 28444 clauses out of 99733 with flag 3453243/518000
366.74/180.87	c cleaning 29208 clauses out of 104289 with flag 3694843/551002
395.82/195.23	c cleaning 30446 clauses out of 109082 with flag 3946131/585003
425.57/210.54	c cleaning 31037 clauses out of 113633 with flag 4228526/620000
454.23/224.89	c cleaning 32118 clauses out of 118596 with flag 4513346/656000
482.93/239.13	c cleaning 32712 clauses out of 123479 with flag 4813270/693001
515.64/255.36	c cleaning 34177 clauses out of 128768 with flag 5129811/731002
549.97/272.37	c cleaning 34878 clauses out of 133591 with flag 5462831/770002
584.37/289.45	c cleaning 35939 clauses out of 138710 with flag 5804317/810000
622.25/308.04	c cleaning 37157 clauses out of 143774 with flag 6146459/851003
659.23/326.38	c cleaning 38268 clauses out of 148614 with flag 6502176/893000
697.62/345.37	c cleaning 39132 clauses out of 153346 with flag 6862886/936000
739.31/366.03	c cleaning 39992 clauses out of 158216 with flag 7259311/980002
784.22/389.00	c cleaning 41166 clauses out of 163221 with flag 7661797/1025000
829.63/411.62	c cleaning 42016 clauses out of 168055 with flag 8108019/1071000
876.60/434.97	c cleaning 43046 clauses out of 173039 with flag 8550328/1118000
922.45/457.72	c cleaning 44188 clauses out of 177993 with flag 9032688/1166000
972.43/482.58	c cleaning 45272 clauses out of 182805 with flag 9498018/1215000
1027.83/509.90	c cleaning 46400 clauses out of 187534 with flag 9970959/1265001
1082.56/536.96	c cleaning 47132 clauses out of 192132 with flag 10468155/1316000
1141.32/566.13	c cleaning 48456 clauses out of 196999 with flag 11015747/1368000
1199.37/594.98	c cleaning 49453 clauses out of 201543 with flag 11554826/1421000
1259.44/624.88	c cleaning 50415 clauses out of 206090 with flag 12100915/1475001
1323.33/656.66	c cleaning 51300 clauses out of 210675 with flag 12675839/1530001
1388.89/689.12	c cleaning 52489 clauses out of 215374 with flag 13260630/1586000
1457.52/724.59	c cleaning 53329 clauses out of 219886 with flag 13875798/1643002
1526.20/758.63	c cleaning 54621 clauses out of 224555 with flag 14505813/1701000
1595.59/793.04	c cleaning 55580 clauses out of 228934 with flag 15145945/1760000
1659.62/824.88	c cleaning 56733 clauses out of 233354 with flag 15758017/1820000
1723.21/856.61	c cleaning 57729 clauses out of 237621 with flag 16420260/1881001
1789.57/889.55	c cleaning 58266 clauses out of 241889 with flag 17108995/1943000
1800.18/894.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/894.80	c starts		: 14317
1800.18/894.80	c conflicts		: 1955464
1800.18/894.80	c decisions		: 24549710
1800.18/894.80	c propagations		: 700427980
1800.18/894.80	c inspects		: 5088541168
1800.18/894.80	c shortcuts		: 0
1800.18/894.80	c learnt literals	: 98
1800.18/894.80	c learnt binary clauses	: 67778
1800.18/894.80	c learnt ternary clauses	: 74327
1800.18/894.80	c learnt constraints	: 1955366
1800.18/894.80	c ignored constraints	: 0
1800.18/894.80	c root simplifications	: 0
1800.18/894.80	c removed literals (reason simplification)	: 37249074
1800.18/894.80	c reason swapping (by a shorter reason)	: 0
1800.18/894.80	c Calls to reduceDB	: 58
1800.18/894.80	c Number of update (reduction) of LBD	: 1666670
1800.18/894.80	c Imported unit clauses	: 0
1800.18/894.80	c number of reductions to clauses (during analyze)	: 0
1800.18/894.80	c number of learned constraints concerned by reduction	: 0
1800.18/894.80	c number of learning phase by resolution	: 0
1800.18/894.80	c number of learning phase by cutting planes	: 0
1800.18/894.80	c speed (assignments/second)	: 783203.1550510336
1800.18/894.80	c non guided choices	4025
1800.18/894.85	c learnt constraints type 
1800.18/894.85	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 67778
1800.18/894.85	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 128309
1800.18/894.85	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/894.85	c starts		: 34
1800.18/894.85	c conflicts		: 10342
1800.18/894.85	c decisions		: 91599
1800.18/894.85	c propagations		: 3102257
1800.18/894.85	c inspects		: 834056807
1800.18/894.85	c shortcuts		: 0
1800.18/894.85	c learnt literals	: 0
1800.18/894.85	c learnt binary clauses	: 0
1800.18/894.85	c learnt ternary clauses	: 0
1800.18/894.85	c learnt constraints	: 10342
1800.18/894.85	c ignored constraints	: 0
1800.18/894.85	c root simplifications	: 0
1800.18/894.85	c removed literals (reason simplification)	: 0
1800.18/894.85	c reason swapping (by a shorter reason)	: 0
1800.18/894.85	c Calls to reduceDB	: 1
1800.18/894.85	c Number of update (reduction) of LBD	: 0
1800.18/894.85	c Imported unit clauses	: 0
1800.18/894.85	c number of reductions to clauses (during analyze)	: 0
1800.18/894.85	c number of learned constraints concerned by reduction	: 0
1800.18/894.85	c number of learning phase by resolution	: 0
1800.18/894.85	c number of learning phase by cutting planes	: 0
1800.18/894.85	c speed (assignments/second)	: 3468.70873422746
1800.18/894.85	c non guided choices	1812
1800.18/894.85	c learnt constraints type 
1800.18/894.85	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 203
1800.18/894.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1007
1800.18/894.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9132
1800.18/894.85	s UNKNOWN
1800.18/894.85	c Total wall clock time (in seconds): 894.721

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

pid=23748
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: 1.06 1.45 1.83 3/170 23751
/proc/meminfo: memFree=30382840/32872528 swapFree=15784/1434320
[pid=23751] ppid=23748 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23751/stat : 23751 (java) D 23748 23751 23715 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 109727426 9515008 183 33554432000 1073741824 1073778376 140733604853104 140733604844136 214369648309 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/23751/statm: 2323 183 140 9 0 71 0

[startup+0.101774 s]
/proc/loadavg: 1.06 1.45 1.83 3/170 23751
/proc/meminfo: memFree=30382840/32872528 swapFree=15784/1434320
[pid=23751] ppid=23748 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/23751/stat : 23751 (java) S 23748 23751 23715 0 -1 4202496 4415 0 1 0 8 1 0 0 20 0 18 0 109727426 9787879424 5023 33554432000 1073741824 1073778376 140735103246000 140735103237136 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23751/statm: 2389619 5024 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 1.06 1.45 1.83 3/170 23751
/proc/meminfo: memFree=30382840/32872528 swapFree=15784/1434320
[pid=23751] ppid=23748 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/23751/stat : 23751 (java) S 23748 23751 23715 0 -1 4202496 4777 0 1 0 24 2 0 0 20 0 18 0 109727426 9787879424 6330 33554432000 1073741824 1073778376 140735103246000 140735103237136 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23751/statm: 2389619 6330 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300225 s]
/proc/loadavg: 1.06 1.45 1.83 3/170 23751
/proc/meminfo: memFree=30382840/32872528 swapFree=15784/1434320
[pid=23751] ppid=23748 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/23751/stat : 23751 (java) S 23748 23751 23715 0 -1 4202496 7205 0 1 0 51 2 0 0 20 0 18 0 109727426 9787879424 9469 33554432000 1073741824 1073778376 140735103246000 140735103237136 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23751/statm: 2389619 9469 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700191 s]
/proc/loadavg: 1.06 1.45 1.83 3/170 23751
/proc/meminfo: memFree=30382840/32872528 swapFree=15784/1434320
[pid=23751] ppid=23748 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/23751/stat : 23751 (java) S 23748 23751 23715 0 -1 4202496 20571 0 1 0 180 5 0 0 20 0 22 0 109727426 10060525568 28569 33554432000 1073741824 1073778376 140735103246000 140735103237136 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23751/statm: 2456183 28569 2253 9 0 2446860 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 1.14 1.46 1.83 9/219 23804
/proc/meminfo: memFree=30144440/32872528 swapFree=15784/1434320
[pid=23751] ppid=23748 vsize=9824732 CPUtime=5.04 cores=0,2,4,6
/proc/23751/stat : 23751 (java) S 23748 23751 23715 0 -1 4202496 26117 0 1 0 497 7 0 0 20 0 22 0 109727426 10060525568 36875 33554432000 1073741824 1073778376 140735103246000 140735103237136 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23751/statm: 2456183 36875 2275 9 0 2446860 0
[pid=23751/tid=23757] ppid=23748 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/23751/task/23757/stat : 23757 (java) S 23748 23751 23715 0 -1 4202560 2564 0 1 0 43 2 0 0 20 0 22 0 109727427 10060525568 36875 33554432000 1073741824 1073778376 140735103246000 140279614436216 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23763] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23763/stat : 23763 (java) S 23748 23751 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109727428 10060525568 36875 33554432000 1073741824 1073778376 140735103246000 140279458429096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23764] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23764/stat : 23764 (java) S 23748 23751 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109727428 10060525568 36875 33554432000 1073741824 1073778376 140735103246000 140279457376552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23765] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23765/stat : 23765 (java) S 23748 23751 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109727428 10060525568 36875 33554432000 1073741824 1073778376 140735103246000 140279456324008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23751/tid=23766] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23766/stat : 23766 (java) S 23748 23751 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109727428 10060525568 36875 33554432000 1073741824 1073778376 140735103246000 140279455271464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23767] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23767/stat : 23767 (java) S 23748 23751 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109727428 10060525568 36875 33554432000 1073741824 1073778376 140735103246000 140279454218920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23768] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23768/stat : 23768 (java) S 23748 23751 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109727428 10060525568 36875 33554432000 1073741824 1073778376 140735103246000 140279453166376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23769] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23769/stat : 23769 (java) S 23748 23751 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109727428 10060525568 36875 33554432000 1073741824 1073778376 140735103246000 140279452113832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23770] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23770/stat : 23770 (java) S 23748 23751 23715 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109727428 10060525568 36875 33554432000 1073741824 1073778376 140735103246000 140279451061288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23781] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23781/stat : 23781 (java) S 23748 23751 23715 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 109727430 10060525568 36875 33554432000 1073741824 1073778376 140735103246000 140279438649448 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23782] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23782/stat : 23782 (java) S 23748 23751 23715 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 109727430 10060525568 36875 33554432000 1073741824 1073778376 140735103246000 140279437595768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23783] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23783/stat : 23783 (java) S 23748 23751 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109727430 10060525568 36875 33554432000 1073741824 1073778376 140735103246000 140279436543112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23787] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23787/stat : 23787 (java) S 23748 23751 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109727433 10060525568 36875 33554432000 1073741824 1073778376 140735103246000 140279435491856 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23788] ppid=23748 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/23751/task/23788/stat : 23788 (java) R 23748 23751 23715 0 -1 4202560 11040 0 0 0 123 2 0 0 20 0 22 0 109727433 10060525568 36875 33554432000 1073741824 1073778376 140735103246000 140279434426288 140279620421804 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23789] ppid=23748 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/23751/task/23789/stat : 23789 (java) S 23748 23751 23715 0 -1 4202560 11126 0 0 0 126 2 0 0 20 0 22 0 109727433 10060525568 36875 33554432000 1073741824 1073778376 140735103246000 140279433386680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23790] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23790/stat : 23790 (java) S 23748 23751 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109727433 10060525568 36875 33554432000 1073741824 1073778376 140735103246000 140279432334328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23791] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23791/stat : 23791 (java) S 23748 23751 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109727433 10060525568 36875 33554432000 1073741824 1073778376 140735103246000 140279431281992 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23751/tid=23797] ppid=23748 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/23751/task/23797/stat : 23797 (java) R 23748 23751 23715 0 -1 4202560 37 0 0 0 100 0 0 0 20 0 22 0 109727475 10060525568 36875 33554432000 1073741824 1073778376 140735103246000 140279430224568 140279486973081 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23751/tid=23798] ppid=23748 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/23751/task/23798/stat : 23798 (java) R 23748 23751 23715 0 -1 4202560 72 0 0 0 100 0 0 0 20 0 22 0 109727475 10060525568 36875 33554432000 1073741824 1073778376 140735103246000 140279429173440 140279486068261 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23799] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23799/stat : 23799 (java) S 23748 23751 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109727476 10060525568 36875 33554432000 1073741824 1073778376 140735103246000 140279428121640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23800] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23800/stat : 23800 (java) S 23748 23751 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109727476 10060525568 36875 33554432000 1073741824 1073778376 140735103246000 140279427069096 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 1.14 1.46 1.83 6/219 23804
/proc/meminfo: memFree=29985420/32872528 swapFree=15784/1434320
[pid=23751] ppid=23748 vsize=9824732 CPUtime=9.19 cores=0,2,4,6
/proc/23751/stat : 23751 (java) S 23748 23751 23715 0 -1 4202496 29214 0 1 0 908 11 0 0 20 0 22 0 109727426 10060525568 56528 33554432000 1073741824 1073778376 140735103246000 140735103237136 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23751/statm: 2456183 56528 2292 9 0 2446860 0
[pid=23751/tid=23757] ppid=23748 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/23751/task/23757/stat : 23757 (java) S 23748 23751 23715 0 -1 4202560 2564 0 1 0 43 2 0 0 20 0 22 0 109727427 10060525568 56528 33554432000 1073741824 1073778376 140735103246000 140279614436216 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23763] ppid=23748 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23751/task/23763/stat : 23763 (java) S 23748 23751 23715 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 109727428 10060525568 56528 33554432000 1073741824 1073778376 140735103246000 140279458429096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23764] ppid=23748 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23751/task/23764/stat : 23764 (java) S 23748 23751 23715 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 109727428 10060525568 56528 33554432000 1073741824 1073778376 140735103246000 140279457376552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23765] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23765/stat : 23765 (java) S 23748 23751 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109727428 10060525568 56528 33554432000 1073741824 1073778376 140735103246000 140279456324008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23751/tid=23766] ppid=23748 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23751/task/23766/stat : 23766 (java) S 23748 23751 23715 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 109727428 10060525568 56528 33554432000 1073741824 1073778376 140735103246000 140279455271464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23767] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23767/stat : 23767 (java) S 23748 23751 23715 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 109727428 10060525568 56528 33554432000 1073741824 1073778376 140735103246000 140279454218920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23768] ppid=23748 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23751/task/23768/stat : 23768 (java) S 23748 23751 23715 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 109727428 10060525568 56528 33554432000 1073741824 1073778376 140735103246000 140279453166376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23751/tid=23769] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23769/stat : 23769 (java) S 23748 23751 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109727428 10060525568 56528 33554432000 1073741824 1073778376 140735103246000 140279452113832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23770] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23770/stat : 23770 (java) S 23748 23751 23715 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 109727428 10060525568 56528 33554432000 1073741824 1073778376 140735103246000 140279451061288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23751/tid=23781] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23781/stat : 23781 (java) S 23748 23751 23715 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 109727430 10060525568 56528 33554432000 1073741824 1073778376 140735103246000 140279438649448 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23782] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23782/stat : 23782 (java) S 23748 23751 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109727430 10060525568 56528 33554432000 1073741824 1073778376 140735103246000 140279437595768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23783] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23783/stat : 23783 (java) S 23748 23751 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109727430 10060525568 56528 33554432000 1073741824 1073778376 140735103246000 140279436543112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23787] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23787/stat : 23787 (java) S 23748 23751 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109727433 10060525568 56528 33554432000 1073741824 1073778376 140735103246000 140279435491856 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23788] ppid=23748 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/23751/task/23788/stat : 23788 (java) R 23748 23751 23715 0 -1 4202560 11085 0 0 0 159 3 0 0 20 0 22 0 109727433 10060525568 56528 33554432000 1073741824 1073778376 140735103246000 140279434433152 140279618524698 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23789] ppid=23748 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/23751/task/23789/stat : 23789 (java) S 23748 23751 23715 0 -1 4202560 14003 0 0 0 179 2 0 0 20 0 22 0 109727433 10060525568 56528 33554432000 1073741824 1073778376 140735103246000 140279433386680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23790] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23790/stat : 23790 (java) S 23748 23751 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109727433 10060525568 56528 33554432000 1073741824 1073778376 140735103246000 140279432334328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23791] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23791/stat : 23791 (java) S 23748 23751 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109727433 10060525568 56528 33554432000 1073741824 1073778376 140735103246000 140279431281992 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23751/tid=23797] ppid=23748 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/23751/task/23797/stat : 23797 (java) R 23748 23751 23715 0 -1 4202560 37 0 0 0 253 0 0 0 20 0 22 0 109727475 10060525568 56528 33554432000 1073741824 1073778376 140735103246000 140279430226360 140279486713136 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23798] ppid=23748 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/23751/task/23798/stat : 23798 (java) R 23748 23751 23715 0 -1 4202560 99 0 0 0 253 2 0 0 20 0 22 0 109727475 10060525568 56528 33554432000 1073741824 1073778376 140735103246000 140279429173480 140279486965184 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23799] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23799/stat : 23799 (java) S 23748 23751 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109727476 10060525568 56528 33554432000 1073741824 1073778376 140735103246000 140279428121640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23800] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23800/stat : 23800 (java) S 23748 23751 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109727476 10060525568 56528 33554432000 1073741824 1073778376 140735103246000 140279427069096 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.19
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 1.37 1.50 1.84 5/219 23804
/proc/meminfo: memFree=29506952/32872528 swapFree=15784/1434320
[pid=23751] ppid=23748 vsize=9824732 CPUtime=15.81 cores=0,2,4,6
/proc/23751/stat : 23751 (java) S 23748 23751 23715 0 -1 4202496 30180 0 1 0 1557 24 0 0 20 0 22 0 109727426 10060525568 160511 33554432000 1073741824 1073778376 140735103246000 140735103237136 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23751/statm: 2456183 160511 2292 9 0 2446860 0
[pid=23751/tid=23757] ppid=23748 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/23751/task/23757/stat : 23757 (java) S 23748 23751 23715 0 -1 4202560 2564 0 1 0 43 2 0 0 20 0 22 0 109727427 10060525568 160511 33554432000 1073741824 1073778376 140735103246000 140279614436216 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23763] ppid=23748 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23751/task/23763/stat : 23763 (java) S 23748 23751 23715 0 -1 4202560 63 0 0 0 5 1 0 0 20 0 22 0 109727428 10060525568 160511 33554432000 1073741824 1073778376 140735103246000 140279458429096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23764] ppid=23748 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23751/task/23764/stat : 23764 (java) S 23748 23751 23715 0 -1 4202560 73 0 0 0 7 2 0 0 20 0 22 0 109727428 10060525568 160511 33554432000 1073741824 1073778376 140735103246000 140279457376552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23765] ppid=23748 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23751/task/23765/stat : 23765 (java) S 23748 23751 23715 0 -1 4202560 42 0 0 0 3 0 0 0 20 0 22 0 109727428 10060525568 160511 33554432000 1073741824 1073778376 140735103246000 140279456324008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23766] ppid=23748 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23751/task/23766/stat : 23766 (java) S 23748 23751 23715 0 -1 4202560 74 0 0 0 7 2 0 0 20 0 22 0 109727428 10060525568 160511 33554432000 1073741824 1073778376 140735103246000 140279455271464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23767] ppid=23748 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23751/task/23767/stat : 23767 (java) S 23748 23751 23715 0 -1 4202560 66 0 0 0 5 2 0 0 20 0 22 0 109727428 10060525568 160511 33554432000 1073741824 1073778376 140735103246000 140279454218920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23751/tid=23768] ppid=23748 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23751/task/23768/stat : 23768 (java) S 23748 23751 23715 0 -1 4202560 47 0 0 0 5 0 0 0 20 0 22 0 109727428 10060525568 160511 33554432000 1073741824 1073778376 140735103246000 140279453166376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23769] ppid=23748 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23751/task/23769/stat : 23769 (java) S 23748 23751 23715 0 -1 4202560 69 0 0 0 5 1 0 0 20 0 22 0 109727428 10060525568 160511 33554432000 1073741824 1073778376 140735103246000 140279452113832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23770] ppid=23748 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23751/task/23770/stat : 23770 (java) S 23748 23751 23715 0 -1 4202560 58 0 0 0 3 2 0 0 20 0 22 0 109727428 10060525568 160511 33554432000 1073741824 1073778376 140735103246000 140279451061288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23781] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23781/stat : 23781 (java) S 23748 23751 23715 0 -1 4202560 468 0 0 0 0 0 0 0 20 0 22 0 109727430 10060525568 160511 33554432000 1073741824 1073778376 140735103246000 140279438649448 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23782] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23782/stat : 23782 (java) S 23748 23751 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109727430 10060525568 160511 33554432000 1073741824 1073778376 140735103246000 140279437595768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23783] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23783/stat : 23783 (java) S 23748 23751 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109727430 10060525568 160511 33554432000 1073741824 1073778376 140735103246000 140279436543112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23787] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23787/stat : 23787 (java) S 23748 23751 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109727433 10060525568 160511 33554432000 1073741824 1073778376 140735103246000 140279435491856 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23788] ppid=23748 vsize=9824732 CPUtime=1.63 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.22 4.05 3.23 6/219 23826
/proc/meminfo: memFree=22793584/32872528 swapFree=15784/1434320
[pid=23751] ppid=23748 vsize=9824732 CPUtime=1654.62 cores=0,2,4,6
/proc/23751/stat : 23751 (java) S 23748 23751 23715 0 -1 4202496 39018 0 1 0 165244 218 0 0 20 0 22 0 109727426 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140735103237136 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23751/statm: 2456183 953607 2301 9 0 2446860 0
[pid=23751/tid=23757] ppid=23748 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/23751/task/23757/stat : 23757 (java) S 23748 23751 23715 0 -1 4202560 2577 0 1 0 45 4 0 0 20 0 22 0 109727427 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279614436216 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23763] ppid=23748 vsize=9824732 CPUtime=3.43 cores=0,2,4,6
/proc/23751/task/23763/stat : 23763 (java) S 23748 23751 23715 0 -1 4202560 748 0 0 0 323 20 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279458429096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23764] ppid=23748 vsize=9824732 CPUtime=3.24 cores=0,2,4,6
/proc/23751/task/23764/stat : 23764 (java) S 23748 23751 23715 0 -1 4202560 636 0 0 0 309 15 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279457376552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23765] ppid=23748 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/23751/task/23765/stat : 23765 (java) S 23748 23751 23715 0 -1 4202560 511 0 0 0 287 15 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279456324008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23766] ppid=23748 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/23751/task/23766/stat : 23766 (java) S 23748 23751 23715 0 -1 4202560 841 0 0 0 310 22 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279455271464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23751/tid=23767] ppid=23748 vsize=9824732 CPUtime=3.78 cores=0,2,4,6
/proc/23751/task/23767/stat : 23767 (java) S 23748 23751 23715 0 -1 4202560 697 0 0 0 355 23 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279454218920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23751/tid=23768] ppid=23748 vsize=9824732 CPUtime=3.38 cores=0,2,4,6
/proc/23751/task/23768/stat : 23768 (java) S 23748 23751 23715 0 -1 4202560 641 0 0 0 319 19 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279453166376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23769] ppid=23748 vsize=9824732 CPUtime=3.42 cores=0,2,4,6
/proc/23751/task/23769/stat : 23769 (java) S 23748 23751 23715 0 -1 4202560 833 0 0 0 320 22 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279452113832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23751/tid=23770] ppid=23748 vsize=9824732 CPUtime=3.2 cores=0,2,4,6
/proc/23751/task/23770/stat : 23770 (java) S 23748 23751 23715 0 -1 4202560 654 0 0 0 302 18 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279451061288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23751/tid=23781] ppid=23748 vsize=9824732 CPUtime=5.76 cores=0,2,4,6
/proc/23751/task/23781/stat : 23781 (java) S 23748 23751 23715 0 -1 4202560 2490 0 0 0 569 7 0 0 20 0 22 0 109727430 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279438649448 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23782] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23782/stat : 23782 (java) S 23748 23751 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109727430 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279437595768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23783] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23783/stat : 23783 (java) S 23748 23751 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109727430 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279436543112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23787] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23787/stat : 23787 (java) S 23748 23751 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109727433 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279435491856 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23788] ppid=23748 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/23751/task/23788/stat : 23788 (java) S 23748 23751 23715 0 -1 4202560 11117 0 0 0 185 3 0 0 20 0 22 0 109727433 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279434439224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23751/tid=23789] ppid=23748 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/23751/task/23789/stat : 23789 (java) S 23748 23751 23715 0 -1 4202560 14005 0 0 0 186 2 0 0 20 0 22 0 109727433 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279433386680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23790] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23790/stat : 23790 (java) S 23748 23751 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109727433 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279432334328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23791] ppid=23748 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/23751/task/23791/stat : 23791 (java) S 23748 23751 23715 0 -1 4202560 49 0 0 0 19 16 0 0 20 0 22 0 109727433 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279431281992 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23797] ppid=23748 vsize=9824732 CPUtime=808.88 cores=0,2,4,6
/proc/23751/task/23797/stat : 23797 (java) R 23748 23751 23715 0 -1 4202560 90 0 0 0 80873 15 0 0 20 0 22 0 109727475 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279430223968 140279486831577 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23798] ppid=23748 vsize=9824732 CPUtime=808.81 cores=0,2,4,6
/proc/23751/task/23798/stat : 23798 (java) R 23748 23751 23715 0 -1 4202560 1865 0 0 0 80833 48 0 0 20 0 22 0 109727475 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279429172224 140279487469120 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23799] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23799/stat : 23799 (java) S 23748 23751 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109727476 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279428121640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23800] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23800/stat : 23800 (java) S 23748 23751 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109727476 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279427069096 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1654.62
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.30 4.10 3.30 5/219 23827
/proc/meminfo: memFree=22785520/32872528 swapFree=15784/1434320
[pid=23751] ppid=23748 vsize=9824732 CPUtime=1774.9 cores=0,2,4,6
/proc/23751/stat : 23751 (java) S 23748 23751 23715 0 -1 4202496 39023 0 1 0 177270 220 0 0 20 0 22 0 109727426 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140735103237136 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23751/statm: 2456183 953607 2301 9 0 2446860 0
[pid=23751/tid=23757] ppid=23748 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/23751/task/23757/stat : 23757 (java) S 23748 23751 23715 0 -1 4202560 2577 0 1 0 45 4 0 0 20 0 22 0 109727427 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279614436216 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23763] ppid=23748 vsize=9824732 CPUtime=3.57 cores=0,2,4,6
/proc/23751/task/23763/stat : 23763 (java) S 23748 23751 23715 0 -1 4202560 748 0 0 0 337 20 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279458429096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23764] ppid=23748 vsize=9824732 CPUtime=3.39 cores=0,2,4,6
/proc/23751/task/23764/stat : 23764 (java) S 23748 23751 23715 0 -1 4202560 636 0 0 0 324 15 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279457376552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23751/tid=23765] ppid=23748 vsize=9824732 CPUtime=3.1 cores=0,2,4,6
/proc/23751/task/23765/stat : 23765 (java) S 23748 23751 23715 0 -1 4202560 511 0 0 0 295 15 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279456324008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23766] ppid=23748 vsize=9824732 CPUtime=3.36 cores=0,2,4,6
/proc/23751/task/23766/stat : 23766 (java) S 23748 23751 23715 0 -1 4202560 841 0 0 0 314 22 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279455271464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23767] ppid=23748 vsize=9824732 CPUtime=3.82 cores=0,2,4,6
/proc/23751/task/23767/stat : 23767 (java) S 23748 23751 23715 0 -1 4202560 697 0 0 0 359 23 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279454218920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23751/tid=23768] ppid=23748 vsize=9824732 CPUtime=3.44 cores=0,2,4,6
/proc/23751/task/23768/stat : 23768 (java) S 23748 23751 23715 0 -1 4202560 641 0 0 0 325 19 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279453166376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23769] ppid=23748 vsize=9824732 CPUtime=3.45 cores=0,2,4,6
/proc/23751/task/23769/stat : 23769 (java) S 23748 23751 23715 0 -1 4202560 833 0 0 0 323 22 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279452113832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23751/tid=23770] ppid=23748 vsize=9824732 CPUtime=3.24 cores=0,2,4,6
/proc/23751/task/23770/stat : 23770 (java) S 23748 23751 23715 0 -1 4202560 654 0 0 0 306 18 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279451061288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23751/tid=23781] ppid=23748 vsize=9824732 CPUtime=5.76 cores=0,2,4,6
/proc/23751/task/23781/stat : 23781 (java) S 23748 23751 23715 0 -1 4202560 2492 0 0 0 569 7 0 0 20 0 22 0 109727430 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279438649448 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23751/tid=23782] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23782/stat : 23782 (java) S 23748 23751 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109727430 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279437595768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23783] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23783/stat : 23783 (java) S 23748 23751 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109727430 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279436543112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23787] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23787/stat : 23787 (java) S 23748 23751 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109727433 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279435491856 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23788] ppid=23748 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/23751/task/23788/stat : 23788 (java) S 23748 23751 23715 0 -1 4202560 11117 0 0 0 185 3 0 0 20 0 22 0 109727433 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279434439224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23751/tid=23789] ppid=23748 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/23751/task/23789/stat : 23789 (java) S 23748 23751 23715 0 -1 4202560 14005 0 0 0 186 2 0 0 20 0 22 0 109727433 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279433386680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23790] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23790/stat : 23790 (java) S 23748 23751 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109727433 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279432334328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23791] ppid=23748 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/23751/task/23791/stat : 23791 (java) S 23748 23751 23715 0 -1 4202560 51 0 0 0 19 16 0 0 20 0 22 0 109727433 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279431281992 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23797] ppid=23748 vsize=9824732 CPUtime=868.74 cores=0,2,4,6
/proc/23751/task/23797/stat : 23797 (java) R 23748 23751 23715 0 -1 4202560 90 0 0 0 86858 16 0 0 20 0 22 0 109727475 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279430224304 140279486732296 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23798] ppid=23748 vsize=9824732 CPUtime=868.66 cores=0,2,4,6
/proc/23751/task/23798/stat : 23798 (java) R 23748 23751 23715 0 -1 4202560 1866 0 0 0 86817 49 0 0 20 0 22 0 109727475 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279429172080 140279487064842 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23799] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23799/stat : 23799 (java) S 23748 23751 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109727476 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279428121640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23800] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23800/stat : 23800 (java) S 23748 23751 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109727476 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279427069096 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1774.9
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.801 s]
/proc/loadavg: 4.25 4.10 3.30 4/194 23852
/proc/meminfo: memFree=26565084/32872528 swapFree=15784/1434320
[pid=23751] ppid=23748 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/23751/stat : 23751 (java) S 23748 23751 23715 0 -1 4202496 39026 0 1 0 179797 221 0 0 20 0 22 0 109727426 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140735103237136 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23751/statm: 2456183 953607 2301 9 0 2446860 0
[pid=23751/tid=23757] ppid=23748 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/23751/task/23757/stat : 23757 (java) S 23748 23751 23715 0 -1 4202560 2578 0 1 0 45 4 0 0 20 0 22 0 109727427 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279614436216 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23763] ppid=23748 vsize=9824732 CPUtime=3.65 cores=0,2,4,6
/proc/23751/task/23763/stat : 23763 (java) S 23748 23751 23715 0 -1 4202560 748 0 0 0 345 20 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279458429096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23751/tid=23764] ppid=23748 vsize=9824732 CPUtime=3.42 cores=0,2,4,6
/proc/23751/task/23764/stat : 23764 (java) S 23748 23751 23715 0 -1 4202560 636 0 0 0 327 15 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279457376552 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23765] ppid=23748 vsize=9824732 CPUtime=3.17 cores=0,2,4,6
/proc/23751/task/23765/stat : 23765 (java) S 23748 23751 23715 0 -1 4202560 511 0 0 0 302 15 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279456324008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23766] ppid=23748 vsize=9824732 CPUtime=3.5 cores=0,2,4,6
/proc/23751/task/23766/stat : 23766 (java) S 23748 23751 23715 0 -1 4202560 841 0 0 0 328 22 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279455271464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23767] ppid=23748 vsize=9824732 CPUtime=3.92 cores=0,2,4,6
/proc/23751/task/23767/stat : 23767 (java) S 23748 23751 23715 0 -1 4202560 697 0 0 0 369 23 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279454218920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23768] ppid=23748 vsize=9824732 CPUtime=3.52 cores=0,2,4,6
/proc/23751/task/23768/stat : 23768 (java) S 23748 23751 23715 0 -1 4202560 641 0 0 0 332 20 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279453166376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23769] ppid=23748 vsize=9824732 CPUtime=3.49 cores=0,2,4,6
/proc/23751/task/23769/stat : 23769 (java) S 23748 23751 23715 0 -1 4202560 833 0 0 0 327 22 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279452113832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23770] ppid=23748 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/23751/task/23770/stat : 23770 (java) S 23748 23751 23715 0 -1 4202560 654 0 0 0 309 18 0 0 20 0 22 0 109727428 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279451061288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23781] ppid=23748 vsize=9824732 CPUtime=5.76 cores=0,2,4,6
/proc/23751/task/23781/stat : 23781 (java) S 23748 23751 23715 0 -1 4202560 2492 0 0 0 569 7 0 0 20 0 22 0 109727430 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279438649448 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23751/tid=23782] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23782/stat : 23782 (java) S 23748 23751 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109727430 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279437595768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23783] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23783/stat : 23783 (java) S 23748 23751 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109727430 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279436543112 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23787] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23787/stat : 23787 (java) S 23748 23751 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109727433 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279435491856 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23751/tid=23788] ppid=23748 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/23751/task/23788/stat : 23788 (java) S 23748 23751 23715 0 -1 4202560 11117 0 0 0 185 3 0 0 20 0 22 0 109727433 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279434439224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23751/tid=23789] ppid=23748 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/23751/task/23789/stat : 23789 (java) S 23748 23751 23715 0 -1 4202560 14005 0 0 0 186 2 0 0 20 0 22 0 109727433 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279433386680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23790] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23790/stat : 23790 (java) S 23748 23751 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109727433 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279432334328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23791] ppid=23748 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/23751/task/23791/stat : 23791 (java) S 23748 23751 23715 0 -1 4202560 53 0 0 0 19 17 0 0 20 0 22 0 109727433 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279431281992 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23797] ppid=23748 vsize=9824732 CPUtime=881.08 cores=0,2,4,6
/proc/23751/task/23797/stat : 23797 (java) R 23748 23751 23715 0 -1 4202560 90 0 0 0 88092 16 0 0 20 0 22 0 109727475 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279430217360 140279486706019 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23798] ppid=23748 vsize=9824732 CPUtime=881 cores=0,2,4,6
/proc/23751/task/23798/stat : 23798 (java) R 23748 23751 23715 0 -1 4202560 1866 0 0 0 88051 49 0 0 20 0 22 0 109727475 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279429171648 140279487306205 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23751/tid=23799] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23799/stat : 23799 (java) S 23748 23751 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109727476 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279428121640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23751/tid=23800] ppid=23748 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23751/task/23800/stat : 23800 (java) S 23748 23751 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109727476 10060525568 953607 33554432000 1073741824 1073778376 140735103246000 140279427069096 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 23751 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 894.874
CPU time (s): 1800.84
CPU user time (s): 1798.13
CPU system time (s): 2.71259
CPU usage (%): 201.24
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.13
system time used= 2.71259
maximum resident set size= 3814544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39062
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23929
involuntary context switches= 27794

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.96209 second user time and 7.27589 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 07:39:02
IDJOB=4080563
IDBENCH=90132
IDSOLVER=2543
FILE ID=node130/4080563-1465277942
RUNJOBID= node130-1465277942-23731
PBS_JOBID= 19843313
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K86.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080563-1465277942/watcher-4080563-1465277942 -o /tmp/evaluation-result-4080563-1465277942/solver-4080563-1465277942 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465277942-23731 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080563-1465277942.opb

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

MD5SUM BENCH= a7a3236cd0071452eec601ea09fe7bbe
RANDOM SEED=1481601375

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30383196 kB
Buffers:          111952 kB
Cached:           204328 kB
SwapCached:         1724 kB
Active:            90024 kB
Inactive:         230000 kB
Active(anon):       4968 kB
Inactive(anon):     1252 kB
Active(file):      85056 kB
Inactive(file):   228748 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098432 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:       1437532 kB
Mapped:             6408 kB
Shmem:                 0 kB
Slab:             601328 kB
SReclaimable:      45232 kB
SUnreclaim:       556096 kB
KernelStack:        1336 kB
PageTables:         6712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1535832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1421312 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= 71748 MiB
End job on node130 at 2016-06-07 07:53:57