Trace number 4257396

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-11SAT (TO)5 242.315 240.011

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n1c3w4d.xml
MD5SUMe17d1f270cb1c92567283195f4efc493
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark75.319504
Satisfiable
(Un)Satisfiability was proved
Number of variables117
Number of constraints61
Number of domains2
Minimum domain size30
Maximum domain size37
Distribution of domain sizes[{"size":30,"count":1},{"size":37,"count":116}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":87},{"degree":5,"count":29}]
Minimum constraint arity4
Maximum constraint arity116
Distribution of constraint arities[{"arity":4,"count":58},{"arity":30,"count":1},{"arity":116,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":29},{"type":"lex","count":1},{"type":"sum","count":29},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.38/0.40	
0.38/0.40	AbsCon 2 
0.38/0.40	
0.70/0.61	  Solving XCSP3-instance-4257396-1501659463 as a COP in -infty..+infty
0.70/0.61	  Loading variables...
0.70/0.65	  Loading constraints...
0.95/0.72	  Solver SolverBacktrack being built...
0.95/0.72	
0.95/0.76	  Preprocessing : gac=true, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
0.95/0.76	
6.89/5.52	o 0
7.30/5.75	o 1
22.72/20.86	o 2
23.03/21.18	o 3
56.14/54.04	o 4
174.15/171.90	o 5
242.29/240.00	
242.29/240.00	v <instantiation id='sol6' type='solution' cost='5'>  <list> x b[][] </list>  <values> 5 100 0 0 0 96 54 0 0 93 0 0 0 90 58 0 0 88 58 0 0 88 58 0 0 86 64 0 0 85 0 0 0 84 61 0 0 84 61 0 0 83 34 33 0 83 34 33 0 80 70 0 0 80 68 0 0 79 0 0 0 77 0 0 0 77 0 0 0 74 0 0 0 67 43 40 0 56 49 44 0 54 41 41 0 53 45 45 0 51 48 47 0 40 37 36 31 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>  </instantiation>
242.29/240.00	s SATISFIABLE

Verifier Data

OK	5

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-4257396-1501659463/watcher-4257396-1501659463 -o /tmp/evaluation-result-4257396-1501659463/solver-4257396-1501659463 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501657879-2213 --watchdog 300 java -jar HOME/AbsCon-basic.jar HOME/instance-4257396-1501659463.xml 

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

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.98 2.21 2.72 3/184 2793
/proc/meminfo: memFree=31772508/32770624 swapFree=0/271544
[pid=2793] ppid=2790 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runsolver) D 2790 2793 18930 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 65599794 24240128 106 18446744073709551615 4194304 4338465 140724056874048 140724056871688 140633984623319 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 13733888 140724056879263 140724056879685 140724056879685 140724056883146 0
/proc/2793/statm: 5918 106 53 36 0 2156 0

[startup+0.100147 s]
/proc/loadavg: 1.98 2.21 2.72 3/184 2793
/proc/meminfo: memFree=31772508/32770624 swapFree=0/271544
[pid=2793] ppid=2790 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runsolver) D 2790 2793 18930 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 65599794 24240128 106 18446744073709551615 4194304 4338465 140724056874048 140724056871688 140633984623319 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 13733888 140724056879263 140724056879685 140724056879685 140724056883146 0
/proc/2793/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200281 s]
/proc/loadavg: 1.98 2.21 2.72 3/184 2793
/proc/meminfo: memFree=31772508/32770624 swapFree=0/271544
[pid=2793] ppid=2790 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/2793/stat : 2793 (java) S 2790 2793 18930 0 -1 1077944320 4839 0 0 0 5 0 0 0 20 0 14 0 65599794 10736119808 5882 18446744073709551615 4194304 4196468 140732779566768 140732779549312 140401735044855 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
/proc/2793/statm: 2621123 5882 2569 1 0 2610628 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.300279 s]
/proc/loadavg: 1.98 2.21 2.72 3/184 2793
/proc/meminfo: memFree=31772508/32770624 swapFree=0/271544
[pid=2793] ppid=2790 vsize=10551180 CPUtime=0.17 cores=1,3,5,7
/proc/2793/stat : 2793 (java) S 2790 2793 18930 0 -1 1077944320 6161 0 0 0 16 1 0 0 20 0 15 0 65599794 10804408320 7618 18446744073709551615 4194304 4196468 140732779566768 140732779549312 140401735044855 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
/proc/2793/statm: 2637795 7618 2864 1 0 2627269 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 10551180

[startup+0.700211 s]
/proc/loadavg: 1.98 2.21 2.72 3/184 2793
/proc/meminfo: memFree=31772508/32770624 swapFree=0/271544
[pid=2793] ppid=2790 vsize=10621952 CPUtime=0.95 cores=1,3,5,7
/proc/2793/stat : 2793 (java) S 2790 2793 18930 0 -1 1077944320 12796 0 0 0 90 5 0 0 20 0 16 0 65599794 10876878848 17893 18446744073709551615 4194304 4196468 140732779566768 140732779549312 140401735044855 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
/proc/2793/statm: 2655488 17893 3051 1 0 2644422 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 10621952

