Trace number 4303724

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

General information on the benchmark

NameNurseRostering/
NurseRostering-19_c18.xml
MD5SUM4516482276b9b550f1c9d24d3edf9abb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables5922
Number of constraints16251
Number of domains21
Minimum domain size1
Maximum domain size85
Distribution of domain sizes[{"size":1,"count":156},{"size":2,"count":1314},{"size":6,"count":3360},{"size":8,"count":2},{"size":12,"count":4},{"size":13,"count":16},{"size":21,"count":3},{"size":22,"count":15},{"size":41,"count":924},{"size":85,"count":128}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":2082},{"degree":3,"count":480},{"degree":17,"count":32},{"degree":18,"count":39},{"degree":19,"count":7},{"degree":20,"count":30},{"degree":21,"count":44},{"degree":22,"count":52},{"degree":23,"count":70},{"degree":24,"count":83},{"degree":25,"count":1394},{"degree":26,"count":1316},{"degree":27,"count":293}]
Minimum constraint arity2
Maximum constraint arity320
Distribution of constraint arities[{"arity":2,"count":5706},{"arity":3,"count":6232},{"arity":4,"count":324},{"arity":5,"count":320},{"arity":6,"count":2884},{"arity":12,"count":40},{"arity":41,"count":504},{"arity":85,"count":240},{"arity":320,"count":1}]
Number of extensional constraints3824
Number of intensional constraints1882
Distribution of constraint types[{"type":"extension","count":3824},{"type":"intension","count":1882},{"type":"regular","count":6556},{"type":"sum","count":80},{"type":"count","count":3908},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c Mistral 01082018
2519.91/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 (2671 MiB free)
  memory of node 1: 16384 MiB (816 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303724-1533993481/watcher-4303724-1533993481 -o /tmp/evaluation-result-4303724-1533993481/solver-4303724-1533993481 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1533993481-20701 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1585688999 HOME/instance-4303724-1533993481.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
solver pid=20730, runsolver pid=20724
Current StackSize limit: 8192 KiB


[startup+0.100115 s]*
/proc/loadavg: 1.03 1.02 1.05 4/188 20733
/proc/meminfo: memFree=3526700/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=45816 memory=20608 CPUtime=0.09 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 5521 0 0 0 9 0 0 0 20 0 1 0 216911291 46915584 5086 33554432000 4194304 7499544 140721907781056 140721907778056 140609867854828 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 11493 5152 732 807 0 4484 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 45816 KiB
Current children cumulated memory: 20608 KiB

[startup+0.209681 s]*
/proc/loadavg: 1.03 1.02 1.05 4/188 20733
/proc/meminfo: memFree=3500684/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=53872 memory=28356 CPUtime=0.2 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 7563 0 0 0 20 0 0 0 20 0 1 0 216911291 55164928 7089 33554432000 4194304 7499544 140721907781056 140721907778056 4563992 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 13468 7089 732 807 0 6459 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 53872 KiB
Current children cumulated memory: 28356 KiB

[startup+0.309462 s]*
/proc/loadavg: 1.03 1.02 1.05 3/188 20733
/proc/meminfo: memFree=3486396/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=66868 memory=41624 CPUtime=0.31 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 10700 0 0 0 30 1 0 0 20 0 1 0 216911291 68472832 10406 33554432000 4194304 7499544 140721907781056 140721907778056 4564151 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 16717 10406 732 807 0 9708 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 66868 KiB
Current children cumulated memory: 41624 KiB

[startup+0.70025 s]
/proc/loadavg: 1.03 1.02 1.05 3/188 20733
/proc/meminfo: memFree=3483468/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=75344 memory=50012 CPUtime=0.69 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 12647 0 0 0 68 1 0 0 20 0 1 0 216911291 77152256 12503 33554432000 4194304 7499544 140721907781056 140721907771656 4564160 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 18836 12503 732 807 0 11827 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 75344 KiB
Current children cumulated memory: 50012 KiB

[startup+1.50027 s]
/proc/loadavg: 1.11 1.04 1.05 3/188 20733
/proc/meminfo: memFree=3469372/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=94380 memory=68900 CPUtime=1.48 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 17534 0 0 0 147 1 0 0 20 0 1 0 216911291 96645120 17225 33554432000 4194304 7499544 140721907781056 140721907771720 140609874187004 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 23595 17225 732 807 0 16586 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 94380 KiB
Current children cumulated memory: 68900 KiB

[startup+3.10957 s]
/proc/loadavg: 1.11 1.04 1.05 3/188 20733
/proc/meminfo: memFree=3170288/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=385868 memory=360616 CPUtime=3.09 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 92933 0 0 0 299 10 0 0 20 0 1 0 216911291 395128832 90154 33554432000 4194304 7499544 140721907781056 140721907771064 4564165 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 96467 90154 761 807 0 89458 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 385868 KiB
Current children cumulated memory: 360616 KiB

[startup+6.3003 s]
/proc/loadavg: 1.18 1.06 1.06 4/188 20733
/proc/meminfo: memFree=2952408/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=600780 memory=575796 CPUtime=6.28 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 185364 0 0 0 609 19 0 0 20 0 1 0 216911291 615198720 143949 33554432000 4194304 7499544 140721907781056 140721907775592 4246863 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 150195 143949 809 807 0 143186 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 600780 KiB
Current children cumulated memory: 575796 KiB

[startup+12.7003 s]
/proc/loadavg: 1.32 1.09 1.07 4/188 20733
/proc/meminfo: memFree=2951636/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=600780 memory=575812 CPUtime=12.68 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 197048 0 0 0 1248 20 0 0 20 0 1 0 216911291 615198720 143953 33554432000 4194304 7499544 140721907781056 140721907775592 5163908 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 150195 143953 809 807 0 143186 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 600780 KiB
Current children cumulated memory: 575812 KiB

[startup+25.5003 s]
/proc/loadavg: 1.43 1.12 1.08 4/188 20733
/proc/meminfo: memFree=2947996/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=605072 memory=579976 CPUtime=25.47 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 227443 0 0 0 2525 22 0 0 20 0 1 0 216911291 619593728 144994 33554432000 4194304 7499544 140721907781056 140721907775592 5163958 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 151268 144994 809 807 0 144259 0
Current children cumulated CPU time: 25.47 s
Current children cumulated vsize: 605072 KiB
Current children cumulated memory: 579976 KiB

[startup+51.1096 s]
/proc/loadavg: 1.65 1.20 1.10 4/188 20733
/proc/meminfo: memFree=2947144/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=605072 memory=579976 CPUtime=51.06 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 243393 0 0 0 5083 23 0 0 20 0 1 0 216911291 619593728 144994 33554432000 4194304 7499544 140721907781056 140721907775592 5163908 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 151268 144994 809 807 0 144259 0
Current children cumulated CPU time: 51.06 s
Current children cumulated vsize: 605072 KiB
Current children cumulated memory: 579976 KiB

[startup+102.3 s]
/proc/loadavg: 1.85 1.33 1.15 4/188 20734
/proc/meminfo: memFree=2947744/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=605072 memory=579976 CPUtime=102.25 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 271242 0 0 0 10201 24 0 0 20 0 1 0 216911291 619593728 144994 33554432000 4194304 7499544 140721907781056 140721907775592 5163954 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 151268 144994 809 807 0 144259 0
Current children cumulated CPU time: 102.25 s
Current children cumulated vsize: 605072 KiB
Current children cumulated memory: 579976 KiB

[startup+162.3 s]
/proc/loadavg: 1.95 1.45 1.20 4/188 20742
/proc/meminfo: memFree=2948780/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=605072 memory=579976 CPUtime=162.24 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 287190 0 0 0 16199 25 0 0 20 0 1 0 216911291 619593728 144994 33554432000 4194304 7499544 140721907781056 140721907775592 5648132 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 151268 144994 809 807 0 144259 0
Current children cumulated CPU time: 162.24 s
Current children cumulated vsize: 605072 KiB
Current children cumulated memory: 579976 KiB

[startup+222.3 s]
/proc/loadavg: 1.98 1.55 1.25 4/188 20743
/proc/meminfo: memFree=2948500/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=605072 memory=579976 CPUtime=222.2 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 300236 0 0 0 22195 25 0 0 20 0 1 0 216911291 619593728 144994 33554432000 4194304 7499544 140721907781056 140721907775592 5163908 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 151268 144994 809 807 0 144259 0
Current children cumulated CPU time: 222.2 s
Current children cumulated vsize: 605072 KiB
Current children cumulated memory: 579976 KiB

[startup+282.3 s]
/proc/loadavg: 1.96 1.62 1.30 4/188 20744
/proc/meminfo: memFree=2948520/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=605204 memory=580192 CPUtime=282.18 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 315275 0 0 0 28192 26 0 0 20 0 1 0 216911291 619728896 145048 33554432000 4194304 7499544 140721907781056 140721907775400 5163917 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 151301 145048 809 807 0 144292 0
Current children cumulated CPU time: 282.18 s
Current children cumulated vsize: 605204 KiB
Current children cumulated memory: 580192 KiB

[startup+342.3 s]
/proc/loadavg: 1.98 1.69 1.34 4/187 20745
/proc/meminfo: memFree=2947936/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=605204 memory=580264 CPUtime=342.17 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 320042 0 0 0 34190 27 0 0 20 0 1 0 216911291 619728896 145066 33554432000 4194304 7499544 140721907781056 140721907775400 5163908 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 151301 145066 809 807 0 144292 0
Current children cumulated CPU time: 342.17 s
Current children cumulated vsize: 605204 KiB
Current children cumulated memory: 580264 KiB

[startup+402.3 s]
/proc/loadavg: 1.99 1.74 1.38 4/187 20746
/proc/meminfo: memFree=2948044/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=605204 memory=580264 CPUtime=402.17 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 320728 0 0 0 40190 27 0 0 20 0 1 0 216911291 619728896 145066 33554432000 4194304 7499544 140721907781056 140721907775400 5163917 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 151301 145066 809 807 0 144292 0
Current children cumulated CPU time: 402.17 s
Current children cumulated vsize: 605204 KiB
Current children cumulated memory: 580264 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.79 1.42 4/187 20748
/proc/meminfo: memFree=2948004/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=605204 memory=580264 CPUtime=462.17 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 321400 0 0 0 46190 27 0 0 20 0 1 0 216911291 619728896 145066 33554432000 4194304 7499544 140721907781056 140721907775400 5164057 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 151301 145066 809 807 0 144292 0
Current children cumulated CPU time: 462.17 s
Current children cumulated vsize: 605204 KiB
Current children cumulated memory: 580264 KiB


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

/proc/20730/statm: 151301 145071 809 807 0 144292 0
Current children cumulated CPU time: 1722.19 s
Current children cumulated vsize: 605204 KiB
Current children cumulated memory: 580284 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.89 4/187 20787
/proc/meminfo: memFree=2948184/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=605204 memory=580284 CPUtime=1782.19 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 336391 0 0 0 178189 30 0 0 20 0 1 0 216911291 619728896 145071 33554432000 4194304 7499544 140721907781056 140721907775400 5163954 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 151301 145071 809 807 0 144292 0
Current children cumulated CPU time: 1782.19 s
Current children cumulated vsize: 605204 KiB
Current children cumulated memory: 580284 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.90 4/187 20788
/proc/meminfo: memFree=2948292/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=605204 memory=580284 CPUtime=1842.19 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 337059 0 0 0 184189 30 0 0 20 0 1 0 216911291 619728896 145071 33554432000 4194304 7499544 140721907781056 140721907775400 5163917 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 151301 145071 809 807 0 144292 0
Current children cumulated CPU time: 1842.19 s
Current children cumulated vsize: 605204 KiB
Current children cumulated memory: 580284 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.91 4/187 20789
/proc/meminfo: memFree=2948260/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=605204 memory=580284 CPUtime=1902.19 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 337729 0 0 0 190189 30 0 0 20 0 1 0 216911291 619728896 145071 33554432000 4194304 7499544 140721907781056 140721907775400 5163908 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 151301 145071 809 807 0 144292 0
Current children cumulated CPU time: 1902.19 s
Current children cumulated vsize: 605204 KiB
Current children cumulated memory: 580284 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.91 4/188 20798
/proc/meminfo: memFree=2947816/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=605204 memory=580284 CPUtime=1962.19 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 338483 0 0 0 196189 30 0 0 20 0 1 0 216911291 619728896 145071 33554432000 4194304 7499544 140721907781056 140721907775400 5837764 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 151301 145071 809 807 0 144292 0
Current children cumulated CPU time: 1962.19 s
Current children cumulated vsize: 605204 KiB
Current children cumulated memory: 580284 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.92 4/188 20799
/proc/meminfo: memFree=2948080/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=605204 memory=580284 CPUtime=2022.19 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 339152 0 0 0 202189 30 0 0 20 0 1 0 216911291 619728896 145071 33554432000 4194304 7499544 140721907781056 140721907775400 5164057 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 151301 145071 809 807 0 144292 0
Current children cumulated CPU time: 2022.19 s
Current children cumulated vsize: 605204 KiB
Current children cumulated memory: 580284 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.92 4/188 20800
/proc/meminfo: memFree=2948072/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=605204 memory=580284 CPUtime=2082.19 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 339828 0 0 0 208189 30 0 0 20 0 1 0 216911291 619728896 145071 33554432000 4194304 7499544 140721907781056 140721907775400 5163908 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 151301 145071 809 807 0 144292 0
Current children cumulated CPU time: 2082.19 s
Current children cumulated vsize: 605204 KiB
Current children cumulated memory: 580284 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.93 4/188 20801
/proc/meminfo: memFree=2947916/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=605204 memory=580284 CPUtime=2142.2 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 340495 0 0 0 214189 31 0 0 20 0 1 0 216911291 619728896 145071 33554432000 4194304 7499544 140721907781056 140721907775400 5163908 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 151301 145071 809 807 0 144292 0
Current children cumulated CPU time: 2142.2 s
Current children cumulated vsize: 605204 KiB
Current children cumulated memory: 580284 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.94 4/188 20802
/proc/meminfo: memFree=2948188/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=605204 memory=580284 CPUtime=2202.2 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 341168 0 0 0 220189 31 0 0 20 0 1 0 216911291 619728896 145071 33554432000 4194304 7499544 140721907781056 140721907775400 4249698 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 151301 145071 809 807 0 144292 0
Current children cumulated CPU time: 2202.2 s
Current children cumulated vsize: 605204 KiB
Current children cumulated memory: 580284 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.94 4/187 20804
/proc/meminfo: memFree=2948032/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=605204 memory=580284 CPUtime=2262.2 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 341838 0 0 0 226189 31 0 0 20 0 1 0 216911291 619728896 145071 33554432000 4194304 7499544 140721907781056 140721907775400 4541830 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 151301 145071 809 807 0 144292 0
Current children cumulated CPU time: 2262.2 s
Current children cumulated vsize: 605204 KiB
Current children cumulated memory: 580284 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.95 4/187 20805
/proc/meminfo: memFree=2948148/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=605204 memory=580284 CPUtime=2322.2 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 342509 0 0 0 232189 31 0 0 20 0 1 0 216911291 619728896 145071 33554432000 4194304 7499544 140721907781056 140721907775400 5163908 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 151301 145071 809 807 0 144292 0
Current children cumulated CPU time: 2322.2 s
Current children cumulated vsize: 605204 KiB
Current children cumulated memory: 580284 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.95 4/187 20806
/proc/meminfo: memFree=2948260/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=605204 memory=580284 CPUtime=2382.2 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 343184 0 0 0 238189 31 0 0 20 0 1 0 216911291 619728896 145071 33554432000 4194304 7499544 140721907781056 140721907775400 5163958 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 151301 145071 809 807 0 144292 0
Current children cumulated CPU time: 2382.2 s
Current children cumulated vsize: 605204 KiB
Current children cumulated memory: 580284 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 1.95 4/187 20808
/proc/meminfo: memFree=2948120/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=605204 memory=580284 CPUtime=2442.2 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 343860 0 0 0 244189 31 0 0 20 0 1 0 216911291 619728896 145071 33554432000 4194304 7499544 140721907781056 140721907775400 4246871 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 151301 145071 809 807 0 144292 0
Current children cumulated CPU time: 2442.2 s
Current children cumulated vsize: 605204 KiB
Current children cumulated memory: 580284 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 1.95 4/187 20809
/proc/meminfo: memFree=2948304/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=605204 memory=580284 CPUtime=2502.2 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 344531 0 0 0 250189 31 0 0 20 0 1 0 216911291 619728896 145071 33554432000 4194304 7499544 140721907781056 140721907775400 4246863 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 151301 145071 809 807 0 144292 0
Current children cumulated CPU time: 2502.2 s
Current children cumulated vsize: 605204 KiB
Current children cumulated memory: 580284 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 1.95 4/187 20816
/proc/meminfo: memFree=2947536/32770624 swapFree=67108860/67108860
[pid=20730] ppid=20724 vsize=605204 memory=580284 CPUtime=2519.91 cores=0,2,4,6
/proc/20730/stat : 20730 (MistralXCSP) R 20724 20730 20670 0 -1 4202496 345022 0 0 0 251960 31 0 0 20 0 1 0 216911291 619728896 145071 33554432000 4194304 7499544 140721907781056 140721907775400 5163912 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0 9598848 9604096 14491648 140721907782765 140721907782915 140721907782915 140721907785673 0
/proc/20730/statm: 151301 145071 809 807 0 144292 0
Current children cumulated CPU time: 2519.91 s
Current children cumulated vsize: 605204 KiB
Current children cumulated memory: 580284 KiB

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

[startup+2520.01 s]
# the end of solver process 20730 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.61 s, system=0.320002 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): 2519.93
CPU user time (s): 2519.61
CPU system time (s): 0.320002
CPU usage (%): 99.9966
Max. virtual memory (cumulated for all children) (KiB): 605204
Max. memory (cumulated for all children) (KiB): 580284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.61
system time used= 0.320002
maximum resident set size= 580304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 345057
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= 145
involuntary context switches= 1949


# summary of solver processes directly reported to runsolver:
#   pid: 20730
#   total CPU time (s): 2519.93
#   total CPU user time (s): 2519.61
#   total CPU system time (s): 0.320002

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0341 second user time and 18.1439 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-11 15:18:01
IDJOB=4303724
IDBENCH=141041
IDSOLVER=2779
FILE ID=node136/4303724-1533993481
RUNJOBID= node136-1533993481-20701
PBS_JOBID= 21036953
Free space on /tmp= 35336 MiB

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

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

MD5SUM BENCH= 4516482276b9b550f1c9d24d3edf9abb
RANDOM SEED=1585688999

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:         3574532 kB
MemAvailable:   31906592 kB
Buffers:          261660 kB
Cached:         27966644 kB
SwapCached:            0 kB
Active:          9755496 kB
Inactive:       18525012 kB
Active(anon):       3072 kB
Inactive(anon):   101996 kB
Active(file):    9752424 kB
Inactive(file): 18423016 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             12372 kB
Writeback:             0 kB
AnonPages:         59880 kB
Mapped:            51004 kB
Shmem:             49804 kB
Slab:             612288 kB
SReclaimable:     585080 kB
SUnreclaim:        27208 kB
KernelStack:        3200 kB
PageTables:         5192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

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