Trace number 4289284

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.05 2400.02

General information on the benchmark

NameNurseRostering/
NurseRostering-20_c18.xml
MD5SUMd4df4d24fcb6b75374a4511056cd4f34
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables15616
Number of constraints43912
Number of domains17
Minimum domain size1
Maximum domain size183
Distribution of domain sizes[{"size":1,"count":267},{"size":2,"count":3618},{"size":7,"count":9100},{"size":51,"count":2366},{"size":183,"count":265}]
Minimum variable degree2
Maximum variable degree30
Distribution of variable degrees[{"degree":2,"count":5216},{"degree":3,"count":1300},{"degree":18,"count":5},{"degree":19,"count":36},{"degree":20,"count":49},{"degree":21,"count":13},{"degree":22,"count":43},{"degree":23,"count":50},{"degree":24,"count":499},{"degree":25,"count":452},{"degree":26,"count":173},{"degree":27,"count":1991},{"degree":28,"count":3479},{"degree":29,"count":1938},{"degree":30,"count":372}]
Minimum constraint arity2
Maximum constraint arity900
Distribution of constraint arities[{"arity":2,"count":16247},{"arity":3,"count":16200},{"arity":4,"count":1790},{"arity":6,"count":5310},{"arity":7,"count":2690},{"arity":26,"count":50},{"arity":51,"count":1274},{"arity":183,"count":350},{"arity":900,"count":1}]
Number of extensional constraints10324
Number of intensional constraints5018
Distribution of constraint types[{"type":"extension","count":10324},{"type":"intension","count":5018},{"type":"regular","count":18000},{"type":"sum","count":100},{"type":"count","count":10469},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.01	c Mistral 16062018
2400.03/2400.01	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 (2207 MiB free)
  memory of node 1: 16384 MiB (10307 MiB free)
  node distances:
     10  21
     21  10

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

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

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=22493, runsolver pid=22490

[startup+0.100157 s]*
/proc/loadavg: 0.00 0.01 0.05 2/182 22494
/proc/meminfo: memFree=12794536/32770624 swapFree=67108860/67108860
[pid=22493] ppid=22490 vsize=49008 memory=23356 CPUtime=0.08 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 6357 0 3 0 8 0 0 0 20 0 1 0 36613533 50184192 5839 33554432000 4194304 7498468 140721734830560 140721734824912 140128278608816 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 12252 5839 632 807 0 5243 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 49008 KiB
Current children cumulated memory: 23356 KiB

[startup+0.210058 s]*
/proc/loadavg: 0.00 0.01 0.05 2/182 22496
/proc/meminfo: memFree=12774240/32770624 swapFree=67108860/67108860
[pid=22493] ppid=22490 vsize=67036 memory=41720 CPUtime=0.2 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 10791 0 3 0 19 1 0 0 20 0 1 0 36613533 68644864 10430 33554432000 4194304 7498468 140721734830560 140721734824912 4564416 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 16759 10430 733 807 0 9750 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 67036 KiB
Current children cumulated memory: 41720 KiB

[startup+0.309538 s]*
/proc/loadavg: 0.00 0.01 0.05 3/188 22509
/proc/meminfo: memFree=12757980/32770624 swapFree=67108860/67108860
[pid=22493] ppid=22490 vsize=68312 memory=43040 CPUtime=0.3 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 11122 0 3 0 29 1 0 0 20 0 1 0 36613533 69951488 10760 33554432000 4194304 7498468 140721734830560 140721734824912 4564424 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 17078 10760 733 807 0 10069 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 68312 KiB
Current children cumulated memory: 43040 KiB

[startup+0.700354 s]
/proc/loadavg: 0.00 0.01 0.05 3/188 22509
/proc/meminfo: memFree=12729584/32770624 swapFree=67108860/67108860
[pid=22493] ppid=22490 vsize=88084 memory=62656 CPUtime=0.67 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 15712 0 3 0 66 1 0 0 20 0 1 0 36613533 90198016 15664 33554432000 4194304 7498468 140721734830560 140721734821224 4564576 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 22021 15664 733 807 0 15012 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 88084 KiB
Current children cumulated memory: 62656 KiB

[startup+1.50029 s]
/proc/loadavg: 0.00 0.01 0.05 3/188 22509
/proc/meminfo: memFree=12691432/32770624 swapFree=67108860/67108860
[pid=22493] ppid=22490 vsize=103320 memory=77968 CPUtime=1.48 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 19497 0 3 0 146 2 0 0 20 0 1 0 36613533 105799680 19492 33554432000 4194304 7498468 140721734830560 140721734821224 4564583 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 25830 19492 733 807 0 18821 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 103320 KiB
Current children cumulated memory: 77968 KiB

[startup+3.10953 s]
/proc/loadavg: 0.08 0.03 0.05 3/188 22509
/proc/meminfo: memFree=12362828/32770624 swapFree=67108860/67108860
[pid=22493] ppid=22490 vsize=141516 memory=116252 CPUtime=3.09 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 46525 0 3 0 305 4 0 0 20 0 1 0 36613533 144912384 29063 33554432000 4194304 7498468 140721734830560 140721734821160 4564592 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 35379 29063 733 807 0 28370 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 141516 KiB
Current children cumulated memory: 116252 KiB

[startup+6.30027 s]
/proc/loadavg: 0.08 0.03 0.05 3/188 22509
/proc/meminfo: memFree=12324128/32770624 swapFree=67108860/67108860
[pid=22493] ppid=22490 vsize=183304 memory=157988 CPUtime=6.28 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 58429 0 3 0 623 5 0 0 20 0 1 0 36613533 187703296 39497 33554432000 4194304 7498468 140721734830560 140721734821608 4564583 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 45826 39497 733 807 0 38817 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 183304 KiB
Current children cumulated memory: 157988 KiB

[startup+12.7003 s]
/proc/loadavg: 0.24 0.06 0.06 3/188 22509
/proc/meminfo: memFree=12272912/32770624 swapFree=67108860/67108860
[pid=22493] ppid=22490 vsize=233700 memory=208428 CPUtime=12.67 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 75616 0 3 0 1261 6 0 0 20 0 1 0 36613533 239308800 52107 33554432000 4194304 7498468 140721734830560 140721734821224 4564583 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 58425 52107 733 807 0 51416 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 233700 KiB
Current children cumulated memory: 208428 KiB

[startup+25.5004 s]
/proc/loadavg: 0.70 0.18 0.10 3/188 22509
/proc/meminfo: memFree=11404244/32770624 swapFree=67108860/67108860
[pid=22493] ppid=22490 vsize=1136540 memory=1111160 CPUtime=25.48 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 310024 0 3 0 2516 32 0 0 20 0 1 0 36613533 1163816960 277790 33554432000 4194304 7498468 140721734830560 140721734820568 140128278096048 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 284135 277790 762 807 0 277126 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 1136540 KiB
Current children cumulated memory: 1111160 KiB

[startup+51.1099 s]
/proc/loadavg: 1.14 0.32 0.15 3/188 22509
/proc/meminfo: memFree=10859240/32770624 swapFree=67108860/67108860
[pid=22493] ppid=22490 vsize=1636996 memory=1612008 CPUtime=51.08 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 470402 0 3 0 5060 48 0 0 20 0 1 0 36613533 1676283904 403002 33554432000 4194304 7498468 140721734830560 140721734825096 5164340 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 409249 403002 806 807 0 402240 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 1636996 KiB
Current children cumulated memory: 1612008 KiB

[startup+102.3 s]
/proc/loadavg: 1.63 0.58 0.25 3/188 22517
/proc/meminfo: memFree=10858428/32770624 swapFree=67108860/67108860
[pid=22493] ppid=22490 vsize=1636996 memory=1612012 CPUtime=102.25 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 522735 0 3 0 10174 51 0 0 20 0 1 0 36613533 1676283904 403003 33554432000 4194304 7498468 140721734830560 140721734825096 4246879 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 409249 403003 807 807 0 402240 0
Current children cumulated CPU time: 102.25 s
Current children cumulated vsize: 1636996 KiB
Current children cumulated memory: 1612012 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=22493] ppid=22490 vsize=1636996 memory=1612012 CPUtime=162.24 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 562196 0 3 0 16171 53 0 0 20 0 1 0 36613533 1676283904 403003 33554432000 4194304 7498468 140721734830560 140721734825096 5164349 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 409249 403003 807 807 0 402240 0
Current children cumulated CPU time: 162.24 s
Current children cumulated vsize: 1636996 KiB
Current children cumulated memory: 1612012 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=22493] ppid=22490 vsize=1636996 memory=1612012 CPUtime=222.24 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 597585 0 3 0 22170 54 0 0 20 0 1 0 36613533 1676283904 403003 33554432000 4194304 7498468 140721734830560 140721734825096 5164340 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 409249 403003 807 807 0 402240 0
Current children cumulated CPU time: 222.24 s
Current children cumulated vsize: 1636996 KiB
Current children cumulated memory: 1612012 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=22493] ppid=22490 vsize=1636996 memory=1612012 CPUtime=282.24 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 641445 0 3 0 28168 56 0 0 20 0 1 0 36613533 1676283904 403003 33554432000 4194304 7498468 140721734830560 140721734825096 5164349 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 409249 403003 807 807 0 402240 0
Current children cumulated CPU time: 282.24 s
Current children cumulated vsize: 1636996 KiB
Current children cumulated memory: 1612012 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=22493] ppid=22490 vsize=1636996 memory=1612012 CPUtime=342.23 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 680696 0 3 0 34166 57 0 0 20 0 1 0 36613533 1676283904 403003 33554432000 4194304 7498468 140721734830560 140721734825096 5164349 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 409249 403003 807 807 0 402240 0
Current children cumulated CPU time: 342.23 s
Current children cumulated vsize: 1636996 KiB
Current children cumulated memory: 1612012 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=22493] ppid=22490 vsize=1636996 memory=1612012 CPUtime=402.23 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 715945 0 3 0 40164 59 0 0 20 0 1 0 36613533 1676283904 403003 33554432000 4194304 7498468 140721734830560 140721734825096 5838196 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 409249 403003 807 807 0 402240 0
Current children cumulated CPU time: 402.23 s
Current children cumulated vsize: 1636996 KiB
Current children cumulated memory: 1612012 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=22493] ppid=22490 vsize=1636996 memory=1612012 CPUtime=462.22 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 754143 0 3 0 46162 60 0 0 20 0 1 0 36613533 1676283904 403003 33554432000 4194304 7498468 140721734830560 140721734825096 5164340 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 409249 403003 807 807 0 402240 0
Current children cumulated CPU time: 462.22 s
Current children cumulated vsize: 1636996 KiB
Current children cumulated memory: 1612012 KiB


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

