Trace number 4257415

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.603 240.017

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft249-06.xml
MD5SUM0bf4a40729d33496d05cbb52f4946484
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark257.388
Satisfiable
(Un)Satisfiability was proved
Number of variables397
Number of constraints102
Number of domains2
Minimum domain size100
Maximum domain size139
Distribution of domain sizes[{"size":100,"count":1},{"size":139,"count":396}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":297},{"degree":4,"count":99}]
Minimum constraint arity4
Maximum constraint arity396
Distribution of constraint arities[{"arity":4,"count":99},{"arity":100,"count":1},{"arity":396,"count":2}]
Number of extensional constraints99
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":99},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.25/0.35	
0.25/0.35	AbsCon 2 
0.25/0.35	
2.57/1.79	  Solving XCSP3-instance-4257415-1501659024 as a COP in -infty..+infty
2.57/1.79	  Loading variables...
3.21/2.08	  Loading constraints...
8.55/4.54	  Solver SolverBacktrack being built...
8.55/4.54	
9.97/5.52	  Preprocessing : gac=true, ccks=0, filters=21681, revisions=0 (useless=0), AC=21681, removals=21681, inconsistent=false
9.97/5.52	
246.58/240.00	
246.58/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-4257415-1501659024/watcher-4257415-1501659024 -o /tmp/evaluation-result-4257415-1501659024/solver-4257415-1501659024 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501657935-16608 --watchdog 300 java -jar HOME/AbsCon-basic.jar HOME/instance-4257415-1501659024.xml 

pid=16816
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: 1.93 2.90 3.05 3/195 16819
/proc/meminfo: memFree=31623772/32770624 swapFree=0/241664
[pid=16819] ppid=16816 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/16819/stat : 16819 (runsolver) D 16816 16819 5091 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 14525431 24240128 107 18446744073709551615 4194304 4338465 140730295862656 140730295860296 139645339738839 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 33501184 140730295869599 140730295870022 140730295870022 140730295873482 0
/proc/16819/statm: 5918 107 54 36 0 2156 0

[startup+0.10009 s]
/proc/loadavg: 1.93 2.90 3.05 3/195 16819
/proc/meminfo: memFree=31623772/32770624 swapFree=0/241664
[pid=16819] ppid=16816 vsize=9936560 CPUtime=0 cores=0,2,4,6
/proc/16819/stat : 16819 (java) S 16816 16819 5091 0 -1 1077944320 3304 0 0 0 0 0 0 0 20 0 6 0 14525431 10175037440 4492 18446744073709551615 4194304 4196468 140728491754432 140728491736976 139933464284919 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
/proc/16819/statm: 2484140 4492 1874 1 0 2473645 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9936560

[startup+0.200337 s]
/proc/loadavg: 1.93 2.90 3.05 3/195 16819
/proc/meminfo: memFree=31623772/32770624 swapFree=0/241664
[pid=16819] ppid=16816 vsize=10551180 CPUtime=0.07 cores=0,2,4,6
/proc/16819/stat : 16819 (java) S 16816 16819 5091 0 -1 1077944320 4815 0 0 0 7 0 0 0 20 0 15 0 14525431 10804408320 6807 18446744073709551615 4194304 4196468 140728491754432 140728491736976 139933464284919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
/proc/16819/statm: 2637795 6807 2670 1 0 2627269 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551180

[startup+0.300235 s]
/proc/loadavg: 1.93 2.90 3.05 3/195 16819
/proc/meminfo: memFree=31623772/32770624 swapFree=0/241664
[pid=16819] ppid=16816 vsize=10553264 CPUtime=0.25 cores=0,2,4,6
/proc/16819/stat : 16819 (java) S 16816 16819 5091 0 -1 1077944320 8456 0 0 0 23 2 0 0 20 0 15 0 14525431 10806542336 9815 18446744073709551615 4194304 4196468 140728491754432 140728491736976 139933464284919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
/proc/16819/statm: 2638316 9815 2898 1 0 2627269 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10553264

[startup+0.70078 s]
/proc/loadavg: 1.93 2.90 3.05 3/195 16819
/proc/meminfo: memFree=31623772/32770624 swapFree=0/241664
[pid=16819] ppid=16816 vsize=10621952 CPUtime=1.18 cores=0,2,4,6
/proc/16819/stat : 16819 (java) S 16816 16819 5091 0 -1 1077944320 12682 0 0 0 113 5 0 0 20 0 16 0 14525431 10876878848 29436 18446744073709551615 4194304 4196468 140728491754432 140728491736976 139933464284919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
/proc/16819/statm: 2655488 29436 3060 1 0 2644422 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 10621952

[startup+1.50071 s]
/proc/loadavg: 1.93 2.90 3.05 3/211 16835
/proc/meminfo: memFree=31437504/32770624 swapFree=0/241676
[pid=16819] ppid=16816 vsize=10621952 CPUtime=2.37 cores=0,2,4,6
/proc/16819/stat : 16819 (java) S 16816 16819 5091 0 -1 1077944320 13476 0 0 0 230 7 0 0 20 0 16 0 14525431 10876878848 50054 18446744073709551615 4194304 4196468 140728491754432 140728491736976 139933464284919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
/proc/16819/statm: 2655488 50054 3091 1 0 2644422 0
[pid=16819/tid=16821] ppid=16816 vsize=10621952 CPUtime=0.21 cores=0,2,4,6
/proc/16819/task/16821/stat : 16821 (java) S 16816 16819 5091 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 14525440 10876878848 50054 18446744073709551615 4194304 4196468 140728491754432 139933468527792 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16822] ppid=16816 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16822/stat : 16822 (java) S 16816 16819 5091 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 14525441 10876878848 50054 18446744073709551615 4194304 4196468 140728491754432 139933394705168 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16823] ppid=16816 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16823/stat : 16823 (java) S 16816 16819 5091 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 16 0 14525441 10876878848 50054 18446744073709551615 4194304 4196468 140728491754432 139933393652624 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16824] ppid=16816 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16824/stat : 16824 (java) S 16816 16819 5091 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 16 0 14525441 10876878848 50054 18446744073709551615 4194304 4196468 140728491754432 139933392600080 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16825] ppid=16816 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16825/stat : 16825 (java) S 16816 16819 5091 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 16 0 14525441 10876878848 50054 18446744073709551615 4194304 4196468 140728491754432 139933391547536 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16826] ppid=16816 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16826/stat : 16826 (java) S 16816 16819 5091 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 14525442 10876878848 50054 18446744073709551615 4194304 4196468 140728491754432 139932976760816 139933464296066 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16827] ppid=16816 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16827/stat : 16827 (java) S 16816 16819 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14525443 10876878848 50054 18446744073709551615 4194304 4196468 140728491754432 139932975707040 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16828] ppid=16816 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16828/stat : 16828 (java) S 16816 16819 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14525443 10876878848 50054 18446744073709551615 4194304 4196468 140728491754432 139932974654448 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16829] ppid=16816 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16829/stat : 16829 (java) S 16816 16819 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14525445 10876878848 50054 18446744073709551615 4194304 4196468 140728491754432 139932973603024 139933464303515 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16830] ppid=16816 vsize=10621952 CPUtime=0.36 cores=0,2,4,6
/proc/16819/task/16830/stat : 16830 (java) S 16816 16819 5091 0 -1 1077944384 1413 0 0 0 36 0 0 0 20 0 16 0 14525445 10876878848 50054 18446744073709551615 4194304 4196468 140728491754432 139932972550640 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16831] ppid=16816 vsize=10621952 CPUtime=0.34 cores=0,2,4,6
/proc/16819/task/16831/stat : 16831 (java) S 16816 16819 5091 0 -1 1077944384 1047 0 0 0 34 0 0 0 20 0 16 0 14525445 10876878848 50054 18446744073709551615 4194304 4196468 140728491754432 139932971498096 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16832] ppid=16816 vsize=10621952 CPUtime=0.25 cores=0,2,4,6
/proc/16819/task/16832/stat : 16832 (java) S 16816 16819 5091 0 -1 1077944384 1415 0 0 0 25 0 0 0 20 0 16 0 14525445 10876878848 50054 18446744073709551615 4194304 4196468 140728491754432 139932970445552 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16833] ppid=16816 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16833/stat : 16833 (java) S 16816 16819 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14525445 10876878848 50054 18446744073709551615 4194304 4196468 140728491754432 139932969393248 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16834] ppid=16816 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16834/stat : 16834 (java) S 16816 16819 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14525450 10876878848 50054 18446744073709551615 4194304 4196468 140728491754432 139932968339760 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16835] ppid=16816 vsize=10621952 CPUtime=1.12 cores=0,2,4,6
/proc/16819/task/16835/stat : 16835 (java) R 16816 16819 5091 0 -1 4202560 2355 0 0 0 110 2 0 0 20 0 16 0 14525466 10876878848 50054 18446744073709551615 4194304 4196468 140728491754432 139932965149064 139933074621568 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 10621952

