Trace number 4101834

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.85 892.084

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-modglob.opb
MD5SUM1c32686691bf96e75781667309b05481
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 104
Optimality of the best value was proved NO
Number of variables9818
Total number of constraints291
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints291
Minimum length of a constraint30
Maximum length of a constraint270
Number of terms in the objective function 9818
Biggest coefficient in the objective function 7770
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 533087
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 533087
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4101834-1466216132.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
1.08/0.53	c ... done. Wall clock time 0.408s.
1.08/0.53	c declared #vars     9818
1.08/0.53	c #constraints  386
1.08/0.53	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.08/0.53	c constraints type 
1.08/0.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1
1.08/0.53	c org.sat4j.specs.Constr$1 => 2
1.08/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 383
1.08/0.53	c 386 constraints processed.
1.08/0.53	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.08/0.53	c constraints type 
1.08/0.53	c org.sat4j.specs.Constr$1 => 2
1.08/0.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
1.08/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 383
1.08/0.53	c 386 constraints processed.
1.08/0.53	c objective function length is 9818 literals
4.41/1.41	c cleaning 2501 clauses out of 5001 with flag 11290/5001
5.82/2.08	c cleaning 4250 clauses out of 8500 with flag 24688/11001
7.84/2.98	c cleaning 5620 clauses out of 11250 with flag 38730/18001
9.96/3.98	c cleaning 6822 clauses out of 13644 with flag 54758/26015
12.46/5.19	c cleaning 7905 clauses out of 15809 with flag 72763/35002
14.95/6.32	c cleaning 8948 clauses out of 17902 with flag 94938/45000
17.55/7.66	c cleaning 9973 clauses out of 19955 with flag 119935/56001
20.67/9.11	c cleaning 10981 clauses out of 21983 with flag 144621/68002
23.87/10.76	c cleaning 11994 clauses out of 24001 with flag 170975/81001
28.59/13.03	c cleaning 12998 clauses out of 26006 with flag 199339/95000
32.79/15.18	c cleaning 13988 clauses out of 28009 with flag 230044/110001
38.99/18.10	c cleaning 15004 clauses out of 30023 with flag 263168/126003
39.39/18.37	c cleaning 0 clauses out of 5001 with flag 0/5001
46.75/21.73	c cleaning 16002 clauses out of 32016 with flag 301145/143000
54.74/25.77	c cleaning 17002 clauses out of 34015 with flag 343980/161001
63.15/29.88	c cleaning 17996 clauses out of 36014 with flag 387102/180002
73.46/34.99	c cleaning 19005 clauses out of 38020 with flag 429849/200004
82.06/39.25	c cleaning 19999 clauses out of 40014 with flag 474477/221003
84.67/40.52	c cleaning 0 clauses out of 11001 with flag 0/11001
88.12/42.53	c cleaning 21007 clauses out of 42016 with flag 518729/243004
97.13/47.02	c cleaning 22001 clauses out of 44006 with flag 565150/266001
106.62/51.76	c cleaning 22997 clauses out of 46009 with flag 613385/290005
115.15/55.96	c cleaning 24002 clauses out of 48009 with flag 663573/315002
124.16/60.47	c cleaning 24998 clauses out of 50005 with flag 716048/341000
134.24/65.45	c cleaning 26001 clauses out of 52009 with flag 770661/368002
150.77/73.67	c cleaning 27001 clauses out of 54006 with flag 827377/396000
168.68/82.51	c cleaning 28002 clauses out of 56007 with flag 885686/425002
183.99/90.16	c cleaning 29000 clauses out of 58004 with flag 945901/455001
200.34/98.29	c cleaning 29991 clauses out of 60003 with flag 1008220/486000
210.74/103.39	c cleaning 0 clauses out of 18000 with flag 0/18000
215.93/105.98	c cleaning 31004 clauses out of 62013 with flag 1072950/518001
232.88/114.31	c cleaning 32000 clauses out of 64008 with flag 1139452/551000
250.52/122.98	c cleaning 33000 clauses out of 66008 with flag 1207817/585000
269.36/132.28	c cleaning 33999 clauses out of 68008 with flag 1278471/620000
284.68/139.74	c cleaning 0 clauses out of 26000 with flag 0/26000
290.27/142.57	c cleaning 35002 clauses out of 70010 with flag 1350652/656001
312.83/154.21	c cleaning 35998 clauses out of 72007 with flag 1425644/693000
334.18/164.70	c cleaning 37001 clauses out of 74009 with flag 1502342/731000
355.73/175.49	c cleaning 38000 clauses out of 76011 with flag 1580862/770003
380.27/187.53	c cleaning 39001 clauses out of 78010 with flag 1661218/810002
411.78/203.10	c cleaning 40000 clauses out of 80008 with flag 1743967/851001
448.78/221.32	c cleaning 40999 clauses out of 82009 with flag 1827986/893002
484.52/239.00	c cleaning 0 clauses out of 35000 with flag 0/35000
486.52/240.08	c cleaning 41994 clauses out of 84008 with flag 1914364/936000
525.51/259.40	c cleaning 43000 clauses out of 86014 with flag 2003611/980000
565.96/279.40	c cleaning 44000 clauses out of 88014 with flag 2094646/1025000
610.53/301.28	c cleaning 45002 clauses out of 90015 with flag 2187586/1071001
658.13/324.68	c cleaning 46003 clauses out of 92014 with flag 2282640/1118002
709.74/350.08	c cleaning 47004 clauses out of 94012 with flag 2379822/1166003
762.84/376.30	c cleaning 47997 clauses out of 96005 with flag 2478963/1215000
818.26/403.61	c cleaning 48997 clauses out of 98012 with flag 2579941/1265004
869.63/429.12	c cleaning 50006 clauses out of 100016 with flag 2682691/1316005
925.40/457.71	c cleaning 51001 clauses out of 102006 with flag 2787277/1368001
982.25/485.83	c cleaning 51999 clauses out of 104005 with flag 2894044/1421001
1021.84/505.50	c cleaning 0 clauses out of 45000 with flag 0/45000
1041.53/515.39	c cleaning 53002 clauses out of 106007 with flag 3002762/1475002
1098.33/543.69	c cleaning 53997 clauses out of 108003 with flag 3113562/1530000
1161.49/575.03	c cleaning 55001 clauses out of 110007 with flag 3226565/1586001
1226.33/607.26	c cleaning 56003 clauses out of 112010 with flag 3341810/1643005
1289.73/638.79	c cleaning 56994 clauses out of 114005 with flag 3458743/1701003
1357.42/672.31	c cleaning 57997 clauses out of 116009 with flag 3578138/1760001
1430.31/708.46	c cleaning 59000 clauses out of 118011 with flag 3699187/1820000
1503.47/744.74	c cleaning 60000 clauses out of 120011 with flag 3821804/1881000
1577.26/781.37	c cleaning 61005 clauses out of 122013 with flag 3946930/1943002
1657.06/820.95	c cleaning 62001 clauses out of 124007 with flag 4073415/2006001
1728.68/856.57	c cleaning 62999 clauses out of 126005 with flag 4202227/2070000
1800.11/892.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/892.00	c starts		: 13
1800.11/892.00	c conflicts		: 2131183
1800.11/892.00	c decisions		: 2194851
1800.11/892.00	c propagations		: 57385494
1800.11/892.00	c inspects		: 12761535893
1800.11/892.00	c shortcuts		: 0
1800.11/892.00	c learnt literals	: 0
1800.11/892.00	c learnt binary clauses	: 0
1800.11/892.00	c learnt ternary clauses	: 0
1800.11/892.00	c learnt constraints	: 2131183
1800.11/892.00	c ignored constraints	: 0
1800.11/892.00	c root simplifications	: 0
1800.11/892.00	c removed literals (reason simplification)	: 17924019
1800.11/892.00	c reason swapping (by a shorter reason)	: 0
1800.11/892.00	c Calls to reduceDB	: 60
1800.11/892.00	c Number of update (reduction) of LBD	: 37972
1800.11/892.00	c Imported unit clauses	: 0
1800.11/892.00	c number of reductions to clauses (during analyze)	: 0
1800.11/892.00	c number of learned constraints concerned by reduction	: 0
1800.11/892.00	c number of learning phase by resolution	: 0
1800.11/892.00	c number of learning phase by cutting planes	: 0
1800.11/892.00	c speed (assignments/second)	: 64374.64972011263
1800.11/892.00	c non guided choices	10728
1800.11/892.03	c learnt constraints type 
1800.11/892.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 124189
1800.11/892.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/892.03	c starts		: 66
1800.11/892.03	c conflicts		: 54318
1800.11/892.03	c decisions		: 198122
1800.11/892.03	c propagations		: 531364
1800.11/892.03	c inspects		: 852897313
1800.11/892.03	c shortcuts		: 0
1800.11/892.03	c learnt literals	: 0
1800.11/892.03	c learnt binary clauses	: 0
1800.11/892.03	c learnt ternary clauses	: 0
1800.11/892.03	c learnt constraints	: 54318
1800.11/892.03	c ignored constraints	: 0
1800.11/892.03	c root simplifications	: 0
1800.11/892.03	c removed literals (reason simplification)	: 0
1800.11/892.03	c reason swapping (by a shorter reason)	: 0
1800.11/892.03	c Calls to reduceDB	: 6
1800.11/892.03	c Number of update (reduction) of LBD	: 0
1800.11/892.03	c Imported unit clauses	: 0
1800.11/892.03	c number of reductions to clauses (during analyze)	: 0
1800.11/892.03	c number of learned constraints concerned by reduction	: 0
1800.11/892.03	c number of learning phase by resolution	: 0
1800.11/892.03	c number of learning phase by cutting planes	: 0
1800.11/892.03	c speed (assignments/second)	: 596.0637384949324
1800.11/892.03	c non guided choices	17766
1800.11/892.05	c learnt constraints type 
1800.11/892.05	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 6662
1800.11/892.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 47656
1800.11/892.05	s UNKNOWN
1800.11/892.05	c Total wall clock time (in seconds): 891.932

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

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

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


