Trace number 4262161

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
Concrete 3.4OPT16 12.3643 5.9370399

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-06.xml
MD5SUM961ba47a71bb5a6b7e86e986065c296e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark0.188172
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints74
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":30},{"size":9,"count":30}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":30},{"degree":7,"count":4},{"degree":8,"count":14},{"degree":10,"count":12}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":30},{"arity":3,"count":14},{"arity":4,"count":4},{"arity":6,"count":14},{"arity":9,"count":12}]
Number of extensional constraints44
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":44},{"type":"sum","count":30}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

3.51/2.22	c Concrete v3.4 running
7.04/3.89	o 12
7.26/3.94	o 16
12.31/5.92	v <instantiation cost="16">
12.31/5.92	v       <list>
12.31/5.92	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5]
12.31/5.92	v       </list>
12.31/5.92	v       <values>
12.31/5.92	v         1 1 0 1 1 0 1 1 0 1 1 0 0 0 0 0 0 0 1 1 0 1 1 0 1 1 0 1 1 0 3 3 4 3 3 2 3 3 4 3 3 2 4 4 4 4 4 2 3 3 4 3 3 2 3 3 4 3 3 2
12.31/5.92	v       </values>
12.31/5.92	v     </instantiation>
12.31/5.92	s OPTIMUM FOUND

Verifier Data

OK	16

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-4262161-1502422166/watcher-4262161-1502422166 -o /tmp/evaluation-result-4262161-1502422166/solver-4262161-1502422166 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4884 --watchdog 2580 bin/concrete HOME/instance-4262161-1502422166.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.08 1.88 1.80 2/199 6830
/proc/meminfo: memFree=29585964/32770624 swapFree=0/425120
[pid=6830] ppid=6827 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/6830/stat : 6830 (runsolver) D 6827 6830 4821 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 90031786 24240128 107 18446744073709551615 4194304 4338465 140727560516432 140727560514072 139944593416919 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 12410880 140727560523985 140727560524361 140727560524361 140727560527818 0
/proc/6830/statm: 5918 107 54 36 0 2156 0

[startup+0.100062 s]
/proc/loadavg: 2.08 1.88 1.80 2/199 6830
/proc/meminfo: memFree=29585964/32770624 swapFree=0/425120
[pid=6830] ppid=6827 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/6830/stat : 6830 (bash) S 6827 6830 4821 0 -1 4202496 683 1545 0 0 0 0 0 0 20 0 1 0 90031786 9736192 352 18446744073709551615 4194304 5098028 140720405629360 140720405627000 140058846833664 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 9 0 0 7196144 7232144 32116736 140720405631508 140720405631593 140720405631593 140720405635050 0
/proc/6830/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200268 s]
/proc/loadavg: 2.08 1.88 1.80 2/199 6830
/proc/meminfo: memFree=29585964/32770624 swapFree=0/425120
[pid=6830] ppid=6827 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/6830/stat : 6830 (bash) S 6827 6830 4821 0 -1 4202496 894 6489 0 0 0 0 0 1 20 0 1 0 90031786 9867264 377 18446744073709551615 4194304 5098028 140720405629360 140720405623368 140058846833664 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 9 0 0 7196144 7232144 32116736 140720405631508 140720405631593 140720405631593 140720405635050 0
/proc/6830/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300341 s]
/proc/loadavg: 2.08 1.88 1.80 2/199 6830
/proc/meminfo: memFree=29585964/32770624 swapFree=0/425120
[pid=6830] ppid=6827 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/6830/stat : 6830 (java) S 6827 6830 4821 0 -1 1077944320 5822 12686 0 0 5 1 5 3 20 0 14 0 90031786 14241083392 5502 18446744073709551615 4194304 4196468 140730842159200 140730842141744 139697216839415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
/proc/6830/statm: 3476827 5502 2568 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700172 s]
/proc/loadavg: 2.08 1.88 1.80 2/199 6830
/proc/meminfo: memFree=29585964/32770624 swapFree=0/425120
[pid=6830] ppid=6827 vsize=13974784 CPUtime=0.66 cores=0,2,4,6
/proc/6830/stat : 6830 (java) S 6827 6830 4821 0 -1 1077944320 13881 12686 0 0 53 5 5 3 20 0 15 0 90031786 14310178816 14326 18446744073709551615 4194304 4196468 140730842159200 140730842141744 139697216839415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
/proc/6830/statm: 3493696 14326 3108 1 0 3482965 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 13974784