[startup+3.10073 s]
/proc/loadavg: 1.93 2.90 3.05 3/211 16835
/proc/meminfo: memFree=31412812/32770624 swapFree=0/241676
[pid=16819] ppid=16816 vsize=10621952 CPUtime=5.39 cores=0,2,4,6
/proc/16819/stat : 16819 (java) S 16816 16819 5091 0 -1 1077944320 16504 0 0 0 476 63 0 0 20 0 16 0 14525431 10876878848 194738 18446744073709551615 4194304 4196468 140728491754432 140728491736976 139933464284919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
/proc/16819/statm: 2655488 194738 3122 1 0 2644422 0
[pid=16819/tid=16821] ppid=16816 vsize=10621952 CPUtime=0.21 cores=0,2,4,6
/proc/16819/task/16821/stat : 16821 (java) S 16816 16819 5091 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 14525440 10876878848 194738 18446744073709551615 4194304 4196468 140728491754432 139933468527792 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16822] ppid=16816 vsize=10621952 CPUtime=0.29 cores=0,2,4,6
/proc/16819/task/16822/stat : 16822 (java) R 16816 16819 5091 0 -1 4202560 399 0 0 0 16 13 0 0 20 0 16 0 14525441 10876878848 194738 18446744073709551615 4194304 4196468 140728491754432 139933394705056 139933457384579 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16823] ppid=16816 vsize=10621952 CPUtime=0.31 cores=0,2,4,6
/proc/16819/task/16823/stat : 16823 (java) R 16816 16819 5091 0 -1 4202560 466 0 0 0 18 13 0 0 20 0 16 0 14525441 10876878848 194738 18446744073709551615 4194304 4196468 140728491754432 139933393652624 139933457387898 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16824] ppid=16816 vsize=10621952 CPUtime=0.3 cores=0,2,4,6
/proc/16819/task/16824/stat : 16824 (java) R 16816 16819 5091 0 -1 4202560 456 0 0 0 17 13 0 0 20 0 16 0 14525441 10876878848 194738 18446744073709551615 4194304 4196468 140728491754432 139933392600080 139933457384575 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16825] ppid=16816 vsize=10621952 CPUtime=0.31 cores=0,2,4,6
/proc/16819/task/16825/stat : 16825 (java) R 16816 16819 5091 0 -1 4202560 356 0 0 0 17 14 0 0 20 0 16 0 14525441 10876878848 194738 18446744073709551615 4194304 4196468 140728491754432 139933391547736 139933457387948 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16826] ppid=16816 vsize=10621952 CPUtime=0.05 cores=0,2,4,6
/proc/16819/task/16826/stat : 16826 (java) S 16816 16819 5091 0 -1 1077944384 541 0 0 0 5 0 0 0 20 0 16 0 14525442 10876878848 194738 18446744073709551615 4194304 4196468 140728491754432 139932976759328 139933464295125 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16827] ppid=16816 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16827/stat : 16827 (java) S 16816 16819 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14525443 10876878848 194738 18446744073709551615 4194304 4196468 140728491754432 139932975707104 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16828] ppid=16816 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16828/stat : 16828 (java) S 16816 16819 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14525443 10876878848 194738 18446744073709551615 4194304 4196468 140728491754432 139932974654464 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16829] ppid=16816 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16829/stat : 16829 (java) S 16816 16819 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14525445 10876878848 194738 18446744073709551615 4194304 4196468 140728491754432 139932973603024 139933464303515 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16830] ppid=16816 vsize=10621952 CPUtime=0.56 cores=0,2,4,6
/proc/16819/task/16830/stat : 16830 (java) S 16816 16819 5091 0 -1 1077944384 1469 0 0 0 56 0 0 0 20 0 16 0 14525445 10876878848 194738 18446744073709551615 4194304 4196468 140728491754432 139932972550640 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16831] ppid=16816 vsize=10621952 CPUtime=0.53 cores=0,2,4,6
/proc/16819/task/16831/stat : 16831 (java) S 16816 16819 5091 0 -1 1077944384 1109 0 0 0 53 0 0 0 20 0 16 0 14525445 10876878848 194738 18446744073709551615 4194304 4196468 140728491754432 139932971498096 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16832] ppid=16816 vsize=10621952 CPUtime=0.38 cores=0,2,4,6
/proc/16819/task/16832/stat : 16832 (java) S 16816 16819 5091 0 -1 1077944384 1683 0 0 0 38 0 0 0 20 0 16 0 14525445 10876878848 194738 18446744073709551615 4194304 4196468 140728491754432 139932970441424 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16833] ppid=16816 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16833/stat : 16833 (java) S 16816 16819 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14525445 10876878848 194738 18446744073709551615 4194304 4196468 140728491754432 139932969393248 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16834] ppid=16816 vsize=10621952 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16834/stat : 16834 (java) S 16816 16819 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14525450 10876878848 194738 18446744073709551615 4194304 4196468 140728491754432 139932968339760 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16835] ppid=16816 vsize=10621952 CPUtime=2.36 cores=0,2,4,6
/proc/16819/task/16835/stat : 16835 (java) S 16816 16819 5091 0 -1 1077944384 2919 0 0 0 232 4 0 0 20 0 16 0 14525466 10876878848 194738 18446744073709551615 4194304 4196468 140728491754432 139932965147072 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
Current children cumulated CPU time (s) 5.39
Current children cumulated vsize (KiB) 10621952

