Trace number 4262336

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 NameAnswerCPU timeWall clock time
Concrete 3.4SAT 7.5889001 4.1056299

General information on the benchmark

NameKakuro/Kakuro-ext-medium/
Kakuro-medium-020-ext.xml
MD5SUM69b97e31dc6a30ce186d4086a8b563a1
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.0085319998
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints54
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree0
Maximum variable degree2
Distribution of variable degrees[{"degree":0,"count":59},{"degree":2,"count":81}]
Minimum constraint arity2
Maximum constraint arity5
Distribution of constraint arities[{"arity":2,"count":22},{"arity":3,"count":17},{"arity":4,"count":8},{"arity":5,"count":7}]
Number of extensional constraints54
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":54}]
Optimization problemNO
Type of objective

Solver Data

3.35/2.34	c Concrete v3.4 running
7.32/4.08	v <instantiation>
7.32/4.08	v       <list>
7.32/4.08	v         x[1][3] x[1][4] x[1][5] x[1][9] x[1][10] x[1][12] x[1][13] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[3][1] x[3][2] x[3][3] x[3][5] x[3][6] x[3][7] x[3][9] x[3][10] x[3][11] x[4][1] x[4][2] x[4][4] x[4][5] x[4][7] x[4][8] x[4][9] x[4][11] x[4][12] x[5][1] x[5][2] x[5][3] x[5][4] x[5][6] x[5][7] x[5][8] x[5][10] x[5][11] x[5][12] x[5][13] x[6][2] x[6][3] x[6][5] x[6][6] x[6][7] x[6][9] x[6][10] x[6][12] x[6][13] x[7][3] x[7][4] x[7][5] x[7][7] x[7][8] x[7][9] x[7][11] x[7][12] x[7][13] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[9][1] x[9][2] x[9][4] x[9][5] x[9][9] x[9][10] x[9][11]
7.32/4.08	v       </list>
7.32/4.08	v       <values>
7.32/4.08	v         6 7 1 9 8 9 8 7 8 9 6 5 6 4 8 7 9 6 8 9 2 1 3 8 6 9 1 2 9 7 6 9 7 6 5 8 9 5 7 3 1 7 8 7 3 2 1 3 2 1 4 8 9 2 1 2 1 4 2 1 9 2 1 4 5 2 1 4 3 2 7 1 3 4 3 1 2 1 6 2 1
7.32/4.08	v       </values>
7.32/4.08	v     </instantiation>
7.32/4.08	s SATISFIABLE

Verifier Data

OK	

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-4262336-1502440060/watcher-4262336-1502440060 -o /tmp/evaluation-result-4262336-1502440060/solver-4262336-1502440060 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7497 --watchdog 2580 bin/concrete HOME/instance-4262336-1502440060.xml 

pid=16855
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: 1.52 1.51 1.48 3/194 16858
/proc/meminfo: memFree=27301616/32770624 swapFree=0/386112
[pid=16858] ppid=16855 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/16858/stat : 16858 (runsolver) D 16855 16858 7434 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 32346700 24240128 107 18446744073709551615 4194304 4338465 140728329704640 140728329702280 140249227457239 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 14663680 140728329707729 140728329708105 140728329708105 140728329711562 0
/proc/16858/statm: 5918 107 54 36 0 2156 0