[startup+1.50062 s]
/proc/loadavg: 1.98 2.21 2.72 2/197 2827
/proc/meminfo: memFree=31695336/32770624 swapFree=0/271528
[pid=2793] ppid=2790 vsize=10621952 CPUtime=2.45 cores=1,3,5,7
/proc/2793/stat : 2793 (java) S 2790 2793 18930 0 -1 1077944320 17243 0 0 0 239 6 0 0 20 0 16 0 65599794 10876878848 23483 18446744073709551615 4194304 4196468 140732779566768 140732779549312 140401735044855 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
/proc/2793/statm: 2655488 23483 3086 1 0 2644422 0
[pid=2793/tid=2804] ppid=2790 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/2793/task/2804/stat : 2804 (java) S 2790 2793 18930 0 -1 1077944384 6195 0 0 0 19 2 0 0 20 0 16 0 65599804 10876878848 23483 18446744073709551615 4194304 4196468 140732779566768 140401739287728 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2805] ppid=2790 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2805/stat : 2805 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10876878848 23483 18446744073709551615 4194304 4196468 140732779566768 140401346210832 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2806] ppid=2790 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2806/stat : 2806 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10876878848 23483 18446744073709551615 4194304 4196468 140732779566768 140401345158288 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2807] ppid=2790 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2807/stat : 2807 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10876878848 23483 18446744073709551615 4194304 4196468 140732779566768 140401344105232 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2808] ppid=2790 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2808/stat : 2808 (java) S 2790 2793 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 65599805 10876878848 23483 18446744073709551615 4194304 4196468 140732779566768 140401343052688 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2814] ppid=2790 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2814/stat : 2814 (java) S 2790 2793 18930 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 65599806 10876878848 23483 18446744073709551615 4194304 4196468 140732779566768 140401231952112 140401735056002 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2815] ppid=2790 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2815/stat : 2815 (java) S 2790 2793 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65599807 10876878848 23483 18446744073709551615 4194304 4196468 140732779566768 140401230898336 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2816] ppid=2790 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2816/stat : 2816 (java) S 2790 2793 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65599807 10876878848 23483 18446744073709551615 4194304 4196468 140732779566768 140401229845232 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2817] ppid=2790 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2817/stat : 2817 (java) S 2790 2793 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65599809 10876878848 23483 18446744073709551615 4194304 4196468 140732779566768 140401228793808 140401735063451 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2818] ppid=2790 vsize=10621952 CPUtime=0.4 cores=1,3,5,7
/proc/2793/task/2818/stat : 2818 (java) S 2790 2793 18930 0 -1 1077944384 1347 0 0 0 40 0 0 0 20 0 16 0 65599809 10876878848 23483 18446744073709551615 4194304 4196468 140732779566768 140401227741936 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2819] ppid=2790 vsize=10621952 CPUtime=0.39 cores=1,3,5,7
/proc/2793/task/2819/stat : 2819 (java) S 2790 2793 18930 0 -1 1077944384 1104 0 0 0 39 0 0 0 20 0 16 0 65599809 10876878848 23483 18446744073709551615 4194304 4196468 140732779566768 140401226689392 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2820] ppid=2790 vsize=10621952 CPUtime=0.32 cores=1,3,5,7
/proc/2793/task/2820/stat : 2820 (java) S 2790 2793 18930 0 -1 1077944384 1816 0 0 0 32 0 0 0 20 0 16 0 65599809 10876878848 23483 18446744073709551615 4194304 4196468 140732779566768 140401225636336 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2821] ppid=2790 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2821/stat : 2821 (java) S 2790 2793 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65599809 10876878848 23483 18446744073709551615 4194304 4196468 140732779566768 140401224584032 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2823] ppid=2790 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2823/stat : 2823 (java) S 2790 2793 18930 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 16 0 65599817 10876878848 23483 18446744073709551615 4194304 4196468 140732779566768 140401223531056 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2824] ppid=2790 vsize=10621952 CPUtime=1.08 cores=1,3,5,7
/proc/2793/task/2824/stat : 2824 (java) R 2790 2793 18930 0 -1 4202560 5399 0 0 0 106 2 0 0 20 0 16 0 65599834 10876878848 23483 18446744073709551615 4194304 4196468 140732779566768 140401220328656 140401360821736 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 10621952

