Trace number 4303719

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) 2520.02 2520.01

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 01082018
2520.01/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 (1845 MiB free)
  memory of node 1: 16384 MiB (619 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303719-1533993568/watcher-4303719-1533993568 -o /tmp/evaluation-result-4303719-1533993568/solver-4303719-1533993568 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1533993568-10241 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1975215414 HOME/instance-4303719-1533993568.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=10271, runsolver pid=10265

[startup+0.100136 s]*
/proc/loadavg: 0.92 1.00 1.05 4/190 10274
/proc/meminfo: memFree=2495176/32770624 swapFree=67058144/67108860
[pid=10271] ppid=10265 vsize=41904 memory=16668 CPUtime=0.08 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 4507 0 2 0 8 0 0 0 20 0 1 0 216920034 42909696 4167 33554432000 4194304 7499544 140734208240272 140734208234624 4563992 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 10476 4167 732 807 0 3467 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 41904 KiB
Current children cumulated memory: 16668 KiB

[startup+0.210034 s]*
/proc/loadavg: 0.92 1.00 1.05 4/190 10274
/proc/meminfo: memFree=2481908/32770624 swapFree=67058144/67108860
[pid=10271] ppid=10265 vsize=50204 memory=24768 CPUtime=0.2 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 6743 0 2 0 19 1 0 0 20 0 1 0 216920034 51408896 6192 33554432000 4194304 7499544 140734208240272 140734208234624 4564160 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 12551 6192 732 807 0 5542 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 50204 KiB
Current children cumulated memory: 24768 KiB

[startup+0.30983 s]*
/proc/loadavg: 0.92 1.00 1.05 4/190 10274
/proc/meminfo: memFree=2476064/32770624 swapFree=67058144/67108860
[pid=10271] ppid=10265 vsize=53292 memory=27936 CPUtime=0.3 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 7519 0 2 0 29 1 0 0 20 0 1 0 216920034 54571008 6984 33554432000 4194304 7499544 140734208240272 140734208234624 5905511 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 13323 6984 745 807 0 6314 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 53292 KiB
Current children cumulated memory: 27936 KiB

[startup+0.700362 s]
/proc/loadavg: 0.92 1.00 1.05 3/190 10274
/proc/meminfo: memFree=2275316/32770624 swapFree=67058144/67108860
[pid=10271] ppid=10265 vsize=174668 memory=147988 CPUtime=0.67 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 36953 0 2 0 63 4 0 0 20 0 1 0 216920034 178860032 36931 33554432000 4194304 7499544 140734208240272 140734208234624 5643391 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 43667 36931 761 807 0 36658 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 174668 KiB
Current children cumulated memory: 147988 KiB

[startup+1.50037 s]
/proc/loadavg: 0.92 1.00 1.05 4/190 10274
/proc/meminfo: memFree=2155052/32770624 swapFree=67058144/67108860
[pid=10271] ppid=10265 vsize=248112 memory=222928 CPUtime=1.48 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 56000 0 2 0 141 7 0 0 20 0 1 0 216920034 254066688 55732 33554432000 4194304 7499544 140734208240272 140734208234624 140041526615013 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62028 55732 801 807 0 55019 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 248112 KiB
Current children cumulated memory: 222928 KiB

[startup+3.10957 s]
/proc/loadavg: 0.92 1.00 1.05 4/190 10274
/proc/meminfo: memFree=2117828/32770624 swapFree=67058144/67108860
[pid=10271] ppid=10265 vsize=248396 memory=223340 CPUtime=3.08 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 66468 0 2 0 301 7 0 0 20 0 1 0 216920034 254357504 55835 33554432000 4194304 7499544 140734208240272 140734208234624 4249922 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62099 55835 809 807 0 55090 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 248396 KiB
Current children cumulated memory: 223340 KiB

[startup+6.30032 s]
/proc/loadavg: 0.93 1.00 1.05 4/190 10274
/proc/meminfo: memFree=2115540/32770624 swapFree=67058144/67108860
[pid=10271] ppid=10265 vsize=248396 memory=223340 CPUtime=6.26 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 77990 0 2 0 619 7 0 0 20 0 1 0 216920034 254357504 55835 33554432000 4194304 7499544 140734208240272 140734208234904 5163954 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62099 55835 809 807 0 55090 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 248396 KiB
Current children cumulated memory: 223340 KiB

[startup+12.7003 s]
/proc/loadavg: 1.02 1.01 1.05 4/190 10274
/proc/meminfo: memFree=2115540/32770624 swapFree=67058144/67108860
[pid=10271] ppid=10265 vsize=248396 memory=223340 CPUtime=12.67 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 89397 0 2 0 1259 8 0 0 20 0 1 0 216920034 254357504 55835 33554432000 4194304 7499544 140734208240272 140734208234904 5163897 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62099 55835 809 807 0 55090 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 248396 KiB
Current children cumulated memory: 223340 KiB

[startup+25.5003 s]
/proc/loadavg: 1.23 1.06 1.07 4/190 10274
/proc/meminfo: memFree=2115656/32770624 swapFree=67058144/67108860
[pid=10271] ppid=10265 vsize=248396 memory=223340 CPUtime=25.47 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 105929 0 2 0 2538 9 0 0 20 0 1 0 216920034 254357504 55835 33554432000 4194304 7499544 140734208240272 140734208234904 5790812 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62099 55835 809 807 0 55090 0
Current children cumulated CPU time: 25.47 s
Current children cumulated vsize: 248396 KiB
Current children cumulated memory: 223340 KiB

[startup+51.1094 s]
/proc/loadavg: 1.56 1.15 1.10 4/191 10282
/proc/meminfo: memFree=2115136/32770624 swapFree=67058144/67108860
[pid=10271] ppid=10265 vsize=248396 memory=223340 CPUtime=51.07 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 117212 0 2 0 5098 9 0 0 20 0 1 0 216920034 254357504 55835 33554432000 4194304 7499544 140734208240272 140734208234904 5163928 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62099 55835 809 807 0 55090 0
Current children cumulated CPU time: 51.07 s
Current children cumulated vsize: 248396 KiB
Current children cumulated memory: 223340 KiB

[startup+102.3 s]
/proc/loadavg: 1.81 1.28 1.15 4/191 10283
/proc/meminfo: memFree=2114324/32770624 swapFree=67058144/67108860
[pid=10271] ppid=10265 vsize=249188 memory=224192 CPUtime=102.25 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 132221 0 2 0 10215 10 0 0 20 0 1 0 216920034 255168512 56048 33554432000 4194304 7499544 140734208240272 140734208234472 5773199 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62297 56048 809 807 0 55288 0
Current children cumulated CPU time: 102.25 s
Current children cumulated vsize: 249188 KiB
Current children cumulated memory: 224192 KiB

[startup+162.3 s]
/proc/loadavg: 1.93 1.41 1.20 4/191 10284
/proc/meminfo: memFree=2113832/32770624 swapFree=67058144/67108860
[pid=10271] ppid=10265 vsize=249188 memory=224264 CPUtime=162.23 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 133374 0 2 0 16213 10 0 0 20 0 1 0 216920034 255168512 56066 33554432000 4194304 7499544 140734208240272 140734208234472 5163908 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62297 56066 809 807 0 55288 0
Current children cumulated CPU time: 162.23 s
Current children cumulated vsize: 249188 KiB
Current children cumulated memory: 224264 KiB

[startup+222.3 s]
/proc/loadavg: 1.97 1.52 1.25 4/191 10285
/proc/meminfo: memFree=2114064/32770624 swapFree=67058144/67108860
[pid=10271] ppid=10265 vsize=249188 memory=224272 CPUtime=222.23 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 133988 0 2 0 22213 10 0 0 20 0 1 0 216920034 255168512 56068 33554432000 4194304 7499544 140734208240272 140734208234472 4579754 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62297 56068 809 807 0 55288 0
Current children cumulated CPU time: 222.23 s
Current children cumulated vsize: 249188 KiB
Current children cumulated memory: 224272 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.61 1.30 4/191 10286
/proc/meminfo: memFree=2114704/32770624 swapFree=67058144/67108860
[pid=10271] ppid=10265 vsize=249188 memory=224276 CPUtime=282.24 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 134589 0 2 0 28214 10 0 0 20 0 1 0 216920034 255168512 56069 33554432000 4194304 7499544 140734208240272 140734208234472 5837760 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62297 56069 809 807 0 55288 0
Current children cumulated CPU time: 282.24 s
Current children cumulated vsize: 249188 KiB
Current children cumulated memory: 224276 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.68 1.34 4/187 10288
/proc/meminfo: memFree=2115188/32770624 swapFree=67058144/67108860
[pid=10271] ppid=10265 vsize=249188 memory=224276 CPUtime=342.24 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 135189 0 2 0 34214 10 0 0 20 0 1 0 216920034 255168512 56069 33554432000 4194304 7499544 140734208240272 140734208234472 5163908 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62297 56069 809 807 0 55288 0
Current children cumulated CPU time: 342.24 s
Current children cumulated vsize: 249188 KiB
Current children cumulated memory: 224276 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.74 1.38 4/187 10289
/proc/meminfo: memFree=2115376/32770624 swapFree=67058144/67108860
[pid=10271] ppid=10265 vsize=249188 memory=224276 CPUtime=402.24 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 135702 0 2 0 40214 10 0 0 20 0 1 0 216920034 255168512 56069 33554432000 4194304 7499544 140734208240272 140734208234472 5163908 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62297 56069 809 807 0 55288 0
Current children cumulated CPU time: 402.24 s
Current children cumulated vsize: 249188 KiB
Current children cumulated memory: 224276 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.79 1.42 4/187 10290
/proc/meminfo: memFree=2115916/32770624 swapFree=67058144/67108860
[pid=10271] ppid=10265 vsize=249188 memory=224280 CPUtime=462.24 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 136209 0 2 0 46214 10 0 0 20 0 1 0 216920034 255168512 56070 33554432000 4194304 7499544 140734208240272 140734208234472 4540720 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62297 56070 809 807 0 55288 0
Current children cumulated CPU time: 462.24 s
Current children cumulated vsize: 249188 KiB
Current children cumulated memory: 224280 KiB


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

/proc/10271/statm: 62464 56212 809 807 0 55455 0
Current children cumulated CPU time: 1722.28 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224848 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.86 4/187 10327
/proc/meminfo: memFree=2114796/32770624 swapFree=67058152/67108860
[pid=10271] ppid=10265 vsize=249856 memory=224848 CPUtime=1782.28 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 149185 0 2 0 178217 11 0 0 20 0 1 0 216920034 255852544 56212 33554432000 4194304 7499544 140734208240272 140734208234808 5163917 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62464 56212 809 807 0 55455 0
Current children cumulated CPU time: 1782.28 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224848 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 1.99 1.87 4/187 10335
/proc/meminfo: memFree=2113364/32770624 swapFree=67058152/67108860
[pid=10271] ppid=10265 vsize=249856 memory=224848 CPUtime=1842.28 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 149737 0 2 0 184217 11 0 0 20 0 1 0 216920034 255852544 56212 33554432000 4194304 7499544 140734208240272 140734208234808 5163933 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62464 56212 809 807 0 55455 0
Current children cumulated CPU time: 1842.28 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224848 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 1.99 1.87 4/187 10336
/proc/meminfo: memFree=2114504/32770624 swapFree=67058152/67108860
[pid=10271] ppid=10265 vsize=249856 memory=224848 CPUtime=1902.29 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 150281 0 2 0 190218 11 0 0 20 0 1 0 216920034 255852544 56212 33554432000 4194304 7499544 140734208240272 140734208234808 4398032 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62464 56212 809 807 0 55455 0
Current children cumulated CPU time: 1902.29 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224848 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 1.99 1.88 4/187 10337
/proc/meminfo: memFree=2114728/32770624 swapFree=67058152/67108860
[pid=10271] ppid=10265 vsize=249856 memory=224916 CPUtime=1962.29 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 151139 0 2 0 196218 11 0 0 20 0 1 0 216920034 255852544 56229 33554432000 4194304 7499544 140734208240272 140734208234808 5164040 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62464 56229 809 807 0 55455 0
Current children cumulated CPU time: 1962.29 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224916 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 1.99 1.89 4/187 10338
/proc/meminfo: memFree=2114372/32770624 swapFree=67058152/67108860
[pid=10271] ppid=10265 vsize=249856 memory=224916 CPUtime=2022.29 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 151885 0 2 0 202218 11 0 0 20 0 1 0 216920034 255852544 56229 33554432000 4194304 7499544 140734208240272 140734208234808 5773231 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62464 56229 809 807 0 55455 0
Current children cumulated CPU time: 2022.29 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224916 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 1.99 1.89 4/187 10339
/proc/meminfo: memFree=2114504/32770624 swapFree=67058152/67108860
[pid=10271] ppid=10265 vsize=249856 memory=224948 CPUtime=2082.29 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 152640 0 2 0 208218 11 0 0 20 0 1 0 216920034 255852544 56237 33554432000 4194304 7499544 140734208240272 140734208234808 4246799 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62464 56237 809 807 0 55455 0
Current children cumulated CPU time: 2082.29 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224948 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 1.99 1.90 4/187 10341
/proc/meminfo: memFree=2114008/32770624 swapFree=67058152/67108860
[pid=10271] ppid=10265 vsize=249856 memory=224964 CPUtime=2142.29 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 153303 0 2 0 214218 11 0 0 20 0 1 0 216920034 255852544 56241 33554432000 4194304 7499544 140734208240272 140734208234808 5163917 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62464 56241 809 807 0 55455 0
Current children cumulated CPU time: 2142.29 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224964 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 1.99 1.90 4/187 10342
/proc/meminfo: memFree=2114088/32770624 swapFree=67058152/67108860
[pid=10271] ppid=10265 vsize=249856 memory=224964 CPUtime=2202.29 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 153885 0 2 0 220218 11 0 0 20 0 1 0 216920034 255852544 56241 33554432000 4194304 7499544 140734208240272 140734208234808 4563420 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62464 56241 809 807 0 55455 0
Current children cumulated CPU time: 2202.29 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224964 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/187 10343
/proc/meminfo: memFree=2114420/32770624 swapFree=67058152/67108860
[pid=10271] ppid=10265 vsize=249856 memory=224964 CPUtime=2262.29 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 154220 0 2 0 226218 11 0 0 20 0 1 0 216920034 255852544 56241 33554432000 4194304 7499544 140734208240272 140734208234808 5164040 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62464 56241 809 807 0 55455 0
Current children cumulated CPU time: 2262.29 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224964 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 1.99 1.92 4/187 10345
/proc/meminfo: memFree=2114328/32770624 swapFree=67058152/67108860
[pid=10271] ppid=10265 vsize=249856 memory=224968 CPUtime=2322.29 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 154542 0 2 0 232218 11 0 0 20 0 1 0 216920034 255852544 56242 33554432000 4194304 7499544 140734208240272 140734208234808 5163897 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62464 56242 809 807 0 55455 0
Current children cumulated CPU time: 2322.29 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224968 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 1.99 1.92 4/187 10346
/proc/meminfo: memFree=2113956/32770624 swapFree=67058152/67108860
[pid=10271] ppid=10265 vsize=249856 memory=224968 CPUtime=2382.29 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 154883 0 2 0 238218 11 0 0 20 0 1 0 216920034 255852544 56242 33554432000 4194304 7499544 140734208240272 140734208234808 4541897 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62464 56242 809 807 0 55455 0
Current children cumulated CPU time: 2382.29 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224968 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 1.99 1.93 4/188 10355
/proc/meminfo: memFree=2113688/32770624 swapFree=67058152/67108860
[pid=10271] ppid=10265 vsize=249856 memory=224968 CPUtime=2442.3 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 155223 0 2 0 244219 11 0 0 20 0 1 0 216920034 255852544 56242 33554432000 4194304 7499544 140734208240272 140734208234808 5163954 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62464 56242 809 807 0 55455 0
Current children cumulated CPU time: 2442.3 s
Current children cumulated vsize: 249856 KiB
Current children cumulated memory: 224968 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 1.99 1.93 4/189 10379
/proc/meminfo: memFree=2113484/32770624 swapFree=67058152/67108860
[pid=10271] ppid=10265 vsize=249988 memory=224968 CPUtime=2502.3 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 155658 0 2 0 250219 11 0 0 20 0 1 0 216920034 255987712 56242 33554432000 4194304 7499544 140734208240272 140734208234808 4246863 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62497 56242 809 807 0 55488 0
Current children cumulated CPU time: 2502.3 s
Current children cumulated vsize: 249988 KiB
Current children cumulated memory: 224968 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 1.99 1.94 4/189 10379
/proc/meminfo: memFree=2113608/32770624 swapFree=67058152/67108860
[pid=10271] ppid=10265 vsize=249988 memory=224980 CPUtime=2520.01 cores=0,2,4,6
/proc/10271/stat : 10271 (MistralXCSP) R 10265 10271 10209 0 -1 4202496 156003 0 2 0 251990 11 0 0 20 0 1 0 216920034 255987712 56245 33554432000 4194304 7499544 140734208240272 140734208234808 5163917 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 43089920 140734208246893 140734208247043 140734208247043 140734208249801 0
/proc/10271/statm: 62497 56245 809 807 0 55488 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 249988 KiB
Current children cumulated memory: 224980 KiB

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

[startup+2520.01 s]
# the end of solver process 10271 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.9 s, system=0.119003 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): 2520.02
CPU user time (s): 2519.9
CPU system time (s): 0.119003
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 249988
Max. memory (cumulated for all children) (KiB): 224980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.9
system time used= 0.119003
maximum resident set size= 225000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156035
page faults= 2
swaps= 0
block input operations= 1600
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77
involuntary context switches= 757


# summary of solver processes directly reported to runsolver:
#   pid: 10271
#   total CPU time (s): 2520.02
#   total CPU user time (s): 2519.9
#   total CPU system time (s): 0.119003

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.51402 second user time and 17.1859 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-11 15:19:28
IDJOB=4303719
IDBENCH=141045
IDSOLVER=2779
FILE ID=node103/4303719-1533993568
RUNJOBID= node103-1533993568-10241
PBS_JOBID= 21036954
Free space on /tmp= 34460 MiB

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

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

MD5SUM BENCH= 22d4927d0bd5c0ea6a9359fe3e752ee5
RANDOM SEED=1975215414

node103.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.48
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.48
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.48
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.48
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:         2530588 kB
MemAvailable:   31946896 kB
Buffers:           98292 kB
Cached:         29244736 kB
SwapCached:         5744 kB
Active:         14332732 kB
Inactive:       15021624 kB
Active(anon):       4128 kB
Inactive(anon):    59456 kB
Active(file):   14328604 kB
Inactive(file): 14962168 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67058144 kB
Dirty:             12056 kB
Writeback:             0 kB
AnonPages:         13564 kB
Mapped:            48520 kB
Shmem:             48508 kB
Slab:             580272 kB
SReclaimable:     553996 kB
SUnreclaim:        26276 kB
KernelStack:        3104 kB
PageTables:         5340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 34448 MiB
End job on node103 at 2018-08-11 16:01:29