Trace number 4257419

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
AbsCon-basic 2017-06-11? (TO) 246.255 240.01601

General information on the benchmark

NameBinPacking/
BinPacking-tab-fu/BinPacking-tab-fu0250-15.xml
MD5SUM5cb0a900f4910e71305eb4c61f82b136
Bench CategoryCOP (optimization problem)
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
Satisfiable
(Un)Satisfiability was proved
Number of variables877
Number of constraints149
Number of domains2
Minimum domain size79
Maximum domain size147
Distribution of domain sizes[{"size":79,"count":876},{"size":147,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":730},{"degree":4,"count":146}]
Minimum constraint arity6
Maximum constraint arity876
Distribution of constraint arities[{"arity":6,"count":146},{"arity":147,"count":1},{"arity":876,"count":2}]
Number of extensional constraints146
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":146},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.29/0.34	
0.29/0.34	AbsCon 2 
0.29/0.34	
2.55/1.73	  Solving XCSP3-instance-4257419-1501659506 as a COP in -infty..+infty
2.55/1.73	  Loading variables...
3.15/1.95	  Loading constraints...
7.24/4.12	  Solver SolverBacktrack being built...
7.24/4.12	
9.68/6.00	  Preprocessing : gac=true, ccks=0, filters=40588, revisions=0 (useless=0), AC=40588, removals=40588, inconsistent=false
9.68/6.00	
246.22/240.00	
246.22/240.00	s UNKNOWN

Verifier Data


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-4257419-1501659506/watcher-4257419-1501659506 -o /tmp/evaluation-result-4257419-1501659506/solver-4257419-1501659506 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501657935-16608 --watchdog 300 java -jar HOME/AbsCon-basic.jar HOME/instance-4257419-1501659506.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.18 2.63 4/196 17167
/proc/meminfo: memFree=31223088/32770624 swapFree=0/241944
[pid=17167] ppid=17164 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17167/stat : 17167 (runsolver) D 17164 17167 5091 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 14573697 24240128 107 18446744073709551615 4194304 4338465 140734648680896 140734648678536 140429502190295 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 27889664 140734648688799 140734648689222 140734648689222 140734648692682 0
/proc/17167/statm: 5918 107 54 36 0 2156 0

[startup+0.101038 s]
/proc/loadavg: 2.00 2.18 2.63 4/196 17167
/proc/meminfo: memFree=31223088/32770624 swapFree=0/241944
[pid=17167] ppid=17164 vsize=10086136 CPUtime=0.02 cores=0,2,4,6
/proc/17167/stat : 17167 (java) S 17164 17167 5091 0 -1 1077944320 3886 0 0 0 1 1 0 0 20 0 9 0 14573697 10328203264 5023 18446744073709551615 4194304 4196468 140724224545024 140724224527568 139816508870391 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
/proc/17167/statm: 2521534 5023 2039 1 0 2511039 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10086136

[startup+0.200514 s]
/proc/loadavg: 2.00 2.18 2.63 4/196 17167
/proc/meminfo: memFree=31223088/32770624 swapFree=0/241944
[pid=17167] ppid=17164 vsize=10551180 CPUtime=0.09 cores=0,2,4,6
/proc/17167/stat : 17167 (java) S 17164 17167 5091 0 -1 1077944320 5118 0 0 0 8 1 0 0 20 0 15 0 14573697 10804408320 6619 18446744073709551615 4194304 4196468 140724224545024 140724224527568 139816508870391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
/proc/17167/statm: 2637795 6619 2671 1 0 2627269 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10551180

[startup+0.306451 s]
/proc/loadavg: 2.00 2.18 2.63 4/196 17167
/proc/meminfo: memFree=31223088/32770624 swapFree=0/241944
[pid=17167] ppid=17164 vsize=10553264 CPUtime=0.29 cores=0,2,4,6
/proc/17167/stat : 17167 (java) S 17164 17167 5091 0 -1 1077944320 8967 0 0 0 26 3 0 0 20 0 15 0 14573697 10806542336 9780 18446744073709551615 4194304 4196468 140724224545024 140724224527568 139816508870391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
/proc/17167/statm: 2638316 9780 2903 1 0 2627269 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10553264

[startup+0.709448 s]
/proc/loadavg: 2.00 2.18 2.63 4/196 17167
/proc/meminfo: memFree=31223088/32770624 swapFree=0/241944
[pid=17167] ppid=17164 vsize=10621952 CPUtime=1.24 cores=0,2,4,6
/proc/17167/stat : 17167 (java) S 17164 17167 5091 0 -1 1077944320 13141 0 0 0 118 6 0 0 20 0 16 0 14573697 10876878848 30249 18446744073709551615 4194304 4196468 140724224545024 140724224527568 139816508870391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
/proc/17167/statm: 2655488 30249 3066 1 0 2644422 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 10621952

[startup+1.50066 s]
/proc/loadavg: 2.00 2.18 2.63 3/212 17183
/proc/meminfo: memFree=30592108/32770624 swapFree=0/241944
[pid=17167] ppid=17164 vsize=10621952 CPUtime=2.34 cores=0,2,4,6
/proc/17167/stat : 17167 (java) S 17164 17167 5091 0 -1 1077944320 14140 0 0 0 225 9 0 0 20 0 16 0 14573697 10876878848 49528 18446744073709551615 4194304 4196468 140724224545024 140724224527568 139816508870391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
/proc/17167/statm: 2655488 49528 3090 1 0 2644422 0
[pid=17167/tid=17169] ppid=17164 vsize=10621952 CPUtime=0.21 cores=0,2,4,6
/proc/17167/task/17169/stat : 17169 (java) S 17164 17167 5091 0 -1 1077944384 6191 0 0 0 19 2 0 0 20 0 16 0 14573704 10876878848 49528 18446744073709551615 4194304 4196468 140724224545024 139816513113264 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17170] ppid=17164 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17170/stat : 17170 (java) S 17164 17167 5091 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 16 0 14573705 10876878848 49528 18446744073709551615 4194304 4196468 140724224545024 139816439290128 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17171] ppid=17164 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17171/stat : 17171 (java) S 17164 17167 5091 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 16 0 14573705 10876878848 49528 18446744073709551615 4194304 4196468 140724224545024 139816438237584 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17172] ppid=17164 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17172/stat : 17172 (java) S 17164 17167 5091 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 16 0 14573705 10876878848 49528 18446744073709551615 4194304 4196468 140724224545024 139816437185040 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17173] ppid=17164 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17173/stat : 17173 (java) S 17164 17167 5091 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 14573705 10876878848 49528 18446744073709551615 4194304 4196468 140724224545024 139816436132496 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17174] ppid=17164 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17174/stat : 17174 (java) S 17164 17167 5091 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 14573706 10876878848 49528 18446744073709551615 4194304 4196468 140724224545024 139816088844784 139816508881538 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17175] ppid=17164 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17175/stat : 17175 (java) S 17164 17167 5091 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 14573706 10876878848 49528 18446744073709551615 4194304 4196468 140724224545024 139816087791008 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17176] ppid=17164 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17176/stat : 17176 (java) S 17164 17167 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14573707 10876878848 49528 18446744073709551615 4194304 4196468 140724224545024 139816086738416 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17177] ppid=17164 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17177/stat : 17177 (java) S 17164 17167 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14573709 10876878848 49528 18446744073709551615 4194304 4196468 140724224545024 139816085686992 139816508888987 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17178] ppid=17164 vsize=10621952 CPUtime=0.33 cores=0,2,4,6
/proc/17167/task/17178/stat : 17178 (java) S 17164 17167 5091 0 -1 1077944384 1312 0 0 0 33 0 0 0 20 0 16 0 14573709 10876878848 49528 18446744073709551615 4194304 4196468 140724224545024 139816016537584 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17179] ppid=17164 vsize=10621952 CPUtime=0.3 cores=0,2,4,6
/proc/17167/task/17179/stat : 17179 (java) R 17164 17167 5091 0 -1 1077944384 1269 0 0 0 30 0 0 0 20 0 16 0 14573709 10876878848 49528 18446744073709551615 4194304 4196468 140724224545024 139816015485040 139816508881538 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17180] ppid=17164 vsize=10621952 CPUtime=0.27 cores=0,2,4,6
/proc/17167/task/17180/stat : 17180 (java) S 17164 17167 5091 0 -1 1077944384 1423 0 0 0 27 0 0 0 20 0 16 0 14573709 10876878848 49528 18446744073709551615 4194304 4196468 140724224545024 139816014432496 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17181] ppid=17164 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17181/stat : 17181 (java) S 17164 17167 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14573709 10876878848 49528 18446744073709551615 4194304 4196468 140724224545024 139816013380192 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17182] ppid=17164 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17182/stat : 17182 (java) S 17164 17167 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14573714 10876878848 49528 18446744073709551615 4194304 4196468 140724224545024 139816012327728 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17183] ppid=17164 vsize=10621952 CPUtime=1.13 cores=0,2,4,6
/proc/17167/task/17183/stat : 17183 (java) R 17164 17167 5091 0 -1 4202560 2442 0 0 0 110 3 0 0 20 0 16 0 14573731 10876878848 49528 18446744073709551615 4194304 4196468 140724224545024 139816009133024 139816508882326 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 10621952