[startup+3.10062 s]
/proc/loadavg: 1.98 2.21 2.72 4/216 2872
/proc/meminfo: memFree=31638000/32770624 swapFree=0/271552
[pid=2793] ppid=2790 vsize=10624000 CPUtime=4.36 cores=1,3,5,7
/proc/2793/stat : 2793 (java) S 2790 2793 18930 0 -1 1077944320 19820 0 0 0 429 7 0 0 20 0 16 0 65599794 10878976000 23652 18446744073709551615 4194304 4196468 140732779566768 140732779549312 140401735044855 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
/proc/2793/statm: 2656000 23652 3094 1 0 2644934 0
[pid=2793/tid=2804] ppid=2790 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/2793/task/2804/stat : 2804 (java) S 2790 2793 18930 0 -1 1077944384 6195 0 0 0 19 2 0 0 20 0 16 0 65599804 10878976000 23652 18446744073709551615 4194304 4196468 140732779566768 140401739287728 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2805] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2805/stat : 2805 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 23652 18446744073709551615 4194304 4196468 140732779566768 140401346210832 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2806] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2806/stat : 2806 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 23652 18446744073709551615 4194304 4196468 140732779566768 140401345158288 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2807] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2807/stat : 2807 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 23652 18446744073709551615 4194304 4196468 140732779566768 140401344105232 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2808] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2808/stat : 2808 (java) S 2790 2793 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 23652 18446744073709551615 4194304 4196468 140732779566768 140401343052688 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2814] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2814/stat : 2814 (java) S 2790 2793 18930 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 16 0 65599806 10878976000 23652 18446744073709551615 4194304 4196468 140732779566768 140401231952112 140401735056002 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2815] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2815/stat : 2815 (java) S 2790 2793 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65599807 10878976000 23652 18446744073709551615 4194304 4196468 140732779566768 140401230898336 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2816] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2816/stat : 2816 (java) S 2790 2793 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65599807 10878976000 23652 18446744073709551615 4194304 4196468 140732779566768 140401229845232 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2817] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2817/stat : 2817 (java) S 2790 2793 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65599809 10878976000 23652 18446744073709551615 4194304 4196468 140732779566768 140401228793808 140401735063451 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2818] ppid=2790 vsize=10624000 CPUtime=0.56 cores=1,3,5,7
/proc/2793/task/2818/stat : 2818 (java) S 2790 2793 18930 0 -1 1077944384 2038 0 0 0 56 0 0 0 20 0 16 0 65599809 10878976000 23652 18446744073709551615 4194304 4196468 140732779566768 140401227741936 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2819] ppid=2790 vsize=10624000 CPUtime=0.49 cores=1,3,5,7
/proc/2793/task/2819/stat : 2819 (java) S 2790 2793 18930 0 -1 1077944384 1849 0 0 0 49 0 0 0 20 0 16 0 65599809 10878976000 23652 18446744073709551615 4194304 4196468 140732779566768 140401226689392 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2820] ppid=2790 vsize=10624000 CPUtime=0.37 cores=1,3,5,7
/proc/2793/task/2820/stat : 2820 (java) S 2790 2793 18930 0 -1 1077944384 2747 0 0 0 37 0 0 0 20 0 16 0 65599809 10878976000 23652 18446744073709551615 4194304 4196468 140732779566768 140401225636336 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2821] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2821/stat : 2821 (java) S 2790 2793 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65599809 10878976000 23652 18446744073709551615 4194304 4196468 140732779566768 140401224584032 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2823] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2823/stat : 2823 (java) S 2790 2793 18930 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 16 0 65599817 10878976000 23652 18446744073709551615 4194304 4196468 140732779566768 140401223531056 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2824] ppid=2790 vsize=10624000 CPUtime=2.68 cores=1,3,5,7
/proc/2793/task/2824/stat : 2824 (java) R 2790 2793 18930 0 -1 4202560 5517 0 0 0 266 2 0 0 20 0 16 0 65599834 10878976000 23652 18446744073709551615 4194304 4196468 140732779566768 140401220341096 140401360822150 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 10624000