[startup+6.30067 s]
/proc/loadavg: 1.86 2.87 3.04 3/211 16835
/proc/meminfo: memFree=30091124/32770624 swapFree=0/241688
[pid=16819] ppid=16816 vsize=10624000 CPUtime=11.05 cores=0,2,4,6
/proc/16819/stat : 16819 (java) S 16816 16819 5091 0 -1 1077944320 19890 0 0 0 958 147 0 0 20 0 16 0 14525431 10878976000 385779 18446744073709551615 4194304 4196468 140728491754432 140728491736976 139933464284919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
/proc/16819/statm: 2656000 385779 3141 1 0 2644934 0
[pid=16819/tid=16821] ppid=16816 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16819/task/16821/stat : 16821 (java) S 16816 16819 5091 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 14525440 10878976000 385779 18446744073709551615 4194304 4196468 140728491754432 139933468527792 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16822] ppid=16816 vsize=10624000 CPUtime=0.83 cores=0,2,4,6
/proc/16819/task/16822/stat : 16822 (java) S 16816 16819 5091 0 -1 1077944384 709 0 0 0 50 33 0 0 20 0 16 0 14525441 10878976000 385779 18446744073709551615 4194304 4196468 140728491754432 139933394705168 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16823] ppid=16816 vsize=10624000 CPUtime=0.85 cores=0,2,4,6
/proc/16819/task/16823/stat : 16823 (java) S 16816 16819 5091 0 -1 1077944384 763 0 0 0 54 31 0 0 20 0 16 0 14525441 10878976000 385779 18446744073709551615 4194304 4196468 140728491754432 139933393652624 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16824] ppid=16816 vsize=10624000 CPUtime=0.84 cores=0,2,4,6
/proc/16819/task/16824/stat : 16824 (java) S 16816 16819 5091 0 -1 1077944384 758 0 0 0 51 33 0 0 20 0 16 0 14525441 10878976000 385779 18446744073709551615 4194304 4196468 140728491754432 139933392600080 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16825] ppid=16816 vsize=10624000 CPUtime=0.85 cores=0,2,4,6
/proc/16819/task/16825/stat : 16825 (java) S 16816 16819 5091 0 -1 1077944384 640 0 0 0 51 34 0 0 20 0 16 0 14525441 10878976000 385779 18446744073709551615 4194304 4196468 140728491754432 139933391547536 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16826] ppid=16816 vsize=10624000 CPUtime=0.08 cores=0,2,4,6
/proc/16819/task/16826/stat : 16826 (java) S 16816 16819 5091 0 -1 1077944384 1680 0 0 0 8 0 0 0 20 0 16 0 14525442 10878976000 385779 18446744073709551615 4194304 4196468 140728491754432 139932976760816 139933464296066 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16827] ppid=16816 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16827/stat : 16827 (java) S 16816 16819 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14525443 10878976000 385779 18446744073709551615 4194304 4196468 140728491754432 139932975707104 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16828] ppid=16816 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16828/stat : 16828 (java) S 16816 16819 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14525443 10878976000 385779 18446744073709551615 4194304 4196468 140728491754432 139932974654464 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16829] ppid=16816 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16829/stat : 16829 (java) S 16816 16819 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14525445 10878976000 385779 18446744073709551615 4194304 4196468 140728491754432 139932973603024 139933464303515 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16830] ppid=16816 vsize=10624000 CPUtime=0.9 cores=0,2,4,6
/proc/16819/task/16830/stat : 16830 (java) S 16816 16819 5091 0 -1 1077944384 1547 0 0 0 90 0 0 0 20 0 16 0 14525445 10878976000 385779 18446744073709551615 4194304 4196468 140728491754432 139932972550640 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16831] ppid=16816 vsize=10624000 CPUtime=0.86 cores=0,2,4,6
/proc/16819/task/16831/stat : 16831 (java) S 16816 16819 5091 0 -1 1077944384 1197 0 0 0 86 0 0 0 20 0 16 0 14525445 10878976000 385779 18446744073709551615 4194304 4196468 140728491754432 139932971498096 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16832] ppid=16816 vsize=10624000 CPUtime=0.54 cores=0,2,4,6
/proc/16819/task/16832/stat : 16832 (java) S 16816 16819 5091 0 -1 1077944384 2010 0 0 0 53 1 0 0 20 0 16 0 14525445 10878976000 385779 18446744073709551615 4194304 4196468 140728491754432 139932970445552 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16833] ppid=16816 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16833/stat : 16833 (java) S 16816 16819 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14525445 10878976000 385779 18446744073709551615 4194304 4196468 140728491754432 139932969393248 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16834] ppid=16816 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16834/stat : 16834 (java) S 16816 16819 5091 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 14525450 10878976000 385779 18446744073709551615 4194304 4196468 140728491754432 139932968339760 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16835] ppid=16816 vsize=10624000 CPUtime=4.98 cores=0,2,4,6
/proc/16819/task/16835/stat : 16835 (java) R 16816 16819 5091 0 -1 4202560 3480 0 0 0 492 6 0 0 20 0 16 0 14525466 10878976000 385779 18446744073709551615 4194304 4196468 140728491754432 139932965147800 139933076859427 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
Current children cumulated CPU time (s) 11.05
Current children cumulated vsize (KiB) 10624000