[startup+1.50451 s]
/proc/loadavg: 2.08 1.88 1.80 3/214 6893
/proc/meminfo: memFree=29492728/32770624 swapFree=0/425200
[pid=6830] ppid=6827 vsize=13985408 CPUtime=1.87 cores=0,2,4,6
/proc/6830/stat : 6830 (java) S 6827 6830 4821 0 -1 1077944320 25798 12686 0 0 171 8 5 3 20 0 15 0 90031786 14321057792 36053 18446744073709551615 4194304 4196468 140730842159200 140730842141744 139697216839415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
/proc/6830/statm: 3496352 36053 3344 1 0 3485525 0
[pid=6830/tid=6880] ppid=6827 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/6830/task/6880/stat : 6880 (java) S 6827 6830 4821 0 -1 1077944384 20415 12686 0 0 115 6 5 3 20 0 15 0 90031807 14321057792 36053 18446744073709551615 4194304 4196468 140730842159200 139697221058416 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6881] ppid=6827 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6881/stat : 6881 (java) S 6827 6830 4821 0 -1 1077944384 27 12686 0 0 0 0 5 3 20 0 15 0 90031808 14321057792 36053 18446744073709551615 4194304 4196468 140730842159200 139697173805456 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6882] ppid=6827 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6882/stat : 6882 (java) S 6827 6830 4821 0 -1 1077944384 20 12686 0 0 0 0 5 3 20 0 15 0 90031808 14321057792 36053 18446744073709551615 4194304 4196468 140730842159200 139697172752656 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6883] ppid=6827 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6883/stat : 6883 (java) S 6827 6830 4821 0 -1 1077944384 175 12686 0 0 0 0 5 3 20 0 15 0 90031808 14321057792 36053 18446744073709551615 4194304 4196468 140730842159200 139697171700368 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6884] ppid=6827 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6884/stat : 6884 (java) S 6827 6830 4821 0 -1 1077944384 27 12686 0 0 0 0 5 3 20 0 15 0 90031808 14321057792 36053 18446744073709551615 4194304 4196468 140730842159200 139697170647568 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6885] ppid=6827 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6885/stat : 6885 (java) R 6827 6830 4821 0 -1 4202560 25 12686 0 0 0 0 5 3 20 0 15 0 90031809 14321057792 36053 18446744073709551615 4194304 4196468 140730842159200 139696133096576 139697201904160 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6886] ppid=6827 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6886/stat : 6886 (java) S 6827 6830 4821 0 -1 1077944384 33 12686 0 0 0 0 5 3 20 0 15 0 90031810 14321057792 36053 18446744073709551615 4194304 4196468 140730842159200 139696132044064 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6887] ppid=6827 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6887/stat : 6887 (java) S 6827 6830 4821 0 -1 1077944384 21 12686 0 0 0 0 5 3 20 0 15 0 90031810 14321057792 36053 18446744073709551615 4194304 4196468 140730842159200 139696130991728 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6888] ppid=6827 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6888/stat : 6888 (java) S 6827 6830 4821 0 -1 1077944384 3 12686 0 0 0 0 5 3 20 0 15 0 90031813 14321057792 36053 18446744073709551615 4194304 4196468 140730842159200 139696129940048 139697216858011 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6889] ppid=6827 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/6830/task/6889/stat : 6889 (java) S 6827 6830 4821 0 -1 1077944384 974 12686 0 0 15 0 5 3 20 0 15 0 90031813 14321057792 36053 18446744073709551615 4194304 4196468 140730842159200 139696128886896 139697216850562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6890] ppid=6827 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/6830/task/6890/stat : 6890 (java) S 6827 6830 4821 0 -1 1077944384 680 12686 0 0 15 0 5 3 20 0 15 0 90031813 14321057792 36053 18446744073709551615 4194304 4196468 140730842159200 139696127834096 139697216850562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6891] ppid=6827 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/6830/task/6891/stat : 6891 (java) S 6827 6830 4821 0 -1 1077944384 1241 12686 0 0 23 0 5 3 20 0 15 0 90031813 14321057792 36053 18446744073709551615 4194304 4196468 140730842159200 139696126777184 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6892] ppid=6827 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6892/stat : 6892 (java) S 6827 6830 4821 0 -1 1077944384 3 12686 0 0 0 0 5 3 20 0 15 0 90031813 14321057792 36053 18446744073709551615 4194304 4196468 140730842159200 139696125729248 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6893] ppid=6827 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6893/stat : 6893 (java) S 6827 6830 4821 0 -1 1077944384 3 12686 0 0 0 0 5 3 20 0 15 0 90031818 14321057792 36053 18446744073709551615 4194304 4196468 140730842159200 139696124677040 139697216850562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 13985408