[startup+3.10148 s]
/proc/loadavg: 1.92 2.16 2.62 3/212 17183
/proc/meminfo: memFree=29968348/32770624 swapFree=0/241944
[pid=17167] ppid=17164 vsize=10621952 CPUtime=5.44 cores=0,2,4,6
/proc/17167/stat : 17167 (java) S 17164 17167 5091 0 -1 1077944320 16835 0 0 0 478 66 0 0 20 0 16 0 14573697 10876878848 179302 18446744073709551615 4194304 4196468 140724224545024 140724224527568 139816508870391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
/proc/17167/statm: 2655488 179302 3119 1 0 2644422 0
[pid=17167/tid=17169] ppid=17164 vsize=10621952 CPUtime=0.21 cores=0,2,4,6
/proc/17167/task/17169/stat : 17169 (java) S 17164 17167 5091 0 -1 1077944384 6191 0 0 0 19 2 0 0 20 0 16 0 14573704 10876878848 179302 18446744073709551615 4194304 4196468 140724224545024 139816513113264 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17170] ppid=17164 vsize=10621952 CPUtime=0.31 cores=0,2,4,6
/proc/17167/task/17170/stat : 17170 (java) S 17164 17167 5091 0 -1 1077944384 302 0 0 0 17 14 0 0 20 0 16 0 14573705 10876878848 179302 18446744073709551615 4194304 4196468 140724224545024 139816439290128 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17171] ppid=17164 vsize=10621952 CPUtime=0.31 cores=0,2,4,6
/proc/17167/task/17171/stat : 17171 (java) S 17164 17167 5091 0 -1 1077944384 280 0 0 0 18 13 0 0 20 0 16 0 14573705 10876878848 179302 18446744073709551615 4194304 4196468 140724224545024 139816438237584 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17172] ppid=17164 vsize=10621952 CPUtime=0.3 cores=0,2,4,6
/proc/17167/task/17172/stat : 17172 (java) S 17164 17167 5091 0 -1 1077944384 297 0 0 0 17 13 0 0 20 0 16 0 14573705 10876878848 179302 18446744073709551615 4194304 4196468 140724224545024 139816437185040 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17173] ppid=17164 vsize=10621952 CPUtime=0.3 cores=0,2,4,6
/proc/17167/task/17173/stat : 17173 (java) S 17164 17167 5091 0 -1 1077944384 299 0 0 0 17 13 0 0 20 0 16 0 14573705 10876878848 179302 18446744073709551615 4194304 4196468 140724224545024 139816436132496 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17174] ppid=17164 vsize=10621952 CPUtime=0.04 cores=0,2,4,6
/proc/17167/task/17174/stat : 17174 (java) S 17164 17167 5091 0 -1 1077944384 681 0 0 0 4 0 0 0 20 0 16 0 14573706 10876878848 179302 18446744073709551615 4194304 4196468 140724224545024 139816088844784 139816508881538 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17175] ppid=17164 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17175/stat : 17175 (java) S 17164 17167 5091 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 14573706 10876878848 179302 18446744073709551615 4194304 4196468 140724224545024 139816087791072 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17176] ppid=17164 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17176/stat : 17176 (java) S 17164 17167 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14573707 10876878848 179302 18446744073709551615 4194304 4196468 140724224545024 139816086738432 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17177] ppid=17164 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17177/stat : 17177 (java) S 17164 17167 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14573709 10876878848 179302 18446744073709551615 4194304 4196468 140724224545024 139816085686992 139816508888987 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17178] ppid=17164 vsize=10621952 CPUtime=0.56 cores=0,2,4,6
/proc/17167/task/17178/stat : 17178 (java) S 17164 17167 5091 0 -1 1077944384 1477 0 0 0 56 0 0 0 20 0 16 0 14573709 10876878848 179302 18446744073709551615 4194304 4196468 140724224545024 139816016537584 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17179] ppid=17164 vsize=10621952 CPUtime=0.52 cores=0,2,4,6
/proc/17167/task/17179/stat : 17179 (java) S 17164 17167 5091 0 -1 1077944384 1331 0 0 0 51 1 0 0 20 0 16 0 14573709 10876878848 179302 18446744073709551615 4194304 4196468 140724224545024 139816015485040 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17180] ppid=17164 vsize=10621952 CPUtime=0.41 cores=0,2,4,6
/proc/17167/task/17180/stat : 17180 (java) S 17164 17167 5091 0 -1 1077944384 1727 0 0 0 41 0 0 0 20 0 16 0 14573709 10876878848 179302 18446744073709551615 4194304 4196468 140724224545024 139816014432496 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17181] ppid=17164 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17181/stat : 17181 (java) S 17164 17167 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14573709 10876878848 179302 18446744073709551615 4194304 4196468 140724224545024 139816013380192 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17182] ppid=17164 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17182/stat : 17182 (java) S 17164 17167 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14573714 10876878848 179302 18446744073709551615 4194304 4196468 140724224545024 139816012327728 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17183] ppid=17164 vsize=10621952 CPUtime=2.39 cores=0,2,4,6
/proc/17167/task/17183/stat : 17183 (java) R 17164 17167 5091 0 -1 4202560 2890 0 0 0 234 5 0 0 20 0 16 0 14573731 10876878848 179302 18446744073709551615 4194304 4196468 140724224545024 139816009135944 139816491277961 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 10621952