/proc/22493/statm: 409249 403008 807 807 0 402240 0
Current children cumulated CPU time: 1602.27 s
Current children cumulated vsize: 1636996 KiB
Current children cumulated memory: 1612032 KiB

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.70 3/187 22561
/proc/meminfo: memFree=10859116/32770624 swapFree=67108860/67108860
[pid=22493] ppid=22490 vsize=1636996 memory=1612032 CPUtime=1662.27 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 932519 0 3 0 166158 69 0 0 20 0 1 0 36613533 1676283904 403008 33554432000 4194304 7498468 140721734830560 140721734825096 5770520 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 409249 403008 807 807 0 402240 0
Current children cumulated CPU time: 1662.27 s
Current children cumulated vsize: 1636996 KiB
Current children cumulated memory: 1612032 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=22493] ppid=22490 vsize=1636996 memory=1612032 CPUtime=1722.27 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 933991 0 3 0 172158 69 0 0 20 0 1 0 36613533 1676283904 403008 33554432000 4194304 7498468 140721734830560 140721734825096 5164340 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 409249 403008 807 807 0 402240 0
Current children cumulated CPU time: 1722.27 s
Current children cumulated vsize: 1636996 KiB
Current children cumulated memory: 1612032 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=22493] ppid=22490 vsize=1636996 memory=1612032 CPUtime=1782.28 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 935462 0 3 0 178159 69 0 0 20 0 1 0 36613533 1676283904 403008 33554432000 4194304 7498468 140721734830560 140721734825096 5164340 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 409249 403008 807 807 0 402240 0
Current children cumulated CPU time: 1782.28 s
Current children cumulated vsize: 1636996 KiB
Current children cumulated memory: 1612032 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=22493] ppid=22490 vsize=1636996 memory=1612032 CPUtime=1842.28 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 936935 0 3 0 184159 69 0 0 20 0 1 0 36613533 1676283904 403008 33554432000 4194304 7498468 140721734830560 140721734825096 5164349 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 409249 403008 807 807 0 402240 0
Current children cumulated CPU time: 1842.28 s
Current children cumulated vsize: 1636996 KiB
Current children cumulated memory: 1612032 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=22493] ppid=22490 vsize=1636996 memory=1612032 CPUtime=1902.29 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 938411 0 3 0 190159 70 0 0 20 0 1 0 36613533 1676283904 403008 33554432000 4194304 7498468 140721734830560 140721734825096 5164349 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 409249 403008 807 807 0 402240 0
Current children cumulated CPU time: 1902.29 s
Current children cumulated vsize: 1636996 KiB
Current children cumulated memory: 1612032 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=22493] ppid=22490 vsize=1636996 memory=1612032 CPUtime=1962.3 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 939883 0 3 0 196160 70 0 0 20 0 1 0 36613533 1676283904 403008 33554432000 4194304 7498468 140721734830560 140721734825096 5164340 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 409249 403008 807 807 0 402240 0
Current children cumulated CPU time: 1962.3 s
Current children cumulated vsize: 1636996 KiB
Current children cumulated memory: 1612032 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=22493] ppid=22490 vsize=1636996 memory=1612032 CPUtime=2022.3 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 941371 0 3 0 202160 70 0 0 20 0 1 0 36613533 1676283904 403008 33554432000 4194304 7498468 140721734830560 140721734825096 5164340 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 409249 403008 807 807 0 402240 0
Current children cumulated CPU time: 2022.3 s
Current children cumulated vsize: 1636996 KiB
Current children cumulated memory: 1612032 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=22493] ppid=22490 vsize=1636996 memory=1612032 CPUtime=2082.3 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 942843 0 3 0 208160 70 0 0 20 0 1 0 36613533 1676283904 403008 33554432000 4194304 7498468 140721734830560 140721734825096 5164340 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 409249 403008 807 807 0 402240 0
Current children cumulated CPU time: 2082.3 s
Current children cumulated vsize: 1636996 KiB
Current children cumulated memory: 1612032 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=22493] ppid=22490 vsize=1636996 memory=1612032 CPUtime=2142.31 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 944310 0 3 0 214161 70 0 0 20 0 1 0 36613533 1676283904 403008 33554432000 4194304 7498468 140721734830560 140721734825096 5164340 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 409249 403008 807 807 0 402240 0
Current children cumulated CPU time: 2142.31 s
Current children cumulated vsize: 1636996 KiB
Current children cumulated memory: 1612032 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=22493] ppid=22490 vsize=1636996 memory=1612032 CPUtime=2202.31 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 945779 0 3 0 220161 70 0 0 20 0 1 0 36613533 1676283904 403008 33554432000 4194304 7498468 140721734830560 140721734825096 4246849 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 409249 403008 807 807 0 402240 0
Current children cumulated CPU time: 2202.31 s
Current children cumulated vsize: 1636996 KiB
Current children cumulated memory: 1612032 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=22493] ppid=22490 vsize=1636996 memory=1612032 CPUtime=2262.31 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 947250 0 3 0 226161 70 0 0 20 0 1 0 36613533 1676283904 403008 33554432000 4194304 7498468 140721734830560 140721734825096 5164340 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 409249 403008 807 807 0 402240 0
Current children cumulated CPU time: 2262.31 s
Current children cumulated vsize: 1636996 KiB
Current children cumulated memory: 1612032 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=22493] ppid=22490 vsize=1636996 memory=1612032 CPUtime=2322.32 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 948717 0 3 0 232162 70 0 0 20 0 1 0 36613533 1676283904 403008 33554432000 4194304 7498468 140721734830560 140721734825096 5164340 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 409249 403008 807 807 0 402240 0
Current children cumulated CPU time: 2322.32 s
Current children cumulated vsize: 1636996 KiB
Current children cumulated memory: 1612032 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=22493] ppid=22490 vsize=1636996 memory=1612032 CPUtime=2382.32 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 950187 0 3 0 238162 70 0 0 20 0 1 0 36613533 1676283904 403008 33554432000 4194304 7498468 140721734830560 140721734825096 5164340 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 409249 403008 807 807 0 402240 0
Current children cumulated CPU time: 2382.32 s
Current children cumulated vsize: 1636996 KiB
Current children cumulated memory: 1612032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400 s]*
/proc/loadavg: 2.00 2.05 1.89 3/187 22604
/proc/meminfo: memFree=10858456/32770624 swapFree=67108860/67108860
[pid=22493] ppid=22490 vsize=1636996 memory=1612032 CPUtime=2400.03 cores=1,3,5,7
/proc/22493/stat : 22493 (MistralXCSP) R 22490 22493 22446 0 -1 4202496 950386 0 3 0 239933 70 0 0 20 0 1 0 36613533 1676283904 403008 33554432000 4194304 7498468 140721734830560 140721734825096 5164340 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 32489472 140721734837357 140721734837507 140721734837507 140721734840265 0
/proc/22493/statm: 409249 403008 807 807 0 402240 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 1636996 KiB
Current children cumulated memory: 1612032 KiB

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