[startup+6.30059 s]
/proc/loadavg: 2.14 2.24 2.72 3/216 2872
/proc/meminfo: memFree=31601404/32770624 swapFree=0/271552
[pid=2793] ppid=2790 vsize=10624000 CPUtime=8.15 cores=1,3,5,7
/proc/2793/stat : 2793 (java) S 2790 2793 18930 0 -1 1077944320 25924 0 0 0 808 7 0 0 20 0 16 0 65599794 10878976000 25188 18446744073709551615 4194304 4196468 140732779566768 140732779549312 140401735044855 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
/proc/2793/statm: 2656000 25188 3095 1 0 2644934 0
[pid=2793/tid=2804] ppid=2790 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/2793/task/2804/stat : 2804 (java) S 2790 2793 18930 0 -1 1077944384 6195 0 0 0 19 2 0 0 20 0 16 0 65599804 10878976000 25188 18446744073709551615 4194304 4196468 140732779566768 140401739287728 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2805] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2805/stat : 2805 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 25188 18446744073709551615 4194304 4196468 140732779566768 140401346210832 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2806] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2806/stat : 2806 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 25188 18446744073709551615 4194304 4196468 140732779566768 140401345158288 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2807] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2807/stat : 2807 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 25188 18446744073709551615 4194304 4196468 140732779566768 140401344105232 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2808] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2808/stat : 2808 (java) S 2790 2793 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 25188 18446744073709551615 4194304 4196468 140732779566768 140401343052688 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2814] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2814/stat : 2814 (java) S 2790 2793 18930 0 -1 1077944384 527 0 0 0 0 0 0 0 20 0 16 0 65599806 10878976000 25188 18446744073709551615 4194304 4196468 140732779566768 140401231952112 140401735056002 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2815] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2815/stat : 2815 (java) S 2790 2793 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65599807 10878976000 25188 18446744073709551615 4194304 4196468 140732779566768 140401230898336 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2816] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2816/stat : 2816 (java) S 2790 2793 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65599807 10878976000 25188 18446744073709551615 4194304 4196468 140732779566768 140401229845232 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2817] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2817/stat : 2817 (java) S 2790 2793 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65599809 10878976000 25188 18446744073709551615 4194304 4196468 140732779566768 140401228793808 140401735063451 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2818] ppid=2790 vsize=10624000 CPUtime=0.79 cores=1,3,5,7
/proc/2793/task/2818/stat : 2818 (java) S 2790 2793 18930 0 -1 1077944384 3421 0 0 0 79 0 0 0 20 0 16 0 65599809 10878976000 25188 18446744073709551615 4194304 4196468 140732779566768 140401227741936 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2819] ppid=2790 vsize=10624000 CPUtime=0.82 cores=1,3,5,7
/proc/2793/task/2819/stat : 2819 (java) S 2790 2793 18930 0 -1 1077944384 3402 0 0 0 82 0 0 0 20 0 16 0 65599809 10878976000 25188 18446744073709551615 4194304 4196468 140732779566768 140401226689392 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2820] ppid=2790 vsize=10624000 CPUtime=0.41 cores=1,3,5,7
/proc/2793/task/2820/stat : 2820 (java) S 2790 2793 18930 0 -1 1077944384 3436 0 0 0 40 1 0 0 20 0 16 0 65599809 10878976000 25188 18446744073709551615 4194304 4196468 140732779566768 140401225636336 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2821] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2821/stat : 2821 (java) S 2790 2793 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65599809 10878976000 25188 18446744073709551615 4194304 4196468 140732779566768 140401224584032 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2823] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2823/stat : 2823 (java) S 2790 2793 18930 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 16 0 65599817 10878976000 25188 18446744073709551615 4194304 4196468 140732779566768 140401223531056 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2824] ppid=2790 vsize=10624000 CPUtime=5.88 cores=1,3,5,7
/proc/2793/task/2824/stat : 2824 (java) R 2790 2793 18930 0 -1 4202560 7467 0 0 0 586 2 0 0 20 0 16 0 65599834 10878976000 25188 18446744073709551615 4194304 4196468 140732779566768 140401220340760 140401360784888 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 10624000

[startup+12.7006 s]
/proc/loadavg: 2.13 2.24 2.72 3/216 2872
/proc/meminfo: memFree=31596308/32770624 swapFree=0/271556
[pid=2793] ppid=2790 vsize=10624000 CPUtime=14.61 cores=1,3,5,7
/proc/2793/stat : 2793 (java) S 2790 2793 18930 0 -1 1077944320 27835 0 0 0 1453 8 0 0 20 0 16 0 65599794 10878976000 25281 18446744073709551615 4194304 4196468 140732779566768 140732779549312 140401735044855 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
/proc/2793/statm: 2656000 25281 3096 1 0 2644934 0
[pid=2793/tid=2804] ppid=2790 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/2793/task/2804/stat : 2804 (java) S 2790 2793 18930 0 -1 1077944384 6195 0 0 0 19 2 0 0 20 0 16 0 65599804 10878976000 25281 18446744073709551615 4194304 4196468 140732779566768 140401739287728 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2805] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2805/stat : 2805 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 25281 18446744073709551615 4194304 4196468 140732779566768 140401346210832 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2806] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2806/stat : 2806 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 25281 18446744073709551615 4194304 4196468 140732779566768 140401345158288 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2807] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2807/stat : 2807 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 25281 18446744073709551615 4194304 4196468 140732779566768 140401344105232 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2808] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2808/stat : 2808 (java) S 2790 2793 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 25281 18446744073709551615 4194304 4196468 140732779566768 140401343052688 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2814] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2814/stat : 2814 (java) S 2790 2793 18930 0 -1 1077944384 565 0 0 0 0 0 0 0 20 0 16 0 65599806 10878976000 25281 18446744073709551615 4194304 4196468 140732779566768 140401231952112 140401735056002 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0

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

