Trace number 4292972

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
PicatSAT 2018-06-15? (TO) 2520.03 2520.01

General information on the benchmark

NameNurseRostering/
NurseRostering-15_c18.xml
MD5SUM08877e0fafa48cd5ca524d34b6939bef
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark43817
Best CPU time to get the best result obtained on this benchmark2519.82
Satisfiable
(Un)Satisfiability was proved
Number of variables3553
Number of constraints9202
Number of domains26
Minimum domain size1
Maximum domain size46
Distribution of domain sizes[{"size":1,"count":135},{"size":2,"count":760},{"size":3,"count":8},{"size":4,"count":30},{"size":5,"count":14},{"size":7,"count":1890},{"size":8,"count":2},{"size":9,"count":2},{"size":12,"count":2},{"size":13,"count":11},{"size":15,"count":15},{"size":20,"count":10},{"size":22,"count":38},{"size":43,"count":90},{"size":46,"count":546}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":1393},{"degree":3,"count":270},{"degree":18,"count":2},{"degree":19,"count":33},{"degree":20,"count":47},{"degree":21,"count":9},{"degree":22,"count":30},{"degree":23,"count":52},{"degree":24,"count":74},{"degree":25,"count":66},{"degree":26,"count":110},{"degree":27,"count":537},{"degree":28,"count":506},{"degree":29,"count":252},{"degree":30,"count":135},{"degree":31,"count":37}]
Minimum constraint arity2
Maximum constraint arity180
Distribution of constraint arities[{"arity":2,"count":3337},{"arity":3,"count":3120},{"arity":4,"count":390},{"arity":6,"count":1340},{"arity":7,"count":405},{"arity":43,"count":315},{"arity":46,"count":294},{"arity":180,"count":1}]
Number of extensional constraints2139
Number of intensional constraints1116
Distribution of constraint types[{"type":"extension","count":2139},{"type":"intension","count":1116},{"type":"regular","count":3592},{"type":"sum","count":90},{"type":"count","count":2264},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data


Verifier Data

One s line expected

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 (3958 MiB free)
  memory of node 1: 16384 MiB (10692 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292972-1532299630/watcher-4292972-1532299630 -o /tmp/evaluation-result-4292972-1532299630/solver-4292972-1532299630 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532296553-30441 --watchdog 2580 xcsp_picat HOME/instance-4292972-1532299630.xml 

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

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

solver pid=31289, runsolver pid=31286

[startup+0.100116 s]*
/proc/loadavg: 2.16 2.18 2.05 3/187 31290
/proc/meminfo: memFree=14966424/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=111688 memory=39472 CPUtime=0.1 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 1329 0 0 0 10 0 0 0 20 0 1 0 47526168 114368512 9868 33554432000 4194304 5849740 140731610346704 140731610346008 4475396 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 27922 9868 620 405 0 24866 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 111688 KiB
Current children cumulated memory: 39472 KiB

[startup+0.209559 s]*
/proc/loadavg: 2.16 2.18 2.05 3/187 31290
/proc/meminfo: memFree=14949916/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=119504 memory=58348 CPUtime=0.21 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 1449 0 0 0 21 0 0 0 20 0 1 0 47526168 122372096 14587 33554432000 4194304 5849740 140731610346704 140731610346008 4840191 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 29876 14587 636 405 0 26820 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 119504 KiB
Current children cumulated memory: 58348 KiB

[startup+0.309493 s]*
/proc/loadavg: 2.16 2.18 2.05 3/187 31290
/proc/meminfo: memFree=14936884/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=119504 memory=69104 CPUtime=0.31 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 1633 0 0 0 31 0 0 0 20 0 1 0 47526168 122372096 17276 33554432000 4194304 5849740 140731610346704 140731610346008 4580740 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 29876 17276 636 405 0 26820 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 119504 KiB
Current children cumulated memory: 69104 KiB

[startup+0.700323 s]
/proc/loadavg: 2.16 2.18 2.05 3/187 31290
/proc/meminfo: memFree=14909708/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=204472 memory=97400 CPUtime=0.69 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 3883 0 0 0 67 2 0 0 20 0 1 0 47526168 209379328 24350 33554432000 4194304 5849740 140731610346704 140731610346008 4476741 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 51118 24350 657 405 0 48062 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 204472 KiB
Current children cumulated memory: 97400 KiB

[startup+1.50026 s]
/proc/loadavg: 2.16 2.18 2.05 4/187 31290
/proc/meminfo: memFree=14868808/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=234212 memory=158656 CPUtime=1.49 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 6425 0 0 0 143 6 0 0 20 0 1 0 47526168 239833088 39664 33554432000 4194304 5849740 140731610346704 140731610346024 5606222 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 58553 39664 741 405 0 55497 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 234212 KiB
Current children cumulated memory: 158656 KiB

[startup+3.10942 s]
/proc/loadavg: 2.16 2.18 2.05 3/187 31290
/proc/meminfo: memFree=14834508/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=248548 memory=172992 CPUtime=3.1 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 9618 0 0 0 300 10 0 0 20 0 1 0 47526168 254513152 43248 33554432000 4194304 5849740 140731610346704 140731610345816 5521452 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 62137 43248 741 405 0 59081 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 248548 KiB
Current children cumulated memory: 172992 KiB

[startup+6.30033 s]
/proc/loadavg: 2.15 2.18 2.05 3/187 31290
/proc/meminfo: memFree=14834028/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=248548 memory=172992 CPUtime=6.29 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 9956 0 0 0 619 10 0 0 20 0 1 0 47526168 254513152 43248 33554432000 4194304 5849740 140731610346704 140731610345800 5470983 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 62137 43248 741 405 0 59081 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 248548 KiB
Current children cumulated memory: 172992 KiB

[startup+12.7003 s]
/proc/loadavg: 2.13 2.17 2.05 3/187 31290
/proc/meminfo: memFree=14824196/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=260836 memory=182336 CPUtime=12.69 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 12721 0 0 0 1249 20 0 0 20 0 1 0 47526168 267096064 45584 33554432000 4194304 5849740 140731610346704 140731610345816 139895170199431 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 65209 45584 741 405 0 62153 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 260836 KiB
Current children cumulated memory: 182336 KiB

[startup+25.5004 s]
/proc/loadavg: 2.10 2.16 2.05 3/187 31290
/proc/meminfo: memFree=14788640/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=294852 memory=218300 CPUtime=25.49 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 25047 0 0 0 2522 27 0 0 20 0 1 0 47526168 301928448 54575 33554432000 4194304 5849740 140731610346704 140731610345192 5319753 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 73713 54575 769 405 0 70657 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 294852 KiB
Current children cumulated memory: 218300 KiB

[startup+51.1097 s]
/proc/loadavg: 2.07 2.15 2.05 3/187 31290
/proc/meminfo: memFree=14783496/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=298948 memory=223552 CPUtime=51.1 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 35638 0 0 0 5073 37 0 0 20 0 1 0 47526168 306122752 55888 33554432000 4194304 5849740 140731610346704 140731610345432 5357923 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 74737 55888 773 405 0 71681 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 298948 KiB
Current children cumulated memory: 223552 KiB

[startup+102.3 s]
/proc/loadavg: 2.03 2.13 2.05 3/187 31291
/proc/meminfo: memFree=14769964/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=298948 memory=223552 CPUtime=102.29 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 44977 0 0 0 10171 58 0 0 20 0 1 0 47526168 306122752 55888 33554432000 4194304 5849740 140731610346704 140731610345704 5307491 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 74737 55888 773 405 0 71681 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 298948 KiB
Current children cumulated memory: 223552 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.10 2.05 3/187 31353
/proc/meminfo: memFree=15656364/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=299704 memory=224276 CPUtime=162.29 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 54654 0 0 0 16150 79 0 0 20 0 1 0 47526168 306896896 56069 33554432000 4194304 5849740 140731610346704 140731610345864 5437831 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 74926 56069 773 405 0 71870 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 299704 KiB
Current children cumulated memory: 224276 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.09 2.05 3/188 31362
/proc/meminfo: memFree=15640832/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=303176 memory=224288 CPUtime=222.28 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 55747 0 0 0 22126 102 0 0 20 0 1 0 47526168 310452224 56072 33554432000 4194304 5849740 140731610346704 140731610345576 5302782 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 75794 56072 773 405 0 72738 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 303176 KiB
Current children cumulated memory: 224288 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.07 2.05 3/188 31363
/proc/meminfo: memFree=15608136/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=304240 memory=235256 CPUtime=282.28 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 57033 0 0 0 28097 131 0 0 20 0 1 0 47526168 311541760 58814 33554432000 4194304 5849740 140731610346704 140731610345704 5437808 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 76060 58814 773 405 0 73004 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 304240 KiB
Current children cumulated memory: 235256 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.06 2.05 3/188 31364
/proc/meminfo: memFree=15603272/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=304240 memory=235352 CPUtime=342.29 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 57957 0 0 0 34072 157 0 0 20 0 1 0 47526168 311541760 58838 33554432000 4194304 5849740 140731610346704 140731610345704 5307605 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 76060 58838 773 405 0 73004 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 304240 KiB
Current children cumulated memory: 235352 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.05 2.05 3/188 31365
/proc/meminfo: memFree=15594040/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=305860 memory=236416 CPUtime=402.29 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 59547 0 0 0 40047 182 0 0 20 0 1 0 47526168 313200640 59104 33554432000 4194304 5849740 140731610346704 140731610345864 5437831 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 76465 59104 773 405 0 73409 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 305860 KiB
Current children cumulated memory: 236416 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 31366
/proc/meminfo: memFree=15590752/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=306796 memory=238292 CPUtime=462.29 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 61314 0 0 0 46029 200 0 0 20 0 1 0 47526168 314159104 59573 33554432000 4194304 5849740 140731610346704 140731610345704 5307161 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 76699 59573 773 405 0 73643 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 306796 KiB
Current children cumulated memory: 238292 KiB


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

/proc/31289/statm: 78987 61946 783 405 0 75931 0
Current children cumulated CPU time: 1722.3 s
Current children cumulated vsize: 315948 KiB
Current children cumulated memory: 247784 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 31431
/proc/meminfo: memFree=15475724/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=321128 memory=251192 CPUtime=1782.3 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 109494 0 0 0 177415 815 0 0 20 0 1 0 47526168 328835072 62798 33554432000 4194304 5849740 140731610346704 140731610345704 5437609 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 80282 62798 783 405 0 77226 0
Current children cumulated CPU time: 1782.3 s
Current children cumulated vsize: 321128 KiB
Current children cumulated memory: 251192 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 31432
/proc/meminfo: memFree=15496292/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=321128 memory=251416 CPUtime=1842.3 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 110767 0 0 0 183382 848 0 0 20 0 1 0 47526168 328835072 62854 33554432000 4194304 5849740 140731610346704 140731610345704 139895170199431 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 80282 62854 783 405 0 77226 0
Current children cumulated CPU time: 1842.3 s
Current children cumulated vsize: 321128 KiB
Current children cumulated memory: 251416 KiB

[startup+1902.3 s]
/proc/loadavg: 2.34 2.09 2.07 3/187 31433
/proc/meminfo: memFree=15498576/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=321128 memory=251416 CPUtime=1902.3 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 112303 0 0 0 189357 873 0 0 20 0 1 0 47526168 328835072 62854 33554432000 4194304 5849740 140731610346704 140731610345704 5353813 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 80282 62854 783 405 0 77226 0
Current children cumulated CPU time: 1902.3 s
Current children cumulated vsize: 321128 KiB
Current children cumulated memory: 251416 KiB

[startup+1962.3 s]
/proc/loadavg: 2.31 2.15 2.09 3/187 31434
/proc/meminfo: memFree=15470188/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=323412 memory=255340 CPUtime=1962.3 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 119802 0 0 0 195330 900 0 0 20 0 1 0 47526168 331173888 63835 33554432000 4194304 5849740 140731610346704 140731610345704 5438262 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 80853 63835 783 405 0 77797 0
Current children cumulated CPU time: 1962.3 s
Current children cumulated vsize: 323412 KiB
Current children cumulated memory: 255340 KiB

[startup+2022.3 s]
/proc/loadavg: 2.11 2.12 2.09 3/188 31443
/proc/meminfo: memFree=15434732/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=364548 memory=296528 CPUtime=2022.3 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 123477 0 0 0 201277 953 0 0 20 0 1 0 47526168 373297152 74132 33554432000 4194304 5849740 140731610346704 140731610345704 5339447 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 91137 74132 783 405 0 88081 0
Current children cumulated CPU time: 2022.3 s
Current children cumulated vsize: 364548 KiB
Current children cumulated memory: 296528 KiB

[startup+2082.3 s]
/proc/loadavg: 2.04 2.10 2.08 3/188 31444
/proc/meminfo: memFree=15468924/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=331780 memory=263864 CPUtime=2082.3 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 126364 0 0 0 207254 976 0 0 20 0 1 0 47526168 339742720 65966 33554432000 4194304 5849740 140731610346704 140731610345704 139895170199431 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 82945 65966 783 405 0 79889 0
Current children cumulated CPU time: 2082.3 s
Current children cumulated vsize: 331780 KiB
Current children cumulated memory: 263864 KiB

[startup+2142.3 s]
/proc/loadavg: 2.02 2.08 2.07 3/188 31445
/proc/meminfo: memFree=15462412/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=331780 memory=263864 CPUtime=2142.31 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 130117 0 0 0 213224 1007 0 0 20 0 1 0 47526168 339742720 65966 33554432000 4194304 5849740 140731610346704 140731610345704 5307550 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 82945 65966 783 405 0 79889 0
Current children cumulated CPU time: 2142.31 s
Current children cumulated vsize: 331780 KiB
Current children cumulated memory: 263864 KiB

[startup+2202.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/188 31446
/proc/meminfo: memFree=15464140/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=331780 memory=263864 CPUtime=2202.3 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 133882 0 0 0 219199 1031 0 0 20 0 1 0 47526168 339742720 65966 33554432000 4194304 5849740 140731610346704 140731610345192 5329773 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 82945 65966 783 405 0 79889 0
Current children cumulated CPU time: 2202.3 s
Current children cumulated vsize: 331780 KiB
Current children cumulated memory: 263864 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/188 31447
/proc/meminfo: memFree=15462580/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=331780 memory=263864 CPUtime=2262.31 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 139423 0 0 0 225162 1069 0 0 20 0 1 0 47526168 339742720 65966 33554432000 4194304 5849740 140731610346704 140731610345704 139895170199431 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 82945 65966 783 405 0 79889 0
Current children cumulated CPU time: 2262.31 s
Current children cumulated vsize: 331780 KiB
Current children cumulated memory: 263864 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/187 31449
/proc/meminfo: memFree=15464672/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=332648 memory=264500 CPUtime=2322.3 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 146797 0 0 0 231130 1100 0 0 20 0 1 0 47526168 340631552 66125 33554432000 4194304 5849740 140731610346704 140731610345704 139895170199431 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 83162 66125 783 405 0 80106 0
Current children cumulated CPU time: 2322.3 s
Current children cumulated vsize: 332648 KiB
Current children cumulated memory: 264500 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 31450
/proc/meminfo: memFree=15457224/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=335344 memory=267200 CPUtime=2382.31 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 151159 0 0 0 237097 1134 0 0 20 0 1 0 47526168 343392256 66800 33554432000 4194304 5849740 140731610346704 140731610345704 5307602 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 83836 66800 783 405 0 80780 0
Current children cumulated CPU time: 2382.31 s
Current children cumulated vsize: 335344 KiB
Current children cumulated memory: 267200 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 31451
/proc/meminfo: memFree=15447536/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=365048 memory=297124 CPUtime=2442.31 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 156342 0 0 0 243068 1163 0 0 20 0 1 0 47526168 373809152 74281 33554432000 4194304 5849740 140731610346704 140731610345864 139895170199431 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 91262 74281 783 405 0 88206 0
Current children cumulated CPU time: 2442.31 s
Current children cumulated vsize: 365048 KiB
Current children cumulated memory: 297124 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 31453
/proc/meminfo: memFree=15403292/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=371660 memory=303532 CPUtime=2502.31 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 162247 0 0 0 249022 1209 0 0 20 0 1 0 47526168 380579840 75883 33554432000 4194304 5849740 140731610346704 140731610345704 139895170199431 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 92915 75883 783 405 0 89859 0
Current children cumulated CPU time: 2502.31 s
Current children cumulated vsize: 371660 KiB
Current children cumulated memory: 303532 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.02 2.05 3/187 31453
/proc/meminfo: memFree=15415444/32770624 swapFree=67108860/67108860
[pid=31289] ppid=31286 vsize=365384 memory=297468 CPUtime=2520.02 cores=0,2,4,6
/proc/31289/stat : 31289 (xcsp_picat) R 31286 31289 30410 0 -1 4202496 163553 0 0 0 250783 1219 0 0 20 0 1 0 47526168 374153216 74367 33554432000 4194304 5849740 140731610346704 140731610345704 5339447 0 0 4096 8389634 0 0 0 17 2 0 0 0 0 0 7949816 9399828 41689088 140731610354870 140731610354948 140731610354948 140731610357706 0
/proc/31289/statm: 91346 74367 783 405 0 88290 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 365384 KiB
Current children cumulated memory: 297468 KiB

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

[startup+2520.01 s]
# the end of solver process 31289 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2507.84 s, system=12.1942 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2520.01
CPU time (s): 2520.03
CPU user time (s): 2507.84
CPU system time (s): 12.1942
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 378768
Max. memory (cumulated for all children) (KiB): 310716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2507.84
system time used= 12.1942
maximum resident set size= 310716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163553
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= 45
involuntary context switches= 3341


# summary of solver processes directly reported to runsolver:
#   pid: 31289
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2507.84
#   total CPU system time (s): 12.1942

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.72046 second user time and 18.6316 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-23 00:47:10
IDJOB=4292972
IDBENCH=141050
IDSOLVER=2754
FILE ID=node105/4292972-1532299630
RUNJOBID= node105-1532296553-30441
PBS_JOBID= 21018989
Free space on /tmp= 44848 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/NurseRostering/NurseRostering-15_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292972-1532299630/watcher-4292972-1532299630 -o /tmp/evaluation-result-4292972-1532299630/solver-4292972-1532299630 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532296553-30441 --watchdog 2580  xcsp_picat HOME/instance-4292972-1532299630.xml

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

MD5SUM BENCH= 08877e0fafa48cd5ca524d34b6939bef
RANDOM SEED=2839877

node105.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.32
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.32
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.32
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.32
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:        15003400 kB
MemAvailable:   31002884 kB
Buffers:          180448 kB
Cached:         15784344 kB
SwapCached:            0 kB
Active:          2313500 kB
Inactive:       14640360 kB
Active(anon):     943340 kB
Inactive(anon):    65072 kB
Active(file):    1370160 kB
Inactive(file): 14575288 kB
Unevictable:        7308 kB
Mlocked:            7308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3496 kB
Writeback:             0 kB
AnonPages:       1176288 kB
Mapped:            39308 kB
Shmem:             17036 kB
Slab:             509700 kB
SReclaimable:     482496 kB
SUnreclaim:        27204 kB
KernelStack:        3360 kB
PageTables:         6452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1399960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1107968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44848 MiB
End job on node105 at 2018-07-23 01:29:10