[startup+3.1006 s]
/proc/loadavg: 2.31 1.94 1.81 5/214 6893
/proc/meminfo: memFree=29365260/32770624 swapFree=0/425200
[pid=6830] ppid=6827 vsize=13999932 CPUtime=5.44 cores=0,2,4,6
/proc/6830/stat : 6830 (java) S 6827 6830 4821 0 -1 1077944320 39440 12686 0 0 521 15 5 3 20 0 15 0 90031786 14335930368 55171 18446744073709551615 4194304 4196468 140730842159200 140730842141744 139697216839415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
/proc/6830/statm: 3499983 55171 3440 1 0 3488597 0
[pid=6830/tid=6880] ppid=6827 vsize=13999932 CPUtime=2.86 cores=0,2,4,6
/proc/6830/task/6880/stat : 6880 (java) R 6827 6830 4821 0 -1 4202560 28933 12686 0 0 269 9 5 3 20 0 15 0 90031807 14335930368 55171 18446744073709551615 4194304 4196468 140730842159200 139697221071552 139697216851350 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6881] ppid=6827 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/6830/task/6881/stat : 6881 (java) S 6827 6830 4821 0 -1 1077944384 42 12686 0 0 1 0 5 3 20 0 15 0 90031808 14335930368 55171 18446744073709551615 4194304 4196468 140730842159200 139697173805456 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6882] ppid=6827 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/6830/task/6882/stat : 6882 (java) S 6827 6830 4821 0 -1 1077944384 27 12686 0 0 1 0 5 3 20 0 15 0 90031808 14335930368 55171 18446744073709551615 4194304 4196468 140730842159200 139697172752656 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6883] ppid=6827 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/6830/task/6883/stat : 6883 (java) S 6827 6830 4821 0 -1 1077944384 182 12686 0 0 1 0 5 3 20 0 15 0 90031808 14335930368 55171 18446744073709551615 4194304 4196468 140730842159200 139697171700368 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6884] ppid=6827 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6884/stat : 6884 (java) S 6827 6830 4821 0 -1 1077944384 47 12686 0 0 0 0 5 3 20 0 15 0 90031808 14335930368 55171 18446744073709551615 4194304 4196468 140730842159200 139697170647568 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6885] ppid=6827 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/6830/task/6885/stat : 6885 (java) S 6827 6830 4821 0 -1 1077944384 649 12686 0 0 1 0 5 3 20 0 15 0 90031809 14335930368 55171 18446744073709551615 4194304 4196468 140730842159200 139696133098096 139697216850562 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6886] ppid=6827 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6886/stat : 6886 (java) S 6827 6830 4821 0 -1 1077944384 55 12686 0 0 0 0 5 3 20 0 15 0 90031810 14335930368 55171 18446744073709551615 4194304 4196468 140730842159200 139696132044128 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6887] ppid=6827 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6887/stat : 6887 (java) S 6827 6830 4821 0 -1 1077944384 44 12686 0 0 0 0 5 3 20 0 15 0 90031810 14335930368 55171 18446744073709551615 4194304 4196468 140730842159200 139696130991728 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6888] ppid=6827 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6888/stat : 6888 (java) S 6827 6830 4821 0 -1 1077944384 3 12686 0 0 0 0 5 3 20 0 15 0 90031813 14335930368 55171 18446744073709551615 4194304 4196468 140730842159200 139696129940048 139697216858011 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6889] ppid=6827 vsize=13999932 CPUtime=0.71 cores=0,2,4,6
/proc/6830/task/6889/stat : 6889 (java) S 6827 6830 4821 0 -1 1077944384 1799 12686 0 0 63 0 5 3 20 0 15 0 90031813 14335930368 55171 18446744073709551615 4194304 4196468 140730842159200 139696128886896 139697216850562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6890] ppid=6827 vsize=13999932 CPUtime=0.96 cores=0,2,4,6
/proc/6830/task/6890/stat : 6890 (java) R 6827 6830 4821 0 -1 1077944384 2453 12686 0 0 88 0 5 3 20 0 15 0 90031813 14335930368 55171 18446744073709551615 4194304 4196468 140730842159200 139696127834096 139697216850562 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6891] ppid=6827 vsize=13999932 CPUtime=1.03 cores=0,2,4,6
/proc/6830/task/6891/stat : 6891 (java) R 6827 6830 4821 0 -1 4202560 3050 12686 0 0 94 1 5 3 20 0 15 0 90031813 14335930368 55171 18446744073709551615 4194304 4196468 140730842159200 139696126781808 139697209076542 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6892] ppid=6827 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6892/stat : 6892 (java) S 6827 6830 4821 0 -1 1077944384 3 12686 0 0 0 0 5 3 20 0 15 0 90031813 14335930368 55171 18446744073709551615 4194304 4196468 140730842159200 139696125729248 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6893] ppid=6827 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6893/stat : 6893 (java) S 6827 6830 4821 0 -1 1077944384 3 12686 0 0 0 0 5 3 20 0 15 0 90031818 14335930368 55171 18446744073709551615 4194304 4196468 140730842159200 139696124677040 139697216850562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 13999932

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 6830 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20079 s]
/proc/loadavg: 2.31 1.94 1.81 5/214 6893
/proc/meminfo: memFree=29365260/32770624 swapFree=0/425200
[pid=6830] ppid=6827 vsize=13999932 CPUtime=5.7 cores=0,2,4,6
/proc/6830/stat : 6830 (java) S 6827 6830 4821 0 -1 1077944320 40019 12686 0 0 546 16 5 3 20 0 15 0 90031786 14335930368 59772 18446744073709551615 4194304 4196468 140730842159200 140730842141744 139697216839415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
/proc/6830/statm: 3499983 59772 3440 1 0 3488597 0
[pid=6830/tid=6880] ppid=6827 vsize=13999932 CPUtime=2.93 cores=0,2,4,6
/proc/6830/task/6880/stat : 6880 (java) S 6827 6830 4821 0 -1 1077944384 29260 12686 0 0 276 9 5 3 20 0 15 0 90031807 14335930368 59772 18446744073709551615 4194304 4196468 140730842159200 139697221053360 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6881] ppid=6827 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/6830/task/6881/stat : 6881 (java) S 6827 6830 4821 0 -1 1077944384 46 12686 0 0 2 0 5 3 20 0 15 0 90031808 14335930368 59772 18446744073709551615 4194304 4196468 140730842159200 139697173805456 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6882] ppid=6827 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/6830/task/6882/stat : 6882 (java) S 6827 6830 4821 0 -1 1077944384 43 12686 0 0 2 0 5 3 20 0 15 0 90031808 14335930368 59772 18446744073709551615 4194304 4196468 140730842159200 139697172752656 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6883] ppid=6827 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/6830/task/6883/stat : 6883 (java) S 6827 6830 4821 0 -1 1077944384 192 12686 0 0 1 0 5 3 20 0 15 0 90031808 14335930368 59772 18446744073709551615 4194304 4196468 140730842159200 139697171700368 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6884] ppid=6827 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/6830/task/6884/stat : 6884 (java) S 6827 6830 4821 0 -1 1077944384 59 12686 0 0 1 0 5 3 20 0 15 0 90031808 14335930368 59772 18446744073709551615 4194304 4196468 140730842159200 139697170647568 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6885] ppid=6827 vsize=13999932 CPUtime=0.1 cores=0,2,4,6
/proc/6830/task/6885/stat : 6885 (java) R 6827 6830 4821 0 -1 4202560 672 12686 0 0 2 0 5 3 20 0 15 0 90031809 14335930368 59772 18446744073709551615 4194304 4196468 140730842159200 139696133096384 139697201835483 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6886] ppid=6827 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6886/stat : 6886 (java) S 6827 6830 4821 0 -1 1077944384 55 12686 0 0 0 0 5 3 20 0 15 0 90031810 14335930368 59772 18446744073709551615 4194304 4196468 140730842159200 139696132044128 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6887] ppid=6827 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6887/stat : 6887 (java) S 6827 6830 4821 0 -1 1077944384 44 12686 0 0 0 0 5 3 20 0 15 0 90031810 14335930368 59772 18446744073709551615 4194304 4196468 140730842159200 139696130991728 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6888] ppid=6827 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6888/stat : 6888 (java) S 6827 6830 4821 0 -1 1077944384 3 12686 0 0 0 0 5 3 20 0 15 0 90031813 14335930368 59772 18446744073709551615 4194304 4196468 140730842159200 139696129940048 139697216858011 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6889] ppid=6827 vsize=13999932 CPUtime=0.8 cores=0,2,4,6
/proc/6830/task/6889/stat : 6889 (java) R 6827 6830 4821 0 -1 4202560 1936 12686 0 0 72 0 5 3 20 0 15 0 90031813 14335930368 59772 18446744073709551615 4194304 4196468 140730842159200 139696128872920 139697198357274 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6890] ppid=6827 vsize=13999932 CPUtime=0.97 cores=0,2,4,6
/proc/6830/task/6890/stat : 6890 (java) S 6827 6830 4821 0 -1 1077944384 2464 12686 0 0 89 0 5 3 20 0 15 0 90031813 14335930368 59772 18446744073709551615 4194304 4196468 140730842159200 139696127834096 139697216850562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6891] ppid=6827 vsize=13999932 CPUtime=1.04 cores=0,2,4,6
/proc/6830/task/6891/stat : 6891 (java) S 6827 6830 4821 0 -1 1077944384 3087 12686 0 0 95 1 5 3 20 0 15 0 90031813 14335930368 59772 18446744073709551615 4194304 4196468 140730842159200 139696126781808 139697216850562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6892] ppid=6827 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6892/stat : 6892 (java) S 6827 6830 4821 0 -1 1077944384 3 12686 0 0 0 0 5 3 20 0 15 0 90031813 14335930368 59772 18446744073709551615 4194304 4196468 140730842159200 139696125729248 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6893] ppid=6827 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6893/stat : 6893 (java) S 6827 6830 4821 0 -1 1077944384 3 12686 0 0 0 0 5 3 20 0 15 0 90031818 14335930368 59772 18446744073709551615 4194304 4196468 140730842159200 139696124677040 139697216850562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 13999932

