Trace number 4303720

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-08-01? (TO) 2519.86 2520.01

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 01082018
2519.85/2520.00	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 (1047 MiB free)
  memory of node 1: 16384 MiB (2766 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303720-1533994729/watcher-4303720-1533994729 -o /tmp/evaluation-result-4303720-1533994729/solver-4303720-1533994729 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1533992207-26951 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 655894388 HOME/instance-4303720-1533994729.xml 

running on 4 cores: 1,3,5,7

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=27207, runsolver pid=27204

[startup+0.100159 s]*
/proc/loadavg: 2.01 2.02 1.98 3/187 27208
/proc/meminfo: memFree=3890360/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=44348 memory=19008 CPUtime=0.1 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 5231 0 0 0 10 0 0 0 20 0 1 0 217036060 45412352 4752 33554432000 4194304 7499544 140737052844928 140737052835592 4563992 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 11087 4752 732 807 0 4078 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 44348 KiB
Current children cumulated memory: 19008 KiB

[startup+0.209778 s]*
/proc/loadavg: 2.01 2.02 1.98 3/187 27208
/proc/meminfo: memFree=3882016/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=51576 memory=26344 CPUtime=0.21 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 7098 0 0 0 20 1 0 0 20 0 1 0 217036060 52813824 6586 33554432000 4194304 7499544 140737052844928 140737052835592 4564151 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 12894 6586 732 807 0 5885 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 51576 KiB
Current children cumulated memory: 26344 KiB

[startup+0.30959 s]*
/proc/loadavg: 2.01 2.02 1.98 3/187 27208
/proc/meminfo: memFree=3877924/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=55660 memory=30304 CPUtime=0.31 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 8113 0 0 0 30 1 0 0 20 0 1 0 217036060 56995840 7576 33554432000 4194304 7499544 140737052844928 140737052835592 4563992 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 13915 7576 732 807 0 6906 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 55660 KiB
Current children cumulated memory: 30304 KiB

[startup+0.700344 s]
/proc/loadavg: 2.01 2.02 1.98 3/187 27208
/proc/meminfo: memFree=3862256/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=73248 memory=47844 CPUtime=0.69 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 11720 0 0 0 67 2 0 0 20 0 1 0 217036060 75005952 11961 33554432000 4194304 7499544 140737052844928 140737052835592 4564151 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 18312 11961 732 807 0 11303 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 73248 KiB
Current children cumulated memory: 47844 KiB

[startup+1.5003 s]
/proc/loadavg: 2.01 2.02 1.98 3/187 27208
/proc/meminfo: memFree=3852684/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=240888 memory=215484 CPUtime=1.49 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 53631 0 0 0 143 6 0 0 20 0 1 0 217036060 246669312 53871 33554432000 4194304 7499544 140737052844928 140737052835592 4563999 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 60222 53871 761 807 0 53213 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 240888 KiB
Current children cumulated memory: 215484 KiB

[startup+3.10954 s]
/proc/loadavg: 2.01 2.02 1.98 3/187 27208
/proc/meminfo: memFree=3579636/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=353036 memory=328052 CPUtime=3.1 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 109979 0 0 0 298 12 0 0 20 0 1 0 217036060 361508864 82013 33554432000 4194304 7499544 140737052844928 140737052835592 4379079 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 88259 82013 809 807 0 81250 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 353036 KiB
Current children cumulated memory: 328052 KiB

[startup+6.3003 s]
/proc/loadavg: 2.01 2.02 1.98 3/187 27208
/proc/meminfo: memFree=3573432/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333640 CPUtime=6.29 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 126233 0 0 0 616 13 0 0 20 0 1 0 217036060 367116288 83410 33554432000 4194304 7499544 140737052844928 140737052839464 5163917 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83410 809 807 0 82619 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333640 KiB

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 1.98 3/187 27208
/proc/meminfo: memFree=3573544/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333640 CPUtime=12.69 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 147613 0 0 0 1255 14 0 0 20 0 1 0 217036060 367116288 83410 33554432000 4194304 7499544 140737052844928 140737052839464 4257952 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83410 809 807 0 82619 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333640 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 27208
/proc/meminfo: memFree=3573608/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333640 CPUtime=25.49 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 163954 0 0 0 2535 14 0 0 20 0 1 0 217036060 367116288 83410 33554432000 4194304 7499544 140737052844928 140737052839464 5163917 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83410 809 807 0 82619 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333640 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 27208
/proc/meminfo: memFree=3573732/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333640 CPUtime=51.1 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 184155 0 0 0 5095 15 0 0 20 0 1 0 217036060 367116288 83410 33554432000 4194304 7499544 140737052844928 140737052839464 5163954 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83410 809 807 0 82619 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333640 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/188 27217
/proc/meminfo: memFree=3571312/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333640 CPUtime=102.28 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 207698 0 0 0 10212 16 0 0 20 0 1 0 217036060 367116288 83410 33554432000 4194304 7499544 140737052844928 140737052839464 5163908 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83410 809 807 0 82619 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333640 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/188 27218
/proc/meminfo: memFree=3572360/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333640 CPUtime=162.27 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 219582 0 0 0 16211 16 0 0 20 0 1 0 217036060 367116288 83410 33554432000 4194304 7499544 140737052844928 140737052839464 4246821 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83410 809 807 0 82619 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333640 KiB

[startup+222.3 s]
/proc/loadavg: 1.92 2.00 1.97 3/188 27283
/proc/meminfo: memFree=3571112/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333640 CPUtime=222.25 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 227115 0 0 0 22208 17 0 0 20 0 1 0 217036060 367116288 83410 33554432000 4194304 7499544 140737052844928 140737052839464 5163917 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83410 809 807 0 82619 0
Current children cumulated CPU time: 222.25 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333640 KiB

[startup+282.3 s]
/proc/loadavg: 1.97 2.00 1.97 3/188 27284
/proc/meminfo: memFree=3570696/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333652 CPUtime=282.23 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 230149 0 0 0 28206 17 0 0 20 0 1 0 217036060 367116288 83413 33554432000 4194304 7499544 140737052844928 140737052839464 5163954 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83413 809 807 0 82619 0
Current children cumulated CPU time: 282.23 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333652 KiB

[startup+342.3 s]
/proc/loadavg: 1.99 2.00 1.97 3/188 27285
/proc/meminfo: memFree=3571140/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333652 CPUtime=342.23 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 230916 0 0 0 34206 17 0 0 20 0 1 0 217036060 367116288 83413 33554432000 4194304 7499544 140737052844928 140737052839464 5621087 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83413 809 807 0 82619 0
Current children cumulated CPU time: 342.23 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333652 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/187 27286
/proc/meminfo: memFree=3571100/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333652 CPUtime=402.22 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 231692 0 0 0 40205 17 0 0 20 0 1 0 217036060 367116288 83413 33554432000 4194304 7499544 140737052844928 140737052839464 5163954 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83413 809 807 0 82619 0
Current children cumulated CPU time: 402.22 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333652 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/187 27287
/proc/meminfo: memFree=3570572/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333652 CPUtime=462.22 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 232395 0 0 0 46205 17 0 0 20 0 1 0 217036060 367116288 83413 33554432000 4194304 7499544 140737052844928 140737052839464 5163908 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83413 809 807 0 82619 0
Current children cumulated CPU time: 462.22 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333652 KiB


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

/proc/27207/statm: 89628 83413 809 807 0 82619 0
Current children cumulated CPU time: 1722.17 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333652 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.06 2.02 3/187 27349
/proc/meminfo: memFree=3570212/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333652 CPUtime=1782.17 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 248441 0 0 0 178199 18 0 0 20 0 1 0 217036060 367116288 83413 33554432000 4194304 7499544 140737052844928 140737052839464 5163917 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83413 809 807 0 82619 0
Current children cumulated CPU time: 1782.17 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333652 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/187 27350
/proc/meminfo: memFree=3570288/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333652 CPUtime=1842.17 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 249134 0 0 0 184199 18 0 0 20 0 1 0 217036060 367116288 83413 33554432000 4194304 7499544 140737052844928 140737052839464 4545484 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83413 809 807 0 82619 0
Current children cumulated CPU time: 1842.17 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333652 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.04 2.02 3/188 27359
/proc/meminfo: memFree=3570100/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333652 CPUtime=1902.16 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 249820 0 0 0 190198 18 0 0 20 0 1 0 217036060 367116288 83413 33554432000 4194304 7499544 140737052844928 140737052839464 5163954 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83413 809 807 0 82619 0
Current children cumulated CPU time: 1902.16 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333652 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.03 2.02 3/188 27360
/proc/meminfo: memFree=3570332/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333652 CPUtime=1962.16 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 250517 0 0 0 196198 18 0 0 20 0 1 0 217036060 367116288 83413 33554432000 4194304 7499544 140737052844928 140737052839464 5163917 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83413 809 807 0 82619 0
Current children cumulated CPU time: 1962.16 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333652 KiB

[startup+2022.3 s]
/proc/loadavg: 2.04 2.04 2.03 3/188 27361
/proc/meminfo: memFree=3570244/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333652 CPUtime=2022.16 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 251317 0 0 0 202198 18 0 0 20 0 1 0 217036060 367116288 83413 33554432000 4194304 7499544 140737052844928 140737052839464 5163954 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83413 809 807 0 82619 0
Current children cumulated CPU time: 2022.16 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333652 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.04 2.03 3/188 27362
/proc/meminfo: memFree=3570188/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333652 CPUtime=2082.16 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 252041 0 0 0 208198 18 0 0 20 0 1 0 217036060 367116288 83413 33554432000 4194304 7499544 140737052844928 140737052839464 4246871 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83413 809 807 0 82619 0
Current children cumulated CPU time: 2082.16 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333652 KiB

[startup+2142.3 s]
/proc/loadavg: 2.01 2.03 2.03 3/188 27363
/proc/meminfo: memFree=3569792/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333652 CPUtime=2142.15 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 252760 0 0 0 214197 18 0 0 20 0 1 0 217036060 367116288 83413 33554432000 4194304 7499544 140737052844928 140737052839464 5163917 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83413 809 807 0 82619 0
Current children cumulated CPU time: 2142.15 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333652 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/187 27364
/proc/meminfo: memFree=3570176/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333652 CPUtime=2202.15 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 253478 0 0 0 220197 18 0 0 20 0 1 0 217036060 367116288 83413 33554432000 4194304 7499544 140737052844928 140737052839464 5164040 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83413 809 807 0 82619 0
Current children cumulated CPU time: 2202.15 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333652 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/187 27365
/proc/meminfo: memFree=3570068/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333652 CPUtime=2262.15 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 254179 0 0 0 226197 18 0 0 20 0 1 0 217036060 367116288 83413 33554432000 4194304 7499544 140737052844928 140737052839464 5163917 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83413 809 807 0 82619 0
Current children cumulated CPU time: 2262.15 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333652 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/187 27366
/proc/meminfo: memFree=3570024/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333652 CPUtime=2322.14 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 254899 0 0 0 232196 18 0 0 20 0 1 0 217036060 367116288 83413 33554432000 4194304 7499544 140737052844928 140737052839464 5838025 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83413 809 807 0 82619 0
Current children cumulated CPU time: 2322.14 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333652 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/187 27367
/proc/meminfo: memFree=3570100/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333652 CPUtime=2382.14 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 255602 0 0 0 238196 18 0 0 20 0 1 0 217036060 367116288 83413 33554432000 4194304 7499544 140737052844928 140737052839464 5163917 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83413 809 807 0 82619 0
Current children cumulated CPU time: 2382.14 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333652 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/187 27368
/proc/meminfo: memFree=3570172/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333652 CPUtime=2442.14 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 256305 0 0 0 244196 18 0 0 20 0 1 0 217036060 367116288 83413 33554432000 4194304 7499544 140737052844928 140737052839464 5163954 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83413 809 807 0 82619 0
Current children cumulated CPU time: 2442.14 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333652 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/188 27377
/proc/meminfo: memFree=3570080/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333652 CPUtime=2502.15 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 257007 0 0 0 250196 19 0 0 20 0 1 0 217036060 367116288 83413 33554432000 4194304 7499544 140737052844928 140737052839464 4580617 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83413 809 807 0 82619 0
Current children cumulated CPU time: 2502.15 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333652 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.03 3/188 27377
/proc/meminfo: memFree=3570520/32770624 swapFree=67108860/67108860
[pid=27207] ppid=27204 vsize=358512 memory=333652 CPUtime=2519.85 cores=1,3,5,7
/proc/27207/stat : 27207 (MistralXCSP) R 27204 27207 26919 0 -1 4202496 257535 0 0 0 251966 19 0 0 20 0 1 0 217036060 367116288 83413 33554432000 4194304 7499544 140737052844928 140737052839464 4246831 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 36798464 140737052853358 140737052853507 140737052853507 140737052856265 0
/proc/27207/statm: 89628 83413 809 807 0 82619 0
Current children cumulated CPU time: 2519.85 s
Current children cumulated vsize: 358512 KiB
Current children cumulated memory: 333652 KiB

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

[startup+2520.01 s]
# the end of solver process 27207 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.67 s, system=0.191992 s

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

Child status: 0
Real time (s): 2520.01
CPU time (s): 2519.86
CPU user time (s): 2519.67
CPU system time (s): 0.191992
CPU usage (%): 99.9941
Max. virtual memory (cumulated for all children) (KiB): 358512
Max. memory (cumulated for all children) (KiB): 333652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.67
system time used= 0.191992
maximum resident set size= 333672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 257571
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= 632


# summary of solver processes directly reported to runsolver:
#   pid: 27207
#   total CPU time (s): 2519.86
#   total CPU user time (s): 2519.67
#   total CPU system time (s): 0.191992

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.27553 second user time and 17.0135 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-11 15:38:49
IDJOB=4303720
IDBENCH=141050
IDSOLVER=2779
FILE ID=node151/4303720-1533994729
RUNJOBID= node151-1533992207-26951
PBS_JOBID= 21036947
Free space on /tmp= 40852 MiB

SOLVER NAME= Mistral-2.0 2018-08-01
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-4303720-1533994729/watcher-4303720-1533994729 -o /tmp/evaluation-result-4303720-1533994729/solver-4303720-1533994729 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1533992207-26951 --watchdog 2580  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 655894388 HOME/instance-4303720-1533994729.xml

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

MD5SUM BENCH= 08877e0fafa48cd5ca524d34b6939bef
RANDOM SEED=655894388

node151.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.87
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.87
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.87
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.87
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:         3905616 kB
MemAvailable:   31816232 kB
Buffers:          248860 kB
Cached:         27541384 kB
SwapCached:            0 kB
Active:         10854756 kB
Inactive:       17080540 kB
Active(anon):      93996 kB
Inactive(anon):   103256 kB
Active(file):   10760760 kB
Inactive(file): 16977284 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6300 kB
Writeback:             0 kB
AnonPages:        174716 kB
Mapped:            60620 kB
Shmem:             49800 kB
Slab:             628920 kB
SReclaimable:     601032 kB
SUnreclaim:        27888 kB
KernelStack:        3568 kB
PageTables:         5944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     466344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 40848 MiB
End job on node151 at 2018-08-11 16:20:49