[startup+6.30145 s]
/proc/loadavg: 1.92 2.16 2.62 3/212 17183
/proc/meminfo: memFree=27135808/32770624 swapFree=0/241952
[pid=17167] ppid=17164 vsize=10624000 CPUtime=10.13 cores=0,2,4,6
/proc/17167/stat : 17167 (java) S 17164 17167 5091 0 -1 1077944320 22657 0 0 0 909 104 0 0 20 0 16 0 14573697 10878976000 253352 18446744073709551615 4194304 4196468 140724224545024 140724224527568 139816508870391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
/proc/17167/statm: 2656000 253352 3144 1 0 2644934 0
[pid=17167/tid=17169] ppid=17164 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/17167/task/17169/stat : 17169 (java) S 17164 17167 5091 0 -1 1077944384 6191 0 0 0 19 2 0 0 20 0 16 0 14573704 10878976000 253352 18446744073709551615 4194304 4196468 140724224545024 139816513113264 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17170] ppid=17164 vsize=10624000 CPUtime=0.52 cores=0,2,4,6
/proc/17167/task/17170/stat : 17170 (java) S 17164 17167 5091 0 -1 1077944384 484 0 0 0 29 23 0 0 20 0 16 0 14573705 10878976000 253352 18446744073709551615 4194304 4196468 140724224545024 139816439290128 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17171] ppid=17164 vsize=10624000 CPUtime=0.51 cores=0,2,4,6
/proc/17167/task/17171/stat : 17171 (java) S 17164 17167 5091 0 -1 1077944384 478 0 0 0 29 22 0 0 20 0 16 0 14573705 10878976000 253352 18446744073709551615 4194304 4196468 140724224545024 139816438237584 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17172] ppid=17164 vsize=10624000 CPUtime=0.52 cores=0,2,4,6
/proc/17167/task/17172/stat : 17172 (java) S 17164 17167 5091 0 -1 1077944384 482 0 0 0 29 23 0 0 20 0 16 0 14573705 10878976000 253352 18446744073709551615 4194304 4196468 140724224545024 139816437185040 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17173] ppid=17164 vsize=10624000 CPUtime=0.51 cores=0,2,4,6
/proc/17167/task/17173/stat : 17173 (java) S 17164 17167 5091 0 -1 1077944384 488 0 0 0 29 22 0 0 20 0 16 0 14573705 10878976000 253352 18446744073709551615 4194304 4196468 140724224545024 139816436132496 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17174] ppid=17164 vsize=10624000 CPUtime=0.05 cores=0,2,4,6
/proc/17167/task/17174/stat : 17174 (java) S 17164 17167 5091 0 -1 1077944384 1089 0 0 0 5 0 0 0 20 0 16 0 14573706 10878976000 253352 18446744073709551615 4194304 4196468 140724224545024 139816088844784 139816508881538 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17175] ppid=17164 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17175/stat : 17175 (java) S 17164 17167 5091 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 14573706 10878976000 253352 18446744073709551615 4194304 4196468 140724224545024 139816087791072 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17176] ppid=17164 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17176/stat : 17176 (java) S 17164 17167 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14573707 10878976000 253352 18446744073709551615 4194304 4196468 140724224545024 139816086738432 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17177] ppid=17164 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17177/stat : 17177 (java) S 17164 17167 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14573709 10878976000 253352 18446744073709551615 4194304 4196468 140724224545024 139816085686992 139816508888987 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17178] ppid=17164 vsize=10624000 CPUtime=0.89 cores=0,2,4,6
/proc/17167/task/17178/stat : 17178 (java) S 17164 17167 5091 0 -1 1077944384 2368 0 0 0 89 0 0 0 20 0 16 0 14573709 10878976000 253352 18446744073709551615 4194304 4196468 140724224545024 139816016537584 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17179] ppid=17164 vsize=10624000 CPUtime=0.89 cores=0,2,4,6
/proc/17167/task/17179/stat : 17179 (java) R 17164 17167 5091 0 -1 4202560 2350 0 0 0 88 1 0 0 20 0 16 0 14573709 10878976000 253352 18446744073709551615 4194304 4196468 140724224545024 139816015471104 139816493257440 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17180] ppid=17164 vsize=10624000 CPUtime=0.56 cores=0,2,4,6
/proc/17167/task/17180/stat : 17180 (java) S 17164 17167 5091 0 -1 1077944384 2343 0 0 0 55 1 0 0 20 0 16 0 14573709 10878976000 253352 18446744073709551615 4194304 4196468 140724224545024 139816014432496 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17181] ppid=17164 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17181/stat : 17181 (java) S 17164 17167 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14573709 10878976000 253352 18446744073709551615 4194304 4196468 140724224545024 139816013380192 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17182] ppid=17164 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17182/stat : 17182 (java) S 17164 17167 5091 0 -1 1077944384 145 0 0 0 0 0 0 0 20 0 16 0 14573714 10878976000 253352 18446744073709551615 4194304 4196468 140724224545024 139816012327728 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17183] ppid=17164 vsize=10624000 CPUtime=5.36 cores=0,2,4,6
/proc/17167/task/17183/stat : 17183 (java) R 17164 17167 5091 0 -1 4202560 4880 0 0 0 530 6 0 0 20 0 16 0 14573731 10878976000 253352 18446744073709551615 4194304 4196468 140724224545024 139816009134320 139816106299477 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
Current children cumulated CPU time (s) 10.13
Current children cumulated vsize (KiB) 10624000