[startup+4.8006 s]
/proc/loadavg: 2.31 1.94 1.81 6/214 6893
/proc/meminfo: memFree=29277888/32770624 swapFree=0/425196
[pid=6830] ppid=6827 vsize=14069564 CPUtime=9.96 cores=0,2,4,6
/proc/6830/stat : 6830 (java) S 6827 6830 4821 0 -1 1077944320 66025 12686 0 0 968 20 5 3 20 0 15 0 90031786 14407233536 87558 18446744073709551615 4194304 4196468 140730842159200 140730842141744 139697216839415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
/proc/6830/statm: 3517391 87558 3464 1 0 3506005 0
[pid=6830/tid=6880] ppid=6827 vsize=14069564 CPUtime=4.36 cores=0,2,4,6
/proc/6830/task/6880/stat : 6880 (java) R 6827 6830 4821 0 -1 4202560 48061 12686 0 0 415 13 5 3 20 0 15 0 90031807 14407233536 87558 18446744073709551615 4194304 4196468 140730842159200 139697221072800 139696860692564 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6881] ppid=6827 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/6830/task/6881/stat : 6881 (java) S 6827 6830 4821 0 -1 1077944384 87 12686 0 0 11 0 5 3 20 0 15 0 90031808 14407233536 87558 18446744073709551615 4194304 4196468 140730842159200 139697173805456 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6882] ppid=6827 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/6830/task/6882/stat : 6882 (java) S 6827 6830 4821 0 -1 1077944384 57 12686 0 0 10 0 5 3 20 0 15 0 90031808 14407233536 87558 18446744073709551615 4194304 4196468 140730842159200 139697172752656 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6883] ppid=6827 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/6830/task/6883/stat : 6883 (java) S 6827 6830 4821 0 -1 1077944384 371 12686 0 0 11 0 5 3 20 0 15 0 90031808 14407233536 87558 18446744073709551615 4194304 4196468 140730842159200 139697171700368 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6884] ppid=6827 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/6830/task/6884/stat : 6884 (java) S 6827 6830 4821 0 -1 1077944384 76 12686 0 0 10 0 5 3 20 0 15 0 90031808 14407233536 87558 18446744073709551615 4194304 4196468 140730842159200 139697170647568 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6885] ppid=6827 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/6830/task/6885/stat : 6885 (java) S 6827 6830 4821 0 -1 1077944384 2491 12686 0 0 10 0 5 3 20 0 15 0 90031809 14407233536 87558 18446744073709551615 4194304 4196468 140730842159200 139696133098096 139697216850562 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6886] ppid=6827 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6886/stat : 6886 (java) S 6827 6830 4821 0 -1 1077944384 55 12686 0 0 0 0 5 3 20 0 15 0 90031810 14407233536 87558 18446744073709551615 4194304 4196468 140730842159200 139696132044128 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6887] ppid=6827 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6887/stat : 6887 (java) S 6827 6830 4821 0 -1 1077944384 45 12686 0 0 0 0 5 3 20 0 15 0 90031810 14407233536 87558 18446744073709551615 4194304 4196468 140730842159200 139696130991744 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6888] ppid=6827 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6888/stat : 6888 (java) S 6827 6830 4821 0 -1 1077944384 3 12686 0 0 0 0 5 3 20 0 15 0 90031813 14407233536 87558 18446744073709551615 4194304 4196468 140730842159200 139696129940048 139697216858011 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6889] ppid=6827 vsize=14069564 CPUtime=1.82 cores=0,2,4,6
/proc/6830/task/6889/stat : 6889 (java) R 6827 6830 4821 0 -1 4202560 3353 12686 0 0 174 0 5 3 20 0 15 0 90031813 14407233536 87558 18446744073709551615 4194304 4196468 140730842159200 139696128869968 139697201128430 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6890] ppid=6827 vsize=14069564 CPUtime=2.01 cores=0,2,4,6
/proc/6830/task/6890/stat : 6890 (java) R 6827 6830 4821 0 -1 4202560 4120 12686 0 0 192 1 5 3 20 0 15 0 90031813 14407233536 87558 18446744073709551615 4194304 4196468 140730842159200 139696127824016 139697201763702 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6891] ppid=6827 vsize=14069564 CPUtime=1.4 cores=0,2,4,6
/proc/6830/task/6891/stat : 6891 (java) S 6827 6830 4821 0 -1 1077944384 5143 12686 0 0 130 2 5 3 20 0 15 0 90031813 14407233536 87558 18446744073709551615 4194304 4196468 140730842159200 139696126781808 139697216850562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6892] ppid=6827 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6892/stat : 6892 (java) S 6827 6830 4821 0 -1 1077944384 3 12686 0 0 0 0 5 3 20 0 15 0 90031813 14407233536 87558 18446744073709551615 4194304 4196468 140730842159200 139696125729248 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6893] ppid=6827 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6893/stat : 6893 (java) S 6827 6830 4821 0 -1 1077944384 8 12686 0 0 0 0 5 3 20 0 15 0 90031818 14407233536 87558 18446744073709551615 4194304 4196468 140730842159200 139696124677040 139697216850562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
Current children cumulated CPU time (s) 9.96
Current children cumulated vsize (KiB) 14069564