[startup+12.7007 s]
/proc/loadavg: 1.87 2.85 3.04 3/211 16835
/proc/meminfo: memFree=30072896/32770624 swapFree=0/241688
[pid=16819] ppid=16816 vsize=10624000 CPUtime=18.68 cores=0,2,4,6
/proc/16819/stat : 16819 (java) S 16816 16819 5091 0 -1 1077944320 28307 0 0 0 1719 149 0 0 20 0 16 0 14525431 10878976000 387888 18446744073709551615 4194304 4196468 140728491754432 140728491736976 139933464284919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
/proc/16819/statm: 2656000 387888 3143 1 0 2644934 0
[pid=16819/tid=16821] ppid=16816 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16819/task/16821/stat : 16821 (java) S 16816 16819 5091 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 14525440 10878976000 387888 18446744073709551615 4194304 4196468 140728491754432 139933468527792 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16822] ppid=16816 vsize=10624000 CPUtime=0.83 cores=0,2,4,6
/proc/16819/task/16822/stat : 16822 (java) S 16816 16819 5091 0 -1 1077944384 709 0 0 0 50 33 0 0 20 0 16 0 14525441 10878976000 387888 18446744073709551615 4194304 4196468 140728491754432 139933394705168 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16823] ppid=16816 vsize=10624000 CPUtime=0.85 cores=0,2,4,6
/proc/16819/task/16823/stat : 16823 (java) S 16816 16819 5091 0 -1 1077944384 763 0 0 0 54 31 0 0 20 0 16 0 14525441 10878976000 387888 18446744073709551615 4194304 4196468 140728491754432 139933393652624 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16824] ppid=16816 vsize=10624000 CPUtime=0.84 cores=0,2,4,6
/proc/16819/task/16824/stat : 16824 (java) S 16816 16819 5091 0 -1 1077944384 758 0 0 0 51 33 0 0 20 0 16 0 14525441 10878976000 387888 18446744073709551615 4194304 4196468 140728491754432 139933392600080 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16825] ppid=16816 vsize=10624000 CPUtime=0.85 cores=0,2,4,6
/proc/16819/task/16825/stat : 16825 (java) S 16816 16819 5091 0 -1 1077944384 640 0 0 0 51 34 0 0 20 0 16 0 14525441 10878976000 387888 18446744073709551615 4194304 4196468 140728491754432 139933391547536 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16826] ppid=16816 vsize=10624000 CPUtime=0.08 cores=0,2,4,6
/proc/16819/task/16826/stat : 16826 (java) S 16816 16819 5091 0 -1 1077944384 1724 0 0 0 8 0 0 0 20 0 16 0 14525442 10878976000 387888 18446744073709551615 4194304 4196468 140728491754432 139932976760816 139933464296066 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0

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