/proc/meminfo: memFree=31584268/32770624 swapFree=0/271568
[pid=2793] ppid=2790 vsize=10624000 CPUtime=104.53 cores=1,3,5,7
/proc/2793/stat : 2793 (java) S 2790 2793 18930 0 -1 1077944320 40591 0 0 0 10444 9 0 0 20 0 16 0 65599794 10878976000 26402 18446744073709551615 4194304 4196468 140732779566768 140732779549312 140401735044855 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
/proc/2793/statm: 2656000 26402 3106 1 0 2644934 0
[pid=2793/tid=2804] ppid=2790 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/2793/task/2804/stat : 2804 (java) S 2790 2793 18930 0 -1 1077944384 6195 0 0 0 19 2 0 0 20 0 16 0 65599804 10878976000 26402 18446744073709551615 4194304 4196468 140732779566768 140401739287728 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2805] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2805/stat : 2805 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 26402 18446744073709551615 4194304 4196468 140732779566768 140401346210832 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2806] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2806/stat : 2806 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 26402 18446744073709551615 4194304 4196468 140732779566768 140401345158288 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2807] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2807/stat : 2807 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 26402 18446744073709551615 4194304 4196468 140732779566768 140401344105232 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2808] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2808/stat : 2808 (java) S 2790 2793 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 26402 18446744073709551615 4194304 4196468 140732779566768 140401343052688 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2814] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2814/stat : 2814 (java) S 2790 2793 18930 0 -1 1077944384 737 0 0 0 0 0 0 0 20 0 16 0 65599806 10878976000 26402 18446744073709551615 4194304 4196468 140732779566768 140401231952112 140401735056002 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2815] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2815/stat : 2815 (java) S 2790 2793 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65599807 10878976000 26402 18446744073709551615 4194304 4196468 140732779566768 140401230898336 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2816] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2816/stat : 2816 (java) S 2790 2793 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65599807 10878976000 26402 18446744073709551615 4194304 4196468 140732779566768 140401229845232 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2817] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2817/stat : 2817 (java) S 2790 2793 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65599809 10878976000 26402 18446744073709551615 4194304 4196468 140732779566768 140401228793808 140401735063451 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2818] ppid=2790 vsize=10624000 CPUtime=0.96 cores=1,3,5,7
/proc/2793/task/2818/stat : 2818 (java) S 2790 2793 18930 0 -1 1077944384 6897 0 0 0 95 1 0 0 20 0 16 0 65599809 10878976000 26402 18446744073709551615 4194304 4196468 140732779566768 140401227741936 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2819] ppid=2790 vsize=10624000 CPUtime=0.94 cores=1,3,5,7
/proc/2793/task/2819/stat : 2819 (java) S 2790 2793 18930 0 -1 1077944384 5735 0 0 0 94 0 0 0 20 0 16 0 65599809 10878976000 26402 18446744073709551615 4194304 4196468 140732779566768 140401226689392 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2820] ppid=2790 vsize=10624000 CPUtime=0.47 cores=1,3,5,7
/proc/2793/task/2820/stat : 2820 (java) S 2790 2793 18930 0 -1 1077944384 7136 0 0 0 46 1 0 0 20 0 16 0 65599809 10878976000 26402 18446744073709551615 4194304 4196468 140732779566768 140401225636336 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2821] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2821/stat : 2821 (java) S 2790 2793 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65599809 10878976000 26402 18446744073709551615 4194304 4196468 140732779566768 140401224584032 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2823] ppid=2790 vsize=10624000 CPUtime=0.01 cores=1,3,5,7
/proc/2793/task/2823/stat : 2823 (java) S 2790 2793 18930 0 -1 1077944384 682 0 0 0 0 1 0 0 20 0 16 0 65599817 10878976000 26402 18446744073709551615 4194304 4196468 140732779566768 140401223531056 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2824] ppid=2790 vsize=10624000 CPUtime=101.89 cores=1,3,5,7
/proc/2793/task/2824/stat : 2824 (java) R 2790 2793 18930 0 -1 4202560 11847 0 0 0 10186 3 0 0 20 0 16 0 65599834 10878976000 26402 18446744073709551615 4194304 4196468 140732779566768 140401220341208 140401361715919 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
Current children cumulated CPU time (s) 104.53
Current children cumulated vsize (KiB) 10624000