[startup+0.100148 s]
/proc/loadavg: 1.52 1.51 1.48 3/194 16858
/proc/meminfo: memFree=27301616/32770624 swapFree=0/386112
[pid=16858] ppid=16855 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/16858/stat : 16858 (runsolver) D 16855 16858 7434 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 32346700 24240128 107 18446744073709551615 4194304 4338465 140728329704640 140728329702280 140249227457239 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 14663680 140728329707729 140728329708105 140728329708105 140728329711562 0
/proc/16858/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.20033 s]
/proc/loadavg: 1.52 1.51 1.48 3/194 16858
/proc/meminfo: memFree=27301616/32770624 swapFree=0/386112
[pid=16858] ppid=16855 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/16858/stat : 16858 (bash) S 16855 16858 7434 0 -1 4202496 649 0 0 0 0 0 0 0 20 0 1 0 32346700 9736192 351 18446744073709551615 4194304 5098028 140727636475200 140727636472840 140077071137792 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 19 0 0 7196144 7232144 31739904 140727636476436 140727636476521 140727636476521 140727636479978 0
/proc/16858/statm: 2377 351 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.300199 s]
/proc/loadavg: 1.52 1.51 1.48 3/194 16858
/proc/meminfo: memFree=27301616/32770624 swapFree=0/386112
[pid=16858] ppid=16855 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/16858/stat : 16858 (bash) S 16855 16858 7434 0 -1 4202496 891 6479 0 0 0 0 0 1 20 0 1 0 32346700 9867264 376 18446744073709551615 4194304 5098028 140727636475200 140727636469208 140077071137792 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 19 0 0 7196144 7232144 31739904 140727636476436 140727636476521 140727636476521 140727636479978 0
/proc/16858/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.700217 s]
/proc/loadavg: 1.52 1.51 1.48 3/194 16858
/proc/meminfo: memFree=27301616/32770624 swapFree=0/386112
[pid=16858] ppid=16855 vsize=13974784 CPUtime=0.49 cores=0,2,4,6
/proc/16858/stat : 16858 (java) S 16855 16858 7434 0 -1 1077944320 12714 12464 0 0 37 4 5 3 20 0 15 0 32346700 14310178816 13523 18446744073709551615 4194304 4196468 140731751327040 140731751309584 140234667020023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 19 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
/proc/16858/statm: 3493696 13523 3066 1 0 3482965 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13974784

[startup+1.50058 s]
/proc/loadavg: 1.52 1.51 1.48 4/209 16921
/proc/meminfo: memFree=27225416/32770624 swapFree=0/386152
[pid=16858] ppid=16855 vsize=13985408 CPUtime=1.66 cores=0,2,4,6
/proc/16858/stat : 16858 (java) S 16855 16858 7434 0 -1 1077944320 26271 12464 0 0 150 8 5 3 20 0 15 0 32346700 14321057792 32480 18446744073709551615 4194304 4196468 140731751327040 140731751309584 140234667020023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 19 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
/proc/16858/statm: 3496352 32480 3337 1 0 3485525 0
[pid=16858/tid=16908] ppid=16855 vsize=13985408 CPUtime=1.17 cores=0,2,4,6
/proc/16858/task/16908/stat : 16908 (java) R 16855 16858 7434 0 -1 4202560 21663 12464 0 0 103 6 5 3 20 0 15 0 32346735 14321057792 32480 18446744073709551615 4194304 4196468 140731751327040 140234671256048 140234651063653 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16909] ppid=16855 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16909/stat : 16909 (java) S 16855 16858 7434 0 -1 1077944384 1 12464 0 0 0 0 5 3 20 0 15 0 32346736 14321057792 32480 18446744073709551615 4194304 4196468 140731751327040 140234586434448 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16910] ppid=16855 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16910/stat : 16910 (java) S 16855 16858 7434 0 -1 1077944384 1 12464 0 0 0 0 5 3 20 0 15 0 32346736 14321057792 32480 18446744073709551615 4194304 4196468 140731751327040 140234585381648 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16911] ppid=16855 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16911/stat : 16911 (java) S 16855 16858 7434 0 -1 1077944384 1 12464 0 0 0 0 5 3 20 0 15 0 32346736 14321057792 32480 18446744073709551615 4194304 4196468 140731751327040 140234584329360 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16912] ppid=16855 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16912/stat : 16912 (java) S 16855 16858 7434 0 -1 1077944384 2 12464 0 0 0 0 5 3 20 0 15 0 32346736 14321057792 32480 18446744073709551615 4194304 4196468 140731751327040 140234583276560 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16913] ppid=16855 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16913/stat : 16913 (java) S 16855 16858 7434 0 -1 1077944384 5 12464 0 0 0 0 5 3 20 0 15 0 32346737 14321057792 32480 18446744073709551615 4194304 4196468 140731751327040 140234145130608 140234667031170 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16914] ppid=16855 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16914/stat : 16914 (java) S 16855 16858 7434 0 -1 1077944384 33 12464 0 0 0 0 5 3 20 0 15 0 32346738 14321057792 32480 18446744073709551615 4194304 4196468 140731751327040 140234144076576 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16915] ppid=16855 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16915/stat : 16915 (java) S 16855 16858 7434 0 -1 1077944384 21 12464 0 0 0 0 5 3 20 0 15 0 32346738 14321057792 32480 18446744073709551615 4194304 4196468 140731751327040 140234143024240 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16916] ppid=16855 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16916/stat : 16916 (java) S 16855 16858 7434 0 -1 1077944384 3 12464 0 0 0 0 5 3 20 0 15 0 32346741 14321057792 32480 18446744073709551615 4194304 4196468 140731751327040 140234141972560 140234667038619 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16917] ppid=16855 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/16858/task/16917/stat : 16917 (java) S 16855 16858 7434 0 -1 1077944384 1087 12464 0 0 15 0 5 3 20 0 15 0 32346741 14321057792 32480 18446744073709551615 4194304 4196468 140731751327040 140234140920432 140234667031170 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16918] ppid=16855 vsize=13985408 CPUtime=0.19 cores=0,2,4,6
/proc/16858/task/16918/stat : 16918 (java) S 16855 16858 7434 0 -1 1077944384 450 12464 0 0 11 0 5 3 20 0 15 0 32346741 14321057792 32480 18446744073709551615 4194304 4196468 140731751327040 140234139867632 140234667031170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16919] ppid=16855 vsize=13985408 CPUtime=0.27 cores=0,2,4,6
/proc/16858/task/16919/stat : 16919 (java) R 16855 16858 7434 0 -1 4202560 844 12464 0 0 19 0 5 3 20 0 15 0 32346741 14321057792 32480 18446744073709551615 4194304 4196468 140731751327040 140234138815344 140234652700721 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16920] ppid=16855 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16920/stat : 16920 (java) S 16855 16858 7434 0 -1 1077944384 3 12464 0 0 0 0 5 3 20 0 15 0 32346741 14321057792 32480 18446744073709551615 4194304 4196468 140731751327040 140234137762784 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16921] ppid=16855 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16921/stat : 16921 (java) S 16855 16858 7434 0 -1 1077944384 10 12464 0 0 0 0 5 3 20 0 15 0 32346745 14321057792 32480 18446744073709551615 4194304 4196468 140731751327040 140234136709552 140234667031170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 13985408

