Trace number 4080955

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.75 896.669

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_2_ic.opb
MD5SUMc16bd2424e0fff3ff3df69ee00e2dc99
Bench CategoryOPT-BIGINT-LIN (optimisation, big 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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 112678587
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11239356641
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 112678587
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11239356641
Number of bits of the biggest sum of numbers34
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4080955-1465373691.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.15/0.64	c ... done. Wall clock time 0.529s.
1.15/0.64	c declared #vars     15725
1.15/0.64	c #constraints  33139
1.15/0.64	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.15/0.64	c constraints type 
1.15/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.15/0.64	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.15/0.64	c org.sat4j.specs.Constr$1 => 3
1.15/0.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.15/0.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.15/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.15/0.64	c 33139 constraints processed.
1.15/0.64	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.15/0.64	c constraints type 
1.15/0.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.15/0.64	c org.sat4j.specs.Constr$1 => 3
1.15/0.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.15/0.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.15/0.64	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.15/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.15/0.64	c 33139 constraints processed.
1.15/0.64	c objective function length is 1825 literals
10.48/4.35	c cleaning 2498 clauses out of 5001 with flag 22300/5001
17.25/7.51	c cleaning 4249 clauses out of 8502 with flag 56558/11000
24.95/11.36	c cleaning 5623 clauses out of 11257 with flag 102976/18004
35.09/16.38	c cleaning 6817 clauses out of 13633 with flag 157007/26003
44.64/21.06	c cleaning 7907 clauses out of 15814 with flag 184462/35001
56.95/27.13	c cleaning 8952 clauses out of 17906 with flag 226453/45000
69.34/33.38	c cleaning 9978 clauses out of 19955 with flag 276036/56001
83.64/40.48	c cleaning 10975 clauses out of 21977 with flag 325946/68001
99.12/48.14	c cleaning 11995 clauses out of 24002 with flag 401992/81001
115.40/56.23	c cleaning 12997 clauses out of 26009 with flag 492991/95003
133.90/65.41	c cleaning 14001 clauses out of 28009 with flag 565349/110000
153.55/75.24	c cleaning 14999 clauses out of 30010 with flag 685802/126002
173.80/85.38	c cleaning 16000 clauses out of 32009 with flag 825332/143000
198.64/97.73	c cleaning 16996 clauses out of 34009 with flag 941133/161000
224.55/110.64	c cleaning 18005 clauses out of 36013 with flag 1058187/180000
254.30/125.48	c cleaning 18995 clauses out of 38009 with flag 1165220/200001
285.62/141.09	c cleaning 20004 clauses out of 40015 with flag 1286201/221002
287.45/142.29	c cleaning 0 clauses out of 5001 with flag 0/5001
322.04/159.39	c cleaning 20991 clauses out of 42010 with flag 1446903/243001
359.58/178.00	c cleaning 22000 clauses out of 44018 with flag 1599685/266000
396.92/196.56	c cleaning 23000 clauses out of 46018 with flag 1760957/290000
440.06/218.07	c cleaning 24000 clauses out of 48018 with flag 1962174/315000
485.03/240.43	c cleaning 25003 clauses out of 50020 with flag 2133800/341002
528.27/261.94	c cleaning 25997 clauses out of 52016 with flag 2264632/368001
570.84/283.18	c cleaning 27003 clauses out of 54018 with flag 2416981/396000
615.10/305.57	c cleaning 27994 clauses out of 56015 with flag 2589716/425000
661.11/328.44	c cleaning 29004 clauses out of 58022 with flag 2792798/455001
704.28/349.94	c cleaning 30004 clauses out of 60018 with flag 3023243/486001
753.06/374.24	c cleaning 30998 clauses out of 62013 with flag 3211821/518000
805.66/400.43	c cleaning 32001 clauses out of 64017 with flag 3433851/551002
858.71/426.88	c cleaning 32999 clauses out of 66014 with flag 3651176/585000
915.12/454.97	c cleaning 34003 clauses out of 68018 with flag 3878769/620003
980.98/487.70	c cleaning 34997 clauses out of 70013 with flag 4123066/656001
1050.56/522.85	c cleaning 35995 clauses out of 72015 with flag 4355973/693000
1108.26/551.52	c cleaning 37011 clauses out of 74021 with flag 4559941/731001
1168.48/581.52	c cleaning 37998 clauses out of 76010 with flag 4776930/770001
1246.61/620.44	c cleaning 38998 clauses out of 78011 with flag 5060059/810000
1326.33/660.17	c cleaning 39995 clauses out of 80013 with flag 5342132/851000
1410.69/702.13	c cleaning 41006 clauses out of 82021 with flag 5668790/893003
1447.88/720.65	c cleaning 0 clauses out of 11000 with flag 0/11000
1506.98/750.08	c cleaning 41998 clauses out of 84014 with flag 6038864/936002
1597.59/795.17	c cleaning 43006 clauses out of 86015 with flag 6356442/980001
1667.85/830.81	c cleaning 43998 clauses out of 88008 with flag 6604257/1025000
1739.53/866.60	c cleaning 45004 clauses out of 90011 with flag 6847622/1071001
1800.06/896.61	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/896.61	c starts		: 1227
1800.06/896.61	c conflicts		: 1111445
1800.06/896.61	c decisions		: 1494650
1800.06/896.61	c propagations		: 679194652
1800.06/896.61	c inspects		: 7901566885
1800.06/896.61	c shortcuts		: 0
1800.06/896.61	c learnt literals	: 0
1800.06/896.61	c learnt binary clauses	: 0
1800.06/896.61	c learnt ternary clauses	: 3
1800.06/896.61	c learnt constraints	: 1111445
1800.06/896.61	c ignored constraints	: 0
1800.06/896.61	c root simplifications	: 0
1800.06/896.61	c removed literals (reason simplification)	: 44816685
1800.06/896.61	c reason swapping (by a shorter reason)	: 0
1800.06/896.61	c Calls to reduceDB	: 42
1800.06/896.61	c Number of update (reduction) of LBD	: 339305
1800.06/896.61	c Imported unit clauses	: 0
1800.06/896.61	c number of reductions to clauses (during analyze)	: 0
1800.06/896.61	c number of learned constraints concerned by reduction	: 0
1800.06/896.61	c number of learning phase by resolution	: 0
1800.06/896.61	c number of learning phase by cutting planes	: 0
1800.06/896.61	c speed (assignments/second)	: 758107.5869397304
1800.06/896.61	c non guided choices	0
1800.06/896.64	c learnt constraints type 
1800.06/896.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 85451
1800.06/896.64	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/896.64	c starts		: 36
1800.06/896.64	c conflicts		: 12147
1800.06/896.64	c decisions		: 42101
1800.06/896.64	c propagations		: 9409396
1800.06/896.64	c inspects		: 1016545702
1800.06/896.64	c shortcuts		: 0
1800.06/896.64	c learnt literals	: 0
1800.06/896.64	c learnt binary clauses	: 0
1800.06/896.64	c learnt ternary clauses	: 0
1800.06/896.64	c learnt constraints	: 12146
1800.06/896.64	c ignored constraints	: 0
1800.06/896.64	c root simplifications	: 0
1800.06/896.64	c removed literals (reason simplification)	: 0
1800.06/896.64	c reason swapping (by a shorter reason)	: 0
1800.06/896.64	c Calls to reduceDB	: 2
1800.06/896.64	c Number of update (reduction) of LBD	: 0
1800.06/896.64	c Imported unit clauses	: 0
1800.06/896.64	c number of reductions to clauses (during analyze)	: 0
1800.06/896.64	c number of learned constraints concerned by reduction	: 0
1800.06/896.64	c number of learning phase by resolution	: 0
1800.06/896.64	c number of learning phase by cutting planes	: 0
1800.06/896.64	c speed (assignments/second)	: 10502.343367193753
1800.06/896.64	c non guided choices	0
1800.06/896.64	c learnt constraints type 
1800.06/896.64	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 48
1800.06/896.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 80
1800.06/896.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12018
1800.06/896.64	s UNKNOWN
1800.06/896.64	c Total wall clock time (in seconds): 896.534

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

pid=18001
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: 3.61 4.07 4.14 4/197 18004
/proc/meminfo: memFree=28878576/32872528 swapFree=15644/1722384
[pid=18004] ppid=18001 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/18004/stat : 18004 (java) R 18001 18004 16108 0 -1 4202496 1179 0 0 0 0 0 0 0 20 0 1 0 119302680 23793664 831 33554432000 1073741824 1073778376 140735710612544 140735710602536 140469106681312 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18004/statm: 5809 844 636 9 0 128 0
[pid=18004/tid=18005] ppid=18001 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18005/stat : 18005 (java) R 18001 18004 16108 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 119302681 24780800 867 33554432000 1073741824 1073778376 140735710612544 140735710602536 226084395185 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 3.61 4.07 4.14 4/197 18004
/proc/meminfo: memFree=28878576/32872528 swapFree=15644/1722384
[pid=18004] ppid=18001 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/18004/stat : 18004 (java) S 18001 18004 16108 0 -1 4202496 4422 0 1 0 9 1 0 0 20 0 18 0 119302680 9787879424 6063 33554432000 1073741824 1073778376 140735710612544 140735710603680 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18004/statm: 2389619 6063 2141 9 0 2380296 0
[pid=18004/tid=18005] ppid=18001 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/18004/task/18005/stat : 18005 (java) R 18001 18004 16108 0 -1 4202560 2388 0 1 0 7 0 0 0 20 0 18 0 119302681 9787879424 6063 33554432000 1073741824 1073778376 140735710612544 140469103627168 226087724301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 3.61 4.07 4.14 4/197 18004
/proc/meminfo: memFree=28878576/32872528 swapFree=15644/1722384
[pid=18004] ppid=18001 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/18004/stat : 18004 (java) S 18001 18004 16108 0 -1 4202496 5142 0 1 0 28 1 0 0 20 0 18 0 119302680 9787879424 8169 33554432000 1073741824 1073778376 140735710612544 140735710603680 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18004/statm: 2389619 8169 2220 9 0 2380296 0
[pid=18004/tid=18005] ppid=18001 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/18004/task/18005/stat : 18005 (java) R 18001 18004 16108 0 -1 4202560 2418 0 1 0 17 0 0 0 20 0 18 0 119302681 9787879424 8169 33554432000 1073741824 1073778376 140735710612544 140469103611672 226087713848 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300279 s]
/proc/loadavg: 3.61 4.07 4.14 4/197 18004
/proc/meminfo: memFree=28878576/32872528 swapFree=15644/1722384
[pid=18004] ppid=18001 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/18004/stat : 18004 (java) S 18001 18004 16108 0 -1 4202496 5602 0 1 0 51 1 0 0 20 0 18 0 119302680 9787879424 9962 33554432000 1073741824 1073778376 140735710612544 140735710603680 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18004/statm: 2389619 9962 2234 9 0 2380296 0
[pid=18004/tid=18005] ppid=18001 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/18004/task/18005/stat : 18005 (java) R 18001 18004 16108 0 -1 4202560 2421 0 1 0 26 1 0 0 20 0 18 0 119302681 9787879424 9962 33554432000 1073741824 1073778376 140735710612544 140469103611672 226087724301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700235 s]
/proc/loadavg: 3.61 4.07 4.14 4/197 18004
/proc/meminfo: memFree=28878576/32872528 swapFree=15644/1722384
[pid=18004] ppid=18001 vsize=9691604 CPUtime=1.37 cores=1,3,5,7
/proc/18004/stat : 18004 (java) S 18001 18004 16108 0 -1 4202496 7794 0 1 0 131 6 0 0 20 0 20 0 119302680 9924202496 44322 33554432000 1073741824 1073778376 140735710612544 140735710603680 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18004/statm: 2422901 44322 2271 9 0 2413578 0
[pid=18004/tid=18005] ppid=18001 vsize=9691604 CPUtime=0.62 cores=1,3,5,7
/proc/18004/task/18005/stat : 18005 (java) S 18001 18004 16108 0 -1 4202560 2489 0 1 0 59 3 0 0 20 0 20 0 119302681 9924202496 44322 33554432000 1073741824 1073778376 140735710612544 140469103629176 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9691604

