Trace number 4309474

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-08-14? (TO) 2520.05 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 (11838 MiB free)
  memory of node 1: 16384 MiB (9730 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309474-1534293309/watcher-4309474-1534293309 -o /tmp/evaluation-result-4309474-1534293309/solver-4309474-1534293309 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534293289-16867 --watchdog 2580 xcsp_picat HOME/instance-4309474-1534293309.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=16962, runsolver pid=16959
Current StackSize limit: 8192 KiB


[startup+0.100148 s]*
/proc/loadavg: 1.31 0.85 0.89 3/189 16963
/proc/meminfo: memFree=22050432/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2025744 memory=40988 CPUtime=0.1 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 1225 0 0 0 9 1 0 0 20 0 1 0 246894060 2074361856 10247 33554432000 4194304 5849940 140730807148640 140730807147944 4454691 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 506436 10247 598 405 0 503380 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2025744 KiB
Current children cumulated memory: 40988 KiB

[startup+0.209787 s]*
/proc/loadavg: 1.31 0.85 0.89 3/189 16963
/proc/meminfo: memFree=22031180/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2033560 memory=57816 CPUtime=0.21 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 1340 0 0 0 20 1 0 0 20 0 1 0 246894060 2082365440 14454 33554432000 4194304 5849940 140730807148640 140730807147944 4924484 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 508390 14454 635 405 0 505334 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2033560 KiB
Current children cumulated memory: 57816 KiB

[startup+0.309719 s]*
/proc/loadavg: 1.31 0.85 0.89 3/189 16963
/proc/meminfo: memFree=22020196/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2033560 memory=70872 CPUtime=0.31 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 1522 0 0 0 30 1 0 0 20 0 1 0 246894060 2082365440 17718 33554432000 4194304 5849940 140730807148640 140730807147944 4457035 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 508390 17718 635 405 0 505334 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2033560 KiB
Current children cumulated memory: 70872 KiB

[startup+0.70038 s]
/proc/loadavg: 1.31 0.85 0.89 3/189 16963
/proc/meminfo: memFree=21994008/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2033560 memory=124120 CPUtime=0.69 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 2098 0 0 0 67 2 0 0 20 0 1 0 246894060 2082365440 31030 33554432000 4194304 5849940 140730807148640 140730807147944 4596279 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 508390 31030 656 405 0 505334 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2033560 KiB
Current children cumulated memory: 124120 KiB

[startup+1.50028 s]
/proc/loadavg: 1.31 0.85 0.89 3/189 16963
/proc/meminfo: memFree=21933128/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2034508 memory=156288 CPUtime=1.5 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 2461 0 0 0 145 5 0 0 20 0 1 0 246894060 2083336192 39072 33554432000 4194304 5849940 140730807148640 140730807147944 5471830 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 508627 39072 737 405 0 505571 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 2034508 KiB
Current children cumulated memory: 156288 KiB

[startup+3.10923 s]
/proc/loadavg: 1.31 0.85 0.89 3/189 16963
/proc/meminfo: memFree=21921224/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2046160 memory=168008 CPUtime=3.1 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 6413 0 0 0 301 9 0 0 20 0 1 0 246894060 2095267840 42002 33554432000 4194304 5849940 140730807148640 140730807147944 5606437 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 511540 42002 738 405 0 508484 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2046160 KiB
Current children cumulated memory: 168008 KiB

[startup+6.30026 s]
/proc/loadavg: 1.36 0.87 0.90 3/189 16963
/proc/meminfo: memFree=21922548/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2046160 memory=168024 CPUtime=6.29 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 6566 0 0 0 620 9 0 0 20 0 1 0 246894060 2095267840 42006 33554432000 4194304 5849940 140730807148640 140730807147736 5606416 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 511540 42006 738 405 0 508484 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2046160 KiB
Current children cumulated memory: 168024 KiB

[startup+12.7003 s]
/proc/loadavg: 1.42 0.89 0.90 3/189 16963
/proc/meminfo: memFree=21915300/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2053256 memory=175168 CPUtime=12.69 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 9582 0 0 0 1251 18 0 0 20 0 1 0 246894060 2102534144 43792 33554432000 4194304 5849940 140730807148640 140730807147736 139849474260871 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 513314 43792 738 405 0 510258 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2053256 KiB
Current children cumulated memory: 175168 KiB

[startup+25.5003 s]
/proc/loadavg: 1.54 0.95 0.92 3/189 16963
/proc/meminfo: memFree=21872056/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2096248 memory=218048 CPUtime=25.49 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 30817 0 0 0 2523 26 0 0 20 0 1 0 246894060 2146557952 54512 33554432000 4194304 5849940 140730807148640 140730807146184 4211376 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 524062 54512 766 405 0 521006 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2096248 KiB
Current children cumulated memory: 218048 KiB

[startup+51.1094 s]
/proc/loadavg: 1.70 1.03 0.95 3/189 16963
/proc/meminfo: memFree=21872012/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2091788 memory=213748 CPUtime=51.1 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 45501 0 0 0 5075 35 0 0 20 0 1 0 246894060 2141990912 53437 33554432000 4194304 5849940 140730807148640 140730807147352 5305732 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 522947 53437 770 405 0 519891 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2091788 KiB
Current children cumulated memory: 213748 KiB

[startup+102.3 s]
/proc/loadavg: 1.94 1.20 1.01 3/189 16964
/proc/meminfo: memFree=21862656/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2099184 memory=216712 CPUtime=102.29 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 55240 0 0 0 10170 59 0 0 20 0 1 0 246894060 2149564416 54178 33554432000 4194304 5849940 140730807148640 140730807147640 5307941 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 524796 54178 770 405 0 521740 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2099184 KiB
Current children cumulated memory: 216712 KiB

[startup+162.3 s]
/proc/loadavg: 2.08 1.37 1.08 3/189 16965
/proc/meminfo: memFree=21859128/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2098600 memory=220252 CPUtime=162.29 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 64826 0 0 0 16143 86 0 0 20 0 1 0 246894060 2148966400 55063 33554432000 4194304 5849940 140730807148640 140730807147800 139849474260871 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 524650 55063 770 405 0 521594 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2098600 KiB
Current children cumulated memory: 220252 KiB

[startup+222.3 s]
/proc/loadavg: 2.13 1.52 1.15 3/189 16966
/proc/meminfo: memFree=21848016/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2103756 memory=225484 CPUtime=222.29 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 74931 0 0 0 22119 110 0 0 20 0 1 0 246894060 2154246144 56371 33554432000 4194304 5849940 140730807148640 140730807147800 139849474260871 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 525939 56371 770 405 0 522883 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2103756 KiB
Current children cumulated memory: 225484 KiB

[startup+282.3 s]
/proc/loadavg: 2.15 1.63 1.21 3/188 16967
/proc/meminfo: memFree=21839788/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2107536 memory=229284 CPUtime=282.3 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 85413 0 0 0 28086 144 0 0 20 0 1 0 246894060 2158116864 57321 33554432000 4194304 5849940 140730807148640 140730807147800 5438039 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 526884 57321 770 405 0 523828 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 2107536 KiB
Current children cumulated memory: 229284 KiB

[startup+342.3 s]
/proc/loadavg: 2.10 1.72 1.27 3/188 16973
/proc/meminfo: memFree=21836824/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2109612 memory=231528 CPUtime=342.29 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 96078 0 0 0 34058 171 0 0 20 0 1 0 246894060 2160242688 57882 33554432000 4194304 5849940 140730807148640 140730807147640 5354077 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 527403 57882 770 405 0 524347 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 2109612 KiB
Current children cumulated memory: 231528 KiB

[startup+402.3 s]
/proc/loadavg: 2.04 1.77 1.31 3/188 16974
/proc/meminfo: memFree=21804656/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2109596 memory=231512 CPUtime=402.3 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 105480 0 0 0 40033 197 0 0 20 0 1 0 246894060 2160226304 57878 33554432000 4194304 5849940 140730807148640 140730807147640 5437772 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 527399 57878 770 405 0 524343 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 2109596 KiB
Current children cumulated memory: 231512 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 1.81 1.36 3/188 16975
/proc/meminfo: memFree=21799132/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2109596 memory=231512 CPUtime=462.3 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 106600 0 0 0 46013 217 0 0 20 0 1 0 246894060 2160226304 57878 33554432000 4194304 5849940 140730807148640 140730807147800 5435517 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 527399 57878 770 405 0 524343 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 2109596 KiB
Current children cumulated memory: 231512 KiB


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

/proc/16962/statm: 529645 61169 779 405 0 526589 0
Current children cumulated CPU time: 1722.31 s
Current children cumulated vsize: 2118580 KiB
Current children cumulated memory: 244676 KiB

[startup+1782.3 s]
/proc/loadavg: 2.01 2.07 1.88 3/189 17031
/proc/meminfo: memFree=21748100/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2118580 memory=244696 CPUtime=1782.31 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 209253 0 0 0 177429 802 0 0 20 0 1 0 246894060 2169425920 61174 33554432000 4194304 5849940 140730807148640 140730807147640 5353904 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 529645 61174 779 405 0 526589 0
Current children cumulated CPU time: 1782.31 s
Current children cumulated vsize: 2118580 KiB
Current children cumulated memory: 244696 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.06 1.89 3/189 17032
/proc/meminfo: memFree=21737564/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2128452 memory=254312 CPUtime=1842.32 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 211515 0 0 0 183398 834 0 0 20 0 1 0 246894060 2179534848 63578 33554432000 4194304 5849940 140730807148640 140730807147640 139849474260871 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 532113 63578 779 405 0 529057 0
Current children cumulated CPU time: 1842.32 s
Current children cumulated vsize: 2128452 KiB
Current children cumulated memory: 254312 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.05 1.89 3/189 17033
/proc/meminfo: memFree=21739108/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2119492 memory=245404 CPUtime=1902.31 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 214670 0 0 0 189372 859 0 0 20 0 1 0 246894060 2170359808 61351 33554432000 4194304 5849940 140730807148640 140730807147128 5307808 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 529873 61351 779 405 0 526817 0
Current children cumulated CPU time: 1902.31 s
Current children cumulated vsize: 2119492 KiB
Current children cumulated memory: 245404 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.04 1.90 3/188 17037
/proc/meminfo: memFree=21704928/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2120636 memory=246672 CPUtime=1962.32 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 216439 0 0 0 195351 881 0 0 20 0 1 0 246894060 2171531264 61668 33554432000 4194304 5849940 140730807148640 140730807147640 5437772 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 530159 61668 779 405 0 527103 0
Current children cumulated CPU time: 1962.32 s
Current children cumulated vsize: 2120636 KiB
Current children cumulated memory: 246672 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.03 1.91 3/188 17038
/proc/meminfo: memFree=21675300/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2120016 memory=246132 CPUtime=2022.32 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 220466 0 0 0 201322 910 0 0 20 0 1 0 246894060 2170896384 61533 33554432000 4194304 5849940 140730807148640 140730807147640 4234716 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 530004 61533 779 405 0 526948 0
Current children cumulated CPU time: 2022.32 s
Current children cumulated vsize: 2120016 KiB
Current children cumulated memory: 246132 KiB

[startup+2082.3 s]
/proc/loadavg: 2.06 2.04 1.92 3/188 17039
/proc/meminfo: memFree=21644216/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2119584 memory=245612 CPUtime=2082.32 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 224008 0 0 0 207295 937 0 0 20 0 1 0 246894060 2170454016 61403 33554432000 4194304 5849940 140730807148640 140730807147512 5340450 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 529896 61403 779 405 0 526840 0
Current children cumulated CPU time: 2082.32 s
Current children cumulated vsize: 2119584 KiB
Current children cumulated memory: 245612 KiB

[startup+2142.3 s]
/proc/loadavg: 2.02 2.04 1.92 3/188 17045
/proc/meminfo: memFree=21635852/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2125428 memory=253064 CPUtime=2142.32 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 235244 0 0 0 213242 990 0 0 20 0 1 0 246894060 2176438272 63266 33554432000 4194304 5849940 140730807148640 140730807147640 139849474260871 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 531357 63266 779 405 0 528301 0
Current children cumulated CPU time: 2142.32 s
Current children cumulated vsize: 2125428 KiB
Current children cumulated memory: 253064 KiB

[startup+2202.3 s]
/proc/loadavg: 2.01 2.03 1.93 3/188 17046
/proc/meminfo: memFree=21667808/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2126596 memory=254232 CPUtime=2202.32 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 237385 0 0 0 219214 1018 0 0 20 0 1 0 246894060 2177634304 63558 33554432000 4194304 5849940 140730807148640 140730807147640 139849474260871 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 531649 63558 779 405 0 528593 0
Current children cumulated CPU time: 2202.32 s
Current children cumulated vsize: 2126596 KiB
Current children cumulated memory: 254232 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.03 1.94 3/188 17047
/proc/meminfo: memFree=21667080/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2127772 memory=255488 CPUtime=2262.32 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 250102 0 0 0 225184 1048 0 0 20 0 1 0 246894060 2178838528 63872 33554432000 4194304 5849940 140730807148640 140730807147640 5354041 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 531943 63872 779 405 0 528887 0
Current children cumulated CPU time: 2262.32 s
Current children cumulated vsize: 2127772 KiB
Current children cumulated memory: 255488 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/188 17048
/proc/meminfo: memFree=21662632/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2132424 memory=260064 CPUtime=2322.32 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 255068 0 0 0 231158 1074 0 0 20 0 1 0 246894060 2183602176 65016 33554432000 4194304 5849940 140730807148640 140730807147640 139849474260871 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 533106 65016 779 405 0 530050 0
Current children cumulated CPU time: 2322.32 s
Current children cumulated vsize: 2132424 KiB
Current children cumulated memory: 260064 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/188 17049
/proc/meminfo: memFree=21629140/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2133020 memory=260804 CPUtime=2382.32 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 270461 0 0 0 237135 1097 0 0 20 0 1 0 246894060 2184212480 65201 33554432000 4194304 5849940 140730807148640 140730807147800 5307805 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 533255 65201 779 405 0 530199 0
Current children cumulated CPU time: 2382.32 s
Current children cumulated vsize: 2133020 KiB
Current children cumulated memory: 260804 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/188 17050
/proc/meminfo: memFree=21666996/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2128344 memory=256084 CPUtime=2442.32 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 276702 0 0 0 243104 1128 0 0 20 0 1 0 246894060 2179424256 64021 33554432000 4194304 5849940 140730807148640 140730807147800 139849474260871 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 532086 64021 779 405 0 529030 0
Current children cumulated CPU time: 2442.32 s
Current children cumulated vsize: 2128344 KiB
Current children cumulated memory: 256084 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/188 17112
/proc/meminfo: memFree=21905488/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2161748 memory=289472 CPUtime=2502.32 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 293231 0 0 0 249077 1155 0 0 20 0 1 0 246894060 2213629952 72368 33554432000 4194304 5849940 140730807148640 140730807147640 5339655 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 540437 72368 779 405 0 537381 0
Current children cumulated CPU time: 2502.32 s
Current children cumulated vsize: 2161748 KiB
Current children cumulated memory: 289472 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 1.95 2/192 17132
/proc/meminfo: memFree=21943888/32770624 swapFree=67105356/67108860
[pid=16962] ppid=16959 vsize=2134372 memory=262156 CPUtime=2520.03 cores=0,2,4,6
/proc/16962/stat : 16962 (xcsp_picat) R 16959 16962 16836 0 -1 4202496 294073 0 0 0 250843 1160 0 0 20 0 1 0 246894060 2185596928 65539 33554432000 4194304 5849940 140730807148640 140730807147640 139849474260871 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9396308 17256448 140730807149750 140730807149828 140730807149828 140730807152586 0
/proc/16962/statm: 533593 65539 779 405 0 530537 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 2134372 KiB
Current children cumulated memory: 262156 KiB

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

[startup+2520.01 s]
# the end of solver process 16962 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2508.43 s, system=11.6142 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.05
CPU user time (s): 2508.43
CPU system time (s): 11.6142
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2172960
Max. memory (cumulated for all children) (KiB): 300680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2508.43
system time used= 11.6142
maximum resident set size= 300680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 294073
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= 16
involuntary context switches= 922


# summary of solver processes directly reported to runsolver:
#   pid: 16962
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2508.43
#   total CPU system time (s): 11.6142

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.5153 second user time and 19.6852 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-15 02:35:09
IDJOB=4309474
IDBENCH=141050
IDSOLVER=2794
FILE ID=node149/4309474-1534293309
RUNJOBID= node149-1534293289-16867
PBS_JOBID= 21038141
Free space on /tmp= 41784 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/NurseRostering/NurseRostering-15_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309474-1534293309/watcher-4309474-1534293309 -o /tmp/evaluation-result-4309474-1534293309/solver-4309474-1534293309 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534293289-16867 --watchdog 2580  xcsp_picat HOME/instance-4309474-1534293309.xml

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

MD5SUM BENCH= 08877e0fafa48cd5ca524d34b6939bef
RANDOM SEED=2067381971

node149.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.60
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.60
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.60
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.60
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:        22087016 kB
MemAvailable:   31781968 kB
Buffers:          181744 kB
Cached:          9686724 kB
SwapCached:         1704 kB
Active:          4295192 kB
Inactive:        5750944 kB
Active(anon):     128792 kB
Inactive(anon):   101560 kB
Active(file):    4166400 kB
Inactive(file):  5649384 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67105356 kB
Dirty:              3808 kB
Writeback:             8 kB
AnonPages:        175588 kB
Mapped:            56492 kB
Shmem:             49600 kB
Slab:             335156 kB
SReclaimable:     307628 kB
SUnreclaim:        27528 kB
KernelStack:        3312 kB
PageTables:         5728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2432320 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:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 41780 MiB
End job on node149 at 2018-08-15 03:17:09