[startup+3.10099 s]
/proc/loadavg: 1.52 1.51 1.48 4/209 16921
/proc/meminfo: memFree=27135140/32770624 swapFree=0/386152
[pid=16858] ppid=16855 vsize=13997884 CPUtime=4.93 cores=0,2,4,6
/proc/16858/stat : 16858 (java) S 16855 16858 7434 0 -1 1077944320 46773 12464 0 0 470 15 5 3 20 0 15 0 32346700 14333833216 54649 18446744073709551615 4194304 4196468 140731751327040 140731751309584 140234667020023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 19 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
/proc/16858/statm: 3499471 54649 3446 1 0 3488085 0
[pid=16858/tid=16908] ppid=16855 vsize=13997884 CPUtime=2.73 cores=0,2,4,6
/proc/16858/task/16908/stat : 16908 (java) R 16855 16858 7434 0 -1 4202560 36455 12464 0 0 257 8 5 3 20 0 15 0 32346735 14333833216 54649 18446744073709551615 4194304 4196468 140731751327040 140234671253664 140234255838943 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16909] ppid=16855 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16909/stat : 16909 (java) S 16855 16858 7434 0 -1 1077944384 51 12464 0 0 0 0 5 3 20 0 15 0 32346736 14333833216 54649 18446744073709551615 4194304 4196468 140731751327040 140234586434448 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16910] ppid=16855 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16858/task/16910/stat : 16910 (java) S 16855 16858 7434 0 -1 1077944384 58 12464 0 0 1 0 5 3 20 0 15 0 32346736 14333833216 54649 18446744073709551615 4194304 4196468 140731751327040 140234585381648 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16911] ppid=16855 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16858/task/16911/stat : 16911 (java) S 16855 16858 7434 0 -1 1077944384 45 12464 0 0 1 0 5 3 20 0 15 0 32346736 14333833216 54649 18446744073709551615 4194304 4196468 140731751327040 140234584329360 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16912] ppid=16855 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16858/task/16912/stat : 16912 (java) S 16855 16858 7434 0 -1 1077944384 206 12464 0 0 1 0 5 3 20 0 15 0 32346736 14333833216 54649 18446744073709551615 4194304 4196468 140731751327040 140234583276560 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16913] ppid=16855 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/16858/task/16913/stat : 16913 (java) S 16855 16858 7434 0 -1 1077944384 1159 12464 0 0 1 0 5 3 20 0 15 0 32346737 14333833216 54649 18446744073709551615 4194304 4196468 140731751327040 140234145130608 140234667031170 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16914] ppid=16855 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16914/stat : 16914 (java) S 16855 16858 7434 0 -1 1077944384 56 12464 0 0 0 0 5 3 20 0 15 0 32346738 14333833216 54649 18446744073709551615 4194304 4196468 140731751327040 140234144076640 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16915] ppid=16855 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16915/stat : 16915 (java) S 16855 16858 7434 0 -1 1077944384 43 12464 0 0 0 0 5 3 20 0 15 0 32346738 14333833216 54649 18446744073709551615 4194304 4196468 140731751327040 140234143024256 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16916] ppid=16855 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16916/stat : 16916 (java) S 16855 16858 7434 0 -1 1077944384 3 12464 0 0 0 0 5 3 20 0 15 0 32346741 14333833216 54649 18446744073709551615 4194304 4196468 140731751327040 140234141972560 140234667038619 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16917] ppid=16855 vsize=13997884 CPUtime=0.7 cores=0,2,4,6
/proc/16858/task/16917/stat : 16917 (java) S 16855 16858 7434 0 -1 1077944384 1909 12464 0 0 61 1 5 3 20 0 15 0 32346741 14333833216 54649 18446744073709551615 4194304 4196468 140731751327040 140234140920432 140234667031170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16918] ppid=16855 vsize=13997884 CPUtime=0.66 cores=0,2,4,6
/proc/16858/task/16918/stat : 16918 (java) S 16855 16858 7434 0 -1 1077944384 1437 12464 0 0 58 0 5 3 20 0 15 0 32346741 14333833216 54649 18446744073709551615 4194304 4196468 140731751327040 140234139867632 140234667031170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16919] ppid=16855 vsize=13997884 CPUtime=0.95 cores=0,2,4,6
/proc/16858/task/16919/stat : 16919 (java) S 16855 16858 7434 0 -1 1077944384 3184 12464 0 0 86 1 5 3 20 0 15 0 32346741 14333833216 54649 18446744073709551615 4194304 4196468 140731751327040 140234138815344 140234667031170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16920] ppid=16855 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16920/stat : 16920 (java) S 16855 16858 7434 0 -1 1077944384 3 12464 0 0 0 0 5 3 20 0 15 0 32346741 14333833216 54649 18446744073709551615 4194304 4196468 140731751327040 140234137762784 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16921] ppid=16855 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16921/stat : 16921 (java) S 16855 16858 7434 0 -1 1077944384 13 12464 0 0 0 0 5 3 20 0 15 0 32346745 14333833216 54649 18446744073709551615 4194304 4196468 140731751327040 140234136709552 140234667031170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 13997884

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