[startup+12.7007 s]
/proc/loadavg: 1.85 2.14 2.61 3/212 17183
/proc/meminfo: memFree=26192124/32770624 swapFree=0/241956
[pid=17167] ppid=17164 vsize=10624000 CPUtime=17.31 cores=0,2,4,6
/proc/17167/stat : 17167 (java) S 17164 17167 5091 0 -1 1077944320 26829 0 0 0 1626 105 0 0 20 0 16 0 14573697 10878976000 254527 18446744073709551615 4194304 4196468 140724224545024 140724224527568 139816508870391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
/proc/17167/statm: 2656000 254527 3146 1 0 2644934 0
[pid=17167/tid=17169] ppid=17164 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/17167/task/17169/stat : 17169 (java) S 17164 17167 5091 0 -1 1077944384 6191 0 0 0 19 2 0 0 20 0 16 0 14573704 10878976000 254527 18446744073709551615 4194304 4196468 140724224545024 139816513113264 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17170] ppid=17164 vsize=10624000 CPUtime=0.52 cores=0,2,4,6
/proc/17167/task/17170/stat : 17170 (java) S 17164 17167 5091 0 -1 1077944384 484 0 0 0 29 23 0 0 20 0 16 0 14573705 10878976000 254527 18446744073709551615 4194304 4196468 140724224545024 139816439290128 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17171] ppid=17164 vsize=10624000 CPUtime=0.51 cores=0,2,4,6
/proc/17167/task/17171/stat : 17171 (java) S 17164 17167 5091 0 -1 1077944384 478 0 0 0 29 22 0 0 20 0 16 0 14573705 10878976000 254527 18446744073709551615 4194304 4196468 140724224545024 139816438237584 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17172] ppid=17164 vsize=10624000 CPUtime=0.52 cores=0,2,4,6
/proc/17167/task/17172/stat : 17172 (java) S 17164 17167 5091 0 -1 1077944384 482 0 0 0 29 23 0 0 20 0 16 0 14573705 10878976000 254527 18446744073709551615 4194304 4196468 140724224545024 139816437185040 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17173] ppid=17164 vsize=10624000 CPUtime=0.51 cores=0,2,4,6
/proc/17167/task/17173/stat : 17173 (java) S 17164 17167 5091 0 -1 1077944384 488 0 0 0 29 22 0 0 20 0 16 0 14573705 10878976000 254527 18446744073709551615 4194304 4196468 140724224545024 139816436132496 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17174] ppid=17164 vsize=10624000 CPUtime=0.05 cores=0,2,4,6
/proc/17167/task/17174/stat : 17174 (java) S 17164 17167 5091 0 -1 1077944384 1090 0 0 0 5 0 0 0 20 0 16 0 14573706 10878976000 254527 18446744073709551615 4194304 4196468 140724224545024 139816088844784 139816508881538 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0

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