[startup+0 s]
/proc/loadavg: 4.09 4.03 4.01 4/196 18506
/proc/meminfo: memFree=28465572/32872528 swapFree=338416/354768
[pid=18506] ppid=18503 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/18506/stat : 18506 (java) S 18503 18506 14474 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 23659915 98570240 977 33554432000 1073741824 1073778376 140735382065888 140735382057024 242170757181 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18506/statm: 24065 977 743 9 0 16771 0
[pid=18506/tid=18507] ppid=18503 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18507/stat : 18507 (java) R 18503 18506 14474 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 23659915 98570240 977 33554432000 1073741824 1073778376 140735382065888 139701941579304 242167399808 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100173 s]
/proc/loadavg: 4.09 4.03 4.01 4/196 18506
/proc/meminfo: memFree=28465572/32872528 swapFree=338416/354768
[pid=18506] ppid=18503 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/18506/stat : 18506 (java) S 18503 18506 14474 0 -1 4202496 4415 0 1 0 9 1 0 0 20 0 18 0 23659915 9787879424 6049 33554432000 1073741824 1073778376 140735382065888 140735382057024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18506/statm: 2389619 6049 2126 9 0 2380296 0
[pid=18506/tid=18507] ppid=18503 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/18506/task/18507/stat : 18507 (java) R 18503 18506 14474 0 -1 4202560 2389 0 1 0 7 0 0 0 20 0 18 0 23659915 9787879424 6049 33554432000 1073741824 1073778376 140735382065888 139701941582752 242170782989 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200377 s]
/proc/loadavg: 4.09 4.03 4.01 4/196 18506
/proc/meminfo: memFree=28465572/32872528 swapFree=338416/354768
[pid=18506] ppid=18503 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/18506/stat : 18506 (java) S 18503 18506 14474 0 -1 4202496 5005 0 1 0 27 1 0 0 20 0 18 0 23659915 9787879424 6863 33554432000 1073741824 1073778376 140735382065888 140735382057024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18506/statm: 2389619 6863 2217 9 0 2380296 0
[pid=18506/tid=18507] ppid=18503 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/18506/task/18507/stat : 18507 (java) R 18503 18506 14474 0 -1 4202560 2405 0 1 0 17 0 0 0 20 0 18 0 23659915 9787879424 6863 33554432000 1073741824 1073778376 140735382065888 139701941582752 139701814057634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300265 s]
/proc/loadavg: 4.09 4.03 4.01 4/196 18506
/proc/meminfo: memFree=28465572/32872528 swapFree=338416/354768
[pid=18506] ppid=18503 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/18506/stat : 18506 (java) S 18503 18506 14474 0 -1 4202496 5618 0 1 0 48 1 0 0 20 0 18 0 23659915 9787879424 9602 33554432000 1073741824 1073778376 140735382065888 140735382057024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18506/statm: 2389619 9602 2235 9 0 2380296 0
[pid=18506/tid=18507] ppid=18503 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/18506/task/18507/stat : 18507 (java) R 18503 18506 14474 0 -1 4202560 2414 0 1 0 27 0 0 0 20 0 18 0 23659915 9787879424 9602 33554432000 1073741824 1073778376 140735382065888 139701941553024 242170782989 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700215 s]
/proc/loadavg: 4.09 4.03 4.01 4/196 18506
/proc/meminfo: memFree=28465572/32872528 swapFree=338416/354768
[pid=18506] ppid=18503 vsize=9824732 CPUtime=1.83 cores=0,2,4,6
/proc/18506/stat : 18506 (java) S 18503 18506 14474 0 -1 4202496 14564 0 1 0 179 4 0 0 20 0 22 0 23659915 10060525568 23744 33554432000 1073741824 1073778376 140735382065888 140735382057024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18506/statm: 2456183 23744 2269 9 0 2446860 0
[pid=18506/tid=18507] ppid=18503 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/18506/task/18507/stat : 18507 (java) S 18503 18506 14474 0 -1 4202560 2441 0 1 0 50 1 0 0 20 0 22 0 23659915 10060525568 23744 33554432000 1073741824 1073778376 140735382065888 139701941584760 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 4.09 4.03 4.01 7/218 18528
/proc/meminfo: memFree=28332076/32872528 swapFree=338416/354768
[pid=18506] ppid=18503 vsize=9824732 CPUtime=4.64 cores=0,2,4,6
/proc/18506/stat : 18506 (java) S 18503 18506 14474 0 -1 4202496 15403 0 1 0 456 8 0 0 20 0 22 0 23659915 10060525568 48488 33554432000 1073741824 1073778376 140735382065888 140735382057024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18506/statm: 2456183 48488 2292 9 0 2446860 0
[pid=18506/tid=18507] ppid=18503 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/18506/task/18507/stat : 18507 (java) S 18503 18506 14474 0 -1 4202560 2441 0 1 0 50 1 0 0 20 0 22 0 23659915 10060525568 48488 33554432000 1073741824 1073778376 140735382065888 139701941584760 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18506/tid=18509] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18509/stat : 18509 (java) S 18503 18506 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23659916 10060525568 48488 33554432000 1073741824 1073778376 140735382065888 139701785504552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18510] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18510/stat : 18510 (java) S 18503 18506 14474 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23659916 10060525568 48488 33554432000 1073741824 1073778376 140735382065888 139701784451752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18506/tid=18511] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18511/stat : 18511 (java) S 18503 18506 14474 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23659916 10060525568 48488 33554432000 1073741824 1073778376 140735382065888 139701783399464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18512] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18512/stat : 18512 (java) S 18503 18506 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23659916 10060525568 48488 33554432000 1073741824 1073778376 140735382065888 139701782346664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18506/tid=18513] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18513/stat : 18513 (java) S 18503 18506 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23659916 10060525568 48488 33554432000 1073741824 1073778376 140735382065888 139701781293352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18506/tid=18514] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18514/stat : 18514 (java) S 18503 18506 14474 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 23659916 10060525568 48488 33554432000 1073741824 1073778376 140735382065888 139701780240552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18506/tid=18515] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18515/stat : 18515 (java) S 18503 18506 14474 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 23659916 10060525568 48488 33554432000 1073741824 1073778376 140735382065888 139701779188264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18506/tid=18516] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18516/stat : 18516 (java) S 18503 18506 14474 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23659916 10060525568 48488 33554432000 1073741824 1073778376 140735382065888 139701778135464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18506/tid=18517] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18517/stat : 18517 (java) S 18503 18506 14474 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23659917 10060525568 48488 33554432000 1073741824 1073778376 140735382065888 139701765724904 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18518] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18518/stat : 18518 (java) S 18503 18506 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23659917 10060525568 48488 33554432000 1073741824 1073778376 140735382065888 139701764670968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18506/tid=18519] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18519/stat : 18519 (java) S 18503 18506 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23659917 10060525568 48488 33554432000 1073741824 1073778376 140735382065888 139701763618568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18520] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18520/stat : 18520 (java) S 18503 18506 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23659920 10060525568 48488 33554432000 1073741824 1073778376 140735382065888 139701762567056 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18521] ppid=18503 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/18506/task/18521/stat : 18521 (java) S 18503 18506 14474 0 -1 4202560 4923 0 0 0 107 0 0 0 20 0 22 0 23659920 10060525568 48488 33554432000 1073741824 1073778376 140735382065888 139701761513656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18522] ppid=18503 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/18506/task/18522/stat : 18522 (java) R 18503 18506 14474 0 -1 4202560 6555 0 0 0 105 3 0 0 20 0 22 0 23659920 10060525568 48488 33554432000 1073741824 1073778376 140735382065888 139701760460736 139701944459376 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18523] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18523/stat : 18523 (java) S 18503 18506 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23659920 10060525568 48488 33554432000 1073741824 1073778376 140735382065888 139701759408760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18524] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18524/stat : 18524 (java) S 18503 18506 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23659920 10060525568 48488 33554432000 1073741824 1073778376 140735382065888 139701758356168 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18506/tid=18525] ppid=18503 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/18506/task/18525/stat : 18525 (java) R 18503 18506 14474 0 -1 4202560 17 0 0 0 90 0 0 0 20 0 22 0 23659968 10060525568 48488 33554432000 1073741824 1073778376 140735382065888 139701757292832 139701814791521 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18506/tid=18526] ppid=18503 vsize=9824732 CPUtime=0.92 cores=0,2,4,6
/proc/18506/task/18526/stat : 18526 (java) R 18503 18506 14474 0 -1 4202560 73 0 0 0 90 2 0 0 20 0 22 0 23659968 10060525568 48488 33554432000 1073741824 1073778376 140735382065888 139701756247176 139701814968927 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18506/tid=18527] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18527/stat : 18527 (java) S 18503 18506 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23659972 10060525568 48488 33554432000 1073741824 1073778376 140735382065888 139701755197096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18528] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18528/stat : 18528 (java) S 18503 18506 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23659972 10060525568 48488 33554432000 1073741824 1073778376 140735382065888 139701754144296 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 4.09 4.03 4.01 5/218 18528
/proc/meminfo: memFree=28161348/32872528 swapFree=338416/354768
[pid=18506] ppid=18503 vsize=9824732 CPUtime=8.33 cores=0,2,4,6
/proc/18506/stat : 18506 (java) S 18503 18506 14474 0 -1 4202496 16121 0 1 0 815 18 0 0 20 0 22 0 23659915 10060525568 96819 33554432000 1073741824 1073778376 140735382065888 140735382057024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18506/statm: 2456183 96819 2292 9 0 2446860 0
[pid=18506/tid=18507] ppid=18503 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/18506/task/18507/stat : 18507 (java) S 18503 18506 14474 0 -1 4202560 2442 0 1 0 50 1 0 0 20 0 22 0 23659915 10060525568 96819 33554432000 1073741824 1073778376 140735382065888 139701941584760 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18506/tid=18509] ppid=18503 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/18506/task/18509/stat : 18509 (java) S 18503 18506 14474 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 22 0 23659916 10060525568 96819 33554432000 1073741824 1073778376 140735382065888 139701785504552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18506/tid=18510] ppid=18503 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/18506/task/18510/stat : 18510 (java) S 18503 18506 14474 0 -1 4202560 48 0 0 0 5 3 0 0 20 0 22 0 23659916 10060525568 96819 33554432000 1073741824 1073778376 140735382065888 139701784451752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18506/tid=18511] ppid=18503 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/18506/task/18511/stat : 18511 (java) S 18503 18506 14474 0 -1 4202560 49 0 0 0 3 2 0 0 20 0 22 0 23659916 10060525568 96819 33554432000 1073741824 1073778376 140735382065888 139701783399464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18506/tid=18512] ppid=18503 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18506/task/18512/stat : 18512 (java) S 18503 18506 14474 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 22 0 23659916 10060525568 96819 33554432000 1073741824 1073778376 140735382065888 139701782346664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18513] ppid=18503 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/18506/task/18513/stat : 18513 (java) S 18503 18506 14474 0 -1 4202560 61 0 0 0 5 2 0 0 20 0 22 0 23659916 10060525568 96819 33554432000 1073741824 1073778376 140735382065888 139701781293352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18506/tid=18514] ppid=18503 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18506/task/18514/stat : 18514 (java) S 18503 18506 14474 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 23659916 10060525568 96819 33554432000 1073741824 1073778376 140735382065888 139701780240552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18515] ppid=18503 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18506/task/18515/stat : 18515 (java) S 18503 18506 14474 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 22 0 23659916 10060525568 96819 33554432000 1073741824 1073778376 140735382065888 139701779188264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18516] ppid=18503 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18506/task/18516/stat : 18516 (java) S 18503 18506 14474 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 23659916 10060525568 96819 33554432000 1073741824 1073778376 140735382065888 139701778135464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18517] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18517/stat : 18517 (java) S 18503 18506 14474 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23659917 10060525568 96819 33554432000 1073741824 1073778376 140735382065888 139701765724904 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18518] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18518/stat : 18518 (java) S 18503 18506 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23659917 10060525568 96819 33554432000 1073741824 1073778376 140735382065888 139701764670968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18506/tid=18519] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18519/stat : 18519 (java) S 18503 18506 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23659917 10060525568 96819 33554432000 1073741824 1073778376 140735382065888 139701763618568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18520] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18520/stat : 18520 (java) S 18503 18506 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23659920 10060525568 96819 33554432000 1073741824 1073778376 140735382065888 139701762567056 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18521] ppid=18503 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/18506/task/18521/stat : 18521 (java) S 18503 18506 14474 0 -1 4202560 4923 0 0 0 118 0 0 0 20 0 22 0 23659920 10060525568 96819 33554432000 1073741824 1073778376 140735382065888 139701761513656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18522] ppid=18503 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/18506/task/18522/stat : 18522 (java) S 18503 18506 14474 0 -1 4202560 6864 0 0 0 126 3 0 0 20 0 22 0 23659920 10060525568 96819 33554432000 1073741824 1073778376 140735382065888 139701760460856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18523] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18523/stat : 18523 (java) S 18503 18506 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23659920 10060525568 96819 33554432000 1073741824 1073778376 140735382065888 139701759408760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18524] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18524/stat : 18524 (java) S 18503 18506 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23659920 10060525568 96819 33554432000 1073741824 1073778376 140735382065888 139701758356168 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18506/tid=18525] ppid=18503 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/18506/task/18525/stat : 18525 (java) R 18503 18506 14474 0 -1 4202560 22 0 0 0 239 0 0 0 20 0 22 0 23659968 10060525568 96819 33554432000 1073741824 1073778376 140735382065888 139701757292832 139701814900893 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18506/tid=18526] ppid=18503 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/18506/task/18526/stat : 18526 (java) R 18503 18506 14474 0 -1 4202560 124 0 0 0 238 3 0 0 20 0 22 0 23659968 10060525568 96819 33554432000 1073741824 1073778376 140735382065888 139701756247456 139701814968109 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18506/tid=18527] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18527/stat : 18527 (java) S 18503 18506 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23659972 10060525568 96819 33554432000 1073741824 1073778376 140735382065888 139701755197096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18528] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18528/stat : 18528 (java) S 18503 18506 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23659972 10060525568 96819 33554432000 1073741824 1073778376 140735382065888 139701754144296 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.33
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.08 4.03 4.00 5/219 18529
/proc/meminfo: memFree=27835196/32872528 swapFree=338416/354768
[pid=18506] ppid=18503 vsize=9824732 CPUtime=14.95 cores=0,2,4,6
/proc/18506/stat : 18506 (java) S 18503 18506 14474 0 -1 4202496 16694 0 1 0 1464 31 0 0 20 0 22 0 23659915 10060525568 170741 33554432000 1073741824 1073778376 140735382065888 140735382057024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18506/statm: 2456183 170741 2292 9 0 2446860 0
[pid=18506/tid=18507] ppid=18503 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/18506/task/18507/stat : 18507 (java) S 18503 18506 14474 0 -1 4202560 2442 0 1 0 50 1 0 0 20 0 22 0 23659915 10060525568 170741 33554432000 1073741824 1073778376 140735382065888 139701941584760 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18506/tid=18509] ppid=18503 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/18506/task/18509/stat : 18509 (java) S 18503 18506 14474 0 -1 4202560 57 0 0 0 6 3 0 0 20 0 22 0 23659916 10060525568 170741 33554432000 1073741824 1073778376 140735382065888 139701785504552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18506/tid=18510] ppid=18503 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/18506/task/18510/stat : 18510 (java) S 18503 18506 14474 0 -1 4202560 65 0 0 0 9 3 0 0 20 0 22 0 23659916 10060525568 170741 33554432000 1073741824 1073778376 140735382065888 139701784451752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18506/tid=18511] ppid=18503 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/18506/task/18511/stat : 18511 (java) S 18503 18506 14474 0 -1 4202560 67 0 0 0 5 2 0 0 20 0 22 0 23659916 10060525568 170741 33554432000 1073741824 1073778376 140735382065888 139701783399464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18512] ppid=18503 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/18506/task/18512/stat : 18512 (java) S 18503 18506 14474 0 -1 4202560 63 0 0 0 6 3 0 0 20 0 22 0 23659916 10060525568 170741 33554432000 1073741824 1073778376 140735382065888 139701782346664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18506/tid=18513] ppid=18503 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/18506/task/18513/stat : 18513 (java) S 18503 18506 14474 0 -1 4202560 103 0 0 0 11 5 0 0 20 0 22 0 23659916 10060525568 170741 33554432000 1073741824 1073778376 140735382065888 139701781293352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18514] ppid=18503 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/18506/task/18514/stat : 18514 (java) S 18503 18506 14474 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 22 0 23659916 10060525568 170741 33554432000 1073741824 1073778376 140735382065888 139701780240552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18515] ppid=18503 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/18506/task/18515/stat : 18515 (java) S 18503 18506 14474 0 -1 4202560 52 0 0 0 4 3 0 0 20 0 22 0 23659916 10060525568 170741 33554432000 1073741824 1073778376 140735382065888 139701779188264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18506/tid=18516] ppid=18503 vsize=9824732 CPUtime=0.05 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.55 4.26 4.08 5/219 18616
/proc/meminfo: memFree=24334892/32872528 swapFree=338416/354768
[pid=18506] ppid=18503 vsize=9824732 CPUtime=1659.86 cores=0,2,4,6
/proc/18506/stat : 18506 (java) S 18503 18506 14474 0 -1 4202496 27392 0 1 0 165809 177 0 0 20 0 22 0 23659915 10060525568 944760 33554432000 1073741824 1073778376 140735382065888 140735382057024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18506/statm: 2456183 944760 2301 9 0 2446860 0
[pid=18506/tid=18507] ppid=18503 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/18506/task/18507/stat : 18507 (java) S 18503 18506 14474 0 -1 4202560 2450 0 1 0 52 3 0 0 20 0 22 0 23659915 10060525568 944760 33554432000 1073741824 1073778376 140735382065888 139701941584760 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18506/tid=18509] ppid=18503 vsize=9824732 CPUtime=4.56 cores=0,2,4,6
/proc/18506/task/18509/stat : 18509 (java) S 18503 18506 14474 0 -1 4202560 631 0 0 0 442 14 0 0 20 0 22 0 23659916 10060525568 944760 33554432000 1073741824 1073778376 140735382065888 139701785504552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18510] ppid=18503 vsize=9824732 CPUtime=4.5 cores=0,2,4,6
/proc/18506/task/18510/stat : 18510 (java) S 18503 18506 14474 0 -1 4202560 570 0 0 0 437 13 0 0 20 0 22 0 23659916 10060525568 944760 33554432000 1073741824 1073778376 140735382065888 139701784451752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18511] ppid=18503 vsize=9824732 CPUtime=4.63 cores=0,2,4,6
/proc/18506/task/18511/stat : 18511 (java) S 18503 18506 14474 0 -1 4202560 695 0 0 0 445 18 0 0 20 0 22 0 23659916 10060525568 944760 33554432000 1073741824 1073778376 140735382065888 139701783399464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18506/tid=18512] ppid=18503 vsize=9824732 CPUtime=4.24 cores=0,2,4,6
/proc/18506/task/18512/stat : 18512 (java) S 18503 18506 14474 0 -1 4202560 684 0 0 0 408 16 0 0 20 0 22 0 23659916 10060525568 944760 33554432000 1073741824 1073778376 140735382065888 139701782346664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18513] ppid=18503 vsize=9824732 CPUtime=4.59 cores=0,2,4,6
/proc/18506/task/18513/stat : 18513 (java) S 18503 18506 14474 0 -1 4202560 611 0 0 0 444 15 0 0 20 0 22 0 23659916 10060525568 944760 33554432000 1073741824 1073778376 140735382065888 139701781293352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18514] ppid=18503 vsize=9824732 CPUtime=4.25 cores=0,2,4,6
/proc/18506/task/18514/stat : 18514 (java) S 18503 18506 14474 0 -1 4202560 523 0 0 0 413 12 0 0 20 0 22 0 23659916 10060525568 944760 33554432000 1073741824 1073778376 140735382065888 139701780240552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18506/tid=18515] ppid=18503 vsize=9824732 CPUtime=4.4 cores=0,2,4,6
/proc/18506/task/18515/stat : 18515 (java) S 18503 18506 14474 0 -1 4202560 858 0 0 0 425 15 0 0 20 0 22 0 23659916 10060525568 944760 33554432000 1073741824 1073778376 140735382065888 139701779188264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18506/tid=18516] ppid=18503 vsize=9824732 CPUtime=4.36 cores=0,2,4,6
/proc/18506/task/18516/stat : 18516 (java) S 18503 18506 14474 0 -1 4202560 663 0 0 0 421 15 0 0 20 0 22 0 23659916 10060525568 944760 33554432000 1073741824 1073778376 140735382065888 139701778135464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18517] ppid=18503 vsize=9824732 CPUtime=4.31 cores=0,2,4,6
/proc/18506/task/18517/stat : 18517 (java) S 18503 18506 14474 0 -1 4202560 3040 0 0 0 422 9 0 0 20 0 22 0 23659917 10060525568 944760 33554432000 1073741824 1073778376 140735382065888 139701765724904 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18518] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18518/stat : 18518 (java) S 18503 18506 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23659917 10060525568 944760 33554432000 1073741824 1073778376 140735382065888 139701764670968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18506/tid=18519] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18519/stat : 18519 (java) S 18503 18506 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23659917 10060525568 944760 33554432000 1073741824 1073778376 140735382065888 139701763618568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18520] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18520/stat : 18520 (java) S 18503 18506 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23659920 10060525568 944760 33554432000 1073741824 1073778376 140735382065888 139701762567056 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18521] ppid=18503 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/18506/task/18521/stat : 18521 (java) S 18503 18506 14474 0 -1 4202560 4924 0 0 0 126 0 0 0 20 0 22 0 23659920 10060525568 944760 33554432000 1073741824 1073778376 140735382065888 139701761513656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18522] ppid=18503 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/18506/task/18522/stat : 18522 (java) S 18503 18506 14474 0 -1 4202560 8696 0 0 0 195 3 0 0 20 0 22 0 23659920 10060525568 944760 33554432000 1073741824 1073778376 140735382065888 139701760460856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18523] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18523/stat : 18523 (java) S 18503 18506 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23659920 10060525568 944760 33554432000 1073741824 1073778376 140735382065888 139701759408760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18524] ppid=18503 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/18506/task/18524/stat : 18524 (java) S 18503 18506 14474 0 -1 4202560 47 0 0 0 17 17 0 0 20 0 22 0 23659920 10060525568 944760 33554432000 1073741824 1073778376 140735382065888 139701758356168 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18506/tid=18525] ppid=18503 vsize=9824732 CPUtime=808.02 cores=0,2,4,6
/proc/18506/task/18525/stat : 18525 (java) R 18503 18506 14474 0 -1 4202560 113 0 0 0 80788 14 0 0 20 0 22 0 23659968 10060525568 944760 33554432000 1073741824 1073778376 140735382065888 139701757292816 139701815079815 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18506/tid=18526] ppid=18503 vsize=9824732 CPUtime=808.11 cores=0,2,4,6
/proc/18506/task/18526/stat : 18526 (java) R 18503 18506 14474 0 -1 4202560 1621 0 0 0 80768 43 0 0 20 0 22 0 23659968 10060525568 944760 33554432000 1073741824 1073778376 140735382065888 139701756247520 139701814818645 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18527] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18527/stat : 18527 (java) S 18503 18506 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23659972 10060525568 944760 33554432000 1073741824 1073778376 140735382065888 139701755197096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18528] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18528/stat : 18528 (java) S 18503 18506 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23659972 10060525568 944760 33554432000 1073741824 1073778376 140735382065888 139701754144296 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1659.86
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.20 4.21 4.08 5/220 18620
/proc/meminfo: memFree=24253360/32872528 swapFree=338416/354768
[pid=18506] ppid=18503 vsize=9824732 CPUtime=1780.58 cores=0,2,4,6
/proc/18506/stat : 18506 (java) S 18503 18506 14474 0 -1 4202496 27430 0 1 0 177878 180 0 0 20 0 22 0 23659915 10060525568 951930 33554432000 1073741824 1073778376 140735382065888 140735382057024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18506/statm: 2456183 951930 2301 9 0 2446860 0
[pid=18506/tid=18507] ppid=18503 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/18506/task/18507/stat : 18507 (java) S 18503 18506 14474 0 -1 4202560 2450 0 1 0 53 3 0 0 20 0 22 0 23659915 10060525568 951930 33554432000 1073741824 1073778376 140735382065888 139701941584760 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18506/tid=18509] ppid=18503 vsize=9824732 CPUtime=4.75 cores=0,2,4,6
/proc/18506/task/18509/stat : 18509 (java) S 18503 18506 14474 0 -1 4202560 636 0 0 0 461 14 0 0 20 0 22 0 23659916 10060525568 951930 33554432000 1073741824 1073778376 140735382065888 139701785504552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18510] ppid=18503 vsize=9824732 CPUtime=4.66 cores=0,2,4,6
/proc/18506/task/18510/stat : 18510 (java) S 18503 18506 14474 0 -1 4202560 575 0 0 0 453 13 0 0 20 0 22 0 23659916 10060525568 951930 33554432000 1073741824 1073778376 140735382065888 139701784451752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18511] ppid=18503 vsize=9824732 CPUtime=4.79 cores=0,2,4,6
/proc/18506/task/18511/stat : 18511 (java) S 18503 18506 14474 0 -1 4202560 696 0 0 0 461 18 0 0 20 0 22 0 23659916 10060525568 951930 33554432000 1073741824 1073778376 140735382065888 139701783399464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18512] ppid=18503 vsize=9824732 CPUtime=4.44 cores=0,2,4,6
/proc/18506/task/18512/stat : 18512 (java) S 18503 18506 14474 0 -1 4202560 686 0 0 0 428 16 0 0 20 0 22 0 23659916 10060525568 951930 33554432000 1073741824 1073778376 140735382065888 139701782346664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18513] ppid=18503 vsize=9824732 CPUtime=4.7 cores=0,2,4,6
/proc/18506/task/18513/stat : 18513 (java) S 18503 18506 14474 0 -1 4202560 614 0 0 0 455 15 0 0 20 0 22 0 23659916 10060525568 951930 33554432000 1073741824 1073778376 140735382065888 139701781293352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18514] ppid=18503 vsize=9824732 CPUtime=4.53 cores=0,2,4,6
/proc/18506/task/18514/stat : 18514 (java) S 18503 18506 14474 0 -1 4202560 526 0 0 0 441 12 0 0 20 0 22 0 23659916 10060525568 951930 33554432000 1073741824 1073778376 140735382065888 139701780240552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18515] ppid=18503 vsize=9824732 CPUtime=4.65 cores=0,2,4,6
/proc/18506/task/18515/stat : 18515 (java) S 18503 18506 14474 0 -1 4202560 860 0 0 0 450 15 0 0 20 0 22 0 23659916 10060525568 951930 33554432000 1073741824 1073778376 140735382065888 139701779188264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18516] ppid=18503 vsize=9824732 CPUtime=4.47 cores=0,2,4,6
/proc/18506/task/18516/stat : 18516 (java) S 18503 18506 14474 0 -1 4202560 663 0 0 0 432 15 0 0 20 0 22 0 23659916 10060525568 951930 33554432000 1073741824 1073778376 140735382065888 139701778135464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18517] ppid=18503 vsize=9824732 CPUtime=4.31 cores=0,2,4,6
/proc/18506/task/18517/stat : 18517 (java) S 18503 18506 14474 0 -1 4202560 3048 0 0 0 422 9 0 0 20 0 22 0 23659917 10060525568 951930 33554432000 1073741824 1073778376 140735382065888 139701765724904 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18518] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18518/stat : 18518 (java) S 18503 18506 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23659917 10060525568 951930 33554432000 1073741824 1073778376 140735382065888 139701764670968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18506/tid=18519] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18519/stat : 18519 (java) S 18503 18506 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23659917 10060525568 951930 33554432000 1073741824 1073778376 140735382065888 139701763618568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18520] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18520/stat : 18520 (java) S 18503 18506 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23659920 10060525568 951930 33554432000 1073741824 1073778376 140735382065888 139701762567056 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18521] ppid=18503 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/18506/task/18521/stat : 18521 (java) S 18503 18506 14474 0 -1 4202560 4924 0 0 0 126 0 0 0 20 0 22 0 23659920 10060525568 951930 33554432000 1073741824 1073778376 140735382065888 139701761513656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18522] ppid=18503 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/18506/task/18522/stat : 18522 (java) S 18503 18506 14474 0 -1 4202560 8696 0 0 0 195 3 0 0 20 0 22 0 23659920 10060525568 951930 33554432000 1073741824 1073778376 140735382065888 139701760460856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18523] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18523/stat : 18523 (java) S 18503 18506 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23659920 10060525568 951930 33554432000 1073741824 1073778376 140735382065888 139701759408760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18524] ppid=18503 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/18506/task/18524/stat : 18524 (java) S 18503 18506 14474 0 -1 4202560 51 0 0 0 18 18 0 0 20 0 22 0 23659920 10060525568 951930 33554432000 1073741824 1073778376 140735382065888 139701758356168 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18506/tid=18525] ppid=18503 vsize=9824732 CPUtime=867.65 cores=0,2,4,6
/proc/18506/task/18525/stat : 18525 (java) R 18503 18506 14474 0 -1 4202560 117 0 0 0 86750 15 0 0 20 0 22 0 23659968 10060525568 951930 33554432000 1073741824 1073778376 140735382065888 139701757300496 139701815079815 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18506/tid=18526] ppid=18503 vsize=9824732 CPUtime=867.71 cores=0,2,4,6
/proc/18506/task/18526/stat : 18526 (java) R 18503 18506 14474 0 -1 4202560 1622 0 0 0 86727 44 0 0 20 0 22 0 23659968 10060525568 951930 33554432000 1073741824 1073778376 140735382065888 139701756246704 139701814864418 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18506/tid=18527] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18527/stat : 18527 (java) S 18503 18506 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23659972 10060525568 951930 33554432000 1073741824 1073778376 140735382065888 139701755197096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18528] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18528/stat : 18528 (java) S 18503 18506 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23659972 10060525568 951930 33554432000 1073741824 1073778376 140735382065888 139701754144296 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1780.58
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+892.001 s]
/proc/loadavg: 4.17 4.20 4.08 5/220 18620
/proc/meminfo: memFree=24245064/32872528 swapFree=338416/354768
[pid=18506] ppid=18503 vsize=9824732 CPUtime=1800.11 cores=0,2,4,6
/proc/18506/stat : 18506 (java) S 18503 18506 14474 0 -1 4202496 27437 0 1 0 179831 180 0 0 20 0 22 0 23659915 10060525568 953976 33554432000 1073741824 1073778376 140735382065888 140735382057024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18506/statm: 2456183 953976 2301 9 0 2446860 0
[pid=18506/tid=18507] ppid=18503 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/18506/task/18507/stat : 18507 (java) S 18503 18506 14474 0 -1 4202560 2451 0 1 0 53 3 0 0 20 0 22 0 23659915 10060525568 953976 33554432000 1073741824 1073778376 140735382065888 139701941584760 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18509] ppid=18503 vsize=9824732 CPUtime=4.77 cores=0,2,4,6
/proc/18506/task/18509/stat : 18509 (java) S 18503 18506 14474 0 -1 4202560 636 0 0 0 463 14 0 0 20 0 22 0 23659916 10060525568 953976 33554432000 1073741824 1073778376 140735382065888 139701785504552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18506/tid=18510] ppid=18503 vsize=9824732 CPUtime=4.73 cores=0,2,4,6
/proc/18506/task/18510/stat : 18510 (java) S 18503 18506 14474 0 -1 4202560 577 0 0 0 460 13 0 0 20 0 22 0 23659916 10060525568 953976 33554432000 1073741824 1073778376 140735382065888 139701784451752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18511] ppid=18503 vsize=9824732 CPUtime=4.87 cores=0,2,4,6
/proc/18506/task/18511/stat : 18511 (java) S 18503 18506 14474 0 -1 4202560 699 0 0 0 469 18 0 0 20 0 22 0 23659916 10060525568 953976 33554432000 1073741824 1073778376 140735382065888 139701783399464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18506/tid=18512] ppid=18503 vsize=9824732 CPUtime=4.46 cores=0,2,4,6
/proc/18506/task/18512/stat : 18512 (java) S 18503 18506 14474 0 -1 4202560 687 0 0 0 430 16 0 0 20 0 22 0 23659916 10060525568 953976 33554432000 1073741824 1073778376 140735382065888 139701782346664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18506/tid=18513] ppid=18503 vsize=9824732 CPUtime=4.73 cores=0,2,4,6
/proc/18506/task/18513/stat : 18513 (java) S 18503 18506 14474 0 -1 4202560 614 0 0 0 458 15 0 0 20 0 22 0 23659916 10060525568 953976 33554432000 1073741824 1073778376 140735382065888 139701781293352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18514] ppid=18503 vsize=9824732 CPUtime=4.55 cores=0,2,4,6
/proc/18506/task/18514/stat : 18514 (java) S 18503 18506 14474 0 -1 4202560 526 0 0 0 443 12 0 0 20 0 22 0 23659916 10060525568 953976 33554432000 1073741824 1073778376 140735382065888 139701780240552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18506/tid=18515] ppid=18503 vsize=9824732 CPUtime=4.73 cores=0,2,4,6
/proc/18506/task/18515/stat : 18515 (java) S 18503 18506 14474 0 -1 4202560 860 0 0 0 458 15 0 0 20 0 22 0 23659916 10060525568 953976 33554432000 1073741824 1073778376 140735382065888 139701779188264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18516] ppid=18503 vsize=9824732 CPUtime=4.49 cores=0,2,4,6
/proc/18506/task/18516/stat : 18516 (java) S 18503 18506 14474 0 -1 4202560 663 0 0 0 434 15 0 0 20 0 22 0 23659916 10060525568 953976 33554432000 1073741824 1073778376 140735382065888 139701778135464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18506/tid=18517] ppid=18503 vsize=9824732 CPUtime=4.31 cores=0,2,4,6
/proc/18506/task/18517/stat : 18517 (java) S 18503 18506 14474 0 -1 4202560 3048 0 0 0 422 9 0 0 20 0 22 0 23659917 10060525568 953976 33554432000 1073741824 1073778376 140735382065888 139701765724904 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18506/tid=18518] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18518/stat : 18518 (java) S 18503 18506 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23659917 10060525568 953976 33554432000 1073741824 1073778376 140735382065888 139701764670968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18506/tid=18519] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18519/stat : 18519 (java) S 18503 18506 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23659917 10060525568 953976 33554432000 1073741824 1073778376 140735382065888 139701763618568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18520] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18520/stat : 18520 (java) S 18503 18506 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23659920 10060525568 953976 33554432000 1073741824 1073778376 140735382065888 139701762567056 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18521] ppid=18503 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/18506/task/18521/stat : 18521 (java) S 18503 18506 14474 0 -1 4202560 4924 0 0 0 126 0 0 0 20 0 22 0 23659920 10060525568 953976 33554432000 1073741824 1073778376 140735382065888 139701761513656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18522] ppid=18503 vsize=9824732 CPUtime=1.98 cores=0,2,4,6
/proc/18506/task/18522/stat : 18522 (java) S 18503 18506 14474 0 -1 4202560 8696 0 0 0 195 3 0 0 20 0 22 0 23659920 10060525568 953976 33554432000 1073741824 1073778376 140735382065888 139701760460856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18523] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18523/stat : 18523 (java) S 18503 18506 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23659920 10060525568 953976 33554432000 1073741824 1073778376 140735382065888 139701759408760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18524] ppid=18503 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/18506/task/18524/stat : 18524 (java) S 18503 18506 14474 0 -1 4202560 51 0 0 0 18 18 0 0 20 0 22 0 23659920 10060525568 953976 33554432000 1073741824 1073778376 140735382065888 139701758356168 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18506/tid=18525] ppid=18503 vsize=9824732 CPUtime=877.26 cores=0,2,4,6
/proc/18506/task/18525/stat : 18525 (java) R 18503 18506 14474 0 -1 4202560 117 0 0 0 87711 15 0 0 20 0 22 0 23659968 10060525568 953976 33554432000 1073741824 1073778376 140735382065888 139701757299712 139701815079815 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18506/tid=18526] ppid=18503 vsize=9824732 CPUtime=877.32 cores=0,2,4,6
/proc/18506/task/18526/stat : 18526 (java) R 18503 18506 14474 0 -1 4202560 1622 0 0 0 87688 44 0 0 20 0 22 0 23659968 10060525568 953976 33554432000 1073741824 1073778376 140735382065888 139701756247664 139701814546669 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18506/tid=18527] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18527/stat : 18527 (java) S 18503 18506 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23659972 10060525568 953976 33554432000 1073741824 1073778376 140735382065888 139701755197096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18506/tid=18528] ppid=18503 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18506/task/18528/stat : 18528 (java) S 18503 18506 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23659972 10060525568 953976 33554432000 1073741824 1073778376 140735382065888 139701754144296 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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 18506 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 892.084
CPU time (s): 1800.85
CPU user time (s): 1798.57
CPU system time (s): 2.28265
CPU usage (%): 201.87
Max. virtual memory (cumulated for all children) (KiB): 9826088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.57
system time used= 2.28265
maximum resident set size= 3816020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27471
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23867
involuntary context switches= 29006

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.2615 second user time and 4.35634 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 04:15:32
IDJOB=4101834
IDBENCH=1800
IDSOLVER=2543
FILE ID=node126/4101834-1466216132
RUNJOBID= node126-1466206074-14490
PBS_JOBID= 19918151
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-modglob.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101834-1466216132/watcher-4101834-1466216132 -o /tmp/evaluation-result-4101834-1466216132/solver-4101834-1466216132 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14490 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101834-1466216132.opb

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

MD5SUM BENCH= 1c32686691bf96e75781667309b05481
RANDOM SEED=84153328

node126.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.121
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.24
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.121
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.121
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.121
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.121
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.121
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.121
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.121
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:        28465464 kB
Buffers:           98436 kB
Cached:           103168 kB
SwapCached:         1076 kB
Active:          3171664 kB
Inactive:         141760 kB
Active(anon):    3112172 kB
Inactive(anon):     1896 kB
Active(file):      59492 kB
Inactive(file):   139864 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100100 kB
Dirty:              1056 kB
Writeback:             0 kB
AnonPages:       3443096 kB
Mapped:            15444 kB
Shmem:                 0 kB
Slab:             602104 kB
SReclaimable:      45736 kB
SUnreclaim:       556368 kB
KernelStack:        1768 kB
PageTables:        10780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3956268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3049472 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= 71728 MiB
End job on node126 at 2016-06-18 04:30:24