[startup+3.20081 s]
/proc/loadavg: 1.52 1.51 1.48 4/209 16921
/proc/meminfo: memFree=27135140/32770624 swapFree=0/386152
[pid=16858] ppid=16855 vsize=13999932 CPUtime=5.13 cores=0,2,4,6
/proc/16858/stat : 16858 (java) S 16855 16858 7434 0 -1 1077944320 47348 12464 0 0 489 16 5 3 20 0 15 0 32346700 14335930368 56717 18446744073709551615 4194304 4196468 140731751327040 140731751309584 140234667020023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 19 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
/proc/16858/statm: 3499983 56717 3446 1 0 3488597 0
[pid=16858/tid=16908] ppid=16855 vsize=13999932 CPUtime=2.83 cores=0,2,4,6
/proc/16858/task/16908/stat : 16908 (java) R 16855 16858 7434 0 -1 4202560 36883 12464 0 0 265 10 5 3 20 0 15 0 32346735 14335930368 56717 18446744073709551615 4194304 4196468 140731751327040 140234671249120 140234667031958 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16909] ppid=16855 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16909/stat : 16909 (java) S 16855 16858 7434 0 -1 1077944384 51 12464 0 0 0 0 5 3 20 0 15 0 32346736 14335930368 56717 18446744073709551615 4194304 4196468 140731751327040 140234586434448 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16910] ppid=16855 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/16858/task/16910/stat : 16910 (java) S 16855 16858 7434 0 -1 1077944384 58 12464 0 0 1 0 5 3 20 0 15 0 32346736 14335930368 56717 18446744073709551615 4194304 4196468 140731751327040 140234585381648 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16911] ppid=16855 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/16858/task/16911/stat : 16911 (java) S 16855 16858 7434 0 -1 1077944384 45 12464 0 0 1 0 5 3 20 0 15 0 32346736 14335930368 56717 18446744073709551615 4194304 4196468 140731751327040 140234584329360 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16912] ppid=16855 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/16858/task/16912/stat : 16912 (java) S 16855 16858 7434 0 -1 1077944384 206 12464 0 0 1 0 5 3 20 0 15 0 32346736 14335930368 56717 18446744073709551615 4194304 4196468 140731751327040 140234583276560 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16913] ppid=16855 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/16858/task/16913/stat : 16913 (java) S 16855 16858 7434 0 -1 1077944384 1159 12464 0 0 1 0 5 3 20 0 15 0 32346737 14335930368 56717 18446744073709551615 4194304 4196468 140731751327040 140234145130608 140234667031170 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16914] ppid=16855 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16914/stat : 16914 (java) S 16855 16858 7434 0 -1 1077944384 56 12464 0 0 0 0 5 3 20 0 15 0 32346738 14335930368 56717 18446744073709551615 4194304 4196468 140731751327040 140234144076640 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16915] ppid=16855 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16915/stat : 16915 (java) S 16855 16858 7434 0 -1 1077944384 43 12464 0 0 0 0 5 3 20 0 15 0 32346738 14335930368 56717 18446744073709551615 4194304 4196468 140731751327040 140234143024256 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16916] ppid=16855 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16916/stat : 16916 (java) S 16855 16858 7434 0 -1 1077944384 3 12464 0 0 0 0 5 3 20 0 15 0 32346741 14335930368 56717 18446744073709551615 4194304 4196468 140731751327040 140234141972560 140234667038619 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16917] ppid=16855 vsize=13999932 CPUtime=0.73 cores=0,2,4,6
/proc/16858/task/16917/stat : 16917 (java) R 16855 16858 7434 0 -1 4202560 1926 12464 0 0 64 1 5 3 20 0 15 0 32346741 14335930368 56717 18446744073709551615 4194304 4196468 140731751327040 140234140911264 140234667031958 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16918] ppid=16855 vsize=13999932 CPUtime=0.69 cores=0,2,4,6
/proc/16858/task/16918/stat : 16918 (java) R 16855 16858 7434 0 -1 1077944384 1456 12464 0 0 61 0 5 3 20 0 15 0 32346741 14335930368 56717 18446744073709551615 4194304 4196468 140731751327040 140234139867632 140234667031170 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16919] ppid=16855 vsize=13999932 CPUtime=0.99 cores=0,2,4,6
/proc/16858/task/16919/stat : 16919 (java) R 16855 16858 7434 0 -1 4202560 3294 12464 0 0 90 1 5 3 20 0 15 0 32346741 14335930368 56717 18446744073709551615 4194304 4196468 140731751327040 140234138809008 140234667041370 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16920] ppid=16855 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16920/stat : 16920 (java) S 16855 16858 7434 0 -1 1077944384 3 12464 0 0 0 0 5 3 20 0 15 0 32346741 14335930368 56717 18446744073709551615 4194304 4196468 140731751327040 140234137762784 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16921] ppid=16855 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16921/stat : 16921 (java) S 16855 16858 7434 0 -1 1077944384 15 12464 0 0 0 0 5 3 20 0 15 0 32346745 14335930368 56717 18446744073709551615 4194304 4196468 140731751327040 140234136709552 140234667031170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
Current children cumulated CPU time (s) 5.13
Current children cumulated vsize (KiB) 13999932

