Trace number 4289286

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.06 2400.11

General information on the benchmark

NameNurseRostering/
NurseRostering-14_c18.xml
MD5SUM22d4927d0bd5c0ea6a9359fe3e752ee5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27589
Best CPU time to get the best result obtained on this benchmark2519.95
Satisfiable
(Un)Satisfiability was proved
Number of variables2475
Number of constraints6489
Number of domains18
Minimum domain size1
Maximum domain size43
Distribution of domain sizes[{"size":1,"count":76},{"size":2,"count":551},{"size":3,"count":3},{"size":5,"count":1344},{"size":6,"count":17},{"size":11,"count":8},{"size":22,"count":34},{"size":33,"count":378},{"size":43,"count":64}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":939},{"degree":3,"count":192},{"degree":14,"count":4},{"degree":15,"count":23},{"degree":16,"count":35},{"degree":17,"count":6},{"degree":18,"count":18},{"degree":19,"count":41},{"degree":20,"count":52},{"degree":21,"count":51},{"degree":22,"count":124},{"degree":23,"count":377},{"degree":24,"count":320},{"degree":25,"count":177},{"degree":26,"count":94},{"degree":27,"count":22}]
Minimum constraint arity2
Maximum constraint arity128
Distribution of constraint arities[{"arity":2,"count":2524},{"arity":3,"count":2080},{"arity":4,"count":273},{"arity":5,"count":32},{"arity":6,"count":957},{"arity":7,"count":252},{"arity":33,"count":210},{"arity":43,"count":160},{"arity":128,"count":1}]
Number of extensional constraints1522
Number of intensional constraints797
Distribution of constraint types[{"type":"extension","count":1522},{"type":"intension","count":797},{"type":"regular","count":2558},{"type":"sum","count":64},{"type":"count","count":1547},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.01	c Mistral 16062018
2400.04/2400.10	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 (5932 MiB free)
  memory of node 1: 16384 MiB (10607 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289286-1532190503/watcher-4289286-1532190503 -o /tmp/evaluation-result-4289286-1532190503/solver-4289286-1532190503 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532190502-25106 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1076978192 HOME/instance-4289286-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=25135, runsolver pid=25128

[startup+0.100112 s]*
/proc/loadavg: 0.03 0.03 0.05 4/188 25137
/proc/meminfo: memFree=16913500/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=41752 memory=16416 CPUtime=0.08 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 4462 0 3 0 8 0 0 0 20 0 1 0 36613537 42754048 4104 33554432000 4194304 7498468 140733484814992 140733484809344 4564576 0 0 4096 0 0 0 0 17 5 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 10438 4104 733 807 0 3429 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 41752 KiB
Current children cumulated memory: 16416 KiB

[startup+0.210258 s]*
/proc/loadavg: 0.03 0.03 0.05 4/188 25137
/proc/meminfo: memFree=16906060/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=50040 memory=24512 CPUtime=0.2 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 6690 0 3 0 19 1 0 0 20 0 1 0 36613537 51240960 6128 33554432000 4194304 7498468 140733484814992 140733484809344 4564424 0 0 4096 0 0 0 0 17 5 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 12510 6128 733 807 0 5501 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 50040 KiB
Current children cumulated memory: 24512 KiB

[startup+0.30953 s]*
/proc/loadavg: 0.03 0.03 0.05 4/188 25137
/proc/meminfo: memFree=16902712/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=53152 memory=27944 CPUtime=0.3 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 7488 0 3 0 29 1 0 0 20 0 1 0 36613537 54427648 6986 33554432000 4194304 7498468 140733484814992 140733484809344 139883470490597 0 0 4096 0 0 0 0 17 5 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 13288 6986 746 807 0 6279 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 53152 KiB
Current children cumulated memory: 27944 KiB

[startup+0.700278 s]
/proc/loadavg: 0.03 0.03 0.05 4/188 25137
/proc/meminfo: memFree=16794068/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=169588 memory=144368 CPUtime=0.68 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 36594 0 3 0 64 4 0 0 20 0 1 0 36613537 173658112 36092 33554432000 4194304 7498468 140733484814992 140733484805896 4564597 0 0 4096 0 0 0 0 17 5 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 42397 36092 762 807 0 35388 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 169588 KiB
Current children cumulated memory: 144368 KiB

[startup+1.50028 s]
/proc/loadavg: 0.03 0.03 0.05 4/188 25137
/proc/meminfo: memFree=16745340/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=248112 memory=222936 CPUtime=1.47 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 55971 0 3 0 141 6 0 0 20 0 1 0 36613537 254066688 55734 33554432000 4194304 7498468 140733484814992 140733484809528 5164489 0 0 4096 16386 0 0 0 17 5 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62028 55734 800 807 0 55019 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 248112 KiB
Current children cumulated memory: 222936 KiB

[startup+3.10935 s]
/proc/loadavg: 0.19 0.06 0.06 4/188 25137
/proc/meminfo: memFree=16706928/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=248396 memory=223332 CPUtime=3.09 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 66482 0 3 0 302 7 0 0 20 0 1 0 36613537 254357504 55833 33554432000 4194304 7498468 140733484814992 140733484809528 5770556 0 0 4096 16386 0 0 0 17 5 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62099 55833 807 807 0 55090 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 248396 KiB
Current children cumulated memory: 223332 KiB

[startup+6.30022 s]
/proc/loadavg: 0.19 0.06 0.06 4/188 25137
/proc/meminfo: memFree=16707056/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=248396 memory=223332 CPUtime=6.27 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 78137 0 3 0 620 7 0 0 20 0 1 0 36613537 254357504 55833 33554432000 4194304 7498468 140733484814992 140733484809624 5164390 0 0 4096 16386 0 0 0 17 5 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62099 55833 807 807 0 55090 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 248396 KiB
Current children cumulated memory: 223332 KiB

[startup+12.7002 s]
/proc/loadavg: 0.33 0.09 0.07 3/188 25201
/proc/meminfo: memFree=16415868/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=248396 memory=223332 CPUtime=12.67 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 92780 0 3 0 1259 8 0 0 20 0 1 0 36613537 254357504 55833 33554432000 4194304 7498468 140733484814992 140733484809624 4542238 0 0 4096 16386 0 0 0 17 5 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62099 55833 807 807 0 55090 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 248396 KiB
Current children cumulated memory: 223332 KiB

[startup+25.5002 s]
/proc/loadavg: 0.70 0.18 0.10 3/188 25201
/proc/meminfo: memFree=16414936/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=248396 memory=223332 CPUtime=25.48 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 120199 0 3 0 2538 10 0 0 20 0 1 0 36613537 254357504 55833 33554432000 4194304 7498468 140733484814992 140733484809624 5164349 0 0 4096 16386 0 0 0 17 5 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62099 55833 807 807 0 55090 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 248396 KiB
Current children cumulated memory: 223332 KiB

[startup+51.1094 s]
/proc/loadavg: 1.14 0.33 0.15 3/188 25201
/proc/meminfo: memFree=16414388/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=248396 memory=223332 CPUtime=51.08 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 133048 0 3 0 5098 10 0 0 20 0 1 0 36613537 254357504 55833 33554432000 4194304 7498468 140733484814992 140733484809624 4249991 0 0 4096 16386 0 0 0 17 5 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62099 55833 807 807 0 55090 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 248396 KiB
Current children cumulated memory: 223332 KiB

[startup+102.3 s]
/proc/loadavg: 1.63 0.59 0.25 3/189 25210
/proc/meminfo: memFree=16410964/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=249188 memory=224184 CPUtime=102.25 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 149230 0 3 0 10214 11 0 0 20 0 1 0 36613537 255168512 56046 33554432000 4194304 7498468 140733484814992 140733484809192 4249988 0 0 4096 16386 0 0 0 17 5 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62297 56046 807 807 0 55288 0
Current children cumulated CPU time: 102.25 s
Current children cumulated vsize: 249188 KiB
Current children cumulated memory: 224184 KiB

[startup+162.3 s]
/proc/loadavg: 1.86 0.84 0.35 3/188 25211
/proc/meminfo: memFree=16412776/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=249188 memory=224212 CPUtime=162.22 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 157161 0 3 0 16211 11 0 0 20 0 1 0 36613537 255168512 56053 33554432000 4194304 7498468 140733484814992 140733484809192 5773631 0 0 4096 16386 0 0 0 17 5 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62297 56053 807 807 0 55288 0
Current children cumulated CPU time: 162.22 s
Current children cumulated vsize: 249188 KiB
Current children cumulated memory: 224212 KiB

[startup+222.3 s]
/proc/loadavg: 1.95 1.06 0.46 3/189 25213
/proc/meminfo: memFree=16411340/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=249188 memory=224264 CPUtime=222.2 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 158120 0 3 0 22209 11 0 0 20 0 1 0 36613537 255168512 56066 33554432000 4194304 7498468 140733484814992 140733484809192 5164349 0 0 4096 16386 0 0 0 17 5 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62297 56066 807 807 0 55288 0
Current children cumulated CPU time: 222.2 s
Current children cumulated vsize: 249188 KiB
Current children cumulated memory: 224264 KiB

[startup+282.3 s]
/proc/loadavg: 1.98 1.23 0.55 3/189 25214
/proc/meminfo: memFree=16411972/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=249188 memory=224268 CPUtime=282.19 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 158397 0 3 0 28208 11 0 0 20 0 1 0 36613537 255168512 56067 33554432000 4194304 7498468 140733484814992 140733484809192 5164365 0 0 4096 16386 0 0 0 17 5 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62297 56067 807 807 0 55288 0
Current children cumulated CPU time: 282.19 s
Current children cumulated vsize: 249188 KiB
Current children cumulated memory: 224268 KiB

[startup+342.3 s]
/proc/loadavg: 1.99 1.37 0.64 3/188 25215
/proc/meminfo: memFree=16411724/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=249188 memory=224268 CPUtime=342.19 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 158675 0 3 0 34208 11 0 0 20 0 1 0 36613537 255168512 56067 33554432000 4194304 7498468 140733484814992 140733484809192 5164349 0 0 4096 16386 0 0 0 17 5 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62297 56067 807 807 0 55288 0
Current children cumulated CPU time: 342.19 s
Current children cumulated vsize: 249188 KiB
Current children cumulated memory: 224268 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.48 0.73 3/187 25216
/proc/meminfo: memFree=16411648/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=249188 memory=224268 CPUtime=402.18 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 158936 0 3 0 40207 11 0 0 20 0 1 0 36613537 255168512 56067 33554432000 4194304 7498468 140733484814992 140733484809192 5164349 0 0 4096 16386 0 0 0 17 1 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62297 56067 807 807 0 55288 0
Current children cumulated CPU time: 402.18 s
Current children cumulated vsize: 249188 KiB
Current children cumulated memory: 224268 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.58 0.81 3/187 25217
/proc/meminfo: memFree=16411648/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=249188 memory=224272 CPUtime=462.18 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 159191 0 3 0 46207 11 0 0 20 0 1 0 36613537 255168512 56068 33554432000 4194304 7498468 140733484814992 140733484809192 5164329 0 0 4096 16386 0 0 0 17 1 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62297 56068 807 807 0 55288 0
Current children cumulated CPU time: 462.18 s
Current children cumulated vsize: 249188 KiB
Current children cumulated memory: 224272 KiB


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

/proc/25135/statm: 62464 56210 807 807 0 55455 0
Current children cumulated CPU time: 1662.22 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224840 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.71 3/187 25255
/proc/meminfo: memFree=16410184/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=249856 memory=224840 CPUtime=1722.22 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 165561 0 3 0 172210 12 0 0 20 0 1 0 36613537 255852544 56210 33554432000 4194304 7498468 140733484814992 140733484809528 5164349 0 0 4096 16386 0 0 0 17 1 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62464 56210 807 807 0 55455 0
Current children cumulated CPU time: 1722.22 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224840 KiB

[startup+1782.3 s]
/proc/loadavg: 2.08 2.04 1.74 3/187 25257
/proc/meminfo: memFree=16410044/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=249856 memory=224840 CPUtime=1782.22 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 165852 0 3 0 178210 12 0 0 20 0 1 0 36613537 255852544 56210 33554432000 4194304 7498468 140733484814992 140733484809528 5164307 0 0 4096 16386 0 0 0 17 1 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62464 56210 807 807 0 55455 0
Current children cumulated CPU time: 1782.22 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224840 KiB

[startup+1842.3 s]
/proc/loadavg: 2.03 2.04 1.76 3/187 25258
/proc/meminfo: memFree=16409936/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=249856 memory=224840 CPUtime=1842.22 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 166137 0 3 0 184210 12 0 0 20 0 1 0 36613537 255852544 56210 33554432000 4194304 7498468 140733484814992 140733484809528 5164386 0 0 4096 16386 0 0 0 17 1 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62464 56210 807 807 0 55455 0
Current children cumulated CPU time: 1842.22 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224840 KiB

[startup+1902.3 s]
/proc/loadavg: 2.01 2.03 1.77 3/188 25267
/proc/meminfo: memFree=16409060/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=249856 memory=224844 CPUtime=1902.22 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 166527 0 3 0 190210 12 0 0 20 0 1 0 36613537 255852544 56211 33554432000 4194304 7498468 140733484814992 140733484809528 5164472 0 0 4096 16386 0 0 0 17 1 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62464 56211 807 807 0 55455 0
Current children cumulated CPU time: 1902.22 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224844 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.02 1.79 3/189 25291
/proc/meminfo: memFree=16408316/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=249856 memory=224908 CPUtime=1962.22 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 166850 0 3 0 196210 12 0 0 20 0 1 0 36613537 255852544 56227 33554432000 4194304 7498468 140733484814992 140733484809528 4246800 0 0 4096 16386 0 0 0 17 1 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62464 56227 807 807 0 55455 0
Current children cumulated CPU time: 1962.22 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224908 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.02 1.80 3/189 25292
/proc/meminfo: memFree=16409388/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=249856 memory=224912 CPUtime=2022.23 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 167241 0 3 0 202211 12 0 0 20 0 1 0 36613537 255852544 56228 33554432000 4194304 7498468 140733484814992 140733484809528 4581034 0 0 4096 16386 0 0 0 17 1 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62464 56228 807 807 0 55455 0
Current children cumulated CPU time: 2022.23 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224912 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.81 3/189 25293
/proc/meminfo: memFree=16409748/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=249856 memory=224940 CPUtime=2082.23 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 167644 0 3 0 208211 12 0 0 20 0 1 0 36613537 255852544 56235 33554432000 4194304 7498468 140733484814992 140733484809528 4580366 0 0 4096 16386 0 0 0 17 1 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62464 56235 807 807 0 55455 0
Current children cumulated CPU time: 2082.23 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224940 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.82 3/189 25294
/proc/meminfo: memFree=16409912/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=249856 memory=224956 CPUtime=2142.23 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 167986 0 3 0 214211 12 0 0 20 0 1 0 36613537 255852544 56239 33554432000 4194304 7498468 140733484814992 140733484809528 4245328 0 0 4096 16386 0 0 0 17 1 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62464 56239 807 807 0 55455 0
Current children cumulated CPU time: 2142.23 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224956 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.83 3/188 25295
/proc/meminfo: memFree=16409896/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=249856 memory=224956 CPUtime=2202.23 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 168316 0 3 0 220211 12 0 0 20 0 1 0 36613537 255852544 56239 33554432000 4194304 7498468 140733484814992 140733484809528 5164349 0 0 4096 16386 0 0 0 17 1 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62464 56239 807 807 0 55455 0
Current children cumulated CPU time: 2202.23 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224956 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.84 3/187 25296
/proc/meminfo: memFree=16410036/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=249856 memory=224956 CPUtime=2262.23 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 168609 0 3 0 226211 12 0 0 20 0 1 0 36613537 255852544 56239 33554432000 4194304 7498468 140733484814992 140733484809528 4542238 0 0 4096 16386 0 0 0 17 1 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62464 56239 807 807 0 55455 0
Current children cumulated CPU time: 2262.23 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224956 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.86 3/187 25297
/proc/meminfo: memFree=16410020/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=249856 memory=224960 CPUtime=2322.23 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 168900 0 3 0 232211 12 0 0 20 0 1 0 36613537 255852544 56240 33554432000 4194304 7498468 140733484814992 140733484809528 5164489 0 0 4096 16386 0 0 0 17 1 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62464 56240 807 807 0 55455 0
Current children cumulated CPU time: 2322.23 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224960 KiB

[startup+2382.3 s]
/proc/loadavg: 2.40 2.11 1.90 3/187 25298
/proc/meminfo: memFree=16409812/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=249856 memory=224960 CPUtime=2382.23 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 169195 0 3 0 238211 12 0 0 20 0 1 0 36613537 255852544 56240 33554432000 4194304 7498468 140733484814992 140733484809528 5164349 0 0 4096 16386 0 0 0 17 1 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62464 56240 807 807 0 55455 0
Current children cumulated CPU time: 2382.23 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224960 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.11 s]
/proc/loadavg: 2.62 2.18 1.93 3/187 25298
/proc/meminfo: memFree=16409936/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=249856 memory=224960 CPUtime=2400.04 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 169487 0 3 0 239992 12 0 0 20 0 1 0 36613537 255852544 56240 33554432000 4194304 7498468 140733484814992 140733484809528 5164349 0 0 4096 16386 0 0 0 17 1 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62464 56240 807 807 0 55455 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224960 KiB

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

[startup+2400.11 s]
# the end of solver process 25135 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.93 s, system=0.127 s

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

[startup+2400.11 s]
/proc/loadavg: 2.62 2.18 1.93 3/187 25298
/proc/meminfo: memFree=16409936/32770624 swapFree=67108860/67108860
[pid=25135] ppid=25128 vsize=249856 memory=224960 CPUtime=2400.04 cores=1,3,5,7
/proc/25135/stat : 25135 (MistralXCSP) R 25128 25135 25074 0 -1 4202496 169487 0 3 0 239992 12 0 0 20 0 1 0 36613537 255852544 56240 33554432000 4194304 7498468 140733484814992 140733484809528 5164349 0 0 4096 16386 0 0 0 17 1 0 0 1 0 0 9598848 9604096 41656320 140733484819565 140733484819715 140733484819715 140733484822473 0
/proc/25135/statm: 62464 56240 807 807 0 55455 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224960 KiB

Child status: 0
Real time (s): 2400.11
CPU time (s): 2400.06
CPU user time (s): 2399.93
CPU system time (s): 0.127
CPU usage (%): 99.9977
Max. virtual memory (cumulated for all children) (KiB): 249856
Max. memory (cumulated for all children) (KiB): 224960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.93
system time used= 0.127
maximum resident set size= 224980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169523
page faults= 3
swaps= 0
block input operations= 2080
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77
involuntary context switches= 924


# summary of solver processes directly reported to runsolver:
#   pid: 25135
#   total CPU time (s): 2400.06
#   total CPU user time (s): 2399.93
#   total CPU system time (s): 0.127

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.64282 second user time and 15.2662 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-21 18:28:23
IDJOB=4289286
IDBENCH=141045
IDSOLVER=2741
FILE ID=node102/4289286-1532190503
RUNJOBID= node102-1532190502-25106
PBS_JOBID= 21018941
Free space on /tmp= 53248 MiB

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

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

MD5SUM BENCH= 22d4927d0bd5c0ea6a9359fe3e752ee5
RANDOM SEED=1076978192

node102.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        16939188 kB
MemAvailable:   31939020 kB
Buffers:          212088 kB
Cached:         14883440 kB
SwapCached:            0 kB
Active:          1385408 kB
Inactive:       13764692 kB
Active(anon):      58136 kB
Inactive(anon):    16892 kB
Active(file):    1327272 kB
Inactive(file): 13747800 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             17980 kB
Writeback:             0 kB
AnonPages:         61852 kB
Mapped:            34456 kB
Shmem:             17036 kB
Slab:             378348 kB
SReclaimable:     353220 kB
SUnreclaim:        25128 kB
KernelStack:        3136 kB
PageTables:         4544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

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