[startup+5.60673 s]
/proc/loadavg: 2.31 1.94 1.81 3/214 6893
/proc/meminfo: memFree=29205340/32770624 swapFree=0/425196
[pid=6830] ppid=6827 vsize=14069564 CPUtime=11.99 cores=0,2,4,6
/proc/6830/stat : 6830 (java) S 6827 6830 4821 0 -1 1077944320 71241 12686 0 0 1169 22 5 3 20 0 15 0 90031786 14407233536 88872 18446744073709551615 4194304 4196468 140730842159200 140730842141744 139697216839415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
/proc/6830/statm: 3517391 88872 3473 1 0 3506005 0
[pid=6830/tid=6880] ppid=6827 vsize=14069564 CPUtime=5.16 cores=0,2,4,6
/proc/6830/task/6880/stat : 6880 (java) R 6827 6830 4821 0 -1 4202560 48350 12686 0 0 495 13 5 3 20 0 15 0 90031807 14407233536 88872 18446744073709551615 4194304 4196468 140730842159200 139697221073552 139696848119022 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6881] ppid=6827 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/6830/task/6881/stat : 6881 (java) S 6827 6830 4821 0 -1 1077944384 144 12686 0 0 11 0 5 3 20 0 15 0 90031808 14407233536 88872 18446744073709551615 4194304 4196468 140730842159200 139697173805456 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6882] ppid=6827 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/6830/task/6882/stat : 6882 (java) S 6827 6830 4821 0 -1 1077944384 993 12686 0 0 10 0 5 3 20 0 15 0 90031808 14407233536 88872 18446744073709551615 4194304 4196468 140730842159200 139697172752656 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6883] ppid=6827 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/6830/task/6883/stat : 6883 (java) S 6827 6830 4821 0 -1 1077944384 372 12686 0 0 11 0 5 3 20 0 15 0 90031808 14407233536 88872 18446744073709551615 4194304 4196468 140730842159200 139697171700368 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6884] ppid=6827 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/6830/task/6884/stat : 6884 (java) S 6827 6830 4821 0 -1 1077944384 106 12686 0 0 10 0 5 3 20 0 15 0 90031808 14407233536 88872 18446744073709551615 4194304 4196468 140730842159200 139697170647568 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6885] ppid=6827 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/6830/task/6885/stat : 6885 (java) S 6827 6830 4821 0 -1 1077944384 2493 12686 0 0 10 0 5 3 20 0 15 0 90031809 14407233536 88872 18446744073709551615 4194304 4196468 140730842159200 139696133098096 139697216850562 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6886] ppid=6827 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6886/stat : 6886 (java) S 6827 6830 4821 0 -1 1077944384 55 12686 0 0 0 0 5 3 20 0 15 0 90031810 14407233536 88872 18446744073709551615 4194304 4196468 140730842159200 139696132044128 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6887] ppid=6827 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6887/stat : 6887 (java) S 6827 6830 4821 0 -1 1077944384 45 12686 0 0 0 0 5 3 20 0 15 0 90031810 14407233536 88872 18446744073709551615 4194304 4196468 140730842159200 139696130991744 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6888] ppid=6827 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6888/stat : 6888 (java) S 6827 6830 4821 0 -1 1077944384 3 12686 0 0 0 0 5 3 20 0 15 0 90031813 14407233536 88872 18446744073709551615 4194304 4196468 140730842159200 139696129940048 139697216858011 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6889] ppid=6827 vsize=14069564 CPUtime=2.45 cores=0,2,4,6
/proc/6830/task/6889/stat : 6889 (java) S 6827 6830 4821 0 -1 1077944384 5182 12686 0 0 236 1 5 3 20 0 15 0 90031813 14407233536 88872 18446744073709551615 4194304 4196468 140730842159200 139696128886896 139697216850562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6890] ppid=6827 vsize=14069564 CPUtime=2.57 cores=0,2,4,6
/proc/6830/task/6890/stat : 6890 (java) S 6827 6830 4821 0 -1 1077944384 6085 12686 0 0 248 1 5 3 20 0 15 0 90031813 14407233536 88872 18446744073709551615 4194304 4196468 140730842159200 139696127834096 139697216850562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6891] ppid=6827 vsize=14069564 CPUtime=1.42 cores=0,2,4,6
/proc/6830/task/6891/stat : 6891 (java) S 6827 6830 4821 0 -1 1077944384 5221 12686 0 0 132 2 5 3 20 0 15 0 90031813 14407233536 88872 18446744073709551615 4194304 4196468 140730842159200 139696126781808 139697216850562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6892] ppid=6827 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6892/stat : 6892 (java) S 6827 6830 4821 0 -1 1077944384 3 12686 0 0 0 0 5 3 20 0 15 0 90031813 14407233536 88872 18446744073709551615 4194304 4196468 140730842159200 139696125729248 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6893] ppid=6827 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6893/stat : 6893 (java) S 6827 6830 4821 0 -1 1077944384 37 12686 0 0 0 0 5 3 20 0 15 0 90031818 14407233536 88872 18446744073709551615 4194304 4196468 140730842159200 139696124677040 139697216850562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
Current children cumulated CPU time (s) 11.99
Current children cumulated vsize (KiB) 14069564

