Trace number 4099866

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.02 898.364

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3705.opb
MD5SUM1c8cf561f224f1f2f953c533d372407b
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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 77
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 658002
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 658002
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4099866-1466207036.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
3.23/1.94	c ... done. Wall clock time 1.83s.
3.23/1.94	c declared #vars     155000
3.23/1.94	c #constraints  5300
3.23/1.94	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.23/1.94	c constraints type 
3.23/1.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 34
3.23/1.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5266
3.23/1.94	c 5300 constraints processed.
3.23/1.94	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.23/1.94	c constraints type 
3.23/1.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 34
3.23/1.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5266
3.23/1.94	c 5300 constraints processed.
3.23/1.94	c objective function length is 155000 literals
9.61/4.54	c cleaning 2502 clauses out of 5005 with flag 10010/5005
15.78/7.39	c cleaning 4245 clauses out of 8499 with flag 22019/11001
22.27/10.55	c cleaning 5619 clauses out of 11253 with flag 36067/18000
30.07/14.37	c cleaning 6808 clauses out of 13636 with flag 52093/26002
39.51/19.08	c cleaning 7905 clauses out of 15827 with flag 70146/35001
50.77/24.87	c cleaning 8953 clauses out of 17922 with flag 90207/45001
63.53/31.06	c cleaning 9979 clauses out of 19974 with flag 112343/56006
76.91/37.75	c cleaning 10977 clauses out of 21989 with flag 136379/68000
94.51/46.43	c cleaning 11995 clauses out of 24012 with flag 162467/81000
112.89/55.60	c cleaning 13001 clauses out of 26018 with flag 190546/95001
131.98/65.38	c cleaning 14001 clauses out of 28018 with flag 220574/110002
151.58/75.19	c cleaning 14998 clauses out of 30015 with flag 252652/126000
169.16/83.83	c cleaning 16001 clauses out of 32018 with flag 286744/143001
191.94/95.27	c cleaning 16992 clauses out of 34017 with flag 322820/161001
228.00/113.11	c cleaning 17989 clauses out of 36024 with flag 360983/180000
259.15/129.03	c cleaning 19001 clauses out of 38036 with flag 400985/200001
284.37/141.69	c cleaning 19994 clauses out of 40036 with flag 443630/221002
308.62/153.78	c cleaning 21000 clauses out of 42042 with flag 487634/243002
341.86/170.23	c cleaning 22002 clauses out of 44041 with flag 534091/266001
380.66/189.61	c cleaning 22996 clauses out of 46040 with flag 582853/290002
420.41/209.36	c cleaning 23999 clauses out of 48042 with flag 632850/315000
459.27/228.67	c cleaning 25002 clauses out of 50045 with flag 684861/341002
495.47/246.73	c cleaning 26000 clauses out of 52045 with flag 738866/368004
539.14/269.20	c cleaning 27000 clauses out of 54041 with flag 794858/396000
583.63/291.32	c cleaning 28000 clauses out of 56041 with flag 853346/425000
628.79/313.82	c cleaning 28998 clauses out of 58044 with flag 913370/455003
678.86/338.79	c cleaning 30006 clauses out of 60045 with flag 975368/486002
721.46/360.05	c cleaning 31000 clauses out of 62038 with flag 1039368/518001
778.75/388.43	c cleaning 32003 clauses out of 64039 with flag 1105371/551002
835.95/417.05	c cleaning 32996 clauses out of 66034 with flag 1173430/585000
893.92/446.01	c cleaning 34002 clauses out of 68040 with flag 1243799/620002
954.66/476.13	c cleaning 34996 clauses out of 70038 with flag 1315802/656002
1012.04/504.81	c cleaning 36003 clauses out of 72042 with flag 1389803/693002
1069.48/533.83	c cleaning 37018 clauses out of 74041 with flag 1475072/731004
1122.32/560.26	c cleaning 38009 clauses out of 76023 with flag 1572408/770004
1191.70/594.83	c cleaning 38997 clauses out of 78011 with flag 1703720/810001
1271.79/634.80	c cleaning 39998 clauses out of 80014 with flag 1854430/851001
1344.10/670.89	c cleaning 40991 clauses out of 82015 with flag 2035660/893000
1423.61/710.39	c cleaning 42000 clauses out of 84028 with flag 2206968/936004
1522.10/759.90	c cleaning 42978 clauses out of 86026 with flag 2358680/980002
1648.56/823.07	c cleaning 44009 clauses out of 88046 with flag 2476535/1025000
1786.26/891.67	c cleaning 45008 clauses out of 90042 with flag 2622146/1071005
1800.02/898.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/898.30	c starts		: 313
1800.02/898.30	c conflicts		: 1081785
1800.02/898.30	c decisions		: 2246311
1800.02/898.30	c propagations		: 203814250
1800.02/898.30	c inspects		: 5297921706
1800.02/898.30	c shortcuts		: 0
1800.02/898.30	c learnt literals	: 0
1800.02/898.30	c learnt binary clauses	: 0
1800.02/898.30	c learnt ternary clauses	: 0
1800.02/898.30	c learnt constraints	: 1081785
1800.02/898.30	c ignored constraints	: 0
1800.02/898.30	c root simplifications	: 0
1800.02/898.30	c removed literals (reason simplification)	: 4870265
1800.02/898.30	c reason swapping (by a shorter reason)	: 0
1800.02/898.30	c Calls to reduceDB	: 42
1800.02/898.30	c Number of update (reduction) of LBD	: 86702
1800.02/898.30	c Imported unit clauses	: 0
1800.02/898.30	c number of reductions to clauses (during analyze)	: 0
1800.02/898.30	c number of learned constraints concerned by reduction	: 0
1800.02/898.30	c number of learning phase by resolution	: 0
1800.02/898.30	c number of learning phase by cutting planes	: 0
1800.02/898.30	c speed (assignments/second)	: 227417.96007632138
1800.02/898.30	c non guided choices	305676
1800.02/898.33	c learnt constraints type 
1800.02/898.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55814
1800.02/898.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/898.33	c starts		: 1
1800.02/898.33	c conflicts		: 647
1800.02/898.33	c decisions		: 3460732
1800.02/898.33	c propagations		: 19865564
1800.02/898.33	c inspects		: 121976843
1800.02/898.33	c shortcuts		: 0
1800.02/898.33	c learnt literals	: 0
1800.02/898.33	c learnt binary clauses	: 0
1800.02/898.33	c learnt ternary clauses	: 0
1800.02/898.33	c learnt constraints	: 646
1800.02/898.33	c ignored constraints	: 0
1800.02/898.33	c root simplifications	: 0
1800.02/898.33	c removed literals (reason simplification)	: 0
1800.02/898.33	c reason swapping (by a shorter reason)	: 0
1800.02/898.33	c Calls to reduceDB	: 0
1800.02/898.33	c Number of update (reduction) of LBD	: 0
1800.02/898.33	c Imported unit clauses	: 0
1800.02/898.33	c number of reductions to clauses (during analyze)	: 0
1800.02/898.33	c number of learned constraints concerned by reduction	: 0
1800.02/898.33	c number of learning phase by resolution	: 0
1800.02/898.33	c number of learning phase by cutting planes	: 0
1800.02/898.33	c speed (assignments/second)	: 22165.624340991686
1800.02/898.33	c non guided choices	0
1800.02/898.33	c learnt constraints type 
1800.02/898.33	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 18
1800.02/898.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 628
1800.02/898.33	s UNKNOWN
1800.02/898.33	c Total wall clock time (in seconds): 898.223

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

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

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


