Trace number 4289302

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.03 2400.3

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 16062018
2400.02/2400.30	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 (7826 MiB free)
  memory of node 1: 16384 MiB (14024 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289302-1532192901/watcher-4289302-1532192901 -o /tmp/evaluation-result-4289302-1532192901/solver-4289302-1532192901 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532190500-23545 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 823653071 HOME/instance-4289302-1532192901.xml 

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

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
solver pid=23793, runsolver pid=23790
Current StackSize limit: 8192 KiB


[startup+0.10044 s]*
/proc/loadavg: 1.92 2.00 1.87 3/187 23794
/proc/meminfo: memFree=22361412/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=42836 memory=17524 CPUtime=0.09 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 4751 0 0 0 9 0 0 0 20 0 1 0 36853419 43864064 4381 33554432000 4194304 7498468 140722140130416 140722140121080 4564424 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 10709 4381 733 807 0 3700 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 42836 KiB
Current children cumulated memory: 17524 KiB

[startup+0.209477 s]*
/proc/loadavg: 1.92 2.00 1.87 3/187 23794
/proc/meminfo: memFree=22353816/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=51228 memory=25756 CPUtime=0.21 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 6990 0 0 0 20 1 0 0 20 0 1 0 36853419 52457472 6439 33554432000 4194304 7498468 140722140130416 140722140121080 140282614715304 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 12807 6439 733 807 0 5798 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 51228 KiB
Current children cumulated memory: 25756 KiB

[startup+0.309373 s]*
/proc/loadavg: 1.92 2.00 1.87 3/187 23794
/proc/meminfo: memFree=22349352/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=55532 memory=30244 CPUtime=0.3 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 8080 0 0 0 29 1 0 0 20 0 1 0 36853419 56864768 7561 33554432000 4194304 7498468 140722140130416 140722140121080 4564597 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 13883 7561 733 807 0 6874 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 55532 KiB
Current children cumulated memory: 30244 KiB

[startup+0.700313 s]
/proc/loadavg: 1.92 2.00 1.87 4/187 23794
/proc/meminfo: memFree=22334644/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=73824 memory=48528 CPUtime=0.69 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 12377 0 0 0 67 2 0 0 20 0 1 0 36853419 75595776 12132 33554432000 4194304 7498468 140722140130416 140722140123656 4564583 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 18456 12132 733 807 0 11447 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 73824 KiB
Current children cumulated memory: 48528 KiB

[startup+1.50025 s]
/proc/loadavg: 1.92 2.00 1.87 3/187 23794
/proc/meminfo: memFree=22321684/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=93848 memory=68452 CPUtime=1.48 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 17512 0 0 0 146 2 0 0 20 0 1 0 36853419 96100352 17113 33554432000 4194304 7498468 140722140130416 140722140123656 4564583 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 23462 17113 746 807 0 16453 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 93848 KiB
Current children cumulated memory: 68452 KiB

[startup+3.10924 s]
/proc/loadavg: 1.92 2.00 1.87 3/187 23794
/proc/meminfo: memFree=22091976/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=357060 memory=332020 CPUtime=3.09 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 99355 0 0 0 299 10 0 0 20 0 1 0 36853419 365629440 83005 33554432000 4194304 7498468 140722140130416 140722140121320 4380187 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 89265 83005 793 807 0 82256 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 357060 KiB
Current children cumulated memory: 332020 KiB

[startup+6.30025 s]
/proc/loadavg: 2.01 2.01 1.87 6/200 23823
/proc/meminfo: memFree=22082604/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=374596 memory=349620 CPUtime=6.28 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 130952 0 0 0 615 13 0 0 20 0 1 0 36853419 383586304 87405 33554432000 4194304 7498468 140722140130416 140722140125048 5164340 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 93649 87405 807 807 0 86640 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 374596 KiB
Current children cumulated memory: 349620 KiB

[startup+12.7002 s]
/proc/loadavg: 2.01 2.01 1.87 3/187 23858
/proc/meminfo: memFree=22113424/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=375024 memory=349984 CPUtime=12.68 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 161629 0 0 0 1254 14 0 0 20 0 1 0 36853419 384024576 87496 33554432000 4194304 7498468 140722140130416 140722140125048 5164386 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 93756 87496 807 807 0 86747 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 375024 KiB
Current children cumulated memory: 349984 KiB

[startup+25.5003 s]
/proc/loadavg: 2.01 2.01 1.88 3/187 23858
/proc/meminfo: memFree=22112988/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=375288 memory=350348 CPUtime=25.48 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 200426 0 0 0 2532 16 0 0 20 0 1 0 36853419 384294912 87587 33554432000 4194304 7498468 140722140130416 140722140124712 5164382 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 93822 87587 807 807 0 86813 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 375288 KiB
Current children cumulated memory: 350348 KiB

[startup+51.1094 s]
/proc/loadavg: 2.00 2.01 1.88 3/187 23858
/proc/meminfo: memFree=22111760/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=375288 memory=350404 CPUtime=51.08 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 232929 0 0 0 5090 18 0 0 20 0 1 0 36853419 384294912 87601 33554432000 4194304 7498468 140722140130416 140722140124952 4246827 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 93822 87601 807 807 0 86813 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 375288 KiB
Current children cumulated memory: 350404 KiB

[startup+102.3 s]
/proc/loadavg: 2.06 2.03 1.89 3/189 23868
/proc/meminfo: memFree=22110312/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=375420 memory=350448 CPUtime=102.24 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 256651 0 0 0 10205 19 0 0 20 0 1 0 36853419 384430080 87612 33554432000 4194304 7498468 140722140130416 140722140124952 5585694 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 93855 87612 807 807 0 86846 0
Current children cumulated CPU time: 102.24 s
Current children cumulated vsize: 375420 KiB
Current children cumulated memory: 350448 KiB

[startup+162.3 s]
/proc/loadavg: 2.10 2.05 1.91 3/189 23869
/proc/meminfo: memFree=22110948/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=375420 memory=350508 CPUtime=162.23 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 277653 0 0 0 16203 20 0 0 20 0 1 0 36853419 384430080 87627 33554432000 4194304 7498468 140722140130416 140722140124952 5164349 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 93855 87627 807 807 0 86846 0
Current children cumulated CPU time: 162.23 s
Current children cumulated vsize: 375420 KiB
Current children cumulated memory: 350508 KiB

[startup+222.3 s]
/proc/loadavg: 2.04 2.04 1.91 3/189 23870
/proc/meminfo: memFree=22111096/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=375552 memory=350568 CPUtime=222.19 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 293173 0 0 0 22198 21 0 0 20 0 1 0 36853419 384565248 87642 33554432000 4194304 7498468 140722140130416 140722140124952 4245328 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 93888 87642 807 807 0 86879 0
Current children cumulated CPU time: 222.19 s
Current children cumulated vsize: 375552 KiB
Current children cumulated memory: 350568 KiB

[startup+282.3 s]
/proc/loadavg: 2.01 2.04 1.92 3/189 23871
/proc/meminfo: memFree=22112216/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=375552 memory=350588 CPUtime=282.18 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 294077 0 0 0 28197 21 0 0 20 0 1 0 36853419 384565248 87647 33554432000 4194304 7498468 140722140130416 140722140124952 4246887 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 93888 87647 807 807 0 86879 0
Current children cumulated CPU time: 282.18 s
Current children cumulated vsize: 375552 KiB
Current children cumulated memory: 350588 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 1.92 3/189 23872
/proc/meminfo: memFree=22112236/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=375552 memory=350664 CPUtime=342.17 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 295967 0 0 0 34196 21 0 0 20 0 1 0 36853419 384565248 87666 33554432000 4194304 7498468 140722140130416 140722140124952 4246849 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 93888 87666 807 807 0 86879 0
Current children cumulated CPU time: 342.17 s
Current children cumulated vsize: 375552 KiB
Current children cumulated memory: 350664 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 1.93 3/188 23873
/proc/meminfo: memFree=22112392/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=375684 memory=350764 CPUtime=402.17 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 297477 0 0 0 40196 21 0 0 20 0 1 0 36853419 384700416 87691 33554432000 4194304 7498468 140722140130416 140722140124712 5164349 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 93921 87691 807 807 0 86912 0
Current children cumulated CPU time: 402.17 s
Current children cumulated vsize: 375684 KiB
Current children cumulated memory: 350764 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 1.93 3/187 23874
/proc/meminfo: memFree=22111924/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=375684 memory=350792 CPUtime=462.16 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 298517 0 0 0 46195 21 0 0 20 0 1 0 36853419 384700416 87698 33554432000 4194304 7498468 140722140130416 140722140124712 5164386 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 93921 87698 807 807 0 86912 0
Current children cumulated CPU time: 462.16 s
Current children cumulated vsize: 375684 KiB
Current children cumulated memory: 350792 KiB


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

/proc/23793/statm: 94479 88255 807 807 0 87470 0
Current children cumulated CPU time: 1662.07 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353020 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/187 23973
/proc/meminfo: memFree=22082912/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=377916 memory=353040 CPUtime=1722.07 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 327257 0 0 0 172182 25 0 0 20 0 1 0 36853419 386985984 88260 33554432000 4194304 7498468 140722140130416 140722140124952 5164307 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 94479 88260 807 807 0 87470 0
Current children cumulated CPU time: 1722.07 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353040 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/187 23974
/proc/meminfo: memFree=22083024/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=377916 memory=353044 CPUtime=1782.07 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 328563 0 0 0 178181 26 0 0 20 0 1 0 36853419 386985984 88261 33554432000 4194304 7498468 140722140130416 140722140124952 5164349 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 94479 88261 807 807 0 87470 0
Current children cumulated CPU time: 1782.07 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353044 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/187 23975
/proc/meminfo: memFree=22083012/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=377916 memory=353044 CPUtime=1842.07 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 329539 0 0 0 184181 26 0 0 20 0 1 0 36853419 386985984 88261 33554432000 4194304 7498468 140722140130416 140722140124952 5164489 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 94479 88261 807 807 0 87470 0
Current children cumulated CPU time: 1842.07 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353044 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/188 23984
/proc/meminfo: memFree=22081520/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=377916 memory=353044 CPUtime=1902.06 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 330449 0 0 0 190180 26 0 0 20 0 1 0 36853419 386985984 88261 33554432000 4194304 7498468 140722140130416 140722140124952 4246890 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 94479 88261 807 807 0 87470 0
Current children cumulated CPU time: 1902.06 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353044 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/188 23985
/proc/meminfo: memFree=22082432/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=377916 memory=353044 CPUtime=1962.05 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 331326 0 0 0 196179 26 0 0 20 0 1 0 36853419 386985984 88261 33554432000 4194304 7498468 140722140130416 140722140124952 5773616 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 94479 88261 807 807 0 87470 0
Current children cumulated CPU time: 1962.05 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353044 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/188 23986
/proc/meminfo: memFree=22082552/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=377916 memory=353044 CPUtime=2022.05 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 332241 0 0 0 202179 26 0 0 20 0 1 0 36853419 386985984 88261 33554432000 4194304 7498468 140722140130416 140722140124952 4397920 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 94479 88261 807 807 0 87470 0
Current children cumulated CPU time: 2022.05 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353044 KiB

[startup+2082.3 s]
/proc/loadavg: 2.05 2.03 1.97 3/188 23987
/proc/meminfo: memFree=22082532/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=377916 memory=353044 CPUtime=2082.04 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 333270 0 0 0 208178 26 0 0 20 0 1 0 36853419 386985984 88261 33554432000 4194304 7498468 140722140130416 140722140124952 5164382 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 94479 88261 807 807 0 87470 0
Current children cumulated CPU time: 2082.04 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353044 KiB

[startup+2142.3 s]
/proc/loadavg: 2.02 2.02 1.97 3/188 23988
/proc/meminfo: memFree=22082520/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=377916 memory=353044 CPUtime=2142.04 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 334276 0 0 0 214178 26 0 0 20 0 1 0 36853419 386985984 88261 33554432000 4194304 7498468 140722140130416 140722140124952 5164349 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 94479 88261 807 807 0 87470 0
Current children cumulated CPU time: 2142.04 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353044 KiB

[startup+2202.3 s]
/proc/loadavg: 2.01 2.02 1.97 3/187 23989
/proc/meminfo: memFree=22082160/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=377916 memory=353044 CPUtime=2202.03 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 335250 0 0 0 220177 26 0 0 20 0 1 0 36853419 386985984 88261 33554432000 4194304 7498468 140722140130416 140722140124952 5164349 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 94479 88261 807 807 0 87470 0
Current children cumulated CPU time: 2202.03 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353044 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 23990
/proc/meminfo: memFree=22082024/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=377916 memory=353056 CPUtime=2262.03 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 336872 0 0 0 226176 27 0 0 20 0 1 0 36853419 386985984 88264 33554432000 4194304 7498468 140722140130416 140722140124952 4249728 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 94479 88264 807 807 0 87470 0
Current children cumulated CPU time: 2262.03 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353056 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 23991
/proc/meminfo: memFree=22082024/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=377916 memory=353064 CPUtime=2322.03 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 338238 0 0 0 232176 27 0 0 20 0 1 0 36853419 386985984 88266 33554432000 4194304 7498468 140722140130416 140722140124952 5164307 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 94479 88266 807 807 0 87470 0
Current children cumulated CPU time: 2322.03 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353064 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 23992
/proc/meminfo: memFree=22082036/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=377916 memory=353064 CPUtime=2382.02 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 339183 0 0 0 238175 27 0 0 20 0 1 0 36853419 386985984 88266 33554432000 4194304 7498468 140722140130416 140722140124952 4246879 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 94479 88266 807 807 0 87470 0
Current children cumulated CPU time: 2382.02 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 23993
/proc/meminfo: memFree=22082284/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=377916 memory=353064 CPUtime=2400.02 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 339408 0 0 0 239975 27 0 0 20 0 1 0 36853419 386985984 88266 33554432000 4194304 7498468 140722140130416 140722140124952 4540937 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 94479 88266 807 807 0 87470 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353064 KiB

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

[startup+2400.3 s]
# the end of solver process 23793 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.76 s, system=0.276977 s

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

[startup+2400.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/187 23993
/proc/meminfo: memFree=22082284/32770624 swapFree=67108860/67108860
[pid=23793] ppid=23790 vsize=377916 memory=353064 CPUtime=2400.02 cores=0,2,4,6
/proc/23793/stat : 23793 (MistralXCSP) R 23790 23793 23514 0 -1 4202496 339408 0 0 0 239975 27 0 0 20 0 1 0 36853419 386985984 88266 33554432000 4194304 7498468 140722140130416 140722140124952 4540937 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0 9598848 9604096 34709504 140722140136558 140722140136707 140722140136707 140722140139465 0
/proc/23793/statm: 94479 88266 807 807 0 87470 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 377916 KiB
Current children cumulated memory: 353064 KiB

Child status: 0
Real time (s): 2400.3
CPU time (s): 2400.03
CPU user time (s): 2399.76
CPU system time (s): 0.276977
CPU usage (%): 99.9888
Max. virtual memory (cumulated for all children) (KiB): 377916
Max. memory (cumulated for all children) (KiB): 353064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.76
system time used= 0.276977
maximum resident set size= 353084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 339443
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= 103
involuntary context switches= 3990


# summary of solver processes directly reported to runsolver:
#   pid: 23793
#   total CPU time (s): 2400.03
#   total CPU user time (s): 2399.76
#   total CPU system time (s): 0.276977

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1161 second user time and 14.8845 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-21 19:08:21
IDJOB=4289302
IDBENCH=141061
IDSOLVER=2741
FILE ID=node150/4289302-1532192901
RUNJOBID= node150-1532190500-23545
PBS_JOBID= 21018925
Free space on /tmp= 57244 MiB

SOLVER NAME= Mistral-2.0 2018-06-15
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-4289302-1532192901/watcher-4289302-1532192901 -o /tmp/evaluation-result-4289302-1532192901/solver-4289302-1532192901 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532190500-23545 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 823653071 HOME/instance-4289302-1532192901.xml

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

MD5SUM BENCH= 2a283c05e31c4b30f3ec3c3182bebd94
RANDOM SEED=823653071

node150.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.76
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.76
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.76
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.76
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:        22376516 kB
MemAvailable:   31850900 kB
Buffers:          216660 kB
Cached:          9471960 kB
SwapCached:            0 kB
Active:          1112928 kB
Inactive:        8718876 kB
Active(anon):     146220 kB
Inactive(anon):    16868 kB
Active(file):     966708 kB
Inactive(file):  8702008 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9168 kB
Writeback:             0 kB
AnonPages:        151448 kB
Mapped:            36528 kB
Shmem:             17032 kB
Slab:             260568 kB
SReclaimable:     234128 kB
SUnreclaim:        26440 kB
KernelStack:        3344 kB
PageTables:         5028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     434940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 57236 MiB
End job on node150 at 2018-07-21 19:48:22