/proc/meminfo: memFree=30070564/32770624 swapFree=0/241740
[pid=16819] ppid=16816 vsize=10624000 CPUtime=108.65 cores=0,2,4,6
/proc/16819/stat : 16819 (java) S 16816 16819 5091 0 -1 1077944320 37841 0 0 0 10714 151 0 0 20 0 16 0 14525431 10878976000 388000 18446744073709551615 4194304 4196468 140728491754432 140728491736976 139933464284919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
/proc/16819/statm: 2656000 388000 3143 1 0 2644934 0
[pid=16819/tid=16821] ppid=16816 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16819/task/16821/stat : 16821 (java) S 16816 16819 5091 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 14525440 10878976000 388000 18446744073709551615 4194304 4196468 140728491754432 139933468527792 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16822] ppid=16816 vsize=10624000 CPUtime=0.83 cores=0,2,4,6
/proc/16819/task/16822/stat : 16822 (java) S 16816 16819 5091 0 -1 1077944384 709 0 0 0 50 33 0 0 20 0 16 0 14525441 10878976000 388000 18446744073709551615 4194304 4196468 140728491754432 139933394705168 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16823] ppid=16816 vsize=10624000 CPUtime=0.85 cores=0,2,4,6
/proc/16819/task/16823/stat : 16823 (java) S 16816 16819 5091 0 -1 1077944384 763 0 0 0 54 31 0 0 20 0 16 0 14525441 10878976000 388000 18446744073709551615 4194304 4196468 140728491754432 139933393652624 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16824] ppid=16816 vsize=10624000 CPUtime=0.84 cores=0,2,4,6
/proc/16819/task/16824/stat : 16824 (java) S 16816 16819 5091 0 -1 1077944384 758 0 0 0 51 33 0 0 20 0 16 0 14525441 10878976000 388000 18446744073709551615 4194304 4196468 140728491754432 139933392600080 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16825] ppid=16816 vsize=10624000 CPUtime=0.85 cores=0,2,4,6
/proc/16819/task/16825/stat : 16825 (java) S 16816 16819 5091 0 -1 1077944384 640 0 0 0 51 34 0 0 20 0 16 0 14525441 10878976000 388000 18446744073709551615 4194304 4196468 140728491754432 139933391547536 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16826] ppid=16816 vsize=10624000 CPUtime=0.08 cores=0,2,4,6
/proc/16819/task/16826/stat : 16826 (java) S 16816 16819 5091 0 -1 1077944384 1869 0 0 0 8 0 0 0 20 0 16 0 14525442 10878976000 388000 18446744073709551615 4194304 4196468 140728491754432 139932976760816 139933464296066 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16827] ppid=16816 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16827/stat : 16827 (java) S 16816 16819 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14525443 10878976000 388000 18446744073709551615 4194304 4196468 140728491754432 139932975707104 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16828] ppid=16816 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16828/stat : 16828 (java) S 16816 16819 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14525443 10878976000 388000 18446744073709551615 4194304 4196468 140728491754432 139932974654464 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16829] ppid=16816 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16829/stat : 16829 (java) S 16816 16819 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14525445 10878976000 388000 18446744073709551615 4194304 4196468 140728491754432 139932973603024 139933464303515 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16830] ppid=16816 vsize=10624000 CPUtime=1.66 cores=0,2,4,6
/proc/16819/task/16830/stat : 16830 (java) S 16816 16819 5091 0 -1 1077944384 5533 0 0 0 165 1 0 0 20 0 16 0 14525445 10878976000 388000 18446744073709551615 4194304 4196468 140728491754432 139932972550640 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16831] ppid=16816 vsize=10624000 CPUtime=1.56 cores=0,2,4,6
/proc/16819/task/16831/stat : 16831 (java) S 16816 16819 5091 0 -1 1077944384 4868 0 0 0 155 1 0 0 20 0 16 0 14525445 10878976000 388000 18446744073709551615 4194304 4196468 140728491754432 139932971498096 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16832] ppid=16816 vsize=10624000 CPUtime=0.64 cores=0,2,4,6
/proc/16819/task/16832/stat : 16832 (java) S 16816 16819 5091 0 -1 1077944384 4888 0 0 0 63 1 0 0 20 0 16 0 14525445 10878976000 388000 18446744073709551615 4194304 4196468 140728491754432 139932970445552 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16833] ppid=16816 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16833/stat : 16833 (java) S 16816 16819 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14525445 10878976000 388000 18446744073709551615 4194304 4196468 140728491754432 139932969393248 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16834] ppid=16816 vsize=10624000 CPUtime=0.04 cores=0,2,4,6
/proc/16819/task/16834/stat : 16834 (java) S 16816 16819 5091 0 -1 1077944384 167 0 0 0 2 2 0 0 20 0 16 0 14525450 10878976000 388000 18446744073709551615 4194304 4196468 140728491754432 139932968339760 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16835] ppid=16816 vsize=10624000 CPUtime=100.98 cores=0,2,4,6
/proc/16819/task/16835/stat : 16835 (java) R 16816 16819 5091 0 -1 4202560 10541 0 0 0 10090 8 0 0 20 0 16 0 14525466 10878976000 388000 18446744073709551615 4194304 4196468 140728491754432 139932965149864 139933076859175 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
Current children cumulated CPU time (s) 108.65
Current children cumulated vsize (KiB) 10624000