[startup+5.80075 s]
/proc/loadavg: 2.31 1.94 1.81 3/214 6893
/proc/meminfo: memFree=29205340/32770624 swapFree=0/425196
[pid=6830] ppid=6827 vsize=14069564 CPUtime=12.21 cores=0,2,4,6
/proc/6830/stat : 6830 (java) S 6827 6830 4821 0 -1 1077944320 71261 12686 0 0 1191 22 5 3 20 0 15 0 90031786 14407233536 88879 18446744073709551615 4194304 4196468 140730842159200 140730842141744 139697216839415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
/proc/6830/statm: 3517391 88879 3473 1 0 3506005 0
[pid=6830/tid=6880] ppid=6827 vsize=14069564 CPUtime=5.35 cores=0,2,4,6
/proc/6830/task/6880/stat : 6880 (java) R 6827 6830 4821 0 -1 4202560 48350 12686 0 0 514 13 5 3 20 0 15 0 90031807 14407233536 88879 18446744073709551615 4194304 4196468 140730842159200 139697221073552 139696858913536 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6881] ppid=6827 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/6830/task/6881/stat : 6881 (java) S 6827 6830 4821 0 -1 1077944384 144 12686 0 0 11 0 5 3 20 0 15 0 90031808 14407233536 88879 18446744073709551615 4194304 4196468 140730842159200 139697173805456 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6882] ppid=6827 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/6830/task/6882/stat : 6882 (java) S 6827 6830 4821 0 -1 1077944384 993 12686 0 0 10 0 5 3 20 0 15 0 90031808 14407233536 88879 18446744073709551615 4194304 4196468 140730842159200 139697172752656 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6883] ppid=6827 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/6830/task/6883/stat : 6883 (java) S 6827 6830 4821 0 -1 1077944384 372 12686 0 0 11 0 5 3 20 0 15 0 90031808 14407233536 88879 18446744073709551615 4194304 4196468 140730842159200 139697171700368 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6884] ppid=6827 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/6830/task/6884/stat : 6884 (java) S 6827 6830 4821 0 -1 1077944384 106 12686 0 0 10 0 5 3 20 0 15 0 90031808 14407233536 88879 18446744073709551615 4194304 4196468 140730842159200 139697170647568 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6885] ppid=6827 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/6830/task/6885/stat : 6885 (java) S 6827 6830 4821 0 -1 1077944384 2493 12686 0 0 10 0 5 3 20 0 15 0 90031809 14407233536 88879 18446744073709551615 4194304 4196468 140730842159200 139696133098096 139697216850562 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6886] ppid=6827 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6886/stat : 6886 (java) S 6827 6830 4821 0 -1 1077944384 55 12686 0 0 0 0 5 3 20 0 15 0 90031810 14407233536 88879 18446744073709551615 4194304 4196468 140730842159200 139696132044128 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6887] ppid=6827 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6887/stat : 6887 (java) S 6827 6830 4821 0 -1 1077944384 45 12686 0 0 0 0 5 3 20 0 15 0 90031810 14407233536 88879 18446744073709551615 4194304 4196468 140730842159200 139696130991744 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6888] ppid=6827 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6888/stat : 6888 (java) S 6827 6830 4821 0 -1 1077944384 3 12686 0 0 0 0 5 3 20 0 15 0 90031813 14407233536 88879 18446744073709551615 4194304 4196468 140730842159200 139696129940048 139697216858011 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6889] ppid=6827 vsize=14069564 CPUtime=2.46 cores=0,2,4,6
/proc/6830/task/6889/stat : 6889 (java) S 6827 6830 4821 0 -1 1077944384 5189 12686 0 0 237 1 5 3 20 0 15 0 90031813 14407233536 88879 18446744073709551615 4194304 4196468 140730842159200 139696128886896 139697216850562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6890] ppid=6827 vsize=14069564 CPUtime=2.58 cores=0,2,4,6
/proc/6830/task/6890/stat : 6890 (java) S 6827 6830 4821 0 -1 1077944384 6089 12686 0 0 249 1 5 3 20 0 15 0 90031813 14407233536 88879 18446744073709551615 4194304 4196468 140730842159200 139696127834096 139697216850562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6891] ppid=6827 vsize=14069564 CPUtime=1.43 cores=0,2,4,6
/proc/6830/task/6891/stat : 6891 (java) S 6827 6830 4821 0 -1 1077944384 5230 12686 0 0 133 2 5 3 20 0 15 0 90031813 14407233536 88879 18446744073709551615 4194304 4196468 140730842159200 139696126781808 139697216850562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6892] ppid=6827 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6892/stat : 6892 (java) S 6827 6830 4821 0 -1 1077944384 3 12686 0 0 0 0 5 3 20 0 15 0 90031813 14407233536 88879 18446744073709551615 4194304 4196468 140730842159200 139696125729248 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6893] ppid=6827 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6893/stat : 6893 (java) S 6827 6830 4821 0 -1 1077944384 37 12686 0 0 0 0 5 3 20 0 15 0 90031818 14407233536 88879 18446744073709551615 4194304 4196468 140730842159200 139696124677040 139697216850562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 14069564