/proc/meminfo: memFree=26178716/32770624 swapFree=0/242012
[pid=17167] ppid=17164 vsize=10624000 CPUtime=108.14 cores=0,2,4,6
/proc/17167/stat : 17167 (java) S 17164 17167 5091 0 -1 1077944320 39920 0 0 0 10708 106 0 0 20 0 16 0 14573697 10878976000 256017 18446744073709551615 4194304 4196468 140724224545024 140724224527568 139816508870391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
/proc/17167/statm: 2656000 256017 3146 1 0 2644934 0
[pid=17167/tid=17169] ppid=17164 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/17167/task/17169/stat : 17169 (java) S 17164 17167 5091 0 -1 1077944384 6191 0 0 0 19 2 0 0 20 0 16 0 14573704 10878976000 256017 18446744073709551615 4194304 4196468 140724224545024 139816513113264 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17170] ppid=17164 vsize=10624000 CPUtime=0.52 cores=0,2,4,6
/proc/17167/task/17170/stat : 17170 (java) S 17164 17167 5091 0 -1 1077944384 484 0 0 0 29 23 0 0 20 0 16 0 14573705 10878976000 256017 18446744073709551615 4194304 4196468 140724224545024 139816439290128 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17171] ppid=17164 vsize=10624000 CPUtime=0.51 cores=0,2,4,6
/proc/17167/task/17171/stat : 17171 (java) S 17164 17167 5091 0 -1 1077944384 478 0 0 0 29 22 0 0 20 0 16 0 14573705 10878976000 256017 18446744073709551615 4194304 4196468 140724224545024 139816438237584 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17172] ppid=17164 vsize=10624000 CPUtime=0.52 cores=0,2,4,6
/proc/17167/task/17172/stat : 17172 (java) S 17164 17167 5091 0 -1 1077944384 482 0 0 0 29 23 0 0 20 0 16 0 14573705 10878976000 256017 18446744073709551615 4194304 4196468 140724224545024 139816437185040 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17173] ppid=17164 vsize=10624000 CPUtime=0.51 cores=0,2,4,6
/proc/17167/task/17173/stat : 17173 (java) S 17164 17167 5091 0 -1 1077944384 488 0 0 0 29 22 0 0 20 0 16 0 14573705 10878976000 256017 18446744073709551615 4194304 4196468 140724224545024 139816436132496 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17174] ppid=17164 vsize=10624000 CPUtime=0.05 cores=0,2,4,6
/proc/17167/task/17174/stat : 17174 (java) S 17164 17167 5091 0 -1 1077944384 1203 0 0 0 5 0 0 0 20 0 16 0 14573706 10878976000 256017 18446744073709551615 4194304 4196468 140724224545024 139816088844784 139816508881538 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17175] ppid=17164 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17175/stat : 17175 (java) S 17164 17167 5091 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 14573706 10878976000 256017 18446744073709551615 4194304 4196468 140724224545024 139816087791072 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17176] ppid=17164 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17176/stat : 17176 (java) S 17164 17167 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14573707 10878976000 256017 18446744073709551615 4194304 4196468 140724224545024 139816086738432 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17177] ppid=17164 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17177/stat : 17177 (java) S 17164 17167 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14573709 10878976000 256017 18446744073709551615 4194304 4196468 140724224545024 139816085686992 139816508888987 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17178] ppid=17164 vsize=10624000 CPUtime=2.08 cores=0,2,4,6
/proc/17167/task/17178/stat : 17178 (java) S 17164 17167 5091 0 -1 1077944384 7244 0 0 0 207 1 0 0 20 0 16 0 14573709 10878976000 256017 18446744073709551615 4194304 4196468 140724224545024 139816016537584 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17179] ppid=17164 vsize=10624000 CPUtime=1.58 cores=0,2,4,6
/proc/17167/task/17179/stat : 17179 (java) S 17164 17167 5091 0 -1 1077944384 6426 0 0 0 157 1 0 0 20 0 16 0 14573709 10878976000 256017 18446744073709551615 4194304 4196468 140724224545024 139816015485040 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17180] ppid=17164 vsize=10624000 CPUtime=0.67 cores=0,2,4,6
/proc/17167/task/17180/stat : 17180 (java) S 17164 17167 5091 0 -1 1077944384 4016 0 0 0 66 1 0 0 20 0 16 0 14573709 10878976000 256017 18446744073709551615 4194304 4196468 140724224545024 139816014432496 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17181] ppid=17164 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17181/stat : 17181 (java) S 17164 17167 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14573709 10878976000 256017 18446744073709551615 4194304 4196468 140724224545024 139816013380192 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17182] ppid=17164 vsize=10624000 CPUtime=0.02 cores=0,2,4,6
/proc/17167/task/17182/stat : 17182 (java) S 17164 17167 5091 0 -1 1077944384 268 0 0 0 1 1 0 0 20 0 16 0 14573714 10878976000 256017 18446744073709551615 4194304 4196468 140724224545024 139816012327728 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17183] ppid=17164 vsize=10624000 CPUtime=101.36 cores=0,2,4,6
/proc/17167/task/17183/stat : 17183 (java) R 17164 17167 5091 0 -1 4202560 11281 0 0 0 10129 7 0 0 20 0 16 0 14573731 10878976000 256017 18446744073709551615 4194304 4196468 140724224545024 139816009135320 139816108085727 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
Current children cumulated CPU time (s) 108.14
Current children cumulated vsize (KiB) 10624000