[startup+162.301 s]
/proc/loadavg: 2.01 2.13 2.61 3/215 2877
/proc/meminfo: memFree=31567624/32770624 swapFree=0/271588
[pid=2793] ppid=2790 vsize=10624000 CPUtime=164.55 cores=1,3,5,7
/proc/2793/stat : 2793 (java) S 2790 2793 18930 0 -1 1077944320 41461 0 0 0 16445 10 0 0 20 0 16 0 65599794 10878976000 30463 18446744073709551615 4194304 4196468 140732779566768 140732779549312 140401735044855 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
/proc/2793/statm: 2656000 30463 3106 1 0 2644934 0
[pid=2793/tid=2804] ppid=2790 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/2793/task/2804/stat : 2804 (java) S 2790 2793 18930 0 -1 1077944384 6195 0 0 0 19 2 0 0 20 0 16 0 65599804 10878976000 30463 18446744073709551615 4194304 4196468 140732779566768 140401739287728 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2805] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2805/stat : 2805 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 30463 18446744073709551615 4194304 4196468 140732779566768 140401346210832 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2806] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2806/stat : 2806 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 30463 18446744073709551615 4194304 4196468 140732779566768 140401345158288 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2807] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2807/stat : 2807 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 30463 18446744073709551615 4194304 4196468 140732779566768 140401344105232 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2808] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2808/stat : 2808 (java) S 2790 2793 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 30463 18446744073709551615 4194304 4196468 140732779566768 140401343052688 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2814] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2814/stat : 2814 (java) S 2790 2793 18930 0 -1 1077944384 743 0 0 0 0 0 0 0 20 0 16 0 65599806 10878976000 30463 18446744073709551615 4194304 4196468 140732779566768 140401231952112 140401735056002 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2815] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2815/stat : 2815 (java) S 2790 2793 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65599807 10878976000 30463 18446744073709551615 4194304 4196468 140732779566768 140401230898336 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2816] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2816/stat : 2816 (java) S 2790 2793 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65599807 10878976000 30463 18446744073709551615 4194304 4196468 140732779566768 140401229845232 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2817] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2817/stat : 2817 (java) S 2790 2793 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65599809 10878976000 30463 18446744073709551615 4194304 4196468 140732779566768 140401228793808 140401735063451 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2818] ppid=2790 vsize=10624000 CPUtime=0.97 cores=1,3,5,7
/proc/2793/task/2818/stat : 2818 (java) S 2790 2793 18930 0 -1 1077944384 7258 0 0 0 96 1 0 0 20 0 16 0 65599809 10878976000 30463 18446744073709551615 4194304 4196468 140732779566768 140401227741936 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2819] ppid=2790 vsize=10624000 CPUtime=0.95 cores=1,3,5,7
/proc/2793/task/2819/stat : 2819 (java) S 2790 2793 18930 0 -1 1077944384 5819 0 0 0 95 0 0 0 20 0 16 0 65599809 10878976000 30463 18446744073709551615 4194304 4196468 140732779566768 140401226689392 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2820] ppid=2790 vsize=10624000 CPUtime=0.47 cores=1,3,5,7
/proc/2793/task/2820/stat : 2820 (java) S 2790 2793 18930 0 -1 1077944384 7144 0 0 0 46 1 0 0 20 0 16 0 65599809 10878976000 30463 18446744073709551615 4194304 4196468 140732779566768 140401225636336 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2821] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2821/stat : 2821 (java) S 2790 2793 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65599809 10878976000 30463 18446744073709551615 4194304 4196468 140732779566768 140401224584032 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2823] ppid=2790 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/2793/task/2823/stat : 2823 (java) S 2790 2793 18930 0 -1 1077944384 709 0 0 0 0 2 0 0 20 0 16 0 65599817 10878976000 30463 18446744073709551615 4194304 4196468 140732779566768 140401223531056 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2824] ppid=2790 vsize=10624000 CPUtime=161.88 cores=1,3,5,7
/proc/2793/task/2824/stat : 2824 (java) R 2790 2793 18930 0 -1 4202560 12231 0 0 0 16185 3 0 0 20 0 16 0 65599834 10878976000 30463 18446744073709551615 4194304 4196468 140732779566768 140401220339128 140401361715278 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
Current children cumulated CPU time (s) 164.55
Current children cumulated vsize (KiB) 10624000

