Trace number 4080559

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.79 895.277

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K82.opb
MD5SUM007cb74ee15cb0b4c01d23d6abd9d82b
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 variables5576
Total number of constraints5742
Number of constraints which are clauses5660
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint82
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 83
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.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080559-1465276467.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.78/0.44	c ... done. Wall clock time 0.317s.
0.78/0.44	c declared #vars     5576
0.78/0.44	c #constraints  5742
0.78/0.44	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.78/0.44	c constraints type 
0.78/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4605
0.78/0.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 82
0.78/0.44	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.78/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1053
0.78/0.44	c 5742 constraints processed.
0.78/0.44	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.78/0.44	c constraints type 
0.78/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1053
0.78/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4605
0.78/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 82
0.78/0.44	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.78/0.44	c 5742 constraints processed.
6.17/2.10	c cleaning 2486 clauses out of 4993 with flag 27461/5000
9.69/3.65	c cleaning 4229 clauses out of 8503 with flag 68504/11000
12.84/5.12	c cleaning 5626 clauses out of 11272 with flag 126429/18006
16.71/7.07	c cleaning 6806 clauses out of 13635 with flag 182782/26001
21.41/9.26	c cleaning 7873 clauses out of 15828 with flag 244363/35000
26.76/11.88	c cleaning 8932 clauses out of 17952 with flag 313581/45001
32.06/14.48	c cleaning 9751 clauses out of 20016 with flag 384116/56002
37.94/17.39	c cleaning 10190 clauses out of 22264 with flag 454964/68001
43.94/20.35	c cleaning 11066 clauses out of 25071 with flag 529759/81001
50.94/23.87	c cleaning 11940 clauses out of 28003 with flag 614566/95000
59.06/27.88	c cleaning 12930 clauses out of 31059 with flag 702703/110000
67.86/32.21	c cleaning 13726 clauses out of 34125 with flag 809561/126002
77.39/37.00	c cleaning 14537 clauses out of 37396 with flag 918460/143000
87.21/41.86	c cleaning 15419 clauses out of 40851 with flag 1032934/161001
98.98/47.68	c cleaning 16255 clauses out of 44431 with flag 1161160/180002
111.31/53.73	c cleaning 17306 clauses out of 48174 with flag 1297757/200001
123.92/60.06	c cleaning 18095 clauses out of 51870 with flag 1439215/221003
137.20/66.63	c cleaning 19375 clauses out of 55772 with flag 1582436/243000
152.33/74.15	c cleaning 19847 clauses out of 59396 with flag 1745787/266000
169.13/82.82	c cleaning 20798 clauses out of 63548 with flag 1914981/290000
184.39/90.46	c cleaning 21690 clauses out of 67750 with flag 2090362/315002
200.59/98.54	c cleaning 22664 clauses out of 72058 with flag 2280238/341002
218.67/107.58	c cleaning 23994 clauses out of 76391 with flag 2474045/368001
237.80/117.09	c cleaning 24765 clauses out of 80395 with flag 2674011/396000
258.52/127.39	c cleaning 25338 clauses out of 84629 with flag 2906898/425000
279.82/137.96	c cleaning 26606 clauses out of 89291 with flag 3142224/455000
295.99/145.90	c cleaning 0 clauses out of 5001 with flag 0/5001
302.02/148.88	c cleaning 27432 clauses out of 93685 with flag 3379758/486000
325.86/160.64	c cleaning 28659 clauses out of 98253 with flag 3624210/518002
350.92/173.16	c cleaning 29428 clauses out of 102592 with flag 3890466/551000
379.40/187.70	c cleaning 30407 clauses out of 107166 with flag 4165455/585003
407.43/201.70	c cleaning 31174 clauses out of 111757 with flag 4446142/620001
435.41/215.67	c cleaning 32407 clauses out of 116585 with flag 4762303/656003
463.29/229.54	c cleaning 33327 clauses out of 121175 with flag 5111382/693000
494.04/244.82	c cleaning 34242 clauses out of 125848 with flag 5463690/731000
528.64/261.92	c cleaning 35491 clauses out of 130605 with flag 5820210/770000
562.85/278.84	c cleaning 36217 clauses out of 135114 with flag 6178236/810000
600.76/297.43	c cleaning 37317 clauses out of 139899 with flag 6559478/851002
637.46/315.61	c cleaning 38218 clauses out of 144580 with flag 6946064/893000
676.10/335.55	c cleaning 39369 clauses out of 149362 with flag 7356956/936000
717.23/356.06	c cleaning 40385 clauses out of 153994 with flag 7776625/980002
758.03/376.31	c cleaning 41045 clauses out of 158607 with flag 8200144/1025000
801.89/398.03	c cleaning 42114 clauses out of 163562 with flag 8680355/1071001
850.66/422.11	c cleaning 43231 clauses out of 168449 with flag 9165881/1118003
900.02/446.53	c cleaning 44775 clauses out of 173216 with flag 9634466/1166001
950.99/471.88	c cleaning 45280 clauses out of 177442 with flag 10154463/1215002
1004.12/498.30	c cleaning 46322 clauses out of 182161 with flag 10711706/1265001
1055.90/523.94	c cleaning 47344 clauses out of 186838 with flag 11224964/1316000
1111.26/551.38	c cleaning 48238 clauses out of 191493 with flag 11799333/1368000
1173.00/581.81	c cleaning 49426 clauses out of 196256 with flag 12464916/1421001
1231.42/610.87	c cleaning 50666 clauses out of 200829 with flag 13032157/1475000
1295.92/644.13	c cleaning 51642 clauses out of 205165 with flag 13646640/1530002
1356.03/674.01	c cleaning 52864 clauses out of 209522 with flag 14284911/1586002
1417.91/704.79	c cleaning 53843 clauses out of 213656 with flag 14921534/1643000
1482.75/736.80	c cleaning 54552 clauses out of 217812 with flag 15613170/1701000
1542.43/766.49	c cleaning 55788 clauses out of 222260 with flag 16335976/1760000
1603.69/796.91	c cleaning 56646 clauses out of 226471 with flag 17059961/1820000
1673.78/831.57	c cleaning 57971 clauses out of 230825 with flag 17753670/1881001
1747.07/867.86	c cleaning 58719 clauses out of 234855 with flag 18560623/1943002
1800.06/895.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/895.20	c starts		: 15498
1800.06/895.20	c conflicts		: 1994398
1800.06/895.20	c decisions		: 23391627
1800.06/895.20	c propagations		: 707598255
1800.06/895.20	c inspects		: 5294412335
1800.06/895.20	c shortcuts		: 0
1800.06/895.20	c learnt literals	: 83
1800.06/895.20	c learnt binary clauses	: 65042
1800.06/895.20	c learnt ternary clauses	: 71089
1800.06/895.20	c learnt constraints	: 1994315
1800.06/895.20	c ignored constraints	: 0
1800.06/895.20	c root simplifications	: 0
1800.06/895.20	c removed literals (reason simplification)	: 41306952
1800.06/895.20	c reason swapping (by a shorter reason)	: 0
1800.06/895.20	c Calls to reduceDB	: 58
1800.06/895.20	c Number of update (reduction) of LBD	: 1753509
1800.06/895.20	c Imported unit clauses	: 0
1800.06/895.20	c number of reductions to clauses (during analyze)	: 0
1800.06/895.20	c number of learned constraints concerned by reduction	: 0
1800.06/895.20	c number of learning phase by resolution	: 0
1800.06/895.20	c number of learning phase by cutting planes	: 0
1800.06/895.20	c speed (assignments/second)	: 790833.6317407097
1800.06/895.20	c non guided choices	3937
1800.06/895.25	c learnt constraints type 
1800.06/895.26	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 65042
1800.06/895.26	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 162491
1800.06/895.26	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/895.26	c starts		: 35
1800.06/895.26	c conflicts		: 10729
1800.06/895.26	c decisions		: 91018
1800.06/895.26	c propagations		: 2930563
1800.06/895.26	c inspects		: 784620475
1800.06/895.26	c shortcuts		: 0
1800.06/895.26	c learnt literals	: 0
1800.06/895.26	c learnt binary clauses	: 0
1800.06/895.26	c learnt ternary clauses	: 0
1800.06/895.26	c learnt constraints	: 10728
1800.06/895.26	c ignored constraints	: 0
1800.06/895.26	c root simplifications	: 0
1800.06/895.26	c removed literals (reason simplification)	: 0
1800.06/895.26	c reason swapping (by a shorter reason)	: 0
1800.06/895.26	c Calls to reduceDB	: 1
1800.06/895.26	c Number of update (reduction) of LBD	: 0
1800.06/895.26	c Imported unit clauses	: 0
1800.06/895.26	c number of reductions to clauses (during analyze)	: 0
1800.06/895.26	c number of learned constraints concerned by reduction	: 0
1800.06/895.26	c number of learning phase by resolution	: 0
1800.06/895.26	c number of learning phase by cutting planes	: 0
1800.06/895.26	c speed (assignments/second)	: 3275.0892932977504
1800.06/895.26	c non guided choices	2027
1800.06/895.26	c learnt constraints type 
1800.06/895.26	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 276
1800.06/895.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1000
1800.06/895.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9452
1800.06/895.26	s UNKNOWN
1800.06/895.26	c Total wall clock time (in seconds): 895.139

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