[startup+3.60064 s]
/proc/loadavg: 1.56 1.51 1.48 6/209 16921
/proc/meminfo: memFree=27074432/32770624 swapFree=0/386152
[pid=16858] ppid=16855 vsize=14001980 CPUtime=6.23 cores=0,2,4,6
/proc/16858/stat : 16858 (java) S 16855 16858 7434 0 -1 1077944320 49727 12464 0 0 597 18 5 3 20 0 15 0 32346700 14338027520 66381 18446744073709551615 4194304 4196468 140731751327040 140731751309584 140234667020023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 19 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
/proc/16858/statm: 3500495 66381 3460 1 0 3489109 0
[pid=16858/tid=16908] ppid=16855 vsize=14001980 CPUtime=3.19 cores=0,2,4,6
/proc/16858/task/16908/stat : 16908 (java) R 16855 16858 7434 0 -1 4202560 37537 12464 0 0 301 10 5 3 20 0 15 0 32346735 14338027520 66381 18446744073709551615 4194304 4196468 140731751327040 140234671250688 140234651063653 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16909] ppid=16855 vsize=14001980 CPUtime=0.11 cores=0,2,4,6
/proc/16858/task/16909/stat : 16909 (java) S 16855 16858 7434 0 -1 1077944384 112 12464 0 0 2 1 5 3 20 0 15 0 32346736 14338027520 66381 18446744073709551615 4194304 4196468 140731751327040 140234586434448 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16910] ppid=16855 vsize=14001980 CPUtime=0.1 cores=0,2,4,6
/proc/16858/task/16910/stat : 16910 (java) S 16855 16858 7434 0 -1 1077944384 91 12464 0 0 2 0 5 3 20 0 15 0 32346736 14338027520 66381 18446744073709551615 4194304 4196468 140731751327040 140234585381648 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16911] ppid=16855 vsize=14001980 CPUtime=0.1 cores=0,2,4,6
/proc/16858/task/16911/stat : 16911 (java) S 16855 16858 7434 0 -1 1077944384 61 12464 0 0 2 0 5 3 20 0 15 0 32346736 14338027520 66381 18446744073709551615 4194304 4196468 140731751327040 140234584329360 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16912] ppid=16855 vsize=14001980 CPUtime=0.1 cores=0,2,4,6
/proc/16858/task/16912/stat : 16912 (java) S 16855 16858 7434 0 -1 1077944384 233 12464 0 0 2 0 5 3 20 0 15 0 32346736 14338027520 66381 18446744073709551615 4194304 4196468 140731751327040 140234583276560 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16913] ppid=16855 vsize=14001980 CPUtime=0.11 cores=0,2,4,6
/proc/16858/task/16913/stat : 16913 (java) S 16855 16858 7434 0 -1 1077944384 2098 12464 0 0 3 0 5 3 20 0 15 0 32346737 14338027520 66381 18446744073709551615 4194304 4196468 140731751327040 140234145130608 140234667031170 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16914] ppid=16855 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16914/stat : 16914 (java) S 16855 16858 7434 0 -1 1077944384 56 12464 0 0 0 0 5 3 20 0 15 0 32346738 14338027520 66381 18446744073709551615 4194304 4196468 140731751327040 140234144076640 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16915] ppid=16855 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16915/stat : 16915 (java) S 16855 16858 7434 0 -1 1077944384 43 12464 0 0 0 0 5 3 20 0 15 0 32346738 14338027520 66381 18446744073709551615 4194304 4196468 140731751327040 140234143024256 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16916] ppid=16855 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16916/stat : 16916 (java) S 16855 16858 7434 0 -1 1077944384 3 12464 0 0 0 0 5 3 20 0 15 0 32346741 14338027520 66381 18446744073709551615 4194304 4196468 140731751327040 140234141972560 140234667038619 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16917] ppid=16855 vsize=14001980 CPUtime=0.96 cores=0,2,4,6
/proc/16858/task/16917/stat : 16917 (java) S 16855 16858 7434 0 -1 1077944384 2058 12464 0 0 87 1 5 3 20 0 15 0 32346741 14338027520 66381 18446744073709551615 4194304 4196468 140731751327040 140234140920432 140234667031170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16918] ppid=16855 vsize=14001980 CPUtime=0.92 cores=0,2,4,6
/proc/16858/task/16918/stat : 16918 (java) S 16855 16858 7434 0 -1 1077944384 1575 12464 0 0 83 1 5 3 20 0 15 0 32346741 14338027520 66381 18446744073709551615 4194304 4196468 140731751327040 140234139867632 140234667031170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16919] ppid=16855 vsize=14001980 CPUtime=1.2 cores=0,2,4,6
/proc/16858/task/16919/stat : 16919 (java) S 16855 16858 7434 0 -1 1077944384 3691 12464 0 0 110 2 5 3 20 0 15 0 32346741 14338027520 66381 18446744073709551615 4194304 4196468 140731751327040 140234138815344 140234667031170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16920] ppid=16855 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16920/stat : 16920 (java) S 16855 16858 7434 0 -1 1077944384 3 12464 0 0 0 0 5 3 20 0 15 0 32346741 14338027520 66381 18446744073709551615 4194304 4196468 140731751327040 140234137762784 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16921] ppid=16855 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16921/stat : 16921 (java) S 16855 16858 7434 0 -1 1077944384 15 12464 0 0 0 0 5 3 20 0 15 0 32346745 14338027520 66381 18446744073709551615 4194304 4196468 140731751327040 140234136709552 140234667031170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 14001980