[startup+0 s]
/proc/loadavg: 4.18 4.14 2.84 4/199 9733
/proc/meminfo: memFree=29424064/32872528 swapFree=1505436/1685308
[pid=9733] ppid=9730 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9730 9733 7329 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 22749557 98570240 978 33554432000 1073741824 1073778376 140734611342944 140734611334080 215127982141 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9733/statm: 24065 978 744 9 0 16771 0
[pid=9733/tid=9734] ppid=9730 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9734/stat : 9734 (java) R 9730 9733 7329 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 22749558 98570240 978 33554432000 1073741824 1073778376 140734611342944 140109767216680 215124624768 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 4.18 4.14 2.84 4/199 9733
/proc/meminfo: memFree=29424064/32872528 swapFree=1505436/1685308
[pid=9733] ppid=9730 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9730 9733 7329 0 -1 4202496 4506 0 1 0 10 1 0 0 20 0 18 0 22749557 9787879424 6134 33554432000 1073741824 1073778376 140734611342944 140734611334080 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9733/statm: 2389619 6134 2156 9 0 2380296 0
[pid=9733/tid=9734] ppid=9730 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9734/stat : 9734 (java) R 9730 9733 7329 0 -1 4202560 2389 0 1 0 6 1 0 0 20 0 18 0 22749558 9787879424 6134 33554432000 1073741824 1073778376 140734611342944 140109767205568 140109634601954 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200352 s]
/proc/loadavg: 4.18 4.14 2.84 4/199 9733
/proc/meminfo: memFree=29424064/32872528 swapFree=1505436/1685308
[pid=9733] ppid=9730 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9730 9733 7329 0 -1 4202496 5022 0 1 0 29 2 0 0 20 0 18 0 22749557 9787879424 8942 33554432000 1073741824 1073778376 140734611342944 140734611334080 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9733/statm: 2389619 8942 2223 9 0 2380296 0
[pid=9733/tid=9734] ppid=9730 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/9733/task/9734/stat : 9734 (java) R 9730 9733 7329 0 -1 4202560 2409 0 1 0 16 1 0 0 20 0 18 0 22749558 9787879424 8942 33554432000 1073741824 1073778376 140734611342944 140109767212848 140109770507155 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300365 s]
/proc/loadavg: 4.18 4.14 2.84 4/199 9733
/proc/meminfo: memFree=29424064/32872528 swapFree=1505436/1685308
[pid=9733] ppid=9730 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9730 9733 7329 0 -1 4202496 5437 0 1 0 44 2 0 0 20 0 18 0 22749557 9787879424 15765 33554432000 1073741824 1073778376 140734611342944 140734611334080 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9733/statm: 2389619 15765 2232 9 0 2380296 0
[pid=9733/tid=9734] ppid=9730 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/9733/task/9734/stat : 9734 (java) R 9730 9733 7329 0 -1 4202560 2422 0 1 0 26 1 0 0 20 0 18 0 22749558 9787879424 15765 33554432000 1073741824 1073778376 140734611342944 140109767212848 215128007949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700333 s]
/proc/loadavg: 4.18 4.14 2.84 4/199 9733
/proc/meminfo: memFree=29424064/32872528 swapFree=1505436/1685308
[pid=9733] ppid=9730 vsize=9558476 CPUtime=1.28 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9730 9733 7329 0 -1 4202496 7910 0 1 0 121 7 0 0 20 0 18 0 22749557 9787879424 48601 33554432000 1073741824 1073778376 140734611342944 140734611334080 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9733/statm: 2389619 48601 2269 9 0 2380296 0
[pid=9733/tid=9734] ppid=9730 vsize=9558476 CPUtime=0.63 cores=1,3,5,7
/proc/9733/task/9734/stat : 9734 (java) R 9730 9733 7329 0 -1 4202560 2481 0 1 0 60 3 0 0 20 0 18 0 22749558 9787879424 48601 33554432000 1073741824 1073778376 140734611342944 140109767219176 140109635156138 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9558476