pid=18670
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.18 4.13 4.07 3/197 18673
/proc/meminfo: memFree=28310000/32872528 swapFree=9100/9100
[pid=18673] ppid=18670 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/18673/stat : 18673 (java) R 18670 18673 14331 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 109577817 2560000 46 33554432000 1073741824 1073778376 140734134544560 140734134541688 243756264743 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18673/statm: 625 46 37 9 0 29 0

[startup+0.100158 s]
/proc/loadavg: 4.18 4.13 4.07 3/197 18673
/proc/meminfo: memFree=28310000/32872528 swapFree=9100/9100
[pid=18673] ppid=18670 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/18673/stat : 18673 (java) S 18670 18673 14331 0 -1 4202496 4396 0 1 0 8 1 0 0 20 0 18 0 109577817 9787879424 6034 33554432000 1073741824 1073778376 140734134544560 140734134535696 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18673/statm: 2389619 6034 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 4.18 4.13 4.07 3/197 18673
/proc/meminfo: memFree=28310000/32872528 swapFree=9100/9100
[pid=18673] ppid=18670 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/18673/stat : 18673 (java) S 18670 18673 14331 0 -1 4202496 6204 0 1 0 26 2 0 0 20 0 18 0 109577817 9787879424 7837 33554432000 1073741824 1073778376 140734134544560 140734134535696 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18673/statm: 2389619 7837 2209 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300237 s]
/proc/loadavg: 4.18 4.13 4.07 3/197 18673
/proc/meminfo: memFree=28310000/32872528 swapFree=9100/9100
[pid=18673] ppid=18670 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/18673/stat : 18673 (java) S 18670 18673 14331 0 -1 4202496 7214 0 1 0 53 2 0 0 20 0 18 0 109577817 9787879424 9918 33554432000 1073741824 1073778376 140734134544560 140734134535696 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18673/statm: 2389619 9918 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700215 s]
/proc/loadavg: 4.18 4.13 4.07 3/197 18673
/proc/meminfo: memFree=28310000/32872528 swapFree=9100/9100
[pid=18673] ppid=18670 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/18673/stat : 18673 (java) S 18670 18673 14331 0 -1 4202496 20908 0 1 0 186 7 0 0 20 0 22 0 109577817 10060525568 28099 33554432000 1073741824 1073778376 140734134544560 140734134535696 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18673/statm: 2456183 28099 2253 9 0 2446860 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9824732