[startup+4.00065 s]
/proc/loadavg: 1.56 1.51 1.48 6/209 16921
/proc/meminfo: memFree=27074432/32770624 swapFree=0/386152
[pid=16858] ppid=16855 vsize=14067516 CPUtime=7.32 cores=0,2,4,6
/proc/16858/stat : 16858 (java) S 16855 16858 7434 0 -1 1077944320 58406 12464 0 0 705 19 5 3 20 0 15 0 32346700 14405136384 74986 18446744073709551615 4194304 4196468 140731751327040 140731751309584 140234667020023 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 19 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
/proc/16858/statm: 3516879 74986 3460 1 0 3505493 0
[pid=16858/tid=16908] ppid=16855 vsize=14067516 CPUtime=3.45 cores=0,2,4,6
/proc/16858/task/16908/stat : 16908 (java) S 16855 16858 7434 0 -1 1077944384 44646 12464 0 0 326 11 5 3 20 0 15 0 32346735 14405136384 74986 18446744073709551615 4194304 4196468 140731751327040 140234671257744 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16909] ppid=16855 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/16858/task/16909/stat : 16909 (java) S 16855 16858 7434 0 -1 1077944384 115 12464 0 0 8 1 5 3 20 0 15 0 32346736 14405136384 74986 18446744073709551615 4194304 4196468 140731751327040 140234586434448 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16910] ppid=16855 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/16858/task/16910/stat : 16910 (java) R 16855 16858 7434 0 -1 1077944384 99 12464 0 0 9 0 5 3 20 0 15 0 32346736 14405136384 74986 18446744073709551615 4194304 4196468 140731751327040 140234585381648 140234667030229 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16911] ppid=16855 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/16858/task/16911/stat : 16911 (java) S 16855 16858 7434 0 -1 1077944384 71 12464 0 0 9 0 5 3 20 0 15 0 32346736 14405136384 74986 18446744073709551615 4194304 4196468 140731751327040 140234584329360 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16912] ppid=16855 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/16858/task/16912/stat : 16912 (java) S 16855 16858 7434 0 -1 1077944384 241 12464 0 0 9 0 5 3 20 0 15 0 32346736 14405136384 74986 18446744073709551615 4194304 4196468 140731751327040 140234583276560 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16913] ppid=16855 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/16858/task/16913/stat : 16913 (java) R 16855 16858 7434 0 -1 4202560 2110 12464 0 0 9 0 5 3 20 0 15 0 32346737 14405136384 74986 18446744073709551615 4194304 4196468 140731751327040 140234145129008 140234652711723 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16914] ppid=16855 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16914/stat : 16914 (java) S 16855 16858 7434 0 -1 1077944384 56 12464 0 0 0 0 5 3 20 0 15 0 32346738 14405136384 74986 18446744073709551615 4194304 4196468 140731751327040 140234144076784 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16915] ppid=16855 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16915/stat : 16915 (java) S 16855 16858 7434 0 -1 1077944384 43 12464 0 0 0 0 5 3 20 0 15 0 32346738 14405136384 74986 18446744073709551615 4194304 4196468 140731751327040 140234143024256 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16916] ppid=16855 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16916/stat : 16916 (java) S 16855 16858 7434 0 -1 1077944384 3 12464 0 0 0 0 5 3 20 0 15 0 32346741 14405136384 74986 18446744073709551615 4194304 4196468 140731751327040 140234141972560 140234667038619 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16917] ppid=16855 vsize=14067516 CPUtime=1.24 cores=0,2,4,6
/proc/16858/task/16917/stat : 16917 (java) R 16855 16858 7434 0 -1 4202560 3364 12464 0 0 115 1 5 3 20 0 15 0 32346741 14405136384 74986 18446744073709551615 4194304 4196468 140731751327040 140234140904528 140234650575267 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16918] ppid=16855 vsize=14067516 CPUtime=1.05 cores=0,2,4,6
/proc/16858/task/16918/stat : 16918 (java) S 16855 16858 7434 0 -1 1077944384 1606 12464 0 0 96 1 5 3 20 0 15 0 32346741 14405136384 74986 18446744073709551615 4194304 4196468 140731751327040 140234139867632 140234667031170 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16919] ppid=16855 vsize=14067516 CPUtime=1.28 cores=0,2,4,6
/proc/16858/task/16919/stat : 16919 (java) S 16855 16858 7434 0 -1 1077944384 3883 12464 0 0 118 2 5 3 20 0 15 0 32346741 14405136384 74986 18446744073709551615 4194304 4196468 140731751327040 140234138815344 140234667031170 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16920] ppid=16855 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16920/stat : 16920 (java) S 16855 16858 7434 0 -1 1077944384 3 12464 0 0 0 0 5 3 20 0 15 0 32346741 14405136384 74986 18446744073709551615 4194304 4196468 140731751327040 140234137762784 140234667030229 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
[pid=16858/tid=16921] ppid=16855 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/16858/task/16921/stat : 16921 (java) S 16855 16858 7434 0 -1 1077944384 15 12464 0 0 0 0 5 3 20 0 15 0 32346745 14405136384 74986 18446744073709551615 4194304 4196468 140731751327040 140234136709552 140234667031170 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34136064 140731751335888 140731751338673 140731751338673 140731751342031 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 14067516