[startup+1.50077 s]
/proc/loadavg: 4.18 4.14 2.84 4/217 9751
/proc/meminfo: memFree=28978852/32872528 swapFree=1505436/1685308
[pid=9733] ppid=9730 vsize=9558476 CPUtime=2.52 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9730 9733 7329 0 -1 4202496 8675 0 1 0 231 21 0 0 20 0 18 0 22749557 9787879424 111030 33554432000 1073741824 1073778376 140734611342944 140734611334080 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9733/statm: 2389619 111030 2269 9 0 2380296 0
[pid=9733/tid=9734] ppid=9730 vsize=9558476 CPUtime=1.24 cores=1,3,5,7
/proc/9733/task/9734/stat : 9734 (java) S 9730 9733 7329 0 -1 4202560 2534 0 1 0 120 4 0 0 20 0 18 0 22749558 9787879424 111030 33554432000 1073741824 1073778376 140734611342944 140109767219192 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9736] ppid=9730 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/9733/task/9736/stat : 9736 (java) R 9730 9733 7329 0 -1 4202560 152 0 0 0 7 3 0 0 20 0 18 0 22749559 9787879424 111542 33554432000 1073741824 1073778376 140734611342944 140109756283480 140109771383596 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9737] ppid=9730 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9737/stat : 9737 (java) R 9730 9733 7329 0 -1 4202560 122 0 0 0 5 2 0 0 20 0 18 0 22749559 9787879424 111542 33554432000 1073741824 1073778376 140734611342944 140109755230936 140109769692873 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9738] ppid=9730 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9738/stat : 9738 (java) R 9730 9733 7329 0 -1 4202560 36 0 0 0 6 1 0 0 20 0 18 0 22749559 9787879424 111542 33554432000 1073741824 1073778376 140734611342944 140109754177584 140109774117804 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9733/tid=9739] ppid=9730 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/9733/task/9739/stat : 9739 (java) R 9730 9733 7329 0 -1 4202560 237 0 0 0 8 3 0 0 20 0 18 0 22749559 9787879424 111542 33554432000 1073741824 1073778376 140734611342944 140109753125336 140109769692873 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9740] ppid=9730 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/9733/task/9740/stat : 9740 (java) R 9730 9733 7329 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 18 0 22749559 9787879424 111542 33554432000 1073741824 1073778376 140734611342944 140109607025752 140109769692857 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9733/tid=9741] ppid=9730 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/9733/task/9741/stat : 9741 (java) R 9730 9733 7329 0 -1 4202560 144 0 0 0 6 2 0 0 20 0 18 0 22749559 9787879424 111542 33554432000 1073741824 1073778376 140734611342944 140109605973208 140109769692873 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9733/tid=9742] ppid=9730 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/9733/task/9742/stat : 9742 (java) R 9730 9733 7329 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 18 0 22749559 9787879424 111542 33554432000 1073741824 1073778376 140734611342944 140109604920152 140109771397295 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9743] ppid=9730 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/9733/task/9743/stat : 9743 (java) R 9730 9733 7329 0 -1 4202560 45 0 0 0 8 2 0 0 20 0 18 0 22749559 9787879424 111542 33554432000 1073741824 1073778376 140734611342944 140109603867608 140109769692865 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9744] ppid=9730 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9744/stat : 9744 (java) S 9730 9733 7329 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 22749560 9787879424 111542 33554432000 1073741824 1073778376 140734611342944 140109591454984 215127995452 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9745] ppid=9730 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9745/stat : 9745 (java) S 9730 9733 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22749560 9787879424 111542 33554432000 1073741824 1073778376 140734611342944 140109590402424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9746] ppid=9730 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9746/stat : 9746 (java) S 9730 9733 7329 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 22749560 9787879424 111542 33554432000 1073741824 1073778376 140734611342944 140109589349256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9747] ppid=9730 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9747/stat : 9747 (java) S 9730 9733 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22749562 9787879424 111542 33554432000 1073741824 1073778376 140734611342944 140109588298000 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9748] ppid=9730 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/9733/task/9748/stat : 9748 (java) S 9730 9733 7329 0 -1 4202560 2050 0 0 0 24 0 0 0 20 0 18 0 22749562 9787879424 111542 33554432000 1073741824 1073778376 140734611342944 140109587245880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9749] ppid=9730 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/9733/task/9749/stat : 9749 (java) S 9730 9733 7329 0 -1 4202560 1963 0 0 0 21 0 0 0 20 0 18 0 22749562 9787879424 111542 33554432000 1073741824 1073778376 140734611342944 140109586193336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9733/tid=9750] ppid=9730 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9750/stat : 9750 (java) S 9730 9733 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22749562 9787879424 111542 33554432000 1073741824 1073778376 140734611342944 140109585140472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9733/tid=9751] ppid=9730 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9751/stat : 9751 (java) S 9730 9733 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22749562 9787879424 111542 33554432000 1073741824 1073778376 140734611342944 140109584088136 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9558476