[startup+5.90071 s]
/proc/loadavg: 2.31 1.94 1.81 3/214 6893
/proc/meminfo: memFree=29205340/32770624 swapFree=0/425196
[pid=6830] ppid=6827 vsize=14069564 CPUtime=12.31 cores=0,2,4,6
/proc/6830/stat : 6830 (java) S 6827 6830 4821 0 -1 1077944320 71271 12686 0 0 1201 22 5 3 20 0 15 0 90031786 14407233536 91439 18446744073709551615 4194304 4196468 140730842159200 140730842141744 139697216839415 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
/proc/6830/statm: 3517391 91439 3473 1 0 3506005 0
[pid=6830/tid=6880] ppid=6827 vsize=14069564 CPUtime=5.45 cores=0,2,4,6
/proc/6830/task/6880/stat : 6880 (java) R 6827 6830 4821 0 -1 4202560 48360 12686 0 0 524 13 5 3 20 0 15 0 90031807 14407233536 91439 18446744073709551615 4194304 4196468 140730842159200 139697221073552 139696861390349 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6881] ppid=6827 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/6830/task/6881/stat : 6881 (java) S 6827 6830 4821 0 -1 1077944384 144 12686 0 0 11 0 5 3 20 0 15 0 90031808 14407233536 91439 18446744073709551615 4194304 4196468 140730842159200 139697173805456 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6882] ppid=6827 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/6830/task/6882/stat : 6882 (java) S 6827 6830 4821 0 -1 1077944384 993 12686 0 0 10 0 5 3 20 0 15 0 90031808 14407233536 91439 18446744073709551615 4194304 4196468 140730842159200 139697172752656 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6883] ppid=6827 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/6830/task/6883/stat : 6883 (java) S 6827 6830 4821 0 -1 1077944384 372 12686 0 0 11 0 5 3 20 0 15 0 90031808 14407233536 91439 18446744073709551615 4194304 4196468 140730842159200 139697171700368 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6884] ppid=6827 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/6830/task/6884/stat : 6884 (java) S 6827 6830 4821 0 -1 1077944384 106 12686 0 0 10 0 5 3 20 0 15 0 90031808 14407233536 91439 18446744073709551615 4194304 4196468 140730842159200 139697170647568 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6885] ppid=6827 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/6830/task/6885/stat : 6885 (java) S 6827 6830 4821 0 -1 1077944384 2493 12686 0 0 10 0 5 3 20 0 15 0 90031809 14407233536 91439 18446744073709551615 4194304 4196468 140730842159200 139696133098096 139697216850562 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6886] ppid=6827 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6886/stat : 6886 (java) S 6827 6830 4821 0 -1 1077944384 55 12686 0 0 0 0 5 3 20 0 15 0 90031810 14407233536 91439 18446744073709551615 4194304 4196468 140730842159200 139696132044128 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6887] ppid=6827 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6887/stat : 6887 (java) S 6827 6830 4821 0 -1 1077944384 45 12686 0 0 0 0 5 3 20 0 15 0 90031810 14407233536 91439 18446744073709551615 4194304 4196468 140730842159200 139696130991744 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6888] ppid=6827 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6888/stat : 6888 (java) S 6827 6830 4821 0 -1 1077944384 3 12686 0 0 0 0 5 3 20 0 15 0 90031813 14407233536 91439 18446744073709551615 4194304 4196468 140730842159200 139696129940048 139697216858011 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6889] ppid=6827 vsize=14069564 CPUtime=2.46 cores=0,2,4,6
/proc/6830/task/6889/stat : 6889 (java) S 6827 6830 4821 0 -1 1077944384 5189 12686 0 0 237 1 5 3 20 0 15 0 90031813 14407233536 91439 18446744073709551615 4194304 4196468 140730842159200 139696128886896 139697216850562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6890] ppid=6827 vsize=14069564 CPUtime=2.58 cores=0,2,4,6
/proc/6830/task/6890/stat : 6890 (java) S 6827 6830 4821 0 -1 1077944384 6089 12686 0 0 249 1 5 3 20 0 15 0 90031813 14407233536 91439 18446744073709551615 4194304 4196468 140730842159200 139696127834096 139697216850562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6891] ppid=6827 vsize=14069564 CPUtime=1.43 cores=0,2,4,6
/proc/6830/task/6891/stat : 6891 (java) S 6827 6830 4821 0 -1 1077944384 5230 12686 0 0 133 2 5 3 20 0 15 0 90031813 14407233536 91439 18446744073709551615 4194304 4196468 140730842159200 139696126781808 139697216850562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6892] ppid=6827 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6892/stat : 6892 (java) S 6827 6830 4821 0 -1 1077944384 3 12686 0 0 0 0 5 3 20 0 15 0 90031813 14407233536 91439 18446744073709551615 4194304 4196468 140730842159200 139696125729248 139697216849621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
[pid=6830/tid=6893] ppid=6827 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/6830/task/6893/stat : 6893 (java) S 6827 6830 4821 0 -1 1077944384 37 12686 0 0 0 0 5 3 20 0 15 0 90031818 14407233536 91439 18446744073709551615 4194304 4196468 140730842159200 139696124677040 139697216850562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14749696 140730842167248 140730842170033 140730842170033 140730842173391 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 14069564