[startup+4.10539 s]
/proc/loadavg: 1.56 1.51 1.48 6/209 16921
/proc/meminfo: memFree=27074432/32770624 swapFree=0/386152
[pid=16858] ppid=16855 vsize=0 CPUtime=7.58 cores=0,2,4,6
/proc/16858/stat : 16858 (java) Z 16855 16858 7434 0 -1 4227084 58868 12464 0 0 729 21 5 3 20 0 1 0 32346700 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 19 0 0 0 0 0 0 0 0 0 0
/proc/16858/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.58
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 4.10563
CPU time (s): 7.5889
CPU user time (s): 7.34471
CPU system time (s): 0.244195
CPU usage (%): 184.841
Max. virtual memory (cumulated for all children) (KiB): 14067516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.34471
system time used= 0.244195
maximum resident set size= 302324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71332
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= 6202
involuntary context switches= 73

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.016982 second user time and 0.029112 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 10:13:24
IDJOB=4262336
IDBENCH=124851
IDSOLVER=2650
FILE ID=node124/4262336-1502440060
RUNJOBID= node124-1502411387-7497
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Kakuro/Kakuro-ext-medium/Kakuro-medium-020-ext.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262336-1502440060/watcher-4262336-1502440060 -o /tmp/evaluation-result-4262336-1502440060/solver-4262336-1502440060 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7497 --watchdog 2580  bin/concrete HOME/instance-4262336-1502440060.xml

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

MD5SUM BENCH= 69b97e31dc6a30ce186d4086a8b563a1
RANDOM SEED=1154853658

node124.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.51
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.51
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.51
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.51
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:        27301160 kB
MemAvailable:   27713064 kB
Buffers:          201376 kB
Cached:           498040 kB
SwapCached:            0 kB
Active:          4644616 kB
Inactive:         402880 kB
Active(anon):    4348560 kB
Inactive(anon):    16768 kB
Active(file):     296056 kB
Inactive(file):   386112 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24216 kB
Writeback:             0 kB
AnonPages:       4348212 kB
Mapped:            50488 kB
Shmem:             17128 kB
Slab:             116784 kB
SReclaimable:      91140 kB
SUnreclaim:        25644 kB
KernelStack:        3392 kB
PageTables:        13284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5053476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4220928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61984 MiB
End job on node124 at 2017-08-11 10:13:29