[startup+162.301 s]
/proc/loadavg: 2.01 2.10 2.53 3/211 17189
/proc/meminfo: memFree=26177016/32770624 swapFree=0/242016
[pid=17167] ppid=17164 vsize=10624000 CPUtime=168.47 cores=0,2,4,6
/proc/17167/stat : 17167 (java) S 17164 17167 5091 0 -1 1077944320 47280 0 0 0 16740 107 0 0 20 0 16 0 14573697 10878976000 256297 18446744073709551615 4194304 4196468 140724224545024 140724224527568 139816508870391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
/proc/17167/statm: 2656000 256297 3146 1 0 2644934 0
[pid=17167/tid=17169] ppid=17164 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/17167/task/17169/stat : 17169 (java) S 17164 17167 5091 0 -1 1077944384 6191 0 0 0 19 2 0 0 20 0 16 0 14573704 10878976000 256297 18446744073709551615 4194304 4196468 140724224545024 139816513113264 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17170] ppid=17164 vsize=10624000 CPUtime=0.52 cores=0,2,4,6
/proc/17167/task/17170/stat : 17170 (java) S 17164 17167 5091 0 -1 1077944384 484 0 0 0 29 23 0 0 20 0 16 0 14573705 10878976000 256297 18446744073709551615 4194304 4196468 140724224545024 139816439290128 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17171] ppid=17164 vsize=10624000 CPUtime=0.51 cores=0,2,4,6
/proc/17167/task/17171/stat : 17171 (java) S 17164 17167 5091 0 -1 1077944384 478 0 0 0 29 22 0 0 20 0 16 0 14573705 10878976000 256297 18446744073709551615 4194304 4196468 140724224545024 139816438237584 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17172] ppid=17164 vsize=10624000 CPUtime=0.52 cores=0,2,4,6
/proc/17167/task/17172/stat : 17172 (java) S 17164 17167 5091 0 -1 1077944384 482 0 0 0 29 23 0 0 20 0 16 0 14573705 10878976000 256297 18446744073709551615 4194304 4196468 140724224545024 139816437185040 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17173] ppid=17164 vsize=10624000 CPUtime=0.51 cores=0,2,4,6
/proc/17167/task/17173/stat : 17173 (java) S 17164 17167 5091 0 -1 1077944384 488 0 0 0 29 22 0 0 20 0 16 0 14573705 10878976000 256297 18446744073709551615 4194304 4196468 140724224545024 139816436132496 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17174] ppid=17164 vsize=10624000 CPUtime=0.05 cores=0,2,4,6
/proc/17167/task/17174/stat : 17174 (java) S 17164 17167 5091 0 -1 1077944384 1246 0 0 0 5 0 0 0 20 0 16 0 14573706 10878976000 256297 18446744073709551615 4194304 4196468 140724224545024 139816088844784 139816508881538 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17175] ppid=17164 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17175/stat : 17175 (java) S 17164 17167 5091 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 14573706 10878976000 256297 18446744073709551615 4194304 4196468 140724224545024 139816087791072 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17176] ppid=17164 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17176/stat : 17176 (java) S 17164 17167 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14573707 10878976000 256297 18446744073709551615 4194304 4196468 140724224545024 139816086738432 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17177] ppid=17164 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17177/stat : 17177 (java) S 17164 17167 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14573709 10878976000 256297 18446744073709551615 4194304 4196468 140724224545024 139816085686992 139816508888987 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17178] ppid=17164 vsize=10624000 CPUtime=2.16 cores=0,2,4,6
/proc/17167/task/17178/stat : 17178 (java) S 17164 17167 5091 0 -1 1077944384 8583 0 0 0 215 1 0 0 20 0 16 0 14573709 10878976000 256297 18446744073709551615 4194304 4196468 140724224545024 139816016537584 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17179] ppid=17164 vsize=10624000 CPUtime=1.78 cores=0,2,4,6
/proc/17167/task/17179/stat : 17179 (java) S 17164 17167 5091 0 -1 1077944384 9619 0 0 0 177 1 0 0 20 0 16 0 14573709 10878976000 256297 18446744073709551615 4194304 4196468 140724224545024 139816015485040 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17180] ppid=17164 vsize=10624000 CPUtime=0.7 cores=0,2,4,6
/proc/17167/task/17180/stat : 17180 (java) S 17164 17167 5091 0 -1 1077944384 5601 0 0 0 69 1 0 0 20 0 16 0 14573709 10878976000 256297 18446744073709551615 4194304 4196468 140724224545024 139816014432496 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17181] ppid=17164 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17181/stat : 17181 (java) S 17164 17167 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14573709 10878976000 256297 18446744073709551615 4194304 4196468 140724224545024 139816013380192 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17182] ppid=17164 vsize=10624000 CPUtime=0.05 cores=0,2,4,6
/proc/17167/task/17182/stat : 17182 (java) S 17164 17167 5091 0 -1 1077944384 318 0 0 0 3 2 0 0 20 0 16 0 14573714 10878976000 256297 18446744073709551615 4194304 4196468 140724224545024 139816012327728 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17183] ppid=17164 vsize=10624000 CPUtime=161.35 cores=0,2,4,6
/proc/17167/task/17183/stat : 17183 (java) R 17164 17167 5091 0 -1 4202560 12431 0 0 0 16128 7 0 0 20 0 16 0 14573731 10878976000 256297 18446744073709551615 4194304 4196468 140724224545024 139816009134640 139816106299780 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
Current children cumulated CPU time (s) 168.47
Current children cumulated vsize (KiB) 10624000