[startup+162.301 s]
/proc/loadavg: 1.99 2.52 2.88 3/211 16840
/proc/meminfo: memFree=30070208/32770624 swapFree=0/241772
[pid=16819] ppid=16816 vsize=10624000 CPUtime=168.69 cores=0,2,4,6
/proc/16819/stat : 16819 (java) S 16816 16819 5091 0 -1 1077944320 40906 0 0 0 16717 152 0 0 20 0 16 0 14525431 10878976000 388007 18446744073709551615 4194304 4196468 140728491754432 140728491736976 139933464284919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
/proc/16819/statm: 2656000 388007 3143 1 0 2644934 0
[pid=16819/tid=16821] ppid=16816 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16819/task/16821/stat : 16821 (java) S 16816 16819 5091 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 14525440 10878976000 388007 18446744073709551615 4194304 4196468 140728491754432 139933468527792 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16822] ppid=16816 vsize=10624000 CPUtime=0.83 cores=0,2,4,6
/proc/16819/task/16822/stat : 16822 (java) S 16816 16819 5091 0 -1 1077944384 709 0 0 0 50 33 0 0 20 0 16 0 14525441 10878976000 388007 18446744073709551615 4194304 4196468 140728491754432 139933394705168 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16823] ppid=16816 vsize=10624000 CPUtime=0.85 cores=0,2,4,6
/proc/16819/task/16823/stat : 16823 (java) S 16816 16819 5091 0 -1 1077944384 763 0 0 0 54 31 0 0 20 0 16 0 14525441 10878976000 388007 18446744073709551615 4194304 4196468 140728491754432 139933393652624 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16824] ppid=16816 vsize=10624000 CPUtime=0.84 cores=0,2,4,6
/proc/16819/task/16824/stat : 16824 (java) S 16816 16819 5091 0 -1 1077944384 758 0 0 0 51 33 0 0 20 0 16 0 14525441 10878976000 388007 18446744073709551615 4194304 4196468 140728491754432 139933392600080 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16825] ppid=16816 vsize=10624000 CPUtime=0.85 cores=0,2,4,6
/proc/16819/task/16825/stat : 16825 (java) S 16816 16819 5091 0 -1 1077944384 640 0 0 0 51 34 0 0 20 0 16 0 14525441 10878976000 388007 18446744073709551615 4194304 4196468 140728491754432 139933391547536 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16826] ppid=16816 vsize=10624000 CPUtime=0.08 cores=0,2,4,6
/proc/16819/task/16826/stat : 16826 (java) S 16816 16819 5091 0 -1 1077944384 1928 0 0 0 8 0 0 0 20 0 16 0 14525442 10878976000 388007 18446744073709551615 4194304 4196468 140728491754432 139932976760816 139933464296066 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16827] ppid=16816 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16827/stat : 16827 (java) S 16816 16819 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14525443 10878976000 388007 18446744073709551615 4194304 4196468 140728491754432 139932975707104 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16828] ppid=16816 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16828/stat : 16828 (java) S 16816 16819 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14525443 10878976000 388007 18446744073709551615 4194304 4196468 140728491754432 139932974654464 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16829] ppid=16816 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16829/stat : 16829 (java) S 16816 16819 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14525445 10878976000 388007 18446744073709551615 4194304 4196468 140728491754432 139932973603024 139933464303515 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16830] ppid=16816 vsize=10624000 CPUtime=1.67 cores=0,2,4,6
/proc/16819/task/16830/stat : 16830 (java) S 16816 16819 5091 0 -1 1077944384 6194 0 0 0 166 1 0 0 20 0 16 0 14525445 10878976000 388007 18446744073709551615 4194304 4196468 140728491754432 139932972550640 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16831] ppid=16816 vsize=10624000 CPUtime=1.56 cores=0,2,4,6
/proc/16819/task/16831/stat : 16831 (java) S 16816 16819 5091 0 -1 1077944384 4871 0 0 0 155 1 0 0 20 0 16 0 14525445 10878976000 388007 18446744073709551615 4194304 4196468 140728491754432 139932971498096 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16832] ppid=16816 vsize=10624000 CPUtime=0.65 cores=0,2,4,6
/proc/16819/task/16832/stat : 16832 (java) S 16816 16819 5091 0 -1 1077944384 6147 0 0 0 64 1 0 0 20 0 16 0 14525445 10878976000 388007 18446744073709551615 4194304 4196468 140728491754432 139932970445552 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16833] ppid=16816 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16833/stat : 16833 (java) S 16816 16819 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14525445 10878976000 388007 18446744073709551615 4194304 4196468 140728491754432 139932969393248 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16834] ppid=16816 vsize=10624000 CPUtime=0.07 cores=0,2,4,6
/proc/16819/task/16834/stat : 16834 (java) S 16816 16819 5091 0 -1 1077944384 214 0 0 0 3 4 0 0 20 0 16 0 14525450 10878976000 388007 18446744073709551615 4194304 4196468 140728491754432 139932968339760 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16835] ppid=16816 vsize=10624000 CPUtime=160.97 cores=0,2,4,6
/proc/16819/task/16835/stat : 16835 (java) R 16816 16819 5091 0 -1 4202560 11577 0 0 0 16089 8 0 0 20 0 16 0 14525466 10878976000 388007 18446744073709551615 4194304 4196468 140728491754432 139932965149800 139933076859427 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
Current children cumulated CPU time (s) 168.69
Current children cumulated vsize (KiB) 10624000