[startup+3.1033 s]
/proc/loadavg: 4.18 4.14 2.84 6/221 9755
/proc/meminfo: memFree=28361972/32872528 swapFree=1505436/1685308
[pid=9733] ppid=9730 vsize=9824732 CPUtime=6.71 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9730 9733 7329 0 -1 4202496 19449 0 1 0 643 28 0 0 20 0 22 0 22749557 10060525568 126413 33554432000 1073741824 1073778376 140734611342944 140734611334080 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9733/statm: 2456183 126413 2284 9 0 2446860 0
[pid=9733/tid=9734] ppid=9730 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/9733/task/9734/stat : 9734 (java) S 9730 9733 7329 0 -1 4202560 2542 0 1 0 161 4 0 0 20 0 22 0 22749558 10060525568 126413 33554432000 1073741824 1073778376 140734611342944 140109767222136 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9736] ppid=9730 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/9733/task/9736/stat : 9736 (java) R 9730 9733 7329 0 -1 4202560 193 0 0 0 11 3 0 0 20 0 22 0 22749559 10060525568 126413 33554432000 1073741824 1073778376 140734611342944 140109756283304 140109774117559 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9737] ppid=9730 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/9733/task/9737/stat : 9737 (java) R 9730 9733 7329 0 -1 4202560 136 0 0 0 8 2 0 0 20 0 22 0 22749559 10060525568 126413 33554432000 1073741824 1073778376 140734611342944 140109755230936 140109774117712 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9738] ppid=9730 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/9733/task/9738/stat : 9738 (java) R 9730 9733 7329 0 -1 4202560 46 0 0 0 7 3 0 0 20 0 22 0 22749559 10060525568 126413 33554432000 1073741824 1073778376 140734611342944 140109754177880 140109774117804 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9733/tid=9739] ppid=9730 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/9733/task/9739/stat : 9739 (java) R 9730 9733 7329 0 -1 4202560 271 0 0 0 11 4 0 0 20 0 22 0 22749559 10060525568 126413 33554432000 1073741824 1073778376 140734611342944 140109753125160 140109770978444 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9733/tid=9740] ppid=9730 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/9733/task/9740/stat : 9740 (java) R 9730 9733 7329 0 -1 4202560 47 0 0 0 8 2 0 0 20 0 22 0 22749559 10060525568 126413 33554432000 1073741824 1073778376 140734611342944 140109607025752 140109774117785 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9733/tid=9741] ppid=9730 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/9733/task/9741/stat : 9741 (java) R 9730 9733 7329 0 -1 4202560 162 0 0 0 9 3 0 0 20 0 22 0 22749559 10060525568 126413 33554432000 1073741824 1073778376 140734611342944 140109605973208 140109769692881 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9742] ppid=9730 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/9733/task/9742/stat : 9742 (java) R 9730 9733 7329 0 -1 4202560 34 0 0 0 5 2 0 0 20 0 22 0 22749559 10060525568 126413 33554432000 1073741824 1073778376 140734611342944 140109604919976 140109770499996 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9743] ppid=9730 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/9733/task/9743/stat : 9743 (java) R 9730 9733 7329 0 -1 4202560 65 0 0 0 9 3 0 0 20 0 22 0 22749559 10060525568 126413 33554432000 1073741824 1073778376 140734611342944 140109603867608 140109771397295 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9733/tid=9744] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9744/stat : 9744 (java) S 9730 9733 7329 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 22749560 10060525568 126413 33554432000 1073741824 1073778376 140734611342944 140109591454984 215127995452 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9745] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9745/stat : 9745 (java) S 9730 9733 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22749560 10060525568 126413 33554432000 1073741824 1073778376 140734611342944 140109590402424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9746] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9746/stat : 9746 (java) S 9730 9733 7329 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22749560 10060525568 126413 33554432000 1073741824 1073778376 140734611342944 140109589349256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9747] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9747/stat : 9747 (java) S 9730 9733 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22749562 10060525568 126413 33554432000 1073741824 1073778376 140734611342944 140109588298000 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9748] ppid=9730 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/9733/task/9748/stat : 9748 (java) S 9730 9733 7329 0 -1 4202560 7574 0 0 0 90 2 0 0 20 0 22 0 22749562 10060525568 126413 33554432000 1073741824 1073778376 140734611342944 140109587245880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9733/tid=9749] ppid=9730 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/9733/task/9749/stat : 9749 (java) S 9730 9733 7329 0 -1 4202560 6868 0 0 0 82 2 0 0 20 0 22 0 22749562 10060525568 126413 33554432000 1073741824 1073778376 140734611342944 140109586193336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9733/tid=9750] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9750/stat : 9750 (java) S 9730 9733 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22749562 10060525568 126413 33554432000 1073741824 1073778376 140734611342944 140109585140472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9733/tid=9751] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9751/stat : 9751 (java) S 9730 9733 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22749562 10060525568 126413 33554432000 1073741824 1073778376 140734611342944 140109584088136 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9752] ppid=9730 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/9733/task/9752/stat : 9752 (java) S 9730 9733 7329 0 -1 4202560 22 0 0 0 110 0 0 0 20 0 22 0 22749752 10060525568 126413 33554432000 1073741824 1073778376 140734611342944 140109582981848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9753] ppid=9730 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/9733/task/9753/stat : 9753 (java) S 9730 9733 7329 0 -1 4202560 24 0 0 0 111 0 0 0 20 0 22 0 22749752 10060525568 126413 33554432000 1073741824 1073778376 140734611342944 140109581930184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9754] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9754/stat : 9754 (java) S 9730 9733 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22749767 10060525568 126413 33554432000 1073741824 1073778376 140734611342944 140109580878632 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9755] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9755/stat : 9755 (java) S 9730 9733 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22749767 10060525568 126413 33554432000 1073741824 1073778376 140734611342944 140109579826088 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.24 4.15 2.85 6/221 9755
/proc/meminfo: memFree=27884988/32872528 swapFree=1505436/1685308
[pid=9733] ppid=9730 vsize=9824732 CPUtime=13.7 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9730 9733 7329 0 -1 4202496 22995 0 1 0 1330 40 0 0 20 0 22 0 22749557 10060525568 203738 33554432000 1073741824 1073778376 140734611342944 140734611334080 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9733/statm: 2456183 203738 2289 9 0 2446860 0
[pid=9733/tid=9734] ppid=9730 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/9733/task/9734/stat : 9734 (java) S 9730 9733 7329 0 -1 4202560 2542 0 1 0 161 4 0 0 20 0 22 0 22749558 10060525568 203738 33554432000 1073741824 1073778376 140734611342944 140109767222136 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9736] ppid=9730 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/9733/task/9736/stat : 9736 (java) S 9730 9733 7329 0 -1 4202560 216 0 0 0 15 5 0 0 20 0 22 0 22749559 10060525568 203738 33554432000 1073741824 1073778376 140734611342944 140109756283304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9737] ppid=9730 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/9733/task/9737/stat : 9737 (java) S 9730 9733 7329 0 -1 4202560 149 0 0 0 10 3 0 0 20 0 22 0 22749559 10060525568 203738 33554432000 1073741824 1073778376 140734611342944 140109755230760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9733/tid=9738] ppid=9730 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/9733/task/9738/stat : 9738 (java) S 9730 9733 7329 0 -1 4202560 74 0 0 0 14 4 0 0 20 0 22 0 22749559 10060525568 203738 33554432000 1073741824 1073778376 140734611342944 140109754177704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9739] ppid=9730 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/9733/task/9739/stat : 9739 (java) S 9730 9733 7329 0 -1 4202560 291 0 0 0 16 5 0 0 20 0 22 0 22749559 10060525568 203738 33554432000 1073741824 1073778376 140734611342944 140109753125160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9740] ppid=9730 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/9733/task/9740/stat : 9740 (java) S 9730 9733 7329 0 -1 4202560 81 0 0 0 16 4 0 0 20 0 22 0 22749559 10060525568 203738 33554432000 1073741824 1073778376 140734611342944 140109607025576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9741] ppid=9730 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/9733/task/9741/stat : 9741 (java) S 9730 9733 7329 0 -1 4202560 168 0 0 0 12 3 0 0 20 0 22 0 22749559 10060525568 203738 33554432000 1073741824 1073778376 140734611342944 140109605973032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9742] ppid=9730 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/9733/task/9742/stat : 9742 (java) S 9730 9733 7329 0 -1 4202560 46 0 0 0 10 3 0 0 20 0 22 0 22749559 10060525568 203738 33554432000 1073741824 1073778376 140734611342944 140109604919976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9743] ppid=9730 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/9733/task/9743/stat : 9743 (java) S 9730 9733 7329 0 -1 4202560 93 0 0 0 18 4 0 0 20 0 22 0 22749559 10060525568 203738 33554432000 1073741824 1073778376 140734611342944 140109603867432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9744] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9744/stat : 9744 (java) S 9730 9733 7329 0 -1 4202560 518 0 0 0 0 0 0 0 20 0 22 0 22749560 10060525568 203738 33554432000 1073741824 1073778376 140734611342944 140109591456104 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9745] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9745/stat : 9745 (java) S 9730 9733 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22749560 10060525568 203738 33554432000 1073741824 1073778376 140734611342944 140109590402424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9746] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9746/stat : 9746 (java) S 9730 9733 7329 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22749560 10060525568 203738 33554432000 1073741824 1073778376 140734611342944 140109589349256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9747] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

