Trace number 4303717

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-12_c18.xml
MD5SUM2a283c05e31c4b30f3ec3c3182bebd94
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark56621
Best CPU time to get the best result obtained on this benchmark2519.9
Satisfiable
(Un)Satisfiability was proved
Number of variables3618
Number of constraints8519
Number of domains14
Minimum domain size1
Maximum domain size61
Distribution of domain sizes[{"size":1,"count":226},{"size":2,"count":662},{"size":3,"count":5},{"size":5,"count":30},{"size":11,"count":1680},{"size":29,"count":427},{"size":61,"count":588}]
Minimum variable degree2
Maximum variable degree39
Distribution of variable degrees[{"degree":2,"count":1698},{"degree":3,"count":240},{"degree":27,"count":44},{"degree":28,"count":69},{"degree":29,"count":7},{"degree":30,"count":41},{"degree":31,"count":67},{"degree":32,"count":93},{"degree":33,"count":97},{"degree":34,"count":125},{"degree":35,"count":445},{"degree":36,"count":418},{"degree":37,"count":184},{"degree":38,"count":76},{"degree":39,"count":14}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":2950},{"arity":3,"count":2860},{"arity":4,"count":310},{"arity":6,"count":1150},{"arity":7,"count":220},{"arity":11,"count":60},{"arity":29,"count":660},{"arity":61,"count":308},{"arity":120,"count":1}]
Number of extensional constraints1928
Number of intensional constraints1022
Distribution of constraint types[{"type":"extension","count":1928},{"type":"intension","count":1022},{"type":"regular","count":3110},{"type":"sum","count":120},{"type":"count","count":2338},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	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 (2662 MiB free)
  memory of node 1: 16384 MiB (815 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303717-1533996003/watcher-4303717-1533996003 -o /tmp/evaluation-result-4303717-1533996003/solver-4303717-1533996003 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1533993481-20702 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 136623316 HOME/instance-4303717-1533996003.xml 

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

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


[startup+0.100122 s]*
/proc/loadavg: 1.92 2.00 1.95 3/187 20941
/proc/meminfo: memFree=3546944/32770624 swapFree=67108860/67108860
[pid=20940] ppid=20937 vsize=43440 memory=18044 CPUtime=0.1 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 4876 0 0 0 10 0 0 0 20 0 1 0 217163455 44482560 4511 33554432000 4194304 7499544 140724903414256 140724903411256 4563992 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 10860 4511 732 807 0 3851 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 43440 KiB
Current children cumulated memory: 18044 KiB

[startup+0.209561 s]*
/proc/loadavg: 1.92 2.00 1.95 3/187 20941
/proc/meminfo: memFree=3538024/32770624 swapFree=67108860/67108860
[pid=20940] ppid=20937 vsize=51740 memory=26280 CPUtime=0.21 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 7116 0 0 0 20 1 0 0 20 0 1 0 217163455 52981760 6570 33554432000 4194304 7499544 140724903414256 140724903404920 4564151 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 12935 6570 732 807 0 5926 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 51740 KiB
Current children cumulated memory: 26280 KiB

[startup+0.309674 s]*
/proc/loadavg: 1.92 2.00 1.95 3/187 20941
/proc/meminfo: memFree=3533896/32770624 swapFree=67108860/67108860
[pid=20940] ppid=20937 vsize=56112 memory=30768 CPUtime=0.31 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 8224 0 0 0 30 1 0 0 20 0 1 0 217163455 57458688 7692 33554432000 4194304 7499544 140724903414256 140724903404920 4563992 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 14028 7692 732 807 0 7019 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 56112 KiB
Current children cumulated memory: 30768 KiB

[startup+0.700319 s]
/proc/loadavg: 1.92 2.00 1.95 3/187 20941
/proc/meminfo: memFree=3520104/32770624 swapFree=67108860/67108860
[pid=20940] ppid=20937 vsize=74232 memory=48788 CPUtime=0.69 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 12473 0 0 0 68 1 0 0 20 0 1 0 217163455 76013568 12197 33554432000 4194304 7499544 140724903414256 140724903404920 4563992 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 18558 12197 732 807 0 11549 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 74232 KiB
Current children cumulated memory: 48788 KiB

[startup+1.50024 s]
/proc/loadavg: 1.92 2.00 1.95 3/187 20941
/proc/meminfo: memFree=3505496/32770624 swapFree=67108860/67108860
[pid=20940] ppid=20937 vsize=94464 memory=68976 CPUtime=1.49 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 17664 0 0 0 147 2 0 0 20 0 1 0 217163455 96731136 17244 33554432000 4194304 7499544 140724903414256 140724903404920 140484918595936 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 23616 17244 745 807 0 16607 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 94464 KiB
Current children cumulated memory: 68976 KiB

[startup+3.10951 s]
/proc/loadavg: 1.92 2.00 1.95 3/187 20941
/proc/meminfo: memFree=3234220/32770624 swapFree=67108860/67108860
[pid=20940] ppid=20937 vsize=360280 memory=335292 CPUtime=3.1 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 101157 0 0 0 299 11 0 0 20 0 1 0 217163455 368926720 83823 33554432000 4194304 7499544 140724903414256 140724903405160 140484912421861 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 90070 83823 805 807 0 83061 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 360280 KiB
Current children cumulated memory: 335292 KiB

[startup+6.30026 s]
/proc/loadavg: 1.93 2.00 1.95 3/187 21005
/proc/meminfo: memFree=2631236/32770624 swapFree=67108860/67108860
[pid=20940] ppid=20937 vsize=374596 memory=349624 CPUtime=6.29 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 131105 0 0 0 617 12 0 0 20 0 1 0 217163455 383586304 87406 33554432000 4194304 7499544 140724903414256 140724903408888 4379079 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 93649 87406 809 807 0 86640 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 374596 KiB
Current children cumulated memory: 349624 KiB

[startup+12.7003 s]
/proc/loadavg: 1.93 2.00 1.95 4/187 21005
/proc/meminfo: memFree=256372/32770624 swapFree=67108860/67108860
[pid=20940] ppid=20937 vsize=375024 memory=349988 CPUtime=12.69 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 161663 0 0 0 1255 14 0 0 20 0 1 0 217163455 384024576 87497 33554432000 4194304 7499544 140724903414256 140724903408888 5163954 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 93756 87497 809 807 0 86747 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 375024 KiB
Current children cumulated memory: 349988 KiB

[startup+25.5003 s]
/proc/loadavg: 1.88 1.98 1.95 4/187 21005
/proc/meminfo: memFree=223488/32770624 swapFree=67108860/67108860
[pid=20940] ppid=20937 vsize=375288 memory=350356 CPUtime=25.49 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 200205 0 0 0 2533 16 0 0 20 0 1 0 217163455 384294912 87589 33554432000 4194304 7499544 140724903414256 140724903408792 5163917 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 93822 87589 809 807 0 86813 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 375288 KiB
Current children cumulated memory: 350356 KiB

[startup+51.1095 s]
/proc/loadavg: 1.78 1.95 1.94 3/187 21249
/proc/meminfo: memFree=3278452/32770624 swapFree=67108844/67108860
[pid=20940] ppid=20937 vsize=375288 memory=350408 CPUtime=51.1 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 232907 0 0 0 5093 17 0 0 20 0 1 0 217163455 384294912 87602 33554432000 4194304 7499544 140724903414256 140724903408792 5163917 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 93822 87602 809 807 0 86813 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 375288 KiB
Current children cumulated memory: 350408 KiB

[startup+102.3 s]
/proc/loadavg: 1.78 1.93 1.93 3/188 21333
/proc/meminfo: memFree=16629168/32770624 swapFree=67108844/67108860
[pid=20940] ppid=20937 vsize=375420 memory=350452 CPUtime=102.28 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 263814 0 0 0 10209 19 0 0 20 0 1 0 217163455 384430080 87613 33554432000 4194304 7499544 140724903414256 140724903408792 4246871 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 93855 87613 809 807 0 86846 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 375420 KiB
Current children cumulated memory: 350452 KiB

[startup+162.3 s]
/proc/loadavg: 1.92 1.94 1.94 3/188 21334
/proc/meminfo: memFree=16629220/32770624 swapFree=67108844/67108860
[pid=20940] ppid=20937 vsize=375420 memory=350512 CPUtime=162.28 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 287503 0 0 0 16208 20 0 0 20 0 1 0 217163455 384430080 87628 33554432000 4194304 7499544 140724903414256 140724903408792 5163917 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 93855 87628 809 807 0 86846 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 375420 KiB
Current children cumulated memory: 350512 KiB

[startup+222.3 s]
/proc/loadavg: 1.97 1.95 1.94 3/188 21335
/proc/meminfo: memFree=16629416/32770624 swapFree=67108844/67108860
[pid=20940] ppid=20937 vsize=375552 memory=350572 CPUtime=222.26 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 307271 0 0 0 22205 21 0 0 20 0 1 0 217163455 384565248 87643 33554432000 4194304 7499544 140724903414256 140724903408792 5163917 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 93888 87643 809 807 0 86879 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 375552 KiB
Current children cumulated memory: 350572 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.96 1.95 3/188 21336
/proc/meminfo: memFree=16629428/32770624 swapFree=67108844/67108860
[pid=20940] ppid=20937 vsize=375552 memory=350592 CPUtime=282.25 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 313454 0 0 0 28204 21 0 0 20 0 1 0 217163455 384565248 87648 33554432000 4194304 7499544 140724903414256 140724903408792 4257864 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 93888 87648 809 807 0 86879 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 375552 KiB
Current children cumulated memory: 350592 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.97 1.95 3/188 21337
/proc/meminfo: memFree=16629708/32770624 swapFree=67108844/67108860
[pid=20940] ppid=20937 vsize=375552 memory=350616 CPUtime=342.25 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 315417 0 0 0 34204 21 0 0 20 0 1 0 217163455 384565248 87654 33554432000 4194304 7499544 140724903414256 140724903408792 4246871 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 93888 87654 809 807 0 86879 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 375552 KiB
Current children cumulated memory: 350616 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.97 1.95 3/187 21338
/proc/meminfo: memFree=16629484/32770624 swapFree=67108844/67108860
[pid=20940] ppid=20937 vsize=375684 memory=350724 CPUtime=402.25 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 317219 0 0 0 40204 21 0 0 20 0 1 0 217163455 384700416 87681 33554432000 4194304 7499544 140724903414256 140724903408552 5163954 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 93921 87681 809 807 0 86912 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 375684 KiB
Current children cumulated memory: 350724 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.98 1.95 3/187 21339
/proc/meminfo: memFree=16629596/32770624 swapFree=67108844/67108860
[pid=20940] ppid=20937 vsize=375684 memory=350796 CPUtime=462.25 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 318300 0 0 0 46204 21 0 0 20 0 1 0 217163455 384700416 87699 33554432000 4194304 7499544 140724903414256 140724903408552 5163917 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 93921 87699 809 807 0 86912 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 375684 KiB
Current children cumulated memory: 350796 KiB


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

/proc/20940/statm: 94479 88258 809 807 0 87470 0
Current children cumulated CPU time: 1722.28 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353032 KiB

[startup+1782.3 s]
/proc/loadavg: 2.03 2.08 2.01 3/187 21401
/proc/meminfo: memFree=16626524/32770624 swapFree=67108844/67108860
[pid=20940] ppid=20937 vsize=377916 memory=353048 CPUtime=1782.28 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 348845 0 0 0 178204 24 0 0 20 0 1 0 217163455 386985984 88262 33554432000 4194304 7499544 140724903414256 140724903408792 5163908 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 94479 88262 809 807 0 87470 0
Current children cumulated CPU time: 1782.28 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353048 KiB

[startup+1842.3 s]
/proc/loadavg: 2.01 2.07 2.01 3/187 21409
/proc/meminfo: memFree=16625364/32770624 swapFree=67108844/67108860
[pid=20940] ppid=20937 vsize=377916 memory=353048 CPUtime=1842.28 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 349931 0 0 0 184204 24 0 0 20 0 1 0 217163455 386985984 88262 33554432000 4194304 7499544 140724903414256 140724903408792 4317704 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 94479 88262 809 807 0 87470 0
Current children cumulated CPU time: 1842.28 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353048 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/187 21410
/proc/meminfo: memFree=16625936/32770624 swapFree=67108844/67108860
[pid=20940] ppid=20937 vsize=377916 memory=353048 CPUtime=1902.28 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 350931 0 0 0 190204 24 0 0 20 0 1 0 217163455 386985984 88262 33554432000 4194304 7499544 140724903414256 140724903408792 5163954 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 94479 88262 809 807 0 87470 0
Current children cumulated CPU time: 1902.28 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353048 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/187 21411
/proc/meminfo: memFree=16625888/32770624 swapFree=67108844/67108860
[pid=20940] ppid=20937 vsize=377916 memory=353048 CPUtime=1962.28 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 351849 0 0 0 196204 24 0 0 20 0 1 0 217163455 386985984 88262 33554432000 4194304 7499544 140724903414256 140724903408792 4246824 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 94479 88262 809 807 0 87470 0
Current children cumulated CPU time: 1962.28 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353048 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/187 21412
/proc/meminfo: memFree=16626188/32770624 swapFree=67108844/67108860
[pid=20940] ppid=20937 vsize=377916 memory=353048 CPUtime=2022.28 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 352794 0 0 0 202204 24 0 0 20 0 1 0 217163455 386985984 88262 33554432000 4194304 7499544 140724903414256 140724903408792 5163954 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 94479 88262 809 807 0 87470 0
Current children cumulated CPU time: 2022.28 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353048 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/187 21413
/proc/meminfo: memFree=16626388/32770624 swapFree=67108844/67108860
[pid=20940] ppid=20937 vsize=377916 memory=353048 CPUtime=2082.28 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 353864 0 0 0 208204 24 0 0 20 0 1 0 217163455 386985984 88262 33554432000 4194304 7499544 140724903414256 140724903408792 5164057 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 94479 88262 809 807 0 87470 0
Current children cumulated CPU time: 2082.28 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353048 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.03 2.01 3/186 21414
/proc/meminfo: memFree=16627180/32770624 swapFree=67108844/67108860
[pid=20940] ppid=20937 vsize=377916 memory=353048 CPUtime=2142.29 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 354916 0 0 0 214205 24 0 0 20 0 1 0 217163455 386985984 88262 33554432000 4194304 7499544 140724903414256 140724903408792 4246784 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 94479 88262 809 807 0 87470 0
Current children cumulated CPU time: 2142.29 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353048 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/187 21416
/proc/meminfo: memFree=16626776/32770624 swapFree=67108844/67108860
[pid=20940] ppid=20937 vsize=377916 memory=353048 CPUtime=2202.29 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 355946 0 0 0 220205 24 0 0 20 0 1 0 217163455 386985984 88262 33554432000 4194304 7499544 140724903414256 140724903408792 4246863 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 94479 88262 809 807 0 87470 0
Current children cumulated CPU time: 2202.29 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353048 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/187 21417
/proc/meminfo: memFree=16626892/32770624 swapFree=67108844/67108860
[pid=20940] ppid=20937 vsize=377916 memory=353048 CPUtime=2262.29 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 356938 0 0 0 226205 24 0 0 20 0 1 0 217163455 386985984 88262 33554432000 4194304 7499544 140724903414256 140724903408792 4249698 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 94479 88262 809 807 0 87470 0
Current children cumulated CPU time: 2262.29 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353048 KiB

[startup+2322.3 s]
/proc/loadavg: 2.06 2.03 2.01 3/187 21418
/proc/meminfo: memFree=16626560/32770624 swapFree=67108844/67108860
[pid=20940] ppid=20937 vsize=377916 memory=353068 CPUtime=2322.29 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 358991 0 0 0 232205 24 0 0 20 0 1 0 217163455 386985984 88267 33554432000 4194304 7499544 140724903414256 140724903408792 5163942 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 94479 88267 809 807 0 87470 0
Current children cumulated CPU time: 2322.29 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353068 KiB

[startup+2382.3 s]
/proc/loadavg: 2.02 2.02 2.01 3/187 21419
/proc/meminfo: memFree=16626472/32770624 swapFree=67108844/67108860
[pid=20940] ppid=20937 vsize=377916 memory=353068 CPUtime=2382.3 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 359946 0 0 0 238205 25 0 0 20 0 1 0 217163455 386985984 88267 33554432000 4194304 7499544 140724903414256 140724903408792 5163946 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 94479 88267 809 807 0 87470 0
Current children cumulated CPU time: 2382.3 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353068 KiB

[startup+2442.3 s]
/proc/loadavg: 2.01 2.02 2.01 3/188 21428
/proc/meminfo: memFree=16626376/32770624 swapFree=67108844/67108860
[pid=20940] ppid=20937 vsize=378048 memory=353132 CPUtime=2442.3 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 361846 0 0 0 244205 25 0 0 20 0 1 0 217163455 387121152 88283 33554432000 4194304 7499544 140724903414256 140724903408792 5163917 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 94512 88283 809 807 0 87503 0
Current children cumulated CPU time: 2442.3 s
Current children cumulated vsize: 378048 KiB
Current children cumulated memory: 353132 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/188 21429
/proc/meminfo: memFree=16626536/32770624 swapFree=67108844/67108860
[pid=20940] ppid=20937 vsize=378048 memory=353132 CPUtime=2502.3 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 362880 0 0 0 250205 25 0 0 20 0 1 0 217163455 387121152 88283 33554432000 4194304 7499544 140724903414256 140724903408792 5163917 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 94512 88283 809 807 0 87503 0
Current children cumulated CPU time: 2502.3 s
Current children cumulated vsize: 378048 KiB
Current children cumulated memory: 353132 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.01 3/188 21429
/proc/meminfo: memFree=16626716/32770624 swapFree=67108844/67108860
[pid=20940] ppid=20937 vsize=378048 memory=353132 CPUtime=2520.01 cores=1,3,5,7
/proc/20940/stat : 20940 (MistralXCSP) R 20937 20940 20670 0 -1 4202496 363140 0 0 0 251976 25 0 0 20 0 1 0 217163455 387121152 88283 33554432000 4194304 7499544 140724903414256 140724903408792 5163875 0 0 4096 16386 0 0 0 17 3 0 0 0 0 0 9598848 9604096 15581184 140724903421038 140724903421187 140724903421187 140724903423945 0
/proc/20940/statm: 94512 88283 809 807 0 87503 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 378048 KiB
Current children cumulated memory: 353132 KiB

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.76
system time used= 0.254005
maximum resident set size= 353152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 363176
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105
involuntary context switches= 762


# summary of solver processes directly reported to runsolver:
#   pid: 20940
#   total CPU time (s): 2520.02
#   total CPU user time (s): 2519.76
#   total CPU system time (s): 0.254005

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.0204 second user time and 17.0024 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-11 16:00:03
IDJOB=4303717
IDBENCH=141061
IDSOLVER=2779
FILE ID=node136/4303717-1533996003
RUNJOBID= node136-1533993481-20702
PBS_JOBID= 21036953
Free space on /tmp= 35328 MiB

SOLVER NAME= Mistral-2.0 2018-08-01
BENCH NAME= XCSP18/NurseRostering/NurseRostering-12_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-4303717-1533996003/watcher-4303717-1533996003 -o /tmp/evaluation-result-4303717-1533996003/solver-4303717-1533996003 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1533993481-20702 --watchdog 2580  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 136623316 HOME/instance-4303717-1533996003.xml

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

MD5SUM BENCH= 2a283c05e31c4b30f3ec3c3182bebd94
RANDOM SEED=136623316

node136.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.50
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.50
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.50
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.50
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:         3561388 kB
MemAvailable:   31900088 kB
Buffers:          262068 kB
Cached:         27971796 kB
SwapCached:            0 kB
Active:          9764356 kB
Inactive:       18530060 kB
Active(anon):      10444 kB
Inactive(anon):   101996 kB
Active(file):    9753912 kB
Inactive(file): 18428064 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             12208 kB
Writeback:             0 kB
AnonPages:         87640 kB
Mapped:            52240 kB
Shmem:             49804 kB
Slab:             612704 kB
SReclaimable:     585184 kB
SUnreclaim:        27520 kB
KernelStack:        3776 kB
PageTables:         4620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     383628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 35324 MiB
End job on node136 at 2018-08-11 16:42:03