[startup+222.307 s]
/proc/loadavg: 2.00 2.42 2.83 3/212 16857
/proc/meminfo: memFree=30067756/32770624 swapFree=0/241808
[pid=16819] ppid=16816 vsize=10624000 CPUtime=228.78 cores=0,2,4,6
/proc/16819/stat : 16819 (java) S 16816 16819 5091 0 -1 1077944320 43927 0 0 0 22726 152 0 0 20 0 16 0 14525431 10878976000 388019 18446744073709551615 4194304 4196468 140728491754432 140728491736976 139933464284919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
/proc/16819/statm: 2656000 388019 3143 1 0 2644934 0
[pid=16819/tid=16821] ppid=16816 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16819/task/16821/stat : 16821 (java) S 16816 16819 5091 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 14525440 10878976000 388019 18446744073709551615 4194304 4196468 140728491754432 139933468527792 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16822] ppid=16816 vsize=10624000 CPUtime=0.83 cores=0,2,4,6
/proc/16819/task/16822/stat : 16822 (java) S 16816 16819 5091 0 -1 1077944384 709 0 0 0 50 33 0 0 20 0 16 0 14525441 10878976000 388019 18446744073709551615 4194304 4196468 140728491754432 139933394705168 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16823] ppid=16816 vsize=10624000 CPUtime=0.85 cores=0,2,4,6
/proc/16819/task/16823/stat : 16823 (java) S 16816 16819 5091 0 -1 1077944384 763 0 0 0 54 31 0 0 20 0 16 0 14525441 10878976000 388019 18446744073709551615 4194304 4196468 140728491754432 139933393652624 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16824] ppid=16816 vsize=10624000 CPUtime=0.84 cores=0,2,4,6
/proc/16819/task/16824/stat : 16824 (java) S 16816 16819 5091 0 -1 1077944384 758 0 0 0 51 33 0 0 20 0 16 0 14525441 10878976000 388019 18446744073709551615 4194304 4196468 140728491754432 139933392600080 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16825] ppid=16816 vsize=10624000 CPUtime=0.85 cores=0,2,4,6
/proc/16819/task/16825/stat : 16825 (java) S 16816 16819 5091 0 -1 1077944384 640 0 0 0 51 34 0 0 20 0 16 0 14525441 10878976000 388019 18446744073709551615 4194304 4196468 140728491754432 139933391547536 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16826] ppid=16816 vsize=10624000 CPUtime=0.08 cores=0,2,4,6
/proc/16819/task/16826/stat : 16826 (java) S 16816 16819 5091 0 -1 1077944384 1980 0 0 0 8 0 0 0 20 0 16 0 14525442 10878976000 388019 18446744073709551615 4194304 4196468 140728491754432 139932976760816 139933464296066 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16827] ppid=16816 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16827/stat : 16827 (java) S 16816 16819 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14525443 10878976000 388019 18446744073709551615 4194304 4196468 140728491754432 139932975707104 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16828] ppid=16816 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16828/stat : 16828 (java) S 16816 16819 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14525443 10878976000 388019 18446744073709551615 4194304 4196468 140728491754432 139932974654464 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16829] ppid=16816 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16829/stat : 16829 (java) S 16816 16819 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14525445 10878976000 388019 18446744073709551615 4194304 4196468 140728491754432 139932973603024 139933464303515 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16830] ppid=16816 vsize=10624000 CPUtime=1.71 cores=0,2,4,6
/proc/16819/task/16830/stat : 16830 (java) S 16816 16819 5091 0 -1 1077944384 7313 0 0 0 170 1 0 0 20 0 16 0 14525445 10878976000 388019 18446744073709551615 4194304 4196468 140728491754432 139932972550640 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16831] ppid=16816 vsize=10624000 CPUtime=1.56 cores=0,2,4,6
/proc/16819/task/16831/stat : 16831 (java) S 16816 16819 5091 0 -1 1077944384 4937 0 0 0 155 1 0 0 20 0 16 0 14525445 10878976000 388019 18446744073709551615 4194304 4196468 140728491754432 139932971498096 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16832] ppid=16816 vsize=10624000 CPUtime=0.66 cores=0,2,4,6
/proc/16819/task/16832/stat : 16832 (java) S 16816 16819 5091 0 -1 1077944384 6790 0 0 0 65 1 0 0 20 0 16 0 14525445 10878976000 388019 18446744073709551615 4194304 4196468 140728491754432 139932970445552 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16833] ppid=16816 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16833/stat : 16833 (java) S 16816 16819 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14525445 10878976000 388019 18446744073709551615 4194304 4196468 140728491754432 139932969393248 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16834] ppid=16816 vsize=10624000 CPUtime=0.1 cores=0,2,4,6
/proc/16819/task/16834/stat : 16834 (java) S 16816 16819 5091 0 -1 1077944384 261 0 0 0 5 5 0 0 20 0 16 0 14525450 10878976000 388019 18446744073709551615 4194304 4196468 140728491754432 139932968339760 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16835] ppid=16816 vsize=10624000 CPUtime=220.97 cores=0,2,4,6
/proc/16819/task/16835/stat : 16835 (java) R 16816 16819 5091 0 -1 4202560 12671 0 0 0 22089 8 0 0 20 0 16 0 14525466 10878976000 388019 18446744073709551615 4194304 4196468 140728491754432 139932965149144 139933077660912 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
Current children cumulated CPU time (s) 228.78
Current children cumulated vsize (KiB) 10624000



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.06 2.41 2.82 3/212 16939
/proc/meminfo: memFree=29996732/32770624 swapFree=0/241840
[pid=16819] ppid=16816 vsize=10624000 CPUtime=246.58 cores=0,2,4,6
/proc/16819/stat : 16819 (java) S 16816 16819 5091 0 -1 1077944320 45700 0 0 0 24505 153 0 0 20 0 16 0 14525431 10878976000 388051 18446744073709551615 4194304 4196468 140728491754432 140728491736976 139933464284919 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
/proc/16819/statm: 2656000 388051 3143 1 0 2644934 0
[pid=16819/tid=16821] ppid=16816 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/16819/task/16821/stat : 16821 (java) S 16816 16819 5091 0 -1 1077944384 5747 0 0 0 19 2 0 0 20 0 16 0 14525440 10878976000 388051 18446744073709551615 4194304 4196468 140728491754432 139933468527792 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16822] ppid=16816 vsize=10624000 CPUtime=0.83 cores=0,2,4,6
/proc/16819/task/16822/stat : 16822 (java) S 16816 16819 5091 0 -1 1077944384 709 0 0 0 50 33 0 0 20 0 16 0 14525441 10878976000 388051 18446744073709551615 4194304 4196468 140728491754432 139933394705168 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16823] ppid=16816 vsize=10624000 CPUtime=0.85 cores=0,2,4,6
/proc/16819/task/16823/stat : 16823 (java) S 16816 16819 5091 0 -1 1077944384 763 0 0 0 54 31 0 0 20 0 16 0 14525441 10878976000 388051 18446744073709551615 4194304 4196468 140728491754432 139933393652624 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16824] ppid=16816 vsize=10624000 CPUtime=0.84 cores=0,2,4,6
/proc/16819/task/16824/stat : 16824 (java) S 16816 16819 5091 0 -1 1077944384 758 0 0 0 51 33 0 0 20 0 16 0 14525441 10878976000 388051 18446744073709551615 4194304 4196468 140728491754432 139933392600080 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16825] ppid=16816 vsize=10624000 CPUtime=0.85 cores=0,2,4,6
/proc/16819/task/16825/stat : 16825 (java) S 16816 16819 5091 0 -1 1077944384 640 0 0 0 51 34 0 0 20 0 16 0 14525441 10878976000 388051 18446744073709551615 4194304 4196468 140728491754432 139933391547536 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16826] ppid=16816 vsize=10624000 CPUtime=0.08 cores=0,2,4,6
/proc/16819/task/16826/stat : 16826 (java) S 16816 16819 5091 0 -1 1077944384 1990 0 0 0 8 0 0 0 20 0 16 0 14525442 10878976000 388051 18446744073709551615 4194304 4196468 140728491754432 139932976760816 139933464296066 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16827] ppid=16816 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16827/stat : 16827 (java) S 16816 16819 5091 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 14525443 10878976000 388051 18446744073709551615 4194304 4196468 140728491754432 139932975707104 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16828] ppid=16816 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16828/stat : 16828 (java) S 16816 16819 5091 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 14525443 10878976000 388051 18446744073709551615 4194304 4196468 140728491754432 139932974654464 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16829] ppid=16816 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16829/stat : 16829 (java) S 16816 16819 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14525445 10878976000 388051 18446744073709551615 4194304 4196468 140728491754432 139932973603024 139933464303515 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16830] ppid=16816 vsize=10624000 CPUtime=1.74 cores=0,2,4,6
/proc/16819/task/16830/stat : 16830 (java) S 16816 16819 5091 0 -1 1077944384 7447 0 0 0 173 1 0 0 20 0 16 0 14525445 10878976000 388051 18446744073709551615 4194304 4196468 140728491754432 139932972550640 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16831] ppid=16816 vsize=10624000 CPUtime=1.62 cores=0,2,4,6
/proc/16819/task/16831/stat : 16831 (java) S 16816 16819 5091 0 -1 1077944384 6208 0 0 0 161 1 0 0 20 0 16 0 14525445 10878976000 388051 18446744073709551615 4194304 4196468 140728491754432 139932971498096 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16832] ppid=16816 vsize=10624000 CPUtime=0.66 cores=0,2,4,6
/proc/16819/task/16832/stat : 16832 (java) S 16816 16819 5091 0 -1 1077944384 6801 0 0 0 65 1 0 0 20 0 16 0 14525445 10878976000 388051 18446744073709551615 4194304 4196468 140728491754432 139932970445552 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16833] ppid=16816 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/16819/task/16833/stat : 16833 (java) S 16816 16819 5091 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 14525445 10878976000 388051 18446744073709551615 4194304 4196468 140728491754432 139932969393248 139933464295125 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16834] ppid=16816 vsize=10624000 CPUtime=0.1 cores=0,2,4,6
/proc/16819/task/16834/stat : 16834 (java) S 16816 16819 5091 0 -1 1077944384 295 0 0 0 5 5 0 0 20 0 16 0 14525450 10878976000 388051 18446744073709551615 4194304 4196468 140728491754432 139932968339760 139933464296066 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
[pid=16819/tid=16835] ppid=16816 vsize=10624000 CPUtime=238.67 cores=0,2,4,6
/proc/16819/task/16835/stat : 16835 (java) R 16816 16819 5091 0 -1 4202560 12984 0 0 0 23859 8 0 0 20 0 16 0 14525466 10878976000 388051 18446744073709551615 4194304 4196468 140728491754432 139932965146560 139933077669181 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36192256 140728491758026 140728491758155 140728491758155 140728491761615 0
Current children cumulated CPU time (s) 246.58
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 16819 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.017
CPU time (s): 246.603
CPU user time (s): 245.059
CPU system time (s): 1.54405
CPU usage (%): 102.744
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.059
system time used= 1.54405
maximum resident set size= 1552828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46325
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= 8357
involuntary context switches= 350

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.24614 second user time and 1.28202 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-02 09:16:24
IDJOB=4257415
IDBENCH=136008
IDSOLVER=2642
FILE ID=node129/4257415-1501659024
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-ft/BinPacking-tab-ft249-06.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257415-1501659024/watcher-4257415-1501659024 -o /tmp/evaluation-result-4257415-1501659024/solver-4257415-1501659024 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node129-1501657935-16608 --watchdog 300  java -jar HOME/AbsCon-basic.jar HOME/instance-4257415-1501659024.xml

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

MD5SUM BENCH= 0bf4a40729d33496d05cbb52f4946484
RANDOM SEED=1134809801

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:        31624104 kB
MemAvailable:   31819736 kB
Buffers:          127952 kB
Cached:           348368 kB
SwapCached:            0 kB
Active:           488176 kB
Inactive:         250196 kB
Active(anon):     262388 kB
Inactive(anon):     8532 kB
Active(file):     225788 kB
Inactive(file):   241664 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9964 kB
Writeback:             8 kB
AnonPages:        262352 kB
Mapped:            42488 kB
Shmem:              8872 kB
Slab:             113384 kB
SReclaimable:      88032 kB
SUnreclaim:        25352 kB
KernelStack:        3456 kB
PageTables:         5688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1262452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 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:20:24