/proc/9733/task/9738/stat : 9738 (java) S 9730 9733 7329 0 -1 4202560 8629 0 0 0 196 32 0 0 20 0 22 0 22749559 10060525568 1115531 33554432000 1073741824 1073778376 140734611342944 140109754177704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9733/tid=9739] ppid=9730 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/9733/task/9739/stat : 9739 (java) S 9730 9733 7329 0 -1 4202560 7523 0 0 0 182 33 0 0 20 0 22 0 22749559 10060525568 1115531 33554432000 1073741824 1073778376 140734611342944 140109753125160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9733/tid=9740] ppid=9730 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/9733/task/9740/stat : 9740 (java) S 9730 9733 7329 0 -1 4202560 7836 0 0 0 221 36 0 0 20 0 22 0 22749559 10060525568 1115531 33554432000 1073741824 1073778376 140734611342944 140109607025576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9733/tid=9741] ppid=9730 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/9733/task/9741/stat : 9741 (java) S 9730 9733 7329 0 -1 4202560 11019 0 0 0 170 30 0 0 20 0 22 0 22749559 10060525568 1115531 33554432000 1073741824 1073778376 140734611342944 140109605973032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9733/tid=9742] ppid=9730 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/9733/task/9742/stat : 9742 (java) S 9730 9733 7329 0 -1 4202560 10891 0 0 0 180 32 0 0 20 0 22 0 22749559 10060525568 1115531 33554432000 1073741824 1073778376 140734611342944 140109604919976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9733/tid=9743] ppid=9730 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/9733/task/9743/stat : 9743 (java) S 9730 9733 7329 0 -1 4202560 8080 0 0 0 194 33 0 0 20 0 22 0 22749559 10060525568 1115531 33554432000 1073741824 1073778376 140734611342944 140109603867432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9744] ppid=9730 vsize=9824732 CPUtime=6.76 cores=1,3,5,7
/proc/9733/task/9744/stat : 9744 (java) S 9730 9733 7329 0 -1 4202560 2959 0 0 0 671 5 0 0 20 0 22 0 22749560 10060525568 1115531 33554432000 1073741824 1073778376 140734611342944 140109591456104 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9745] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9745/stat : 9745 (java) S 9730 9733 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22749560 10060525568 1115531 33554432000 1073741824 1073778376 140734611342944 140109590402424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9746] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9746/stat : 9746 (java) S 9730 9733 7329 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22749560 10060525568 1115531 33554432000 1073741824 1073778376 140734611342944 140109589349256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9747] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9747/stat : 9747 (java) S 9730 9733 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22749562 10060525568 1115531 33554432000 1073741824 1073778376 140734611342944 140109588298000 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9748] ppid=9730 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/9733/task/9748/stat : 9748 (java) S 9730 9733 7329 0 -1 4202560 7688 0 0 0 128 2 0 0 20 0 22 0 22749562 10060525568 1115531 33554432000 1073741824 1073778376 140734611342944 140109587245880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9733/tid=9749] ppid=9730 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/9733/task/9749/stat : 9749 (java) S 9730 9733 7329 0 -1 4202560 11210 0 0 0 157 3 0 0 20 0 22 0 22749562 10060525568 1115531 33554432000 1073741824 1073778376 140734611342944 140109586193336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9733/tid=9750] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9750/stat : 9750 (java) S 9730 9733 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22749562 10060525568 1115531 33554432000 1073741824 1073778376 140734611342944 140109585140472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9733/tid=9751] ppid=9730 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/9733/task/9751/stat : 9751 (java) S 9730 9733 7329 0 -1 4202560 47 0 0 0 13 14 0 0 20 0 22 0 22749562 10060525568 1115531 33554432000 1073741824 1073778376 140734611342944 140109584088136 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9752] ppid=9730 vsize=9824732 CPUtime=806.84 cores=1,3,5,7
/proc/9733/task/9752/stat : 9752 (java) R 9730 9733 7329 0 -1 4202560 174 0 0 0 80665 19 0 0 20 0 22 0 22749752 10060525568 1115531 33554432000 1073741824 1073778376 140734611342944 140109582982592 140109635503699 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9753] ppid=9730 vsize=9824732 CPUtime=806.91 cores=1,3,5,7
/proc/9733/task/9753/stat : 9753 (java) R 9730 9733 7329 0 -1 4202560 1300 0 0 0 80661 30 0 0 20 0 22 0 22749752 10060525568 1115531 33554432000 1073741824 1073778376 140734611342944 140109581929168 140109635654517 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9754] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9754/stat : 9754 (java) S 9730 9733 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22749767 10060525568 1115531 33554432000 1073741824 1073778376 140734611342944 140109580878632 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9755] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9755/stat : 9755 (java) S 9730 9733 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22749767 10060525568 1115531 33554432000 1073741824 1073778376 140734611342944 140109579826088 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1647.14
Current children cumulated vsize (KiB) 9824732