[startup+222.306 s]
/proc/loadavg: 2.00 2.11 2.57 3/214 2879
/proc/meminfo: memFree=31563288/32770624 swapFree=0/271604
[pid=2793] ppid=2790 vsize=10624000 CPUtime=224.58 cores=1,3,5,7
/proc/2793/stat : 2793 (java) S 2790 2793 18930 0 -1 1077944320 42441 0 0 0 22447 11 0 0 20 0 16 0 65599794 10878976000 30987 18446744073709551615 4194304 4196468 140732779566768 140732779549312 140401735044855 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
/proc/2793/statm: 2656000 30987 3106 1 0 2644934 0
[pid=2793/tid=2804] ppid=2790 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/2793/task/2804/stat : 2804 (java) S 2790 2793 18930 0 -1 1077944384 6195 0 0 0 19 2 0 0 20 0 16 0 65599804 10878976000 30987 18446744073709551615 4194304 4196468 140732779566768 140401739287728 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2805] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2805/stat : 2805 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 30987 18446744073709551615 4194304 4196468 140732779566768 140401346210832 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2806] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2806/stat : 2806 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 30987 18446744073709551615 4194304 4196468 140732779566768 140401345158288 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2807] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2807/stat : 2807 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 30987 18446744073709551615 4194304 4196468 140732779566768 140401344105232 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2808] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2808/stat : 2808 (java) S 2790 2793 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 30987 18446744073709551615 4194304 4196468 140732779566768 140401343052688 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2814] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2814/stat : 2814 (java) S 2790 2793 18930 0 -1 1077944384 800 0 0 0 0 0 0 0 20 0 16 0 65599806 10878976000 30987 18446744073709551615 4194304 4196468 140732779566768 140401231952112 140401735056002 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2815] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2815/stat : 2815 (java) S 2790 2793 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65599807 10878976000 30987 18446744073709551615 4194304 4196468 140732779566768 140401230898336 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2816] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2816/stat : 2816 (java) S 2790 2793 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65599807 10878976000 30987 18446744073709551615 4194304 4196468 140732779566768 140401229845232 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2817] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2817/stat : 2817 (java) S 2790 2793 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65599809 10878976000 30987 18446744073709551615 4194304 4196468 140732779566768 140401228793808 140401735063451 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2818] ppid=2790 vsize=10624000 CPUtime=0.97 cores=1,3,5,7
/proc/2793/task/2818/stat : 2818 (java) S 2790 2793 18930 0 -1 1077944384 7373 0 0 0 96 1 0 0 20 0 16 0 65599809 10878976000 30987 18446744073709551615 4194304 4196468 140732779566768 140401227741936 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2819] ppid=2790 vsize=10624000 CPUtime=0.95 cores=1,3,5,7
/proc/2793/task/2819/stat : 2819 (java) S 2790 2793 18930 0 -1 1077944384 5822 0 0 0 95 0 0 0 20 0 16 0 65599809 10878976000 30987 18446744073709551615 4194304 4196468 140732779566768 140401226689392 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2820] ppid=2790 vsize=10624000 CPUtime=0.48 cores=1,3,5,7
/proc/2793/task/2820/stat : 2820 (java) S 2790 2793 18930 0 -1 1077944384 7311 0 0 0 47 1 0 0 20 0 16 0 65599809 10878976000 30987 18446744073709551615 4194304 4196468 140732779566768 140401225636336 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2821] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2821/stat : 2821 (java) S 2790 2793 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65599809 10878976000 30987 18446744073709551615 4194304 4196468 140732779566768 140401224584032 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2823] ppid=2790 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/2793/task/2823/stat : 2823 (java) S 2790 2793 18930 0 -1 1077944384 736 0 0 0 1 3 0 0 20 0 16 0 65599817 10878976000 30987 18446744073709551615 4194304 4196468 140732779566768 140401223531056 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2824] ppid=2790 vsize=10624000 CPUtime=221.88 cores=1,3,5,7
/proc/2793/task/2824/stat : 2824 (java) R 2790 2793 18930 0 -1 4202560 12842 0 0 0 22185 3 0 0 20 0 16 0 65599834 10878976000 30987 18446744073709551615 4194304 4196468 140732779566768 140401220338240 140401361715650 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
Current children cumulated CPU time (s) 224.58
Current children cumulated vsize (KiB) 10624000



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.00 2.10 2.56 3/214 2879
/proc/meminfo: memFree=31563412/32770624 swapFree=0/271608
[pid=2793] ppid=2790 vsize=10624000 CPUtime=242.29 cores=1,3,5,7
/proc/2793/stat : 2793 (java) S 2790 2793 18930 0 -1 1077944320 42529 0 0 0 24218 11 0 0 20 0 16 0 65599794 10878976000 30988 18446744073709551615 4194304 4196468 140732779566768 140732779549312 140401735044855 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
/proc/2793/statm: 2656000 30988 3106 1 0 2644934 0
[pid=2793/tid=2804] ppid=2790 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/2793/task/2804/stat : 2804 (java) S 2790 2793 18930 0 -1 1077944384 6195 0 0 0 19 2 0 0 20 0 16 0 65599804 10878976000 30988 18446744073709551615 4194304 4196468 140732779566768 140401739287728 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2805] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2805/stat : 2805 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 30988 18446744073709551615 4194304 4196468 140732779566768 140401346210832 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2806] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2806/stat : 2806 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 30988 18446744073709551615 4194304 4196468 140732779566768 140401345158288 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2807] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2807/stat : 2807 (java) S 2790 2793 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 30988 18446744073709551615 4194304 4196468 140732779566768 140401344105232 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2808] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2808/stat : 2808 (java) S 2790 2793 18930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 65599805 10878976000 30988 18446744073709551615 4194304 4196468 140732779566768 140401343052688 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2814] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2814/stat : 2814 (java) S 2790 2793 18930 0 -1 1077944384 800 0 0 0 0 0 0 0 20 0 16 0 65599806 10878976000 30988 18446744073709551615 4194304 4196468 140732779566768 140401231952112 140401735056002 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2815] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2815/stat : 2815 (java) S 2790 2793 18930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 65599807 10878976000 30988 18446744073709551615 4194304 4196468 140732779566768 140401230898336 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2816] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2816/stat : 2816 (java) S 2790 2793 18930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65599807 10878976000 30988 18446744073709551615 4194304 4196468 140732779566768 140401229845232 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2817] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2817/stat : 2817 (java) S 2790 2793 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65599809 10878976000 30988 18446744073709551615 4194304 4196468 140732779566768 140401228793808 140401735063451 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2818] ppid=2790 vsize=10624000 CPUtime=0.97 cores=1,3,5,7
/proc/2793/task/2818/stat : 2818 (java) S 2790 2793 18930 0 -1 1077944384 7373 0 0 0 96 1 0 0 20 0 16 0 65599809 10878976000 30988 18446744073709551615 4194304 4196468 140732779566768 140401227741936 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2819] ppid=2790 vsize=10624000 CPUtime=0.97 cores=1,3,5,7
/proc/2793/task/2819/stat : 2819 (java) S 2790 2793 18930 0 -1 1077944384 5899 0 0 0 97 0 0 0 20 0 16 0 65599809 10878976000 30988 18446744073709551615 4194304 4196468 140732779566768 140401226689392 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2820] ppid=2790 vsize=10624000 CPUtime=0.48 cores=1,3,5,7
/proc/2793/task/2820/stat : 2820 (java) S 2790 2793 18930 0 -1 1077944384 7312 0 0 0 47 1 0 0 20 0 16 0 65599809 10878976000 30988 18446744073709551615 4194304 4196468 140732779566768 140401225636336 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2821] ppid=2790 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/2793/task/2821/stat : 2821 (java) S 2790 2793 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65599809 10878976000 30988 18446744073709551615 4194304 4196468 140732779566768 140401224584032 140401735055061 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2823] ppid=2790 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/2793/task/2823/stat : 2823 (java) S 2790 2793 18930 0 -1 1077944384 736 0 0 0 1 3 0 0 20 0 16 0 65599817 10878976000 30988 18446744073709551615 4194304 4196468 140732779566768 140401223531056 140401735056002 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
[pid=2793/tid=2824] ppid=2790 vsize=10624000 CPUtime=239.58 cores=1,3,5,7
/proc/2793/task/2824/stat : 2824 (java) R 2790 2793 18930 0 -1 4202560 12852 0 0 0 23955 3 0 0 20 0 16 0 65599834 10878976000 30988 18446744073709551615 4194304 4196468 140732779566768 140401220336432 140401360600164 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13971456 140732779569609 140732779569738 140732779569738 140732779573199 0
Current children cumulated CPU time (s) 242.29
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 2793 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.011
CPU time (s): 242.315
CPU user time (s): 242.2
CPU system time (s): 0.115054
CPU usage (%): 100.96
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 242.2
system time used= 0.115054
maximum resident set size= 130628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42798
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= 7619
involuntary context switches= 92

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.04751 second user time and 1.25397 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-02 09:23:25
IDJOB=4257396
IDBENCH=136757
IDSOLVER=2642
FILE ID=node132/4257396-1501659463
RUNJOBID= node132-1501657879-2213
PBS_JOBID= 
Free space on /tmp= 61872 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n1c3w4d.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257396-1501659463/watcher-4257396-1501659463 -o /tmp/evaluation-result-4257396-1501659463/solver-4257396-1501659463 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501657879-2213 --watchdog 300  java -jar HOME/AbsCon-basic.jar HOME/instance-4257396-1501659463.xml

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

MD5SUM BENCH= e17d1f270cb1c92567283195f4efc493
RANDOM SEED=1257049014

node132.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.74
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
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.74
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
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.74
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
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.74
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31772892 kB
MemAvailable:   32006804 kB
Buffers:          154208 kB
Cached:           374920 kB
SwapCached:            0 kB
Active:           287968 kB
Inactive:         295988 kB
Active(anon):      55612 kB
Inactive(anon):    24444 kB
Active(file):     232356 kB
Inactive(file):   271544 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7840 kB
Writeback:             0 kB
AnonPages:         54544 kB
Mapped:            39032 kB
Shmem:             25276 kB
Slab:             118104 kB
SReclaimable:      91696 kB
SUnreclaim:        26408 kB
KernelStack:        3216 kB
PageTables:         4592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 61864 MiB
End job on node132 at 2017-08-02 09:27:25