[startup+1.50096 s]
/proc/loadavg: 4.33 4.16 4.08 7/219 18695
/proc/meminfo: memFree=28189304/32872528 swapFree=9100/9100
[pid=18673] ppid=18670 vsize=9824732 CPUtime=4.88 cores=1,3,5,7
/proc/18673/stat : 18673 (java) S 18670 18673 14331 0 -1 4202496 25616 0 1 0 480 8 0 0 20 0 22 0 109577817 10060525568 31281 33554432000 1073741824 1073778376 140734134544560 140734134535696 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18673/statm: 2456183 31281 2273 9 0 2446860 0
[pid=18673/tid=18675] ppid=18670 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/18673/task/18675/stat : 18675 (java) S 18670 18673 14331 0 -1 4202560 2533 0 1 0 38 3 0 0 20 0 22 0 109577818 10060525568 31281 33554432000 1073741824 1073778376 140734134544560 140312798442360 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18673/tid=18676] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18676/stat : 18676 (java) S 18670 18673 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109577819 10060525568 31281 33554432000 1073741824 1073778376 140734134544560 140312759933864 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18677] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18677/stat : 18677 (java) S 18670 18673 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109577819 10060525568 31281 33554432000 1073741824 1073778376 140734134544560 140312758881320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18678] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18678/stat : 18678 (java) S 18670 18673 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109577819 10060525568 31281 33554432000 1073741824 1073778376 140734134544560 140312757828264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18679] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18679/stat : 18679 (java) S 18670 18673 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109577819 10060525568 31281 33554432000 1073741824 1073778376 140734134544560 140312638909224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18673/tid=18680] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18680/stat : 18680 (java) S 18670 18673 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109577819 10060525568 31281 33554432000 1073741824 1073778376 140734134544560 140312637856168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18681] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18681/stat : 18681 (java) S 18670 18673 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109577819 10060525568 31281 33554432000 1073741824 1073778376 140734134544560 140312636803624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18673/tid=18682] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18682/stat : 18682 (java) S 18670 18673 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109577819 10060525568 31281 33554432000 1073741824 1073778376 140734134544560 140312635750568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18683] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18683/stat : 18683 (java) S 18670 18673 14331 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109577819 10060525568 31281 33554432000 1073741824 1073778376 140734134544560 140312634698024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18684] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18684/stat : 18684 (java) S 18670 18673 14331 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109577820 10060525568 31281 33554432000 1073741824 1073778376 140734134544560 140312152370024 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18685] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18685/stat : 18685 (java) S 18670 18673 14331 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 109577820 10060525568 31281 33554432000 1073741824 1073778376 140734134544560 140312151316344 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18686] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18686/stat : 18686 (java) S 18670 18673 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109577820 10060525568 31281 33554432000 1073741824 1073778376 140734134544560 140312150263176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18687] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18687/stat : 18687 (java) S 18670 18673 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109577823 10060525568 31281 33554432000 1073741824 1073778376 140734134544560 140312149211920 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18688] ppid=18670 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/18673/task/18688/stat : 18688 (java) S 18670 18673 14331 0 -1 4202560 10615 0 0 0 116 3 0 0 20 0 22 0 109577823 10060525568 31281 33554432000 1073741824 1073778376 140734134544560 140312148158776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18689] ppid=18670 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/18673/task/18689/stat : 18689 (java) S 18670 18673 14331 0 -1 4202560 11102 0 0 0 111 3 0 0 20 0 22 0 109577823 10060525568 31281 33554432000 1073741824 1073778376 140734134544560 140312147106232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18690] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18690/stat : 18690 (java) S 18670 18673 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109577823 10060525568 31281 33554432000 1073741824 1073778376 140734134544560 140312146053368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18691] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18691/stat : 18691 (java) S 18670 18673 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109577823 10060525568 31281 33554432000 1073741824 1073778376 140734134544560 140312145001032 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18692] ppid=18670 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/18673/task/18692/stat : 18692 (java) R 18670 18673 14331 0 -1 4202560 34 0 0 0 104 0 0 0 20 0 22 0 109577861 10060525568 31281 33554432000 1073741824 1073778376 140734134544560 140312142414792 140312639626632 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18693] ppid=18670 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/18673/task/18693/stat : 18693 (java) R 18670 18673 14331 0 -1 4202560 55 0 0 0 104 0 0 0 20 0 22 0 109577861 10060525568 31281 33554432000 1073741824 1073778376 140734134544560 140312141361864 243768802360 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18673/tid=18694] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18694/stat : 18694 (java) S 18670 18673 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109577862 10060525568 31281 33554432000 1073741824 1073778376 140734134544560 140312143947048 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18695] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18695/stat : 18695 (java) S 18670 18673 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109577862 10060525568 31281 33554432000 1073741824 1073778376 140734134544560 140312140309928 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.88
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.33 4.16 4.08 6/219 18695
/proc/meminfo: memFree=28146288/32872528 swapFree=9100/9100
[pid=18673] ppid=18670 vsize=9824732 CPUtime=8.65 cores=1,3,5,7
/proc/18673/stat : 18673 (java) S 18670 18673 14331 0 -1 4202496 25731 0 1 0 854 11 0 0 20 0 22 0 109577817 10060525568 55373 33554432000 1073741824 1073778376 140734134544560 140734134535696 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18673/statm: 2456183 55373 2291 9 0 2446860 0
[pid=18673/tid=18675] ppid=18670 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/18673/task/18675/stat : 18675 (java) S 18670 18673 14331 0 -1 4202560 2533 0 1 0 38 3 0 0 20 0 22 0 109577818 10060525568 55373 33554432000 1073741824 1073778376 140734134544560 140312798442360 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18673/tid=18676] ppid=18670 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18673/task/18676/stat : 18676 (java) R 18670 18673 14331 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 109577819 10060525568 55373 33554432000 1073741824 1073778376 140734134544560 140312759933720 243768801193 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18677] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18677/stat : 18677 (java) R 18670 18673 14331 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 109577819 10060525568 55373 33554432000 1073741824 1073778376 140734134544560 140312758881176 243765382279 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18678] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18678/stat : 18678 (java) R 18670 18673 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109577819 10060525568 55373 33554432000 1073741824 1073778376 140734134544560 140312757828392 243765382279 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18679] ppid=18670 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18673/task/18679/stat : 18679 (java) R 18670 18673 14331 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 109577819 10060525568 55373 33554432000 1073741824 1073778376 140734134544560 140312638909080 243765382279 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18673/tid=18680] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18680/stat : 18680 (java) R 18670 18673 14331 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 109577819 10060525568 55373 33554432000 1073741824 1073778376 140734134544560 140312637856296 243765382279 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18681] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18681/stat : 18681 (java) R 18670 18673 14331 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 109577819 10060525568 55373 33554432000 1073741824 1073778376 140734134544560 140312636803800 140312802198668 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18682] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18682/stat : 18682 (java) R 18670 18673 14331 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 109577819 10060525568 55373 33554432000 1073741824 1073778376 140734134544560 140312635750696 243765382279 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18683] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18683/stat : 18683 (java) R 18670 18673 14331 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 109577819 10060525568 55373 33554432000 1073741824 1073778376 140734134544560 140312634698152 243765382279 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18684] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18684/stat : 18684 (java) S 18670 18673 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109577820 10060525568 55373 33554432000 1073741824 1073778376 140734134544560 140312152368904 243768800316 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18685] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18685/stat : 18685 (java) S 18670 18673 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109577820 10060525568 55373 33554432000 1073741824 1073778376 140734134544560 140312151316344 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18686] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18686/stat : 18686 (java) S 18670 18673 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109577820 10060525568 55373 33554432000 1073741824 1073778376 140734134544560 140312150263176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18687] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18687/stat : 18687 (java) S 18670 18673 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109577823 10060525568 55373 33554432000 1073741824 1073778376 140734134544560 140312149211920 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18688] ppid=18670 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/18673/task/18688/stat : 18688 (java) S 18670 18673 14331 0 -1 4202560 10616 0 0 0 133 3 0 0 20 0 22 0 109577823 10060525568 55373 33554432000 1073741824 1073778376 140734134544560 140312148158776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18689] ppid=18670 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/18673/task/18689/stat : 18689 (java) S 18670 18673 14331 0 -1 4202560 11107 0 0 0 146 3 0 0 20 0 22 0 109577823 10060525568 55373 33554432000 1073741824 1073778376 140734134544560 140312147106232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18690] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18690/stat : 18690 (java) S 18670 18673 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109577823 10060525568 55373 33554432000 1073741824 1073778376 140734134544560 140312146053368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18691] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18691/stat : 18691 (java) S 18670 18673 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109577823 10060525568 55373 33554432000 1073741824 1073778376 140734134544560 140312145001032 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18692] ppid=18670 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/18673/task/18692/stat : 18692 (java) S 18670 18673 14331 0 -1 4202560 35 0 0 0 260 0 0 0 20 0 22 0 109577861 10060525568 55373 33554432000 1073741824 1073778376 140734134544560 140312142412568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18673/tid=18693] ppid=18670 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/18673/task/18693/stat : 18693 (java) S 18670 18673 14331 0 -1 4202560 91 0 0 0 259 2 0 0 20 0 22 0 109577861 10060525568 55373 33554432000 1073741824 1073778376 140734134544560 140312141361224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18673/tid=18694] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18694/stat : 18694 (java) S 18670 18673 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109577862 10060525568 55373 33554432000 1073741824 1073778376 140734134544560 140312143947048 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18695] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18695/stat : 18695 (java) S 18670 18673 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109577862 10060525568 55373 33554432000 1073741824 1073778376 140734134544560 140312140309928 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.65
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.33 4.16 4.08 5/219 18695
/proc/meminfo: memFree=28087788/32872528 swapFree=9100/9100
[pid=18673] ppid=18670 vsize=9824732 CPUtime=15.31 cores=1,3,5,7
/proc/18673/stat : 18673 (java) S 18670 18673 14331 0 -1 4202496 26214 0 1 0 1515 16 0 0 20 0 22 0 109577817 10060525568 68475 33554432000 1073741824 1073778376 140734134544560 140734134535696 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18673/statm: 2456183 68475 2291 9 0 2446860 0
[pid=18673/tid=18675] ppid=18670 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/18673/task/18675/stat : 18675 (java) S 18670 18673 14331 0 -1 4202560 2533 0 1 0 38 3 0 0 20 0 22 0 109577818 10060525568 68475 33554432000 1073741824 1073778376 140734134544560 140312798442360 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18673/tid=18676] ppid=18670 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/18673/task/18676/stat : 18676 (java) S 18670 18673 14331 0 -1 4202560 121 0 0 0 6 0 0 0 20 0 22 0 109577819 10060525568 68475 33554432000 1073741824 1073778376 140734134544560 140312759933864 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18677] ppid=18670 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18673/task/18677/stat : 18677 (java) S 18670 18673 14331 0 -1 4202560 96 0 0 0 2 2 0 0 20 0 22 0 109577819 10060525568 68475 33554432000 1073741824 1073778376 140734134544560 140312758881320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18678] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18678/stat : 18678 (java) S 18670 18673 14331 0 -1 4202560 83 0 0 0 0 0 0 0 20 0 22 0 109577819 10060525568 68475 33554432000 1073741824 1073778376 140734134544560 140312757828264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18679] ppid=18670 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/18673/task/18679/stat : 18679 (java) S 18670 18673 14331 0 -1 4202560 122 0 0 0 6 2 0 0 20 0 22 0 109577819 10060525568 68475 33554432000 1073741824 1073778376 140734134544560 140312638909224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18673/tid=18680] ppid=18670 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18673/task/18680/stat : 18680 (java) S 18670 18673 14331 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 109577819 10060525568 68475 33554432000 1073741824 1073778376 140734134544560 140312637856168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18681] ppid=18670 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18673/task/18681/stat : 18681 (java) S 18670 18673 14331 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 109577819 10060525568 68475 33554432000 1073741824 1073778376 140734134544560 140312636803624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18682] ppid=18670 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18673/task/18682/stat : 18682 (java) S 18670 18673 14331 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 109577819 10060525568 68475 33554432000 1073741824 1073778376 140734134544560 140312635750568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18683] ppid=18670 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18673/task/18683/stat : 18683 (java) S 18670 18673 14331 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 109577819 10060525568 68475 33554432000 1073741824 1073778376 140734134544560 140312634698024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18684] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18684/stat : 18684 (java) S 18670 18673 14331 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 109577820 10060525568 68475 33554432000 1073741824 1073778376 140734134544560 140312152370024 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18685] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18685/stat : 18685 (java) S 18670 18673 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109577820 10060525568 68475 33554432000 1073741824 1073778376 140734134544560 140312151316344 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18686] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18686/stat : 18686 (java) S 18670 18673 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109577820 10060525568 68475 33554432000 1073741824 1073778376 140734134544560 140312150263176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18687] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18687/stat : 18687 (java) S 18670 18673 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109577823 10060525568 68475 33554432000 1073741824 1073778376 140734134544560 140312149211920 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18688] ppid=18670 vsize=9824732 CPUtime=1.42 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.51 4.23 4.13 5/219 18782
/proc/meminfo: memFree=24679524/32872528 swapFree=9100/9100
[pid=18673] ppid=18670 vsize=9824732 CPUtime=1655.2 cores=1,3,5,7
/proc/18673/stat : 18673 (java) S 18670 18673 14331 0 -1 4202496 36730 0 1 0 165312 208 0 0 20 0 22 0 109577817 10060525568 959189 33554432000 1073741824 1073778376 140734134544560 140734134535696 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18673/statm: 2456183 959189 2300 9 0 2446860 0
[pid=18673/tid=18675] ppid=18670 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/18673/task/18675/stat : 18675 (java) S 18670 18673 14331 0 -1 4202560 2546 0 1 0 41 4 0 0 20 0 22 0 109577818 10060525568 959189 33554432000 1073741824 1073778376 140734134544560 140312798442360 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18676] ppid=18670 vsize=9824732 CPUtime=3.45 cores=1,3,5,7
/proc/18673/task/18676/stat : 18676 (java) S 18670 18673 14331 0 -1 4202560 864 0 0 0 325 20 0 0 20 0 22 0 109577819 10060525568 959189 33554432000 1073741824 1073778376 140734134544560 140312759933864 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18677] ppid=18670 vsize=9824732 CPUtime=3.63 cores=1,3,5,7
/proc/18673/task/18677/stat : 18677 (java) S 18670 18673 14331 0 -1 4202560 686 0 0 0 342 21 0 0 20 0 22 0 109577819 10060525568 959189 33554432000 1073741824 1073778376 140734134544560 140312758881320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18678] ppid=18670 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/18673/task/18678/stat : 18678 (java) S 18670 18673 14331 0 -1 4202560 794 0 0 0 312 13 0 0 20 0 22 0 109577819 10060525568 959189 33554432000 1073741824 1073778376 140734134544560 140312757828264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18673/tid=18679] ppid=18670 vsize=9824732 CPUtime=3.76 cores=1,3,5,7
/proc/18673/task/18679/stat : 18679 (java) S 18670 18673 14331 0 -1 4202560 691 0 0 0 358 18 0 0 20 0 22 0 109577819 10060525568 959189 33554432000 1073741824 1073778376 140734134544560 140312638909224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18680] ppid=18670 vsize=9824732 CPUtime=3.71 cores=1,3,5,7
/proc/18673/task/18680/stat : 18680 (java) S 18670 18673 14331 0 -1 4202560 680 0 0 0 352 19 0 0 20 0 22 0 109577819 10060525568 959189 33554432000 1073741824 1073778376 140734134544560 140312637856168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18681] ppid=18670 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/18673/task/18681/stat : 18681 (java) S 18670 18673 14331 0 -1 4202560 528 0 0 0 289 15 0 0 20 0 22 0 109577819 10060525568 959189 33554432000 1073741824 1073778376 140734134544560 140312636803624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18682] ppid=18670 vsize=9824732 CPUtime=3.63 cores=1,3,5,7
/proc/18673/task/18682/stat : 18682 (java) S 18670 18673 14331 0 -1 4202560 614 0 0 0 343 20 0 0 20 0 22 0 109577819 10060525568 959189 33554432000 1073741824 1073778376 140734134544560 140312635750568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18683] ppid=18670 vsize=9824732 CPUtime=3.56 cores=1,3,5,7
/proc/18673/task/18683/stat : 18683 (java) S 18670 18673 14331 0 -1 4202560 762 0 0 0 342 14 0 0 20 0 22 0 109577819 10060525568 959189 33554432000 1073741824 1073778376 140734134544560 140312634698024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18684] ppid=18670 vsize=9824732 CPUtime=5.73 cores=1,3,5,7
/proc/18673/task/18684/stat : 18684 (java) S 18670 18673 14331 0 -1 4202560 2473 0 0 0 566 7 0 0 20 0 22 0 109577820 10060525568 959189 33554432000 1073741824 1073778376 140734134544560 140312152370024 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18673/tid=18685] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18685/stat : 18685 (java) S 18670 18673 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109577820 10060525568 959189 33554432000 1073741824 1073778376 140734134544560 140312151316344 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18686] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18686/stat : 18686 (java) S 18670 18673 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109577820 10060525568 959189 33554432000 1073741824 1073778376 140734134544560 140312150263176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18687] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18687/stat : 18687 (java) S 18670 18673 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109577823 10060525568 959189 33554432000 1073741824 1073778376 140734134544560 140312149211920 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18688] ppid=18670 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/18673/task/18688/stat : 18688 (java) S 18670 18673 14331 0 -1 4202560 12199 0 0 0 182 3 0 0 20 0 22 0 109577823 10060525568 959189 33554432000 1073741824 1073778376 140734134544560 140312148158776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18689] ppid=18670 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/18673/task/18689/stat : 18689 (java) S 18670 18673 14331 0 -1 4202560 11107 0 0 0 159 3 0 0 20 0 22 0 109577823 10060525568 959189 33554432000 1073741824 1073778376 140734134544560 140312147106232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18690] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18690/stat : 18690 (java) S 18670 18673 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109577823 10060525568 959189 33554432000 1073741824 1073778376 140734134544560 140312146053368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18691] ppid=18670 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/18673/task/18691/stat : 18691 (java) S 18670 18673 14331 0 -1 4202560 47 0 0 0 12 21 0 0 20 0 22 0 109577823 10060525568 959189 33554432000 1073741824 1073778376 140734134544560 140312145001032 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18692] ppid=18670 vsize=9824732 CPUtime=808.71 cores=1,3,5,7
/proc/18673/task/18692/stat : 18692 (java) R 18670 18673 14331 0 -1 4202560 104 0 0 0 80856 15 0 0 20 0 22 0 109577861 10060525568 959189 33554432000 1073741824 1073778376 140734134544560 140312142412960 140312639676617 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18693] ppid=18670 vsize=9824732 CPUtime=808.72 cores=1,3,5,7
/proc/18673/task/18693/stat : 18693 (java) R 18670 18673 14331 0 -1 4202560 1370 0 0 0 80825 47 0 0 20 0 22 0 109577861 10060525568 959189 33554432000 1073741824 1073778376 140734134544560 140312141360944 140312640354447 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18673/tid=18694] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18694/stat : 18694 (java) S 18670 18673 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109577862 10060525568 959189 33554432000 1073741824 1073778376 140734134544560 140312143947048 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18695] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18695/stat : 18695 (java) S 18670 18673 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109577862 10060525568 959189 33554432000 1073741824 1073778376 140734134544560 140312140309928 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1655.2
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.18 4.18 4.11 5/219 18783
/proc/meminfo: memFree=24451032/32872528 swapFree=9100/9100
[pid=18673] ppid=18670 vsize=9824732 CPUtime=1774.22 cores=1,3,5,7
/proc/18673/stat : 18673 (java) S 18670 18673 14331 0 -1 4202496 37609 0 1 0 177192 230 0 0 20 0 22 0 109577817 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140734134535696 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18673/statm: 2456183 1010385 2300 9 0 2446860 0
[pid=18673/tid=18675] ppid=18670 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/18673/task/18675/stat : 18675 (java) S 18670 18673 14331 0 -1 4202560 2548 0 1 0 41 4 0 0 20 0 22 0 109577818 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312798442360 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18676] ppid=18670 vsize=9824732 CPUtime=3.77 cores=1,3,5,7
/proc/18673/task/18676/stat : 18676 (java) S 18670 18673 14331 0 -1 4202560 923 0 0 0 354 23 0 0 20 0 22 0 109577819 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312759933864 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18673/tid=18677] ppid=18670 vsize=9824732 CPUtime=4.01 cores=1,3,5,7
/proc/18673/task/18677/stat : 18677 (java) S 18670 18673 14331 0 -1 4202560 753 0 0 0 377 24 0 0 20 0 22 0 109577819 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312758881320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18678] ppid=18670 vsize=9824732 CPUtime=3.58 cores=1,3,5,7
/proc/18673/task/18678/stat : 18678 (java) S 18670 18673 14331 0 -1 4202560 840 0 0 0 343 15 0 0 20 0 22 0 109577819 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312757828264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18679] ppid=18670 vsize=9824732 CPUtime=4.06 cores=1,3,5,7
/proc/18673/task/18679/stat : 18679 (java) S 18670 18673 14331 0 -1 4202560 746 0 0 0 385 21 0 0 20 0 22 0 109577819 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312638909224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18673/tid=18680] ppid=18670 vsize=9824732 CPUtime=3.93 cores=1,3,5,7
/proc/18673/task/18680/stat : 18680 (java) S 18670 18673 14331 0 -1 4202560 727 0 0 0 371 22 0 0 20 0 22 0 109577819 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312637856168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18681] ppid=18670 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/18673/task/18681/stat : 18681 (java) S 18670 18673 14331 0 -1 4202560 546 0 0 0 306 16 0 0 20 0 22 0 109577819 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312636803624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18682] ppid=18670 vsize=9824732 CPUtime=3.89 cores=1,3,5,7
/proc/18673/task/18682/stat : 18682 (java) S 18670 18673 14331 0 -1 4202560 659 0 0 0 366 23 0 0 20 0 22 0 109577819 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312635750568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18683] ppid=18670 vsize=9824732 CPUtime=3.76 cores=1,3,5,7
/proc/18673/task/18683/stat : 18683 (java) S 18670 18673 14331 0 -1 4202560 800 0 0 0 360 16 0 0 20 0 22 0 109577819 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312634698024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18684] ppid=18670 vsize=9824732 CPUtime=7.81 cores=1,3,5,7
/proc/18673/task/18684/stat : 18684 (java) S 18670 18673 14331 0 -1 4202560 2964 0 0 0 774 7 0 0 20 0 22 0 109577820 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312152370024 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18685] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18685/stat : 18685 (java) S 18670 18673 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109577820 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312151316344 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18686] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18686/stat : 18686 (java) S 18670 18673 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109577820 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312150263176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18687] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18687/stat : 18687 (java) S 18670 18673 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109577823 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312149211920 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18688] ppid=18670 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/18673/task/18688/stat : 18688 (java) S 18670 18673 14331 0 -1 4202560 12200 0 0 0 185 3 0 0 20 0 22 0 109577823 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312148158776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18689] ppid=18670 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/18673/task/18689/stat : 18689 (java) S 18670 18673 14331 0 -1 4202560 11107 0 0 0 159 3 0 0 20 0 22 0 109577823 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312147106232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18690] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18690/stat : 18690 (java) S 18670 18673 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109577823 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312146053368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18691] ppid=18670 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/18673/task/18691/stat : 18691 (java) S 18670 18673 14331 0 -1 4202560 51 0 0 0 13 22 0 0 20 0 22 0 109577823 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312145001032 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18692] ppid=18670 vsize=9824732 CPUtime=866.06 cores=1,3,5,7
/proc/18673/task/18692/stat : 18692 (java) R 18670 18673 14331 0 -1 4202560 107 0 0 0 86590 16 0 0 20 0 22 0 109577861 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312142412960 140312639620619 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18693] ppid=18670 vsize=9824732 CPUtime=866.09 cores=1,3,5,7
/proc/18673/task/18693/stat : 18693 (java) R 18670 18673 14331 0 -1 4202560 1373 0 0 0 86561 48 0 0 20 0 22 0 109577861 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312141361104 140312639876291 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18673/tid=18694] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18694/stat : 18694 (java) S 18670 18673 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109577862 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312143947048 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18695] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18695/stat : 18695 (java) S 18670 18673 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109577862 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312140309928 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1774.22
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.201 s]
/proc/loadavg: 4.16 4.18 4.11 5/219 18783
/proc/meminfo: memFree=24409952/32872528 swapFree=9100/9100
[pid=18673] ppid=18670 vsize=9824732 CPUtime=1800.06 cores=1,3,5,7
/proc/18673/stat : 18673 (java) S 18670 18673 14331 0 -1 4202496 37610 0 1 0 179775 231 0 0 20 0 22 0 109577817 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140734134535696 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18673/statm: 2456183 1010385 2300 9 0 2446860 0
[pid=18673/tid=18675] ppid=18670 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/18673/task/18675/stat : 18675 (java) S 18670 18673 14331 0 -1 4202560 2548 0 1 0 41 4 0 0 20 0 22 0 109577818 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312798442360 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18676] ppid=18670 vsize=9824732 CPUtime=3.78 cores=1,3,5,7
/proc/18673/task/18676/stat : 18676 (java) S 18670 18673 14331 0 -1 4202560 923 0 0 0 355 23 0 0 20 0 22 0 109577819 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312759933864 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18673/tid=18677] ppid=18670 vsize=9824732 CPUtime=4.02 cores=1,3,5,7
/proc/18673/task/18677/stat : 18677 (java) S 18670 18673 14331 0 -1 4202560 753 0 0 0 378 24 0 0 20 0 22 0 109577819 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312758881320 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18678] ppid=18670 vsize=9824732 CPUtime=3.59 cores=1,3,5,7
/proc/18673/task/18678/stat : 18678 (java) S 18670 18673 14331 0 -1 4202560 840 0 0 0 344 15 0 0 20 0 22 0 109577819 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312757828264 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18679] ppid=18670 vsize=9824732 CPUtime=4.07 cores=1,3,5,7
/proc/18673/task/18679/stat : 18679 (java) S 18670 18673 14331 0 -1 4202560 746 0 0 0 386 21 0 0 20 0 22 0 109577819 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312638909224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18680] ppid=18670 vsize=9824732 CPUtime=3.97 cores=1,3,5,7
/proc/18673/task/18680/stat : 18680 (java) S 18670 18673 14331 0 -1 4202560 727 0 0 0 375 22 0 0 20 0 22 0 109577819 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312637856168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18681] ppid=18670 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/18673/task/18681/stat : 18681 (java) S 18670 18673 14331 0 -1 4202560 546 0 0 0 309 16 0 0 20 0 22 0 109577819 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312636803624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18682] ppid=18670 vsize=9824732 CPUtime=3.9 cores=1,3,5,7
/proc/18673/task/18682/stat : 18682 (java) S 18670 18673 14331 0 -1 4202560 659 0 0 0 367 23 0 0 20 0 22 0 109577819 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312635750568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18683] ppid=18670 vsize=9824732 CPUtime=3.77 cores=1,3,5,7
/proc/18673/task/18683/stat : 18683 (java) S 18670 18673 14331 0 -1 4202560 800 0 0 0 361 16 0 0 20 0 22 0 109577819 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312634698024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18684] ppid=18670 vsize=9824732 CPUtime=7.81 cores=1,3,5,7
/proc/18673/task/18684/stat : 18684 (java) S 18670 18673 14331 0 -1 4202560 2964 0 0 0 774 7 0 0 20 0 22 0 109577820 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312152370024 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18685] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18685/stat : 18685 (java) S 18670 18673 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109577820 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312151316344 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18686] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18686/stat : 18686 (java) S 18670 18673 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109577820 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312150263176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18687] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18687/stat : 18687 (java) S 18670 18673 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109577823 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312149211920 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18688] ppid=18670 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/18673/task/18688/stat : 18688 (java) S 18670 18673 14331 0 -1 4202560 12200 0 0 0 185 3 0 0 20 0 22 0 109577823 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312148158776 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18689] ppid=18670 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/18673/task/18689/stat : 18689 (java) S 18670 18673 14331 0 -1 4202560 11107 0 0 0 159 3 0 0 20 0 22 0 109577823 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312147106232 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18690] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18690/stat : 18690 (java) S 18670 18673 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109577823 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312146053368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18673/tid=18691] ppid=18670 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/18673/task/18691/stat : 18691 (java) S 18670 18673 14331 0 -1 4202560 51 0 0 0 14 22 0 0 20 0 22 0 109577823 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312145001032 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18692] ppid=18670 vsize=9824732 CPUtime=878.92 cores=1,3,5,7
/proc/18673/task/18692/stat : 18692 (java) R 18670 18673 14331 0 -1 4202560 107 0 0 0 87876 16 0 0 20 0 22 0 109577861 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312142412960 140312639676232 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18673/tid=18693] ppid=18670 vsize=9824732 CPUtime=878.94 cores=1,3,5,7
/proc/18673/task/18693/stat : 18693 (java) R 18670 18673 14331 0 -1 4202560 1374 0 0 0 87846 48 0 0 20 0 22 0 109577861 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312141361064 140312639759952 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18673/tid=18694] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18694/stat : 18694 (java) S 18670 18673 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109577862 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312143947048 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18673/tid=18695] ppid=18670 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18695/stat : 18695 (java) S 18670 18673 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109577862 10060525568 1010385 33554432000 1073741824 1073778376 140734134544560 140312140309928 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 18673 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 895.277
CPU time (s): 1800.79
CPU user time (s): 1797.98
CPU system time (s): 2.80757
CPU usage (%): 201.143
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.98
system time used= 2.80757
maximum resident set size= 4041656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37644
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24148
involuntary context switches= 29965

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.03208 second user time and 7.15591 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-07 07:14:27
IDJOB=4080559
IDBENCH=90125
IDSOLVER=2543
FILE ID=node151/4080559-1465276467
RUNJOBID= node151-1465261736-14348
PBS_JOBID= 19843295
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_K82.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080559-1465276467/watcher-4080559-1465276467 -o /tmp/evaluation-result-4080559-1465276467/solver-4080559-1465276467 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465261736-14348 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080559-1465276467.opb

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

MD5SUM BENCH= 007cb74ee15cb0b4c01d23d6abd9d82b
RANDOM SEED=713049042

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.334
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:        28310420 kB
Buffers:           84012 kB
Cached:           240828 kB
SwapCached:         2184 kB
Active:          3572984 kB
Inactive:         228440 kB
Active(anon):    3477428 kB
Inactive(anon):     1680 kB
Active(file):      95556 kB
Inactive(file):   226760 kB
Unevictable:        9100 kB
Mlocked:            9100 kB
SwapTotal:      67108856 kB
SwapFree:       67098860 kB
Dirty:              1268 kB
Writeback:             0 kB
AnonPages:       3556340 kB
Mapped:            16512 kB
Shmem:                 0 kB
Slab:             611688 kB
SReclaimable:      55372 kB
SUnreclaim:       556316 kB
KernelStack:        1816 kB
PageTables:        11080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3676680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3471360 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 node151 at 2016-06-07 07:29:22