[startup+882.301 s]
/proc/loadavg: 4.30 4.34 3.73 5/221 9775
/proc/meminfo: memFree=21376900/32872528 swapFree=1505436/1685308
[pid=9733] ppid=9730 vsize=9824732 CPUtime=1767.68 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9730 9733 7329 0 -1 4202496 103956 0 1 0 176457 311 0 0 20 0 22 0 22749557 10060525568 1105997 33554432000 1073741824 1073778376 140734611342944 140734611334080 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9733/statm: 2456183 1105997 2298 9 0 2446860 0
[pid=9733/tid=9734] ppid=9730 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/9733/task/9734/stat : 9734 (java) S 9730 9733 7329 0 -1 4202560 2560 0 1 0 164 5 0 0 20 0 22 0 22749558 10060525568 1105997 33554432000 1073741824 1073778376 140734611342944 140109767222136 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9736] ppid=9730 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/9733/task/9736/stat : 9736 (java) S 9730 9733 7329 0 -1 4202560 11063 0 0 0 193 29 0 0 20 0 22 0 22749559 10060525568 1105997 33554432000 1073741824 1073778376 140734611342944 140109756283304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9733/tid=9737] ppid=9730 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/9733/task/9737/stat : 9737 (java) S 9730 9733 7329 0 -1 4202560 11648 0 0 0 215 33 0 0 20 0 22 0 22749559 10060525568 1105997 33554432000 1073741824 1073778376 140734611342944 140109755230760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9733/tid=9738] ppid=9730 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/9733/task/9738/stat : 9738 (java) S 9730 9733 7329 0 -1 4202560 8629 0 0 0 207 32 0 0 20 0 22 0 22749559 10060525568 1105997 33554432000 1073741824 1073778376 140734611342944 140109754177704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9733/tid=9739] ppid=9730 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/9733/task/9739/stat : 9739 (java) S 9730 9733 7329 0 -1 4202560 7523 0 0 0 192 33 0 0 20 0 22 0 22749559 10060525568 1105997 33554432000 1073741824 1073778376 140734611342944 140109753125160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9733/tid=9740] ppid=9730 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/9733/task/9740/stat : 9740 (java) S 9730 9733 7329 0 -1 4202560 7836 0 0 0 240 36 0 0 20 0 22 0 22749559 10060525568 1105997 33554432000 1073741824 1073778376 140734611342944 140109607025576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9733/tid=9741] ppid=9730 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/9733/task/9741/stat : 9741 (java) S 9730 9733 7329 0 -1 4202560 11019 0 0 0 186 30 0 0 20 0 22 0 22749559 10060525568 1105997 33554432000 1073741824 1073778376 140734611342944 140109605973032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9733/tid=9742] ppid=9730 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/9733/task/9742/stat : 9742 (java) S 9730 9733 7329 0 -1 4202560 10905 0 0 0 186 32 0 0 20 0 22 0 22749559 10060525568 1105997 33554432000 1073741824 1073778376 140734611342944 140109604919976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9743] ppid=9730 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/9733/task/9743/stat : 9743 (java) S 9730 9733 7329 0 -1 4202560 8080 0 0 0 209 33 0 0 20 0 22 0 22749559 10060525568 1105997 33554432000 1073741824 1073778376 140734611342944 140109603867432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9733/tid=9744] ppid=9730 vsize=9824732 CPUtime=6.77 cores=1,3,5,7
/proc/9733/task/9744/stat : 9744 (java) S 9730 9733 7329 0 -1 4202560 3002 0 0 0 672 5 0 0 20 0 22 0 22749560 10060525568 1105997 33554432000 1073741824 1073778376 140734611342944 140109591456104 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9745] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9745/stat : 9745 (java) S 9730 9733 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22749560 10060525568 1105997 33554432000 1073741824 1073778376 140734611342944 140109590402424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9746] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9746/stat : 9746 (java) S 9730 9733 7329 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22749560 10060525568 1105997 33554432000 1073741824 1073778376 140734611342944 140109589349256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9747] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9747/stat : 9747 (java) S 9730 9733 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22749562 10060525568 1105997 33554432000 1073741824 1073778376 140734611342944 140109588298000 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9748] ppid=9730 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/9733/task/9748/stat : 9748 (java) S 9730 9733 7329 0 -1 4202560 7688 0 0 0 128 2 0 0 20 0 22 0 22749562 10060525568 1105997 33554432000 1073741824 1073778376 140734611342944 140109587245880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9733/tid=9749] ppid=9730 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/9733/task/9749/stat : 9749 (java) S 9730 9733 7329 0 -1 4202560 11210 0 0 0 157 3 0 0 20 0 22 0 22749562 10060525568 1105997 33554432000 1073741824 1073778376 140734611342944 140109586193336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9733/tid=9750] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9750/stat : 9750 (java) S 9730 9733 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22749562 10060525568 1105997 33554432000 1073741824 1073778376 140734611342944 140109585140472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9733/tid=9751] ppid=9730 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/9733/task/9751/stat : 9751 (java) S 9730 9733 7329 0 -1 4202560 51 0 0 0 13 16 0 0 20 0 22 0 22749562 10060525568 1105997 33554432000 1073741824 1073778376 140734611342944 140109584088136 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9752] ppid=9730 vsize=9824732 CPUtime=866.39 cores=1,3,5,7
/proc/9733/task/9752/stat : 9752 (java) R 9730 9733 7329 0 -1 4202560 175 0 0 0 86619 20 0 0 20 0 22 0 22749752 10060525568 1105997 33554432000 1073741824 1073778376 140734611342944 140109582981808 140109635773523 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9753] ppid=9730 vsize=9824732 CPUtime=866.47 cores=1,3,5,7
/proc/9733/task/9753/stat : 9753 (java) R 9730 9733 7329 0 -1 4202560 1301 0 0 0 86616 31 0 0 20 0 22 0 22749752 10060525568 1105997 33554432000 1073741824 1073778376 140734611342944 140109581930064 140109635654479 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9754] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9754/stat : 9754 (java) S 9730 9733 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22749767 10060525568 1105997 33554432000 1073741824 1073778376 140734611342944 140109580878632 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9755] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9755/stat : 9755 (java) S 9730 9733 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22749767 10060525568 1105997 33554432000 1073741824 1073778376 140734611342944 140109579826088 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1767.68
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.301 s]
/proc/loadavg: 4.09 4.29 3.72 11/221 9844
/proc/meminfo: memFree=24006608/32872528 swapFree=1505436/1685308
[pid=9733] ppid=9730 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/9733/stat : 9733 (java) S 9730 9733 7329 0 -1 4202496 103968 0 1 0 179690 312 0 0 20 0 22 0 22749557 10060525568 1105993 33554432000 1073741824 1073778376 140734611342944 140734611334080 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9733/statm: 2456183 1105993 2298 9 0 2446860 0
[pid=9733/tid=9734] ppid=9730 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/9733/task/9734/stat : 9734 (java) S 9730 9733 7329 0 -1 4202560 2561 0 1 0 164 5 0 0 20 0 22 0 22749558 10060525568 1105993 33554432000 1073741824 1073778376 140734611342944 140109767222136 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9736] ppid=9730 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/9733/task/9736/stat : 9736 (java) S 9730 9733 7329 0 -1 4202560 11063 0 0 0 202 29 0 0 20 0 22 0 22749559 10060525568 1105993 33554432000 1073741824 1073778376 140734611342944 140109756283304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9733/tid=9737] ppid=9730 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/9733/task/9737/stat : 9737 (java) S 9730 9733 7329 0 -1 4202560 11648 0 0 0 217 33 0 0 20 0 22 0 22749559 10060525568 1105993 33554432000 1073741824 1073778376 140734611342944 140109755230760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9738] ppid=9730 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/9733/task/9738/stat : 9738 (java) S 9730 9733 7329 0 -1 4202560 8629 0 0 0 221 32 0 0 20 0 22 0 22749559 10060525568 1105993 33554432000 1073741824 1073778376 140734611342944 140109754177704 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9733/tid=9739] ppid=9730 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/9733/task/9739/stat : 9739 (java) S 9730 9733 7329 0 -1 4202560 7528 0 0 0 201 33 0 0 20 0 22 0 22749559 10060525568 1105993 33554432000 1073741824 1073778376 140734611342944 140109753125160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9740] ppid=9730 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/9733/task/9740/stat : 9740 (java) S 9730 9733 7329 0 -1 4202560 7841 0 0 0 254 36 0 0 20 0 22 0 22749559 10060525568 1105993 33554432000 1073741824 1073778376 140734611342944 140109607025576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9741] ppid=9730 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/9733/task/9741/stat : 9741 (java) S 9730 9733 7329 0 -1 4202560 11019 0 0 0 189 30 0 0 20 0 22 0 22749559 10060525568 1105993 33554432000 1073741824 1073778376 140734611342944 140109605973032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9742] ppid=9730 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/9733/task/9742/stat : 9742 (java) S 9730 9733 7329 0 -1 4202560 10906 0 0 0 201 32 0 0 20 0 22 0 22749559 10060525568 1105993 33554432000 1073741824 1073778376 140734611342944 140109604919976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9743] ppid=9730 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/9733/task/9743/stat : 9743 (java) S 9730 9733 7329 0 -1 4202560 8080 0 0 0 218 33 0 0 20 0 22 0 22749559 10060525568 1105993 33554432000 1073741824 1073778376 140734611342944 140109603867432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9733/tid=9744] ppid=9730 vsize=9824732 CPUtime=6.77 cores=1,3,5,7
/proc/9733/task/9744/stat : 9744 (java) S 9730 9733 7329 0 -1 4202560 3002 0 0 0 672 5 0 0 20 0 22 0 22749560 10060525568 1105993 33554432000 1073741824 1073778376 140734611342944 140109591456104 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9745] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9745/stat : 9745 (java) S 9730 9733 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22749560 10060525568 1105993 33554432000 1073741824 1073778376 140734611342944 140109590402424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9746] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9746/stat : 9746 (java) S 9730 9733 7329 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22749560 10060525568 1105993 33554432000 1073741824 1073778376 140734611342944 140109589349256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9747] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9747/stat : 9747 (java) S 9730 9733 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22749562 10060525568 1105993 33554432000 1073741824 1073778376 140734611342944 140109588298000 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9748] ppid=9730 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/9733/task/9748/stat : 9748 (java) S 9730 9733 7329 0 -1 4202560 7688 0 0 0 128 2 0 0 20 0 22 0 22749562 10060525568 1105993 33554432000 1073741824 1073778376 140734611342944 140109587245880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9733/tid=9749] ppid=9730 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/9733/task/9749/stat : 9749 (java) S 9730 9733 7329 0 -1 4202560 11210 0 0 0 157 3 0 0 20 0 22 0 22749562 10060525568 1105993 33554432000 1073741824 1073778376 140734611342944 140109586193336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9733/tid=9750] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9750/stat : 9750 (java) S 9730 9733 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22749562 10060525568 1105993 33554432000 1073741824 1073778376 140734611342944 140109585140472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9733/tid=9751] ppid=9730 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/9733/task/9751/stat : 9751 (java) S 9730 9733 7329 0 -1 4202560 51 0 0 0 13 16 0 0 20 0 22 0 22749562 10060525568 1105993 33554432000 1073741824 1073778376 140734611342944 140109584088136 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9752] ppid=9730 vsize=9824732 CPUtime=882.14 cores=1,3,5,7
/proc/9733/task/9752/stat : 9752 (java) R 9730 9733 7329 0 -1 4202560 175 0 0 0 88194 20 0 0 20 0 22 0 22749752 10060525568 1105993 33554432000 1073741824 1073778376 140734611342944 140109582982480 140109635217447 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9733/tid=9753] ppid=9730 vsize=9824732 CPUtime=882.22 cores=1,3,5,7
/proc/9733/task/9753/stat : 9753 (java) R 9730 9733 7329 0 -1 4202560 1301 0 0 0 88191 31 0 0 20 0 22 0 22749752 10060525568 1105993 33554432000 1073741824 1073778376 140734611342944 140109581928928 140109635654539 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9754] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9754/stat : 9754 (java) S 9730 9733 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22749767 10060525568 1105993 33554432000 1073741824 1073778376 140734611342944 140109580878632 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9733/tid=9755] ppid=9730 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9733/task/9755/stat : 9755 (java) S 9730 9733 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22749767 10060525568 1105993 33554432000 1073741824 1073778376 140734611342944 140109579826088 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 9733 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9733 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=459504
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=591454
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.364
CPU time (s): 1800.02
CPU user time (s): 1796.9
CPU system time (s): 3.12
CPU usage (%): 200.366
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.46
system time used= 3.59145
maximum resident set size= 4479232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104012
page faults= 1
swaps= 0
block input operations= 0
block output operations= 872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24874
involuntary context switches= 21536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.97409 second user time and 7.46186 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-18 01:43:56
IDJOB=4099866
IDBENCH=1544
IDSOLVER=2543
FILE ID=node135/4099866-1466207036
RUNJOBID= node135-1466206056-7346
PBS_JOBID= 19918142
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n3705.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099866-1466207036/watcher-4099866-1466207036 -o /tmp/evaluation-result-4099866-1466207036/solver-4099866-1466207036 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7346 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4099866-1466207036.opb

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

MD5SUM BENCH= 1c8cf561f224f1f2f953c533d372407b
RANDOM SEED=791257534

node135.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		: 2667.004
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	: 5334.00
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		: 2667.004
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		: 2667.004
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.57
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		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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:        29424328 kB
Buffers:           37768 kB
Cached:           118196 kB
SwapCached:          704 kB
Active:           941448 kB
Inactive:          99492 kB
Active(anon):     886140 kB
Inactive(anon):     1264 kB
Active(file):      55308 kB
Inactive(file):    98228 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100412 kB
Dirty:             14936 kB
Writeback:             0 kB
AnonPages:       2569392 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             569252 kB
SReclaimable:      13088 kB
SUnreclaim:       556164 kB
KernelStack:        1824 kB
PageTables:         9512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3421932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1024000 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= 71672 MiB
End job on node135 at 2016-06-18 01:58:55