[startup+222.306 s]
/proc/loadavg: 2.04 2.10 2.50 3/211 17192
/proc/meminfo: memFree=26176692/32770624 swapFree=0/242040
[pid=17167] ppid=17164 vsize=10624000 CPUtime=228.51 cores=0,2,4,6
/proc/17167/stat : 17167 (java) S 17164 17167 5091 0 -1 1077944320 49041 0 0 0 22743 108 0 0 20 0 16 0 14573697 10878976000 256320 18446744073709551615 4194304 4196468 140724224545024 140724224527568 139816508870391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
/proc/17167/statm: 2656000 256320 3146 1 0 2644934 0
[pid=17167/tid=17169] ppid=17164 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/17167/task/17169/stat : 17169 (java) S 17164 17167 5091 0 -1 1077944384 6191 0 0 0 19 2 0 0 20 0 16 0 14573704 10878976000 256320 18446744073709551615 4194304 4196468 140724224545024 139816513113264 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17170] ppid=17164 vsize=10624000 CPUtime=0.52 cores=0,2,4,6
/proc/17167/task/17170/stat : 17170 (java) S 17164 17167 5091 0 -1 1077944384 484 0 0 0 29 23 0 0 20 0 16 0 14573705 10878976000 256320 18446744073709551615 4194304 4196468 140724224545024 139816439290128 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17171] ppid=17164 vsize=10624000 CPUtime=0.51 cores=0,2,4,6
/proc/17167/task/17171/stat : 17171 (java) S 17164 17167 5091 0 -1 1077944384 478 0 0 0 29 22 0 0 20 0 16 0 14573705 10878976000 256320 18446744073709551615 4194304 4196468 140724224545024 139816438237584 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17172] ppid=17164 vsize=10624000 CPUtime=0.52 cores=0,2,4,6
/proc/17167/task/17172/stat : 17172 (java) S 17164 17167 5091 0 -1 1077944384 482 0 0 0 29 23 0 0 20 0 16 0 14573705 10878976000 256320 18446744073709551615 4194304 4196468 140724224545024 139816437185040 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17173] ppid=17164 vsize=10624000 CPUtime=0.51 cores=0,2,4,6
/proc/17167/task/17173/stat : 17173 (java) S 17164 17167 5091 0 -1 1077944384 488 0 0 0 29 22 0 0 20 0 16 0 14573705 10878976000 256320 18446744073709551615 4194304 4196468 140724224545024 139816436132496 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17174] ppid=17164 vsize=10624000 CPUtime=0.05 cores=0,2,4,6
/proc/17167/task/17174/stat : 17174 (java) S 17164 17167 5091 0 -1 1077944384 1255 0 0 0 5 0 0 0 20 0 16 0 14573706 10878976000 256320 18446744073709551615 4194304 4196468 140724224545024 139816088844784 139816508881538 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17175] ppid=17164 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17175/stat : 17175 (java) S 17164 17167 5091 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 14573706 10878976000 256320 18446744073709551615 4194304 4196468 140724224545024 139816087791072 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17176] ppid=17164 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17176/stat : 17176 (java) S 17164 17167 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14573707 10878976000 256320 18446744073709551615 4194304 4196468 140724224545024 139816086738432 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17177] ppid=17164 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17177/stat : 17177 (java) S 17164 17167 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14573709 10878976000 256320 18446744073709551615 4194304 4196468 140724224545024 139816085686992 139816508888987 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17178] ppid=17164 vsize=10624000 CPUtime=2.16 cores=0,2,4,6
/proc/17167/task/17178/stat : 17178 (java) S 17164 17167 5091 0 -1 1077944384 8588 0 0 0 215 1 0 0 20 0 16 0 14573709 10878976000 256320 18446744073709551615 4194304 4196468 140724224545024 139816016537584 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17179] ppid=17164 vsize=10624000 CPUtime=1.78 cores=0,2,4,6
/proc/17167/task/17179/stat : 17179 (java) S 17164 17167 5091 0 -1 1077944384 9772 0 0 0 177 1 0 0 20 0 16 0 14573709 10878976000 256320 18446744073709551615 4194304 4196468 140724224545024 139816015485040 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17180] ppid=17164 vsize=10624000 CPUtime=0.71 cores=0,2,4,6
/proc/17167/task/17180/stat : 17180 (java) S 17164 17167 5091 0 -1 1077944384 6187 0 0 0 70 1 0 0 20 0 16 0 14573709 10878976000 256320 18446744073709551615 4194304 4196468 140724224545024 139816014432496 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17181] ppid=17164 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17181/stat : 17181 (java) S 17164 17167 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14573709 10878976000 256320 18446744073709551615 4194304 4196468 140724224545024 139816013380192 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17182] ppid=17164 vsize=10624000 CPUtime=0.06 cores=0,2,4,6
/proc/17167/task/17182/stat : 17182 (java) S 17164 17167 5091 0 -1 1077944384 369 0 0 0 3 3 0 0 20 0 16 0 14573714 10878976000 256320 18446744073709551615 4194304 4196468 140724224545024 139816012327728 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17183] ppid=17164 vsize=10624000 CPUtime=221.36 cores=0,2,4,6
/proc/17167/task/17183/stat : 17183 (java) R 17164 17167 5091 0 -1 4202560 13388 0 0 0 22129 7 0 0 20 0 16 0 14573731 10878976000 256320 18446744073709551615 4194304 4196468 140724224545024 139816009137768 139816106299805 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
Current children cumulated CPU time (s) 228.51
Current children cumulated vsize (KiB) 10624000



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.11 2.11 2.49 3/211 17271
/proc/meminfo: memFree=30409952/32770624 swapFree=0/242028
[pid=17167] ppid=17164 vsize=10624000 CPUtime=246.22 cores=0,2,4,6
/proc/17167/stat : 17167 (java) S 17164 17167 5091 0 -1 1077944320 49839 0 0 0 24514 108 0 0 20 0 16 0 14573697 10878976000 256328 18446744073709551615 4194304 4196468 140724224545024 140724224527568 139816508870391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 6 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
/proc/17167/statm: 2656000 256328 3147 1 0 2644934 0
[pid=17167/tid=17169] ppid=17164 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/17167/task/17169/stat : 17169 (java) S 17164 17167 5091 0 -1 1077944384 6191 0 0 0 19 2 0 0 20 0 16 0 14573704 10878976000 256328 18446744073709551615 4194304 4196468 140724224545024 139816513113264 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17170] ppid=17164 vsize=10624000 CPUtime=0.52 cores=0,2,4,6
/proc/17167/task/17170/stat : 17170 (java) S 17164 17167 5091 0 -1 1077944384 484 0 0 0 29 23 0 0 20 0 16 0 14573705 10878976000 256328 18446744073709551615 4194304 4196468 140724224545024 139816439290128 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17171] ppid=17164 vsize=10624000 CPUtime=0.51 cores=0,2,4,6
/proc/17167/task/17171/stat : 17171 (java) S 17164 17167 5091 0 -1 1077944384 478 0 0 0 29 22 0 0 20 0 16 0 14573705 10878976000 256328 18446744073709551615 4194304 4196468 140724224545024 139816438237584 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17172] ppid=17164 vsize=10624000 CPUtime=0.52 cores=0,2,4,6
/proc/17167/task/17172/stat : 17172 (java) S 17164 17167 5091 0 -1 1077944384 482 0 0 0 29 23 0 0 20 0 16 0 14573705 10878976000 256328 18446744073709551615 4194304 4196468 140724224545024 139816437185040 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17173] ppid=17164 vsize=10624000 CPUtime=0.51 cores=0,2,4,6
/proc/17167/task/17173/stat : 17173 (java) S 17164 17167 5091 0 -1 1077944384 488 0 0 0 29 22 0 0 20 0 16 0 14573705 10878976000 256328 18446744073709551615 4194304 4196468 140724224545024 139816436132496 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17174] ppid=17164 vsize=10624000 CPUtime=0.05 cores=0,2,4,6
/proc/17167/task/17174/stat : 17174 (java) S 17164 17167 5091 0 -1 1077944384 1295 0 0 0 5 0 0 0 20 0 16 0 14573706 10878976000 256328 18446744073709551615 4194304 4196468 140724224545024 139816088844784 139816508881538 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17175] ppid=17164 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17175/stat : 17175 (java) S 17164 17167 5091 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 14573706 10878976000 256328 18446744073709551615 4194304 4196468 140724224545024 139816087791072 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17176] ppid=17164 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17176/stat : 17176 (java) S 17164 17167 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14573707 10878976000 256328 18446744073709551615 4194304 4196468 140724224545024 139816086738432 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17177] ppid=17164 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17177/stat : 17177 (java) S 17164 17167 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14573709 10878976000 256328 18446744073709551615 4194304 4196468 140724224545024 139816085686992 139816508888987 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17178] ppid=17164 vsize=10624000 CPUtime=2.17 cores=0,2,4,6
/proc/17167/task/17178/stat : 17178 (java) S 17164 17167 5091 0 -1 1077944384 8842 0 0 0 216 1 0 0 20 0 16 0 14573709 10878976000 256328 18446744073709551615 4194304 4196468 140724224545024 139816016537584 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17179] ppid=17164 vsize=10624000 CPUtime=1.78 cores=0,2,4,6
/proc/17167/task/17179/stat : 17179 (java) S 17164 17167 5091 0 -1 1077944384 9877 0 0 0 177 1 0 0 20 0 16 0 14573709 10878976000 256328 18446744073709551615 4194304 4196468 140724224545024 139816015485040 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17180] ppid=17164 vsize=10624000 CPUtime=0.71 cores=0,2,4,6
/proc/17167/task/17180/stat : 17180 (java) S 17164 17167 5091 0 -1 1077944384 6204 0 0 0 70 1 0 0 20 0 16 0 14573709 10878976000 256328 18446744073709551615 4194304 4196468 140724224545024 139816014432496 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17181] ppid=17164 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/17167/task/17181/stat : 17181 (java) S 17164 17167 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14573709 10878976000 256328 18446744073709551615 4194304 4196468 140724224545024 139816013380192 139816508880597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17182] ppid=17164 vsize=10624000 CPUtime=0.08 cores=0,2,4,6
/proc/17167/task/17182/stat : 17182 (java) S 17164 17167 5091 0 -1 1077944384 372 0 0 0 4 4 0 0 20 0 16 0 14573714 10878976000 256328 18446744073709551615 4194304 4196468 140724224545024 139816012327728 139816508881538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
[pid=17167/tid=17183] ppid=17164 vsize=10624000 CPUtime=239.05 cores=0,2,4,6
/proc/17167/task/17183/stat : 17183 (java) R 17164 17167 5091 0 -1 4202560 13767 0 0 0 23898 7 0 0 20 0 16 0 14573731 10878976000 256328 18446744073709551615 4194304 4196468 140724224545024 139816009137816 139816108086094 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18530304 140724224553418 140724224553547 140724224553547 140724224557007 0
Current children cumulated CPU time (s) 246.22
Current children cumulated vsize (KiB) 10624000

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 17167 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.016
CPU time (s): 246.255
CPU user time (s): 245.157
CPU system time (s): 1.09769
CPU usage (%): 102.599
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.157
system time used= 1.09769
maximum resident set size= 1031984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50259
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8433
involuntary context switches= 146

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.972336 second user time and 1.45821 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 09:24:26
IDJOB=4257419
IDBENCH=137046
IDSOLVER=2642
FILE ID=node129/4257419-1501659506
RUNJOBID= node129-1501657935-16608
PBS_JOBID= 
Free space on /tmp= 61764 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0250-15.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257419-1501659506/watcher-4257419-1501659506 -o /tmp/evaluation-result-4257419-1501659506/solver-4257419-1501659506 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501657935-16608 --watchdog 300  java -jar HOME/AbsCon-basic.jar HOME/instance-4257419-1501659506.xml

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

MD5SUM BENCH= 5cb0a900f4910e71305eb4c61f82b136
RANDOM SEED=539064436

node129.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31222828 kB
MemAvailable:   31420616 kB
Buffers:          128180 kB
Cached:           350416 kB
SwapCached:            0 kB
Active:           890212 kB
Inactive:         250476 kB
Active(anon):     662600 kB
Inactive(anon):     8532 kB
Active(file):     227612 kB
Inactive(file):   241944 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9560 kB
Writeback:             4 kB
AnonPages:        662404 kB
Mapped:            42508 kB
Shmem:              8872 kB
Slab:             113476 kB
SReclaimable:      88136 kB
SUnreclaim:        25340 kB
KernelStack:        3440 kB
PageTables:         6096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1798936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    575488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61756 MiB
End job on node129 at 2017-08-02 09:28:26