[startup+2400.02 s]
# the end of solver process 22493 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.33 s, system=0.713048 s

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

Child status: 0
Real time (s): 2400.02
CPU time (s): 2400.05
CPU user time (s): 2399.33
CPU system time (s): 0.713048
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1636996
Max. memory (cumulated for all children) (KiB): 1612032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.33
system time used= 0.713048
maximum resident set size= 1612052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 950423
page faults= 3
swaps= 0
block input operations= 3320
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 229
involuntary context switches= 666


# summary of solver processes directly reported to runsolver:
#   pid: 22493
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2399.33
#   total CPU system time (s): 0.713048

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.65962 second user time and 18.0553 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-21 18:28:23
IDJOB=4289284
IDBENCH=141043
IDSOLVER=2741
FILE ID=node105/4289284-1532190503
RUNJOBID= node105-1532190502-22478
PBS_JOBID= 21018938
Free space on /tmp= 44924 MiB

SOLVER NAME= Mistral-2.0 2018-06-15
BENCH NAME= XCSP18/NurseRostering/NurseRostering-20_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-4289284-1532190503/watcher-4289284-1532190503 -o /tmp/evaluation-result-4289284-1532190503/solver-4289284-1532190503 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532190502-22478 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1076978192 HOME/instance-4289284-1532190503.xml

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

MD5SUM BENCH= d4df4d24fcb6b75374a4511056cd4f34
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:        12815332 kB
MemAvailable:   31944328 kB
Buffers:          116692 kB
Cached:         18969228 kB
SwapCached:            0 kB
Active:          1171884 kB
Inactive:       17964484 kB
Active(anon):       6052 kB
Inactive(anon):    64036 kB
Active(file):    1165832 kB
Inactive(file): 17900448 kB
Unevictable:        7324 kB
Mlocked:            7324 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10464 kB
Writeback:             0 kB
AnonPages:         57732 kB
Mapped:            34608 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:     317812 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