[startup+1.50093 s]
/proc/loadavg: 3.61 4.07 4.14 8/219 18026
/proc/meminfo: memFree=28688460/32872528 swapFree=15644/1722384
[pid=18004] ppid=18001 vsize=9824732 CPUtime=4.21 cores=1,3,5,7
/proc/18004/stat : 18004 (java) S 18001 18004 16108 0 -1 4202496 19401 0 1 0 413 8 0 0 20 0 22 0 119302680 10060525568 50241 33554432000 1073741824 1073778376 140735710612544 140735710603680 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18004/statm: 2456183 50241 2285 9 0 2446860 0
[pid=18004/tid=18005] ppid=18001 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/18004/task/18005/stat : 18005 (java) S 18001 18004 16108 0 -1 4202560 2489 0 1 0 59 3 0 0 20 0 22 0 119302681 10060525568 50241 33554432000 1073741824 1073778376 140735710612544 140469103629176 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18004/tid=18007] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18007/stat : 18007 (java) S 18001 18004 16108 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 119302682 10060525568 50241 33554432000 1073741824 1073778376 140735710612544 140469065120296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18008] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18008/stat : 18008 (java) S 18001 18004 16108 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 119302682 10060525568 50241 33554432000 1073741824 1073778376 140735710612544 140469064067496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18004/tid=18009] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18009/stat : 18009 (java) S 18001 18004 16108 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 119302682 10060525568 50241 33554432000 1073741824 1073778376 140735710612544 140469063014696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18004/tid=18010] ppid=18001 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18004/task/18010/stat : 18010 (java) S 18001 18004 16108 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 119302682 10060525568 50241 33554432000 1073741824 1073778376 140735710612544 140469061961896 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18004/tid=18011] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18011/stat : 18011 (java) S 18001 18004 16108 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 119302682 10060525568 50241 33554432000 1073741824 1073778376 140735710612544 140469060910120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18004/tid=18012] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18012/stat : 18012 (java) S 18001 18004 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119302682 10060525568 50241 33554432000 1073741824 1073778376 140735710612544 140469059857320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18013] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18013/stat : 18013 (java) S 18001 18004 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119302682 10060525568 50241 33554432000 1073741824 1073778376 140735710612544 140469058804520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18004/tid=18014] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18014/stat : 18014 (java) S 18001 18004 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119302682 10060525568 50241 33554432000 1073741824 1073778376 140735710612544 140469057751720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18004/tid=18015] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18015/stat : 18015 (java) S 18001 18004 16108 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 119302683 10060525568 50241 33554432000 1073741824 1073778376 140735710612544 140468927031784 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18016] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18016/stat : 18016 (java) S 18001 18004 16108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119302683 10060525568 50241 33554432000 1073741824 1073778376 140735710612544 140468925977848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18017] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18017/stat : 18017 (java) S 18001 18004 16108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119302683 10060525568 50241 33554432000 1073741824 1073778376 140735710612544 140468924924936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18018] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18018/stat : 18018 (java) S 18001 18004 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119302685 10060525568 50241 33554432000 1073741824 1073778376 140735710612544 140468923873424 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18019] ppid=18001 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/18004/task/18019/stat : 18019 (java) S 18001 18004 16108 0 -1 4202560 6479 0 0 0 92 1 0 0 20 0 22 0 119302685 10060525568 50241 33554432000 1073741824 1073778376 140735710612544 140468922821560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18020] ppid=18001 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/18004/task/18020/stat : 18020 (java) S 18001 18004 16108 0 -1 4202560 8981 0 0 0 94 2 0 0 20 0 22 0 119302685 10060525568 50241 33554432000 1073741824 1073778376 140735710612544 140468921768760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18004/tid=18021] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18021/stat : 18021 (java) S 18001 18004 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119302685 10060525568 50241 33554432000 1073741824 1073778376 140735710612544 140468920716152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18004/tid=18022] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18022/stat : 18022 (java) S 18001 18004 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119302685 10060525568 50241 33554432000 1073741824 1073778376 140735710612544 140467912043464 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18023] ppid=18001 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/18004/task/18023/stat : 18023 (java) R 18001 18004 16108 0 -1 4202560 15 0 0 0 76 0 0 0 20 0 22 0 119302745 10060525568 50241 33554432000 1073741824 1073778376 140735710612544 140467910988336 140468936227859 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18004/tid=18024] ppid=18001 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/18004/task/18024/stat : 18024 (java) R 18001 18004 16108 0 -1 4202560 33 0 0 0 75 0 0 0 20 0 22 0 119302745 10060525568 50241 33554432000 1073741824 1073778376 140735710612544 140467909935352 140468936402369 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18025] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18025/stat : 18025 (java) S 18001 18004 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119302751 10060525568 50241 33554432000 1073741824 1073778376 140735710612544 140467908883368 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18004/tid=18026] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18026/stat : 18026 (java) S 18001 18004 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119302751 10060525568 50241 33554432000 1073741824 1073778376 140735710612544 140467907830568 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 3.72 4.08 4.14 6/219 18026
/proc/meminfo: memFree=28649428/32872528 swapFree=15644/1722384
[pid=18004] ppid=18001 vsize=9824732 CPUtime=7.99 cores=1,3,5,7
/proc/18004/stat : 18004 (java) S 18001 18004 16108 0 -1 4202496 20066 0 1 0 781 18 0 0 20 0 22 0 119302680 10060525568 92219 33554432000 1073741824 1073778376 140735710612544 140735710603680 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18004/statm: 2456183 92219 2288 9 0 2446860 0
[pid=18004/tid=18005] ppid=18001 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/18004/task/18005/stat : 18005 (java) S 18001 18004 16108 0 -1 4202560 2489 0 1 0 59 3 0 0 20 0 22 0 119302681 10060525568 92219 33554432000 1073741824 1073778376 140735710612544 140469103629176 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18004/tid=18007] ppid=18001 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18004/task/18007/stat : 18007 (java) S 18001 18004 16108 0 -1 4202560 122 0 0 0 2 2 0 0 20 0 22 0 119302682 10060525568 92219 33554432000 1073741824 1073778376 140735710612544 140469065120296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18008] ppid=18001 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18004/task/18008/stat : 18008 (java) S 18001 18004 16108 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 119302682 10060525568 92219 33554432000 1073741824 1073778376 140735710612544 140469064067496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18009] ppid=18001 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18004/task/18009/stat : 18009 (java) S 18001 18004 16108 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 22 0 119302682 10060525568 92219 33554432000 1073741824 1073778376 140735710612544 140469063014696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18004/tid=18010] ppid=18001 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18004/task/18010/stat : 18010 (java) S 18001 18004 16108 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 22 0 119302682 10060525568 92219 33554432000 1073741824 1073778376 140735710612544 140469061961896 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18011] ppid=18001 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18004/task/18011/stat : 18011 (java) S 18001 18004 16108 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 22 0 119302682 10060525568 92219 33554432000 1073741824 1073778376 140735710612544 140469060910120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18004/tid=18012] ppid=18001 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18004/task/18012/stat : 18012 (java) S 18001 18004 16108 0 -1 4202560 110 0 0 0 3 0 0 0 20 0 22 0 119302682 10060525568 92219 33554432000 1073741824 1073778376 140735710612544 140469059857320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18013] ppid=18001 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18004/task/18013/stat : 18013 (java) S 18001 18004 16108 0 -1 4202560 100 0 0 0 2 1 0 0 20 0 22 0 119302682 10060525568 92219 33554432000 1073741824 1073778376 140735710612544 140469058804520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18004/tid=18014] ppid=18001 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18004/task/18014/stat : 18014 (java) S 18001 18004 16108 0 -1 4202560 98 0 0 0 2 1 0 0 20 0 22 0 119302682 10060525568 92219 33554432000 1073741824 1073778376 140735710612544 140469057751720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18015] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18015/stat : 18015 (java) S 18001 18004 16108 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 119302683 10060525568 92219 33554432000 1073741824 1073778376 140735710612544 140468927031784 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18016] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18016/stat : 18016 (java) S 18001 18004 16108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119302683 10060525568 92219 33554432000 1073741824 1073778376 140735710612544 140468925977848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18017] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18017/stat : 18017 (java) S 18001 18004 16108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119302683 10060525568 92219 33554432000 1073741824 1073778376 140735710612544 140468924924936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18018] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18018/stat : 18018 (java) S 18001 18004 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119302685 10060525568 92219 33554432000 1073741824 1073778376 140735710612544 140468923873424 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18019] ppid=18001 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/18004/task/18019/stat : 18019 (java) S 18001 18004 16108 0 -1 4202560 6480 0 0 0 110 2 0 0 20 0 22 0 119302685 10060525568 92219 33554432000 1073741824 1073778376 140735710612544 140468922821560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18020] ppid=18001 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/18004/task/18020/stat : 18020 (java) S 18001 18004 16108 0 -1 4202560 9003 0 0 0 124 2 0 0 20 0 22 0 119302685 10060525568 92219 33554432000 1073741824 1073778376 140735710612544 140468921768760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18004/tid=18021] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18021/stat : 18021 (java) S 18001 18004 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119302685 10060525568 92219 33554432000 1073741824 1073778376 140735710612544 140468920716152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18004/tid=18022] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18022/stat : 18022 (java) S 18001 18004 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119302685 10060525568 92219 33554432000 1073741824 1073778376 140735710612544 140467912043464 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18023] ppid=18001 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/18004/task/18023/stat : 18023 (java) R 18001 18004 16108 0 -1 4202560 16 0 0 0 229 0 0 0 20 0 22 0 119302745 10060525568 92219 33554432000 1073741824 1073778376 140735710612544 140467910988696 140468936228201 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18004/tid=18024] ppid=18001 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/18004/task/18024/stat : 18024 (java) R 18001 18004 16108 0 -1 4202560 88 0 0 0 226 2 0 0 20 0 22 0 119302745 10060525568 92219 33554432000 1073741824 1073778376 140735710612544 140467909934968 140468936265000 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18025] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18025/stat : 18025 (java) S 18001 18004 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119302751 10060525568 92219 33554432000 1073741824 1073778376 140735710612544 140467908883368 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18004/tid=18026] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18026/stat : 18026 (java) S 18001 18004 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119302751 10060525568 92219 33554432000 1073741824 1073778376 140735710612544 140467907830568 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 3.72 4.08 4.14 5/219 18026
/proc/meminfo: memFree=27788136/32872528 swapFree=15644/1722384
[pid=18004] ppid=18001 vsize=9824732 CPUtime=14.72 cores=1,3,5,7
/proc/18004/stat : 18004 (java) S 18001 18004 16108 0 -1 4202496 22751 0 1 0 1443 29 0 0 20 0 22 0 119302680 10060525568 159180 33554432000 1073741824 1073778376 140735710612544 140735710603680 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18004/statm: 2456183 159180 2292 9 0 2446860 0
[pid=18004/tid=18005] ppid=18001 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/18004/task/18005/stat : 18005 (java) S 18001 18004 16108 0 -1 4202560 2489 0 1 0 59 3 0 0 20 0 22 0 119302681 10060525568 159180 33554432000 1073741824 1073778376 140735710612544 140469103629176 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18004/tid=18007] ppid=18001 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/18004/task/18007/stat : 18007 (java) S 18001 18004 16108 0 -1 4202560 152 0 0 0 5 2 0 0 20 0 22 0 119302682 10060525568 159180 33554432000 1073741824 1073778376 140735710612544 140469065120296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18004/tid=18008] ppid=18001 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18004/task/18008/stat : 18008 (java) S 18001 18004 16108 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 119302682 10060525568 159180 33554432000 1073741824 1073778376 140735710612544 140469064067496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18009] ppid=18001 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/18004/task/18009/stat : 18009 (java) S 18001 18004 16108 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 22 0 119302682 10060525568 159180 33554432000 1073741824 1073778376 140735710612544 140469063014696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18010] ppid=18001 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/18004/task/18010/stat : 18010 (java) S 18001 18004 16108 0 -1 4202560 50 0 0 0 8 3 0 0 20 0 22 0 119302682 10060525568 159180 33554432000 1073741824 1073778376 140735710612544 140469061961896 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18011] ppid=18001 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/18004/task/18011/stat : 18011 (java) S 18001 18004 16108 0 -1 4202560 73 0 0 0 8 3 0 0 20 0 22 0 119302682 10060525568 159180 33554432000 1073741824 1073778376 140735710612544 140469060910120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18004/tid=18012] ppid=18001 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/18004/task/18012/stat : 18012 (java) S 18001 18004 16108 0 -1 4202560 124 0 0 0 5 1 0 0 20 0 22 0 119302682 10060525568 159180 33554432000 1073741824 1073778376 140735710612544 140469059857320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18013] ppid=18001 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/18004/task/18013/stat : 18013 (java) S 18001 18004 16108 0 -1 4202560 126 0 0 0 4 2 0 0 20 0 22 0 119302682 10060525568 159180 33554432000 1073741824 1073778376 140735710612544 140469058804520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18014] ppid=18001 vsize=9824732 CPUtime=0.06 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.38 4.19 4.17 6/219 18044
/proc/meminfo: memFree=24096940/32872528 swapFree=15644/1722384
[pid=18004] ppid=18001 vsize=9824732 CPUtime=1650.75 cores=1,3,5,7
/proc/18004/stat : 18004 (java) S 18001 18004 16108 0 -1 4202496 34289 0 1 0 164886 189 0 0 20 0 22 0 119302680 10060525568 591540 33554432000 1073741824 1073778376 140735710612544 140735710603680 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18004/statm: 2456183 591540 2301 9 0 2446860 0
[pid=18004/tid=18005] ppid=18001 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/18004/task/18005/stat : 18005 (java) S 18001 18004 16108 0 -1 4202560 2494 0 1 0 62 4 0 0 20 0 22 0 119302681 10060525568 591540 33554432000 1073741824 1073778376 140735710612544 140469103629176 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18007] ppid=18001 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/18004/task/18007/stat : 18007 (java) S 18001 18004 16108 0 -1 4202560 668 0 0 0 192 13 0 0 20 0 22 0 119302682 10060525568 591540 33554432000 1073741824 1073778376 140735710612544 140469065120296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18008] ppid=18001 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/18004/task/18008/stat : 18008 (java) S 18001 18004 16108 0 -1 4202560 671 0 0 0 195 12 0 0 20 0 22 0 119302682 10060525568 591540 33554432000 1073741824 1073778376 140735710612544 140469064067496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18009] ppid=18001 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/18004/task/18009/stat : 18009 (java) S 18001 18004 16108 0 -1 4202560 518 0 0 0 214 14 0 0 20 0 22 0 119302682 10060525568 591540 33554432000 1073741824 1073778376 140735710612544 140469063014696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18010] ppid=18001 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/18004/task/18010/stat : 18010 (java) S 18001 18004 16108 0 -1 4202560 490 0 0 0 212 17 0 0 20 0 22 0 119302682 10060525568 591540 33554432000 1073741824 1073778376 140735710612544 140469061961896 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18011] ppid=18001 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/18004/task/18011/stat : 18011 (java) S 18001 18004 16108 0 -1 4202560 670 0 0 0 200 15 0 0 20 0 22 0 119302682 10060525568 591540 33554432000 1073741824 1073778376 140735710612544 140469060910120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18012] ppid=18001 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/18004/task/18012/stat : 18012 (java) S 18001 18004 16108 0 -1 4202560 541 0 0 0 199 14 0 0 20 0 22 0 119302682 10060525568 591540 33554432000 1073741824 1073778376 140735710612544 140469059857320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18013] ppid=18001 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/18004/task/18013/stat : 18013 (java) S 18001 18004 16108 0 -1 4202560 838 0 0 0 201 12 0 0 20 0 22 0 119302682 10060525568 591540 33554432000 1073741824 1073778376 140735710612544 140469058804520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18014] ppid=18001 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/18004/task/18014/stat : 18014 (java) S 18001 18004 16108 0 -1 4202560 620 0 0 0 218 14 0 0 20 0 22 0 119302682 10060525568 591540 33554432000 1073741824 1073778376 140735710612544 140469057751720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18015] ppid=18001 vsize=9824732 CPUtime=3.86 cores=1,3,5,7
/proc/18004/task/18015/stat : 18015 (java) S 18001 18004 16108 0 -1 4202560 1987 0 0 0 368 18 0 0 20 0 22 0 119302683 10060525568 591540 33554432000 1073741824 1073778376 140735710612544 140468927031784 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18004/tid=18016] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18016/stat : 18016 (java) S 18001 18004 16108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119302683 10060525568 591540 33554432000 1073741824 1073778376 140735710612544 140468925977848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18017] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18017/stat : 18017 (java) S 18001 18004 16108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119302683 10060525568 591540 33554432000 1073741824 1073778376 140735710612544 140468924924936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18018] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18018/stat : 18018 (java) S 18001 18004 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119302685 10060525568 591540 33554432000 1073741824 1073778376 140735710612544 140468923873424 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18019] ppid=18001 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/18004/task/18019/stat : 18019 (java) S 18001 18004 16108 0 -1 4202560 9635 0 0 0 163 2 0 0 20 0 22 0 119302685 10060525568 591540 33554432000 1073741824 1073778376 140735710612544 140468922821560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18020] ppid=18001 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/18004/task/18020/stat : 18020 (java) S 18001 18004 16108 0 -1 4202560 10963 0 0 0 150 2 0 0 20 0 22 0 119302685 10060525568 591540 33554432000 1073741824 1073778376 140735710612544 140468921768760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18004/tid=18021] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18021/stat : 18021 (java) S 18001 18004 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119302685 10060525568 591540 33554432000 1073741824 1073778376 140735710612544 140468920716152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18004/tid=18022] ppid=18001 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/18004/task/18022/stat : 18022 (java) S 18001 18004 16108 0 -1 4202560 47 0 0 0 14 19 0 0 20 0 22 0 119302685 10060525568 591540 33554432000 1073741824 1073778376 140735710612544 140467912043464 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18023] ppid=18001 vsize=9824732 CPUtime=812.82 cores=1,3,5,7
/proc/18004/task/18023/stat : 18023 (java) R 18001 18004 16108 0 -1 4202560 176 0 0 0 81265 17 0 0 20 0 22 0 119302745 10060525568 591540 33554432000 1073741824 1073778376 140735710612544 140467910987280 140468936222587 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18024] ppid=18001 vsize=9824732 CPUtime=812.72 cores=1,3,5,7
/proc/18004/task/18024/stat : 18024 (java) R 18001 18004 16108 0 -1 4202560 2707 0 0 0 81226 46 0 0 20 0 22 0 119302745 10060525568 591540 33554432000 1073741824 1073778376 140735710612544 140467909935648 140468936245990 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18025] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18025/stat : 18025 (java) S 18001 18004 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119302751 10060525568 591540 33554432000 1073741824 1073778376 140735710612544 140467908883368 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18004/tid=18026] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18026/stat : 18026 (java) S 18001 18004 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119302751 10060525568 591540 33554432000 1073741824 1073778376 140735710612544 140467907830568 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1650.75
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.18 4.17 4.16 6/219 18045
/proc/meminfo: memFree=24110332/32872528 swapFree=15644/1722384
[pid=18004] ppid=18001 vsize=9824732 CPUtime=1771.31 cores=1,3,5,7
/proc/18004/stat : 18004 (java) S 18001 18004 16108 0 -1 4202496 34783 0 1 0 176935 196 0 0 20 0 22 0 119302680 10060525568 591948 33554432000 1073741824 1073778376 140735710612544 140735710603680 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18004/statm: 2456183 591948 2301 9 0 2446860 0
[pid=18004/tid=18005] ppid=18001 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/18004/task/18005/stat : 18005 (java) S 18001 18004 16108 0 -1 4202560 2494 0 1 0 62 4 0 0 20 0 22 0 119302681 10060525568 591948 33554432000 1073741824 1073778376 140735710612544 140469103629176 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18007] ppid=18001 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/18004/task/18007/stat : 18007 (java) S 18001 18004 16108 0 -1 4202560 708 0 0 0 207 13 0 0 20 0 22 0 119302682 10060525568 591948 33554432000 1073741824 1073778376 140735710612544 140469065120296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18008] ppid=18001 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/18004/task/18008/stat : 18008 (java) S 18001 18004 16108 0 -1 4202560 694 0 0 0 209 12 0 0 20 0 22 0 119302682 10060525568 591948 33554432000 1073741824 1073778376 140735710612544 140469064067496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18004/tid=18009] ppid=18001 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/18004/task/18009/stat : 18009 (java) S 18001 18004 16108 0 -1 4202560 551 0 0 0 228 15 0 0 20 0 22 0 119302682 10060525568 591948 33554432000 1073741824 1073778376 140735710612544 140469063014696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18004/tid=18010] ppid=18001 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/18004/task/18010/stat : 18010 (java) S 18001 18004 16108 0 -1 4202560 509 0 0 0 231 17 0 0 20 0 22 0 119302682 10060525568 591948 33554432000 1073741824 1073778376 140735710612544 140469061961896 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18011] ppid=18001 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/18004/task/18011/stat : 18011 (java) S 18001 18004 16108 0 -1 4202560 719 0 0 0 214 16 0 0 20 0 22 0 119302682 10060525568 591948 33554432000 1073741824 1073778376 140735710612544 140469060910120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18004/tid=18012] ppid=18001 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/18004/task/18012/stat : 18012 (java) S 18001 18004 16108 0 -1 4202560 579 0 0 0 216 14 0 0 20 0 22 0 119302682 10060525568 591948 33554432000 1073741824 1073778376 140735710612544 140469059857320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18004/tid=18013] ppid=18001 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/18004/task/18013/stat : 18013 (java) S 18001 18004 16108 0 -1 4202560 851 0 0 0 216 13 0 0 20 0 22 0 119302682 10060525568 591948 33554432000 1073741824 1073778376 140735710612544 140469058804520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18004/tid=18014] ppid=18001 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/18004/task/18014/stat : 18014 (java) S 18001 18004 16108 0 -1 4202560 650 0 0 0 235 14 0 0 20 0 22 0 119302682 10060525568 591948 33554432000 1073741824 1073778376 140735710612544 140469057751720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18015] ppid=18001 vsize=9824732 CPUtime=3.87 cores=1,3,5,7
/proc/18004/task/18015/stat : 18015 (java) S 18001 18004 16108 0 -1 4202560 1991 0 0 0 368 19 0 0 20 0 22 0 119302683 10060525568 591948 33554432000 1073741824 1073778376 140735710612544 140468927031784 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18016] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18016/stat : 18016 (java) S 18001 18004 16108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119302683 10060525568 591948 33554432000 1073741824 1073778376 140735710612544 140468925977848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18017] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18017/stat : 18017 (java) S 18001 18004 16108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119302683 10060525568 591948 33554432000 1073741824 1073778376 140735710612544 140468924924936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18018] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18018/stat : 18018 (java) S 18001 18004 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119302685 10060525568 591948 33554432000 1073741824 1073778376 140735710612544 140468923873424 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18019] ppid=18001 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/18004/task/18019/stat : 18019 (java) S 18001 18004 16108 0 -1 4202560 9635 0 0 0 163 2 0 0 20 0 22 0 119302685 10060525568 591948 33554432000 1073741824 1073778376 140735710612544 140468922821560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18020] ppid=18001 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/18004/task/18020/stat : 18020 (java) S 18001 18004 16108 0 -1 4202560 10963 0 0 0 150 2 0 0 20 0 22 0 119302685 10060525568 591948 33554432000 1073741824 1073778376 140735710612544 140468921768760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18004/tid=18021] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18021/stat : 18021 (java) S 18001 18004 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119302685 10060525568 591948 33554432000 1073741824 1073778376 140735710612544 140468920716152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18004/tid=18022] ppid=18001 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/18004/task/18022/stat : 18022 (java) S 18001 18004 16108 0 -1 4202560 51 0 0 0 14 21 0 0 20 0 22 0 119302685 10060525568 591948 33554432000 1073741824 1073778376 140735710612544 140467912043464 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18023] ppid=18001 vsize=9824732 CPUtime=872.46 cores=1,3,5,7
/proc/18004/task/18023/stat : 18023 (java) R 18001 18004 16108 0 -1 4202560 177 0 0 0 87228 18 0 0 20 0 22 0 119302745 10060525568 591948 33554432000 1073741824 1073778376 140735710612544 140467910986416 140468936222587 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18004/tid=18024] ppid=18001 vsize=9824732 CPUtime=872.37 cores=1,3,5,7
/proc/18004/task/18024/stat : 18024 (java) R 18001 18004 16108 0 -1 4202560 2947 0 0 0 87190 47 0 0 20 0 22 0 119302745 10060525568 591948 33554432000 1073741824 1073778376 140735710612544 140467909934432 140468936542865 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18025] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18025/stat : 18025 (java) S 18001 18004 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119302751 10060525568 591948 33554432000 1073741824 1073778376 140735710612544 140467908883368 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18004/tid=18026] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18026/stat : 18026 (java) S 18001 18004 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119302751 10060525568 591948 33554432000 1073741824 1073778376 140735710612544 140467907830568 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1771.31
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.608 s]
/proc/loadavg: 4.08 4.14 4.16 5/219 18114
/proc/meminfo: memFree=26687104/32872528 swapFree=15644/1722384
[pid=18004] ppid=18001 vsize=9824732 CPUtime=1800.06 cores=1,3,5,7
/proc/18004/stat : 18004 (java) S 18001 18004 16108 0 -1 4202496 34837 0 1 0 179807 199 0 0 20 0 22 0 119302680 10060525568 591772 33554432000 1073741824 1073778376 140735710612544 140735710603680 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18004/statm: 2456183 591772 2301 9 0 2446860 0
[pid=18004/tid=18005] ppid=18001 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/18004/task/18005/stat : 18005 (java) S 18001 18004 16108 0 -1 4202560 2494 0 1 0 62 5 0 0 20 0 22 0 119302681 10060525568 591772 33554432000 1073741824 1073778376 140735710612544 140469103629176 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18007] ppid=18001 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/18004/task/18007/stat : 18007 (java) S 18001 18004 16108 0 -1 4202560 717 0 0 0 214 13 0 0 20 0 22 0 119302682 10060525568 591772 33554432000 1073741824 1073778376 140735710612544 140469065120296 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18008] ppid=18001 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/18004/task/18008/stat : 18008 (java) S 18001 18004 16108 0 -1 4202560 701 0 0 0 212 12 0 0 20 0 22 0 119302682 10060525568 591772 33554432000 1073741824 1073778376 140735710612544 140469064067496 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18009] ppid=18001 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/18004/task/18009/stat : 18009 (java) S 18001 18004 16108 0 -1 4202560 563 0 0 0 230 16 0 0 20 0 22 0 119302682 10060525568 591772 33554432000 1073741824 1073778376 140735710612544 140469063014696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18010] ppid=18001 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/18004/task/18010/stat : 18010 (java) S 18001 18004 16108 0 -1 4202560 516 0 0 0 235 17 0 0 20 0 22 0 119302682 10060525568 591772 33554432000 1073741824 1073778376 140735710612544 140469061961896 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18011] ppid=18001 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/18004/task/18011/stat : 18011 (java) S 18001 18004 16108 0 -1 4202560 723 0 0 0 219 16 0 0 20 0 22 0 119302682 10060525568 591772 33554432000 1073741824 1073778376 140735710612544 140469060910120 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18004/tid=18012] ppid=18001 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/18004/task/18012/stat : 18012 (java) S 18001 18004 16108 0 -1 4202560 582 0 0 0 221 14 0 0 20 0 22 0 119302682 10060525568 591772 33554432000 1073741824 1073778376 140735710612544 140469059857320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18013] ppid=18001 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/18004/task/18013/stat : 18013 (java) S 18001 18004 16108 0 -1 4202560 854 0 0 0 219 13 0 0 20 0 22 0 119302682 10060525568 591772 33554432000 1073741824 1073778376 140735710612544 140469058804520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18014] ppid=18001 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/18004/task/18014/stat : 18014 (java) S 18001 18004 16108 0 -1 4202560 652 0 0 0 240 14 0 0 20 0 22 0 119302682 10060525568 591772 33554432000 1073741824 1073778376 140735710612544 140469057751720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18004/tid=18015] ppid=18001 vsize=9824732 CPUtime=3.87 cores=1,3,5,7
/proc/18004/task/18015/stat : 18015 (java) S 18001 18004 16108 0 -1 4202560 1993 0 0 0 368 19 0 0 20 0 22 0 119302683 10060525568 591772 33554432000 1073741824 1073778376 140735710612544 140468927031784 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18016] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18016/stat : 18016 (java) S 18001 18004 16108 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 119302683 10060525568 591772 33554432000 1073741824 1073778376 140735710612544 140468925977848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18017] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18017/stat : 18017 (java) S 18001 18004 16108 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 119302683 10060525568 591772 33554432000 1073741824 1073778376 140735710612544 140468924924936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18018] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18018/stat : 18018 (java) S 18001 18004 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119302685 10060525568 591772 33554432000 1073741824 1073778376 140735710612544 140468923873424 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18004/tid=18019] ppid=18001 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/18004/task/18019/stat : 18019 (java) S 18001 18004 16108 0 -1 4202560 9635 0 0 0 163 2 0 0 20 0 22 0 119302685 10060525568 591772 33554432000 1073741824 1073778376 140735710612544 140468922821560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18020] ppid=18001 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/18004/task/18020/stat : 18020 (java) S 18001 18004 16108 0 -1 4202560 10963 0 0 0 150 2 0 0 20 0 22 0 119302685 10060525568 591772 33554432000 1073741824 1073778376 140735710612544 140468921768760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18004/tid=18021] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18021/stat : 18021 (java) S 18001 18004 16108 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 119302685 10060525568 591772 33554432000 1073741824 1073778376 140735710612544 140468920716152 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18004/tid=18022] ppid=18001 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/18004/task/18022/stat : 18022 (java) S 18001 18004 16108 0 -1 4202560 53 0 0 0 15 21 0 0 20 0 22 0 119302685 10060525568 591772 33554432000 1073741824 1073778376 140735710612544 140467912043464 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18023] ppid=18001 vsize=9824732 CPUtime=886.66 cores=1,3,5,7
/proc/18004/task/18023/stat : 18023 (java) R 18001 18004 16108 0 -1 4202560 177 0 0 0 88648 18 0 0 20 0 22 0 119302745 10060525568 591772 33554432000 1073741824 1073778376 140735710612544 140467910987400 140468936227878 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18004/tid=18024] ppid=18001 vsize=9824732 CPUtime=886.56 cores=1,3,5,7
/proc/18004/task/18024/stat : 18024 (java) R 18001 18004 16108 0 -1 4202560 2950 0 0 0 88608 48 0 0 20 0 22 0 119302745 10060525568 591772 33554432000 1073741824 1073778376 140735710612544 140467909935648 140468936243641 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18004/tid=18025] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18025/stat : 18025 (java) S 18001 18004 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119302751 10060525568 591772 33554432000 1073741824 1073778376 140735710612544 140467908883368 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18004/tid=18026] ppid=18001 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18004/task/18026/stat : 18026 (java) S 18001 18004 16108 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 119302751 10060525568 591772 33554432000 1073741824 1073778376 140735710612544 140467907830568 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 18004 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 896.669
CPU time (s): 1800.75
CPU user time (s): 1798.28
CPU system time (s): 2.47362
CPU usage (%): 200.827
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.28
system time used= 2.47362
maximum resident set size= 2926044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34871
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26068
involuntary context switches= 41694

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.61315 second user time and 7.68483 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-08 10:14:51
IDJOB=4080955
IDBENCH=92778
IDSOLVER=2543
FILE ID=node120/4080955-1465373691
RUNJOBID= node120-1465366470-16125
PBS_JOBID= 19853425
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_2_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080955-1465373691/watcher-4080955-1465373691 -o /tmp/evaluation-result-4080955-1465373691/solver-4080955-1465373691 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1465366470-16125 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080955-1465373691.opb

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

MD5SUM BENCH= c16bd2424e0fff3ff3df69ee00e2dc99
RANDOM SEED=31960062

node120.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.425
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.85
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.425
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.425
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.425
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.425
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.425
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.425
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.425
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:        28879112 kB
Buffers:          120796 kB
Cached:           577996 kB
SwapCached:         1084 kB
Active:           962904 kB
Inactive:         543576 kB
Active(anon):     806696 kB
Inactive(anon):     3328 kB
Active(file):     156208 kB
Inactive(file):   540248 kB
Unevictable:     1722384 kB
Mlocked:           15644 kB
SwapTotal:      67108856 kB
SwapFree:       67099696 kB
Dirty:             14812 kB
Writeback:             0 kB
AnonPages:       2541184 kB
Mapped:            16444 kB
Shmem:                 0 kB
Slab:             616052 kB
SReclaimable:      59236 kB
SUnreclaim:       556816 kB
KernelStack:        1640 kB
PageTables:         9420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3452916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2488320 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= 71736 MiB
End job on node120 at 2016-06-08 10:29:48