Trace number 4289291

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
Mistral-2.0 2018-06-15? (TO) 2400.03 2399.9

General information on the benchmark

NameNurseRostering/
NurseRostering-15_c18.xml
MD5SUM08877e0fafa48cd5ca524d34b6939bef
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark43817
Best CPU time to get the best result obtained on this benchmark2519.82
Satisfiable
(Un)Satisfiability was proved
Number of variables3553
Number of constraints9202
Number of domains26
Minimum domain size1
Maximum domain size46
Distribution of domain sizes[{"size":1,"count":135},{"size":2,"count":760},{"size":3,"count":8},{"size":4,"count":30},{"size":5,"count":14},{"size":7,"count":1890},{"size":8,"count":2},{"size":9,"count":2},{"size":12,"count":2},{"size":13,"count":11},{"size":15,"count":15},{"size":20,"count":10},{"size":22,"count":38},{"size":43,"count":90},{"size":46,"count":546}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":1393},{"degree":3,"count":270},{"degree":18,"count":2},{"degree":19,"count":33},{"degree":20,"count":47},{"degree":21,"count":9},{"degree":22,"count":30},{"degree":23,"count":52},{"degree":24,"count":74},{"degree":25,"count":66},{"degree":26,"count":110},{"degree":27,"count":537},{"degree":28,"count":506},{"degree":29,"count":252},{"degree":30,"count":135},{"degree":31,"count":37}]
Minimum constraint arity2
Maximum constraint arity180
Distribution of constraint arities[{"arity":2,"count":3337},{"arity":3,"count":3120},{"arity":4,"count":390},{"arity":6,"count":1340},{"arity":7,"count":405},{"arity":43,"count":315},{"arity":46,"count":294},{"arity":180,"count":1}]
Number of extensional constraints2139
Number of intensional constraints1116
Distribution of constraint types[{"type":"extension","count":2139},{"type":"intension","count":1116},{"type":"regular","count":3592},{"type":"sum","count":90},{"type":"count","count":2264},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c Mistral 16062018
2400.01/2399.90	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (2197 MiB free)
  memory of node 1: 16384 MiB (10267 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289291-1532190504/watcher-4289291-1532190504 -o /tmp/evaluation-result-4289291-1532190504/solver-4289291-1532190504 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532190502-22477 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1076978192 HOME/instance-4289291-1532190504.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=22508, runsolver pid=22505

[startup+0.100198 s]*
/proc/loadavg: 0.00 0.01 0.05 3/188 22509
/proc/meminfo: memFree=12745952/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=43152 memory=17784 CPUtime=0.1 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 4819 0 0 0 10 0 0 0 20 0 1 0 36613561 44187648 4446 33554432000 4194304 7498468 140730384704608 140730384697848 4564583 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 10788 4446 733 807 0 3779 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 43152 KiB
Current children cumulated memory: 17784 KiB

[startup+0.209718 s]*
/proc/loadavg: 0.00 0.01 0.05 3/188 22509
/proc/meminfo: memFree=12731072/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=51300 memory=25820 CPUtime=0.21 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 7007 0 0 0 20 1 0 0 20 0 1 0 36613561 52531200 6455 33554432000 4194304 7498468 140730384704608 140730384697848 4564583 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 12825 6455 733 807 0 5816 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 51300 KiB
Current children cumulated memory: 25820 KiB

[startup+0.309496 s]*
/proc/loadavg: 0.00 0.01 0.05 3/188 22509
/proc/meminfo: memFree=12720840/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=55360 memory=30044 CPUtime=0.31 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 8027 0 0 0 30 1 0 0 20 0 1 0 36613561 56688640 7511 33554432000 4194304 7498468 140730384704608 140730384697848 4564592 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 13840 7511 733 807 0 6831 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 55360 KiB
Current children cumulated memory: 30044 KiB

[startup+0.70038 s]
/proc/loadavg: 0.00 0.01 0.05 3/188 22509
/proc/meminfo: memFree=12700960/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=72864 memory=47584 CPUtime=0.69 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 12131 0 0 0 68 1 0 0 20 0 1 0 36613561 74612736 11896 33554432000 4194304 7498468 140730384704608 140730384697848 4564592 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 18216 11896 733 807 0 11207 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 72864 KiB
Current children cumulated memory: 47584 KiB

[startup+1.50037 s]
/proc/loadavg: 0.00 0.01 0.05 3/188 22509
/proc/meminfo: memFree=12679156/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=240888 memory=215488 CPUtime=1.48 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 54143 0 0 0 142 6 0 0 20 0 1 0 36613561 246669312 53872 33554432000 4194304 7498468 140730384704608 140730384697848 4564576 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 60222 53872 762 807 0 53213 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 240888 KiB
Current children cumulated memory: 215488 KiB

[startup+3.10965 s]
/proc/loadavg: 0.08 0.03 0.05 3/188 22509
/proc/meminfo: memFree=12356048/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=353036 memory=328044 CPUtime=3.1 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 109587 0 0 0 299 11 0 0 20 0 1 0 36613561 361508864 82011 33554432000 4194304 7498468 140730384704608 140730384697848 5164340 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 88259 82011 807 807 0 81250 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 353036 KiB
Current children cumulated memory: 328044 KiB

[startup+6.30036 s]
/proc/loadavg: 0.08 0.03 0.05 3/188 22509
/proc/meminfo: memFree=12316252/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333632 CPUtime=6.29 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 125850 0 0 0 617 12 0 0 20 0 1 0 36613561 367116288 83408 33554432000 4194304 7498468 140730384704608 140730384699144 5164386 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83408 807 807 0 82619 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333632 KiB

[startup+12.7004 s]
/proc/loadavg: 0.24 0.06 0.06 3/188 22509
/proc/meminfo: memFree=12271052/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333632 CPUtime=12.69 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 147587 0 0 0 1256 13 0 0 20 0 1 0 36613561 367116288 83408 33554432000 4194304 7498468 140730384704608 140730384699144 5164349 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83408 807 807 0 82619 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333632 KiB

[startup+25.5004 s]
/proc/loadavg: 0.70 0.18 0.10 3/188 22509
/proc/meminfo: memFree=11379320/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333632 CPUtime=25.49 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 164022 0 0 0 2535 14 0 0 20 0 1 0 36613561 367116288 83408 33554432000 4194304 7498468 140730384704608 140730384699144 4246849 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83408 807 807 0 82619 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333632 KiB

[startup+51.1097 s]
/proc/loadavg: 1.14 0.32 0.15 3/188 22509
/proc/meminfo: memFree=10859240/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333632 CPUtime=51.1 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 184380 0 0 0 5095 15 0 0 20 0 1 0 36613561 367116288 83408 33554432000 4194304 7498468 140730384704608 140730384699144 5164349 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83408 807 807 0 82619 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333632 KiB

[startup+102.3 s]
/proc/loadavg: 1.63 0.58 0.25 3/188 22517
/proc/meminfo: memFree=10858384/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333632 CPUtime=102.3 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 212380 0 0 0 10213 17 0 0 20 0 1 0 36613561 367116288 83408 33554432000 4194304 7498468 140730384704608 140730384699144 4246872 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83408 807 807 0 82619 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333632 KiB

[startup+162.3 s]
/proc/loadavg: 1.86 0.84 0.35 3/187 22518
/proc/meminfo: memFree=10859164/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333632 CPUtime=162.31 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 231586 0 0 0 16213 18 0 0 20 0 1 0 36613561 367116288 83408 33554432000 4194304 7498468 140730384704608 140730384699144 5164340 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83408 807 807 0 82619 0
Current children cumulated CPU time: 162.31 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333632 KiB

[startup+222.3 s]
/proc/loadavg: 1.95 1.05 0.46 3/188 22520
/proc/meminfo: memFree=10858928/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333632 CPUtime=222.31 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 249457 0 0 0 22212 19 0 0 20 0 1 0 36613561 367116288 83408 33554432000 4194304 7498468 140730384704608 140730384699144 5164344 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83408 807 807 0 82619 0
Current children cumulated CPU time: 222.31 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333632 KiB

[startup+282.3 s]
/proc/loadavg: 1.98 1.22 0.55 3/188 22521
/proc/meminfo: memFree=10858928/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333632 CPUtime=282.31 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 253414 0 0 0 28212 19 0 0 20 0 1 0 36613561 367116288 83408 33554432000 4194304 7498468 140730384704608 140730384699144 4246887 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83408 807 807 0 82619 0
Current children cumulated CPU time: 282.31 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333632 KiB

[startup+342.3 s]
/proc/loadavg: 1.99 1.36 0.64 3/187 22522
/proc/meminfo: memFree=10859180/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333632 CPUtime=342.32 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 269476 0 0 0 34212 20 0 0 20 0 1 0 36613561 367116288 83408 33554432000 4194304 7498468 140730384704608 140730384699144 5164365 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83408 807 807 0 82619 0
Current children cumulated CPU time: 342.32 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333632 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.48 0.73 3/187 22523
/proc/meminfo: memFree=10858860/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333632 CPUtime=402.32 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 281295 0 0 0 40212 20 0 0 20 0 1 0 36613561 367116288 83408 33554432000 4194304 7498468 140730384704608 140730384699144 4249687 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83408 807 807 0 82619 0
Current children cumulated CPU time: 402.32 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333632 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.58 0.81 3/187 22524
/proc/meminfo: memFree=10858492/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333632 CPUtime=462.32 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 286224 0 0 0 46212 20 0 0 20 0 1 0 36613561 367116288 83408 33554432000 4194304 7498468 140730384704608 140730384699144 5164329 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83408 807 807 0 82619 0
Current children cumulated CPU time: 462.32 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333632 KiB


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

/proc/22508/statm: 89628 83411 807 807 0 82619 0
Current children cumulated CPU time: 1662.36 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333644 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.71 3/187 22562
/proc/meminfo: memFree=10859100/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333644 CPUtime=1722.36 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 417102 0 0 0 172208 28 0 0 20 0 1 0 36613561 367116288 83411 33554432000 4194304 7498468 140730384704608 140730384699144 5164349 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83411 807 807 0 82619 0
Current children cumulated CPU time: 1722.36 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333644 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.73 3/187 22564
/proc/meminfo: memFree=10858712/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333644 CPUtime=1782.36 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 417388 0 0 0 178208 28 0 0 20 0 1 0 36613561 367116288 83411 33554432000 4194304 7498468 140730384704608 140730384699144 5164315 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83411 807 807 0 82619 0
Current children cumulated CPU time: 1782.36 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333644 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.75 3/187 22565
/proc/meminfo: memFree=10858316/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333644 CPUtime=1842.37 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 417915 0 0 0 184209 28 0 0 20 0 1 0 36613561 367116288 83411 33554432000 4194304 7498468 140730384704608 140730384699144 4246827 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83411 807 807 0 82619 0
Current children cumulated CPU time: 1842.37 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333644 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.77 3/188 22574
/proc/meminfo: memFree=10857680/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333644 CPUtime=1902.37 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 418082 0 0 0 190209 28 0 0 20 0 1 0 36613561 367116288 83411 33554432000 4194304 7498468 140730384704608 140730384699144 5164349 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83411 807 807 0 82619 0
Current children cumulated CPU time: 1902.37 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333644 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.78 3/188 22597
/proc/meminfo: memFree=10857244/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333644 CPUtime=1962.38 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 418608 0 0 0 196209 29 0 0 20 0 1 0 36613561 367116288 83411 33554432000 4194304 7498468 140730384704608 140730384699144 4246879 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83411 807 807 0 82619 0
Current children cumulated CPU time: 1962.38 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333644 KiB

[startup+2022.3 s]
/proc/loadavg: 2.08 2.02 1.80 3/188 22598
/proc/meminfo: memFree=10857740/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333644 CPUtime=2022.39 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 419306 0 0 0 202210 29 0 0 20 0 1 0 36613561 367116288 83411 33554432000 4194304 7498468 140730384704608 140730384699144 5164296 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83411 807 807 0 82619 0
Current children cumulated CPU time: 2022.39 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333644 KiB

[startup+2082.3 s]
/proc/loadavg: 2.44 2.15 1.86 3/188 22599
/proc/meminfo: memFree=10858364/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333644 CPUtime=2082.39 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 419473 0 0 0 208210 29 0 0 20 0 1 0 36613561 367116288 83411 33554432000 4194304 7498468 140730384704608 140730384699144 5164349 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83411 807 807 0 82619 0
Current children cumulated CPU time: 2082.39 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333644 KiB

[startup+2142.3 s]
/proc/loadavg: 2.16 2.12 1.87 3/188 22600
/proc/meminfo: memFree=10858364/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333644 CPUtime=2142.4 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 420008 0 0 0 214211 29 0 0 20 0 1 0 36613561 367116288 83411 33554432000 4194304 7498468 140730384704608 140730384699144 5164349 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83411 807 807 0 82619 0
Current children cumulated CPU time: 2142.4 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333644 KiB

[startup+2202.3 s]
/proc/loadavg: 2.06 2.10 1.87 3/187 22601
/proc/meminfo: memFree=10858560/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333644 CPUtime=2202.4 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 420862 0 0 0 220211 29 0 0 20 0 1 0 36613561 367116288 83411 33554432000 4194304 7498468 140730384704608 140730384699144 4258039 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83411 807 807 0 82619 0
Current children cumulated CPU time: 2202.4 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333644 KiB

[startup+2262.3 s]
/proc/loadavg: 2.02 2.08 1.88 3/187 22602
/proc/meminfo: memFree=10858452/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333644 CPUtime=2262.4 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 421039 0 0 0 226211 29 0 0 20 0 1 0 36613561 367116288 83411 33554432000 4194304 7498468 140730384704608 140730384699144 5164349 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83411 807 807 0 82619 0
Current children cumulated CPU time: 2262.4 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333644 KiB

[startup+2322.3 s]
/proc/loadavg: 2.01 2.07 1.88 3/187 22603
/proc/meminfo: memFree=10858572/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333644 CPUtime=2322.41 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 421764 0 0 0 232212 29 0 0 20 0 1 0 36613561 367116288 83411 33554432000 4194304 7498468 140730384704608 140730384699144 4580892 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83411 807 807 0 82619 0
Current children cumulated CPU time: 2322.41 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333644 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.06 1.89 3/187 22604
/proc/meminfo: memFree=10858448/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333644 CPUtime=2382.41 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 422297 0 0 0 238212 29 0 0 20 0 1 0 36613561 367116288 83411 33554432000 4194304 7498468 140730384704608 140730384699144 5164315 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83411 807 807 0 82619 0
Current children cumulated CPU time: 2382.41 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333644 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.9 s]
/proc/loadavg: 2.00 2.05 1.89 3/187 22604
/proc/meminfo: memFree=10858456/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333644 CPUtime=2400.01 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 422488 0 0 0 239972 29 0 0 20 0 1 0 36613561 367116288 83411 33554432000 4194304 7498468 140730384704608 140730384699144 5164386 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83411 807 807 0 82619 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333644 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2399.9 s]
# the end of solver process 22508 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.73 s, system=0.297022 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2399.9 s]
/proc/loadavg: 2.00 2.05 1.89 3/187 22604
/proc/meminfo: memFree=10858456/32770624 swapFree=67108860/67108860
[pid=22508] ppid=22505 vsize=358512 memory=333644 CPUtime=2400.01 cores=0,2,4,6
/proc/22508/stat : 22508 (MistralXCSP) R 22505 22508 22446 0 -1 4202496 422488 0 0 0 239972 29 0 0 20 0 1 0 36613561 367116288 83411 33554432000 4194304 7498468 140730384704608 140730384699144 5164386 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 22122496 140730384708717 140730384708867 140730384708867 140730384711625 0
/proc/22508/statm: 89628 83411 807 807 0 82619 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333644 KiB

Child status: 0
Real time (s): 2399.9
CPU time (s): 2400.03
CPU user time (s): 2399.73
CPU system time (s): 0.297022
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 358512
Max. memory (cumulated for all children) (KiB): 333644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.73
system time used= 0.297022
maximum resident set size= 333664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 422525
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82
involuntary context switches= 625


# summary of solver processes directly reported to runsolver:
#   pid: 22508
#   total CPU time (s): 2400.03
#   total CPU user time (s): 2399.73
#   total CPU system time (s): 0.297022

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4994 second user time and 13.4611 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-21 18:28:24
IDJOB=4289291
IDBENCH=141050
IDSOLVER=2741
FILE ID=node105/4289291-1532190504
RUNJOBID= node105-1532190502-22477
PBS_JOBID= 21018938
Free space on /tmp= 44912 MiB

SOLVER NAME= Mistral-2.0 2018-06-15
BENCH NAME= XCSP18/NurseRostering/NurseRostering-15_c18.xml
COMMAND LINE= MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289291-1532190504/watcher-4289291-1532190504 -o /tmp/evaluation-result-4289291-1532190504/solver-4289291-1532190504 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532190502-22477 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1076978192 HOME/instance-4289291-1532190504.xml

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

MD5SUM BENCH= 08877e0fafa48cd5ca524d34b6939bef
RANDOM SEED=1076978192

node105.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.32
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.32
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.32
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.32
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:        12764864 kB
MemAvailable:   31905180 kB
Buffers:          116756 kB
Cached:         18981296 kB
SwapCached:            0 kB
Active:          1229344 kB
Inactive:       17957464 kB
Active(anon):      45172 kB
Inactive(anon):    64036 kB
Active(file):    1184172 kB
Inactive(file): 17893428 kB
Unevictable:        7324 kB
Mlocked:            7324 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             19880 kB
Writeback:             0 kB
AnonPages:         95756 kB
Mapped:            35772 kB
Shmem:             17036 kB
Slab:             515972 kB
SReclaimable:     491176 kB
SUnreclaim:        24796 kB
KernelStack:        3184 kB
PageTables:         4876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     382456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44904 MiB
End job on node105 at 2018-07-21 19:08:24