Child status: 0
Real time (s): 5.93704
CPU time (s): 12.3643
CPU user time (s): 12.0939
CPU system time (s): 0.270428
CPU usage (%): 208.257
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.0939
system time used= 0.270428
maximum resident set size= 376588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84069
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7287
involuntary context switches= 80

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035487 second user time and 0.033184 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 05:15:18
IDJOB=4262161
IDBENCH=115966
IDSOLVER=2650
FILE ID=node133/4262161-1502422166
RUNJOBID= node133-1502411423-4884
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-06.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262161-1502422166/watcher-4262161-1502422166 -o /tmp/evaluation-result-4262161-1502422166/solver-4262161-1502422166 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4884 --watchdog 2580  bin/concrete HOME/instance-4262161-1502422166.xml

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

MD5SUM BENCH= 961ba47a71bb5a6b7e86e986065c296e
RANDOM SEED=916828420

node133.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.17
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.17
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.17
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.17
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:        29587148 kB
MemAvailable:   30434728 kB
Buffers:          284584 kB
Cached:           858612 kB
SwapCached:            0 kB
Active:          2292316 kB
Inactive:         457712 kB
Active(anon):    1607828 kB
Inactive(anon):    33112 kB
Active(file):     684488 kB
Inactive(file):   424600 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24576 kB
Writeback:             0 kB
AnonPages:       1607656 kB
Mapped:            63328 kB
Shmem:             33468 kB
Slab:             135936 kB
SReclaimable:     108656 kB
SUnreclaim:        27280 kB
KernelStack:        3504 kB
PageTables:         8112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2696108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1355776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-11 05:15:24