Trace number 4303133

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-02? (TO) 2520.11 2519.91

General information on the benchmark

NameNurseRostering/
NurseRostering-14_c18.xml
MD5SUM22d4927d0bd5c0ea6a9359fe3e752ee5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27589
Best CPU time to get the best result obtained on this benchmark2519.95
Satisfiable
(Un)Satisfiability was proved
Number of variables2475
Number of constraints6489
Number of domains18
Minimum domain size1
Maximum domain size43
Distribution of domain sizes[{"size":1,"count":76},{"size":2,"count":551},{"size":3,"count":3},{"size":5,"count":1344},{"size":6,"count":17},{"size":11,"count":8},{"size":22,"count":34},{"size":33,"count":378},{"size":43,"count":64}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":939},{"degree":3,"count":192},{"degree":14,"count":4},{"degree":15,"count":23},{"degree":16,"count":35},{"degree":17,"count":6},{"degree":18,"count":18},{"degree":19,"count":41},{"degree":20,"count":52},{"degree":21,"count":51},{"degree":22,"count":124},{"degree":23,"count":377},{"degree":24,"count":320},{"degree":25,"count":177},{"degree":26,"count":94},{"degree":27,"count":22}]
Minimum constraint arity2
Maximum constraint arity128
Distribution of constraint arities[{"arity":2,"count":2524},{"arity":3,"count":2080},{"arity":4,"count":273},{"arity":5,"count":32},{"arity":6,"count":957},{"arity":7,"count":252},{"arity":33,"count":210},{"arity":43,"count":160},{"arity":128,"count":1}]
Number of extensional constraints1522
Number of intensional constraints797
Distribution of constraint types[{"type":"extension","count":1522},{"type":"intension","count":797},{"type":"regular","count":2558},{"type":"sum","count":64},{"type":"count","count":1547},{"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 (3361 MiB free)
  memory of node 1: 16384 MiB (4734 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=18280, runsolver pid=18274

[startup+0.100107 s]*
/proc/loadavg: 0.92 1.20 1.58 3/189 18283
/proc/meminfo: memFree=8231952/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2033560 memory=35632 CPUtime=0.1 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 1421 0 0 0 10 0 0 0 20 0 1 0 216830505 2082365440 8908 33554432000 4194304 5849708 140722823781168 140722823780472 4580756 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 508390 8908 620 405 0 505335 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2033560 KiB
Current children cumulated memory: 35632 KiB

[startup+0.210298 s]*
/proc/loadavg: 0.92 1.20 1.58 4/189 18283
/proc/meminfo: memFree=8208548/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2033560 memory=46612 CPUtime=0.21 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 1616 0 0 0 21 0 0 0 20 0 1 0 216830505 2082365440 11653 33554432000 4194304 5849708 140722823781168 140722823780472 4924388 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 508390 11653 635 405 0 505335 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2033560 KiB
Current children cumulated memory: 46612 KiB

[startup+0.309985 s]*
/proc/loadavg: 0.92 1.20 1.58 4/189 18283
/proc/meminfo: memFree=8192708/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2033560 memory=61988 CPUtime=0.31 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 1866 0 0 0 30 1 0 0 20 0 1 0 216830505 2082365440 15497 33554432000 4194304 5849708 140722823781168 140722823780472 4541255 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 508390 15497 639 405 0 505335 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2033560 KiB
Current children cumulated memory: 61988 KiB

[startup+0.70037 s]
/proc/loadavg: 0.92 1.20 1.58 4/189 18283
/proc/meminfo: memFree=8157644/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2034296 memory=98416 CPUtime=0.69 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 2293 0 0 0 67 2 0 0 20 0 1 0 216830505 2083119104 24604 33554432000 4194304 5849708 140722823781168 140722823780408 5472772 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 508574 24604 737 405 0 505519 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2034296 KiB
Current children cumulated memory: 98416 KiB

[startup+1.50038 s]
/proc/loadavg: 0.92 1.20 1.58 4/189 18283
/proc/meminfo: memFree=8154220/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2036540 memory=100552 CPUtime=1.49 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 2838 0 0 0 141 8 0 0 20 0 1 0 216830505 2085416960 25138 33554432000 4194304 5849708 140722823781168 140722823780408 140656189562759 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 509135 25138 737 405 0 506080 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2036540 KiB
Current children cumulated memory: 100552 KiB

[startup+3.10952 s]
/proc/loadavg: 0.92 1.20 1.58 4/189 18283
/proc/meminfo: memFree=8142116/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2042608 memory=106728 CPUtime=3.1 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 5078 0 0 0 300 10 0 0 20 0 1 0 216830505 2091630592 26682 33554432000 4194304 5849708 140722823781168 140722823780344 5470980 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 510652 26682 737 405 0 507597 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2042608 KiB
Current children cumulated memory: 106728 KiB

[startup+6.30035 s]
/proc/loadavg: 1.01 1.21 1.59 4/189 18283
/proc/meminfo: memFree=8135248/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2045680 memory=113204 CPUtime=6.29 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 6396 0 0 0 614 15 0 0 20 0 1 0 216830505 2094776320 28301 33554432000 4194304 5849708 140722823781168 140722823780280 140656189101074 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 511420 28301 737 405 0 508365 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2045680 KiB
Current children cumulated memory: 113204 KiB

[startup+12.7004 s]
/proc/loadavg: 1.09 1.22 1.59 4/189 18283
/proc/meminfo: memFree=8109124/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2068688 memory=136060 CPUtime=12.69 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 21568 0 0 0 1248 21 0 0 20 0 1 0 216830505 2118336512 34015 33554432000 4194304 5849708 140722823781168 140722823779416 5309619 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 517172 34015 765 405 0 514117 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2068688 KiB
Current children cumulated memory: 136060 KiB

[startup+25.5004 s]
/proc/loadavg: 1.29 1.26 1.60 4/189 18283
/proc/meminfo: memFree=8105336/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2066372 memory=135300 CPUtime=25.5 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 26658 0 0 0 2521 29 0 0 20 0 1 0 216830505 2115964928 33825 33554432000 4194304 5849708 140722823781168 140722823780168 140656189562759 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 516593 33825 769 405 0 513538 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 2066372 KiB
Current children cumulated memory: 135300 KiB

[startup+51.1099 s]
/proc/loadavg: 1.53 1.32 1.61 4/189 18283
/proc/meminfo: memFree=8101864/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2068976 memory=138512 CPUtime=51.1 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 34145 0 0 0 5065 45 0 0 20 0 1 0 216830505 2118631424 34628 33554432000 4194304 5849708 140722823781168 140722823780040 5368922 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 517244 34628 769 405 0 514189 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2068976 KiB
Current children cumulated memory: 138512 KiB

[startup+102.3 s]
/proc/loadavg: 1.80 1.43 1.63 4/187 18284
/proc/meminfo: memFree=8110996/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2073000 memory=143972 CPUtime=102.3 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 48466 0 0 0 10153 77 0 0 20 0 1 0 216830505 2122752000 35993 33554432000 4194304 5849708 140722823781168 140722823780168 140656189562759 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 518250 35993 769 405 0 515195 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 2073000 KiB
Current children cumulated memory: 143972 KiB

[startup+162.3 s]
/proc/loadavg: 1.93 1.53 1.65 3/187 18285
/proc/meminfo: memFree=8066960/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2074652 memory=145524 CPUtime=162.3 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 56170 0 0 0 16120 110 0 0 20 0 1 0 216830505 2124443648 36381 33554432000 4194304 5849708 140722823781168 140722823780328 5392231 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 518663 36381 769 405 0 515608 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 2074652 KiB
Current children cumulated memory: 145524 KiB

[startup+222.3 s]
/proc/loadavg: 1.97 1.62 1.67 4/187 18286
/proc/meminfo: memFree=8065536/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2074532 memory=145584 CPUtime=222.31 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 66000 0 0 0 22081 150 0 0 20 0 1 0 216830505 2124320768 36396 33554432000 4194304 5849708 140722823781168 140722823780168 5437576 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 518633 36396 769 405 0 515578 0
Current children cumulated CPU time: 222.31 s
Current children cumulated vsize: 2074532 KiB
Current children cumulated memory: 145584 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 1.69 1.69 4/187 18287
/proc/meminfo: memFree=8035952/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2077028 memory=147988 CPUtime=282.31 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 68869 0 0 0 28038 193 0 0 20 0 1 0 216830505 2126876672 36997 33554432000 4194304 5849708 140722823781168 140722823780168 140656189562759 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 519257 36997 778 405 0 516202 0
Current children cumulated CPU time: 282.31 s
Current children cumulated vsize: 2077028 KiB
Current children cumulated memory: 147988 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.74 1.71 4/188 18296
/proc/meminfo: memFree=8029156/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2077028 memory=148036 CPUtime=342.31 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 74500 0 0 0 33997 234 0 0 20 0 1 0 216830505 2126876672 37009 33554432000 4194304 5849708 140722823781168 140722823780168 5307749 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 519257 37009 778 405 0 516202 0
Current children cumulated CPU time: 342.31 s
Current children cumulated vsize: 2077028 KiB
Current children cumulated memory: 148036 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.79 1.73 4/188 18297
/proc/meminfo: memFree=8029400/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2077028 memory=148036 CPUtime=402.32 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 74923 0 0 0 39957 275 0 0 20 0 1 0 216830505 2126876672 37009 33554432000 4194304 5849708 140722823781168 140722823780168 5437632 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 519257 37009 778 405 0 516202 0
Current children cumulated CPU time: 402.32 s
Current children cumulated vsize: 2077028 KiB
Current children cumulated memory: 148036 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 1.83 1.75 3/188 18298
/proc/meminfo: memFree=7986140/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2081596 memory=152604 CPUtime=462.33 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 75281 0 0 0 45917 316 0 0 20 0 1 0 216830505 2131554304 38151 33554432000 4194304 5849708 140722823781168 140722823779880 5307613 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 520399 38151 778 405 0 517344 0
Current children cumulated CPU time: 462.33 s
Current children cumulated vsize: 2081596 KiB
Current children cumulated memory: 152604 KiB


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

/proc/18280/statm: 536091 53843 778 405 0 533036 0
Current children cumulated CPU time: 1782.43 s
Current children cumulated vsize: 2144364 KiB
Current children cumulated memory: 215372 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 1.99 1.94 4/187 18338
/proc/meminfo: memFree=7502604/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2148664 memory=219592 CPUtime=1842.43 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 138561 0 0 0 183028 1215 0 0 20 0 1 0 216830505 2200231936 54898 33554432000 4194304 5849708 140722823781168 140722823780168 140656189562759 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 537166 54898 778 405 0 534111 0
Current children cumulated CPU time: 1842.43 s
Current children cumulated vsize: 2148664 KiB
Current children cumulated memory: 219592 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 1.99 1.95 4/187 18339
/proc/meminfo: memFree=7675880/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2186060 memory=257068 CPUtime=1902.44 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 155153 0 0 0 188980 1264 0 0 20 0 1 0 216830505 2238525440 64267 33554432000 4194304 5849708 140722823781168 140722823780168 140656189562759 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 546515 64267 778 405 0 543460 0
Current children cumulated CPU time: 1902.44 s
Current children cumulated vsize: 2186060 KiB
Current children cumulated memory: 257068 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 1.99 1.95 4/187 18340
/proc/meminfo: memFree=7610720/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2218828 memory=289836 CPUtime=1962.45 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 158230 0 0 0 194924 1321 0 0 20 0 1 0 216830505 2272079872 72459 33554432000 4194304 5849708 140722823781168 140722823780168 5335584 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 554707 72459 778 405 0 551652 0
Current children cumulated CPU time: 1962.45 s
Current children cumulated vsize: 2218828 KiB
Current children cumulated memory: 289836 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 1.99 1.95 4/187 18341
/proc/meminfo: memFree=7593824/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2186060 memory=257068 CPUtime=2022.46 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 158241 0 0 0 200894 1352 0 0 20 0 1 0 216830505 2238525440 64267 33554432000 4194304 5849708 140722823781168 140722823780168 5307664 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 546515 64267 778 405 0 543460 0
Current children cumulated CPU time: 2022.46 s
Current children cumulated vsize: 2186060 KiB
Current children cumulated memory: 257068 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 1.99 1.95 4/187 18342
/proc/meminfo: memFree=7593988/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2186060 memory=257068 CPUtime=2082.46 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 158242 0 0 0 206862 1384 0 0 20 0 1 0 216830505 2238525440 64267 33554432000 4194304 5849708 140722823781168 140722823780168 140656189562759 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 546515 64267 778 405 0 543460 0
Current children cumulated CPU time: 2082.46 s
Current children cumulated vsize: 2186060 KiB
Current children cumulated memory: 257068 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 1.99 1.95 4/187 18350
/proc/meminfo: memFree=7546764/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2186060 memory=257068 CPUtime=2142.46 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 169842 0 0 0 212835 1411 0 0 20 0 1 0 216830505 2238525440 64267 33554432000 4194304 5849708 140722823781168 140722823780040 140656189562759 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 546515 64267 778 405 0 543460 0
Current children cumulated CPU time: 2142.46 s
Current children cumulated vsize: 2186060 KiB
Current children cumulated memory: 257068 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 1.99 1.95 4/187 18351
/proc/meminfo: memFree=7546864/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2186060 memory=257068 CPUtime=2202.47 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 174304 0 0 0 218797 1450 0 0 20 0 1 0 216830505 2238525440 64267 33554432000 4194304 5849708 140722823781168 140722823780328 5437925 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 546515 64267 778 405 0 543460 0
Current children cumulated CPU time: 2202.47 s
Current children cumulated vsize: 2186060 KiB
Current children cumulated memory: 257068 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 1.99 1.95 4/187 18352
/proc/meminfo: memFree=7481516/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2186060 memory=257068 CPUtime=2262.47 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 175993 0 0 0 224768 1479 0 0 20 0 1 0 216830505 2238525440 64267 33554432000 4194304 5849708 140722823781168 140722823780168 5438136 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 546515 64267 778 405 0 543460 0
Current children cumulated CPU time: 2262.47 s
Current children cumulated vsize: 2186060 KiB
Current children cumulated memory: 257068 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 1.99 1.95 4/187 18353
/proc/meminfo: memFree=7514504/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2218828 memory=289744 CPUtime=2322.47 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 176594 0 0 0 230734 1513 0 0 20 0 1 0 216830505 2272079872 72436 33554432000 4194304 5849708 140722823781168 140722823780168 5437841 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 554707 72436 778 405 0 551652 0
Current children cumulated CPU time: 2322.47 s
Current children cumulated vsize: 2218828 KiB
Current children cumulated memory: 289744 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 1.99 1.95 4/187 18354
/proc/meminfo: memFree=7480876/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2186060 memory=257068 CPUtime=2382.48 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 188289 0 0 0 236702 1546 0 0 20 0 1 0 216830505 2238525440 64267 33554432000 4194304 5849708 140722823781168 140722823780168 5437645 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 546515 64267 778 405 0 543460 0
Current children cumulated CPU time: 2382.48 s
Current children cumulated vsize: 2186060 KiB
Current children cumulated memory: 257068 KiB

[startup+2442.3 s]
/proc/loadavg: 2.79 2.18 2.02 4/187 18355
/proc/meminfo: memFree=7336772/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2218828 memory=289836 CPUtime=2442.49 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 194851 0 0 0 242659 1590 0 0 20 0 1 0 216830505 2272079872 72459 33554432000 4194304 5849708 140722823781168 140722823780168 5307669 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 554707 72459 778 405 0 551652 0
Current children cumulated CPU time: 2442.49 s
Current children cumulated vsize: 2218828 KiB
Current children cumulated memory: 289836 KiB

[startup+2502.3 s]
/proc/loadavg: 2.50 2.23 2.05 4/187 18356
/proc/meminfo: memFree=7368876/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2186060 memory=257068 CPUtime=2502.49 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 194859 0 0 0 248625 1624 0 0 20 0 1 0 216830505 2238525440 64267 33554432000 4194304 5849708 140722823781168 140722823780328 140656189562759 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 546515 64267 778 405 0 543460 0
Current children cumulated CPU time: 2502.49 s
Current children cumulated vsize: 2186060 KiB
Current children cumulated memory: 257068 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.39 2.22 2.05 4/187 18356
/proc/meminfo: memFree=7368892/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2186060 memory=257068 CPUtime=2520.09 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 194892 0 0 0 250376 1633 0 0 20 0 1 0 216830505 2238525440 64267 33554432000 4194304 5849708 140722823781168 140722823780168 5437714 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 546515 64267 778 405 0 543460 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 2186060 KiB
Current children cumulated memory: 257068 KiB

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

[startup+2519.91 s]
# the end of solver process 18280 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2503.77 s, system=16.3353 s

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

[startup+2519.9 s]
/proc/loadavg: 2.39 2.22 2.05 4/187 18356
/proc/meminfo: memFree=7368892/32770624 swapFree=67108820/67108860
[pid=18280] ppid=18274 vsize=2186060 memory=257068 CPUtime=2520.09 cores=1,3,5,7
/proc/18280/stat : 18280 (xcsp_picat) R 18274 18280 18221 0 -1 4202496 194892 0 0 0 250376 1633 0 0 20 0 1 0 216830505 2238525440 64267 33554432000 4194304 5849708 140722823781168 140722823780168 5437714 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9394900 28364800 140722823787702 140722823787780 140722823787780 140722823790538 0
/proc/18280/statm: 546515 64267 778 405 0 543460 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 2186060 KiB
Current children cumulated memory: 257068 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2519.91
CPU time (s): 2520.11
CPU user time (s): 2503.77
CPU system time (s): 16.3353
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 2218828
Max. memory (cumulated for all children) (KiB): 289836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2503.77
system time used= 16.3353
maximum resident set size= 289836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194892
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= 3
involuntary context switches= 635


# summary of solver processes directly reported to runsolver:
#   pid: 18280
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2503.77
#   total CPU system time (s): 16.3353

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.98808 second user time and 17.989 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-11 15:04:33
IDJOB=4303133
IDBENCH=141045
IDSOLVER=2778
FILE ID=node105/4303133-1533992673
RUNJOBID= node105-1533992673-18253
PBS_JOBID= 21036949
Free space on /tmp= 40732 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/NurseRostering/NurseRostering-14_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303133-1533992673/watcher-4303133-1533992673 -o /tmp/evaluation-result-4303133-1533992673/solver-4303133-1533992673 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1533992673-18253 --watchdog 2580  xcsp_picat HOME/instance-4303133-1533992673.xml

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

MD5SUM BENCH= 22d4927d0bd5c0ea6a9359fe3e752ee5
RANDOM SEED=349655808

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:         8297048 kB
MemAvailable:   31907800 kB
Buffers:          237296 kB
Cached:         23393300 kB
SwapCached:           12 kB
Active:          6371560 kB
Inactive:       17310700 kB
Active(anon):       4240 kB
Inactive(anon):   100184 kB
Active(file):    6367320 kB
Inactive(file): 17210516 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108860 kB
SwapFree:       67108820 kB
Dirty:              6216 kB
Writeback:             0 kB
AnonPages:         59088 kB
Mapped:            51008 kB
Shmem:             49764 kB
Slab:             486888 kB
SReclaimable:     461376 kB
SUnreclaim:        25512 kB
KernelStack:        3120 kB
PageTables:         5752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350808 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:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40724 MiB
End job on node105 at 2018-08-11 15:46:33