Trace number 4309424

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.04 2520.02

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-18b_c18.xml
MD5SUMcfb25615b49033917f7fa13487cdd88c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark2400.23
Satisfiable
(Un)Satisfiability was proved
Number of variables68
Number of constraints208
Number of domains19
Minimum domain size1
Maximum domain size33
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":39},{"size":3,"count":4},{"size":4,"count":3},{"size":5,"count":1},{"size":7,"count":1},{"size":33,"count":18}]
Minimum variable degree2
Maximum variable degree50
Distribution of variable degrees[{"degree":2,"count":50},{"degree":48,"count":9},{"degree":49,"count":4},{"degree":50,"count":5}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":176},{"arity":19,"count":32}]
Number of extensional constraints0
Number of intensional constraints176
Distribution of constraint types[{"type":"intension","count":176},{"type":"count","count":32}]
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 (5143 MiB free)
  memory of node 1: 16384 MiB (12964 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309424-1534305877/watcher-4309424-1534305877 -o /tmp/evaluation-result-4309424-1534305877/solver-4309424-1534305877 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534293202-13751 --watchdog 2580 xcsp_picat HOME/instance-4309424-1534305877.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
solver pid=15090, runsolver pid=15087
Current StackSize limit: 8192 KiB


[startup+0.100172 s]*
/proc/loadavg: 2.00 2.01 2.05 3/189 15091
/proc/meminfo: memFree=18525280/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2029308 memory=20336 CPUtime=0.1 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 2407 0 0 0 10 0 0 0 20 0 1 0 248150867 2078011392 5084 33554432000 4194304 5849940 140727659511920 140727659510568 5366228 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 507327 5084 711 405 0 504271 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2029308 KiB
Current children cumulated memory: 20336 KiB

[startup+0.20977 s]*
/proc/loadavg: 2.00 2.01 2.05 3/189 15091
/proc/meminfo: memFree=18524908/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2029200 memory=20348 CPUtime=0.2 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 2407 0 0 0 20 0 0 0 20 0 1 0 248150867 2077900800 5087 33554432000 4194304 5849940 140727659511920 140727659510568 5395350 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 507300 5087 711 405 0 504244 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2029200 KiB
Current children cumulated memory: 20348 KiB

[startup+0.308921 s]*
/proc/loadavg: 2.00 2.01 2.05 3/189 15091
/proc/meminfo: memFree=18524908/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2029200 memory=20348 CPUtime=0.3 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 2407 0 0 0 30 0 0 0 20 0 1 0 248150867 2077900800 5087 33554432000 4194304 5849940 140727659511920 140727659510568 5399971 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 507300 5087 711 405 0 504244 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2029200 KiB
Current children cumulated memory: 20348 KiB

[startup+0.700273 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 15091
/proc/meminfo: memFree=18524908/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2029376 memory=20348 CPUtime=0.69 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 2421 0 0 0 69 0 0 0 20 0 1 0 248150867 2078081024 5087 33554432000 4194304 5849940 140727659511920 140727659510568 5360666 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 507344 5087 711 405 0 504288 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2029376 KiB
Current children cumulated memory: 20348 KiB

[startup+1.50028 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 15091
/proc/meminfo: memFree=18524840/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2029240 memory=20284 CPUtime=1.49 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 2530 0 0 0 149 0 0 0 20 0 1 0 248150867 2077941760 5071 33554432000 4194304 5849940 140727659511920 140727659510568 4211654 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 507310 5071 723 405 0 504254 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2029240 KiB
Current children cumulated memory: 20284 KiB

[startup+3.10902 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 15091
/proc/meminfo: memFree=18524840/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2029240 memory=20460 CPUtime=3.09 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 3099 0 0 0 309 0 0 0 20 0 1 0 248150867 2077941760 5115 33554432000 4194304 5849940 140727659511920 140727659510568 4212035 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 507310 5115 723 405 0 504254 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2029240 KiB
Current children cumulated memory: 20460 KiB

[startup+6.30027 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 15091
/proc/meminfo: memFree=18524848/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2029240 memory=20460 CPUtime=6.28 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 3690 0 0 0 628 0 0 0 20 0 1 0 248150867 2077941760 5115 33554432000 4194304 5849940 140727659511920 140727659509768 4211654 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 507310 5115 723 405 0 504254 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2029240 KiB
Current children cumulated memory: 20460 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 15091
/proc/meminfo: memFree=18459652/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2030092 memory=21272 CPUtime=12.68 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 4573 0 0 0 1268 0 0 0 20 0 1 0 248150867 2078814208 5318 33554432000 4194304 5849940 140727659511920 140727659510328 4212035 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 507523 5318 723 405 0 504467 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2030092 KiB
Current children cumulated memory: 21272 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 15091
/proc/meminfo: memFree=18523628/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2030092 memory=21312 CPUtime=25.48 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 5866 0 0 0 2548 0 0 0 20 0 1 0 248150867 2078814208 5328 33554432000 4194304 5849940 140727659511920 140727659510328 4212046 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 507523 5328 723 405 0 504467 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2030092 KiB
Current children cumulated memory: 21312 KiB

[startup+51.109 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 15091
/proc/meminfo: memFree=18522652/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2031400 memory=22552 CPUtime=51.1 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 8836 0 0 0 5108 2 0 0 20 0 1 0 248150867 2080153600 5638 33554432000 4194304 5849940 140727659511920 140727659510408 4211671 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 507850 5638 738 405 0 504794 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2031400 KiB
Current children cumulated memory: 22552 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15092
/proc/meminfo: memFree=18522760/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2031400 memory=22552 CPUtime=102.29 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 14951 0 0 0 10217 12 0 0 20 0 1 0 248150867 2080153600 5638 33554432000 4194304 5849940 140727659511920 140727659510408 4211654 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 507850 5638 738 405 0 504794 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2031400 KiB
Current children cumulated memory: 22552 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15093
/proc/meminfo: memFree=18513952/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2042532 memory=33480 CPUtime=162.28 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 23080 0 0 0 16196 32 0 0 20 0 1 0 248150867 2091552768 8370 33554432000 4194304 5849940 140727659511920 140727659510792 140564418613127 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 510633 8370 738 405 0 507577 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2042532 KiB
Current children cumulated memory: 33480 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15094
/proc/meminfo: memFree=18462936/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2046068 memory=37212 CPUtime=222.29 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 48769 0 0 0 22160 69 0 0 20 0 1 0 248150867 2095173632 9303 33554432000 4194304 5849940 140727659511920 140727659510792 140564418613127 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 511517 9303 738 405 0 508461 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2046068 KiB
Current children cumulated memory: 37212 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15095
/proc/meminfo: memFree=18518440/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2033104 memory=24108 CPUtime=282.29 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 74924 0 0 0 28136 93 0 0 20 0 1 0 248150867 2081898496 6027 33554432000 4194304 5849940 140727659511920 140727659511080 140564418613127 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 508276 6027 738 405 0 505220 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 2033104 KiB
Current children cumulated memory: 24108 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15103
/proc/meminfo: memFree=18494928/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2055580 memory=46664 CPUtime=342.29 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 91341 0 0 0 34097 132 0 0 20 0 1 0 248150867 2104913920 11666 33554432000 4194304 5849940 140727659511920 140727659510920 140564418613127 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 513895 11666 738 405 0 510839 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 2055580 KiB
Current children cumulated memory: 46664 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15104
/proc/meminfo: memFree=18483196/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2067236 memory=58336 CPUtime=402.3 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 124094 0 0 0 40064 166 0 0 20 0 1 0 248150867 2116849664 14584 33554432000 4194304 5849940 140727659511920 140727659511080 140564418613127 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 516809 14584 738 405 0 513753 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 2067236 KiB
Current children cumulated memory: 58336 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15105
/proc/meminfo: memFree=18481560/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2069472 memory=60368 CPUtime=462.29 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 152381 0 0 0 46034 195 0 0 20 0 1 0 248150867 2119139328 15092 33554432000 4194304 5849940 140727659511920 140727659510920 5313367 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 517368 15092 738 405 0 514312 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 2069472 KiB
Current children cumulated memory: 60368 KiB


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

/proc/15090/statm: 579404 78487 738 405 0 576348 0
Current children cumulated CPU time: 1722.3 s
Current children cumulated vsize: 2317616 KiB
Current children cumulated memory: 313948 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 15265
/proc/meminfo: memFree=23907224/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2265580 memory=261880 CPUtime=1782.3 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 396000 0 0 0 177630 600 0 0 20 0 1 0 248150867 2319953920 65470 33554432000 4194304 5849940 140727659511920 140727659511080 140564418613127 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 566395 65470 738 405 0 563339 0
Current children cumulated CPU time: 1782.3 s
Current children cumulated vsize: 2265580 KiB
Current children cumulated memory: 261880 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15266
/proc/meminfo: memFree=23887352/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2265580 memory=262112 CPUtime=1842.31 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 409954 0 0 0 183616 615 0 0 20 0 1 0 248150867 2319953920 65528 33554432000 4194304 5849940 140727659511920 140727659510920 140564418613127 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 566395 65528 738 405 0 563339 0
Current children cumulated CPU time: 1842.31 s
Current children cumulated vsize: 2265580 KiB
Current children cumulated memory: 262112 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15267
/proc/meminfo: memFree=23811196/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2341128 memory=337660 CPUtime=1902.31 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 412968 0 0 0 189598 633 0 0 20 0 1 0 248150867 2397315072 84415 33554432000 4194304 5849940 140727659511920 140727659510920 5437906 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 585282 84415 738 405 0 582226 0
Current children cumulated CPU time: 1902.31 s
Current children cumulated vsize: 2341128 KiB
Current children cumulated memory: 337660 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15268
/proc/meminfo: memFree=23668096/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2410864 memory=407396 CPUtime=1962.31 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 421409 0 0 0 195584 647 0 0 20 0 1 0 248150867 2468724736 101849 33554432000 4194304 5849940 140727659511920 140727659510920 5335776 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 602716 101849 738 405 0 599660 0
Current children cumulated CPU time: 1962.31 s
Current children cumulated vsize: 2410864 KiB
Current children cumulated memory: 407396 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15269
/proc/meminfo: memFree=23673256/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2496356 memory=492844 CPUtime=2022.31 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 439105 0 0 0 201572 659 0 0 20 0 1 0 248150867 2556268544 123211 33554432000 4194304 5849940 140727659511920 140727659510920 5437906 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 624089 123211 738 405 0 621033 0
Current children cumulated CPU time: 2022.31 s
Current children cumulated vsize: 2496356 KiB
Current children cumulated memory: 492844 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15270
/proc/meminfo: memFree=23620068/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2496356 memory=492888 CPUtime=2082.31 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 473097 0 0 0 207563 668 0 0 20 0 1 0 248150867 2556268544 123222 33554432000 4194304 5849940 140727659511920 140727659510920 5437799 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 624089 123222 738 405 0 621033 0
Current children cumulated CPU time: 2082.31 s
Current children cumulated vsize: 2496356 KiB
Current children cumulated memory: 492888 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15278
/proc/meminfo: memFree=23559852/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2496356 memory=492888 CPUtime=2142.31 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 490969 0 0 0 213553 678 0 0 20 0 1 0 248150867 2556268544 123222 33554432000 4194304 5849940 140727659511920 140727659510920 5437906 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 624089 123222 738 405 0 621033 0
Current children cumulated CPU time: 2142.31 s
Current children cumulated vsize: 2496356 KiB
Current children cumulated memory: 492888 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15279
/proc/meminfo: memFree=23671576/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2360984 memory=357396 CPUtime=2202.31 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 509409 0 0 0 219540 691 0 0 20 0 1 0 248150867 2417647616 89349 33554432000 4194304 5849940 140727659511920 140727659510920 140564418613127 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 590246 89349 738 405 0 587190 0
Current children cumulated CPU time: 2202.31 s
Current children cumulated vsize: 2360984 KiB
Current children cumulated memory: 357396 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15280
/proc/meminfo: memFree=23665420/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2328216 memory=324748 CPUtime=2262.31 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 533353 0 0 0 225526 705 0 0 20 0 1 0 248150867 2384093184 81187 33554432000 4194304 5849940 140727659511920 140727659510920 5335727 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 582054 81187 738 405 0 578998 0
Current children cumulated CPU time: 2262.31 s
Current children cumulated vsize: 2328216 KiB
Current children cumulated memory: 324748 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 15281
/proc/meminfo: memFree=23718324/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2376512 memory=373024 CPUtime=2322.31 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 558737 0 0 0 231511 720 0 0 20 0 1 0 248150867 2433548288 93256 33554432000 4194304 5849940 140727659511920 140727659510920 140564418613127 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 594128 93256 738 405 0 591072 0
Current children cumulated CPU time: 2322.31 s
Current children cumulated vsize: 2376512 KiB
Current children cumulated memory: 373024 KiB

[startup+2382.3 s]
/proc/loadavg: 2.34 2.09 2.07 3/187 15282
/proc/meminfo: memFree=23611384/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2435752 memory=432284 CPUtime=2382.32 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 587923 0 0 0 237497 735 0 0 20 0 1 0 248150867 2494210048 108071 33554432000 4194304 5849940 140727659511920 140727659510920 140564418613127 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 608938 108071 738 405 0 605882 0
Current children cumulated CPU time: 2382.32 s
Current children cumulated vsize: 2435752 KiB
Current children cumulated memory: 432284 KiB

[startup+2442.3 s]
/proc/loadavg: 2.27 2.13 2.09 3/187 15283
/proc/meminfo: memFree=23603104/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2451352 memory=447620 CPUtime=2442.31 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 607937 0 0 0 243482 749 0 0 20 0 1 0 248150867 2510184448 111905 33554432000 4194304 5849940 140727659511920 140727659510920 5437906 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 612838 111905 738 405 0 609782 0
Current children cumulated CPU time: 2442.31 s
Current children cumulated vsize: 2451352 KiB
Current children cumulated memory: 447620 KiB

[startup+2502.3 s]
/proc/loadavg: 2.17 2.13 2.09 3/187 15284
/proc/meminfo: memFree=23536440/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2451352 memory=447884 CPUtime=2502.31 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 619706 0 0 0 249474 757 0 0 20 0 1 0 248150867 2510184448 111971 33554432000 4194304 5849940 140727659511920 140727659510920 140564418613127 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 612838 111971 738 405 0 609782 0
Current children cumulated CPU time: 2502.31 s
Current children cumulated vsize: 2451352 KiB
Current children cumulated memory: 447884 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.12 2.12 2.08 3/187 15284
/proc/meminfo: memFree=23567696/32770624 swapFree=67059124/67108860
[pid=15090] ppid=15087 vsize=2451352 memory=447884 CPUtime=2520.03 cores=1,3,5,7
/proc/15090/stat : 15090 (xcsp_picat) R 15087 15090 13719 0 -1 4202496 634994 0 0 0 251242 761 0 0 20 0 1 0 248150867 2510184448 111971 33554432000 4194304 5849940 140727659511920 140727659510920 5335810 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 42848256 140727659517110 140727659517188 140727659517188 140727659519946 0
/proc/15090/statm: 612838 111971 738 405 0 609782 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 2451352 KiB
Current children cumulated memory: 447884 KiB

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

[startup+2520.02 s]
# the end of solver process 15090 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.42 s, system=7.6191 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.02
CPU time (s): 2520.04
CPU user time (s): 2512.42
CPU system time (s): 7.6191
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2496356
Max. memory (cumulated for all children) (KiB): 492888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.42
system time used= 7.6191
maximum resident set size= 492888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 634994
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= 14
involuntary context switches= 978


# summary of solver processes directly reported to runsolver:
#   pid: 15090
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2512.42
#   total CPU system time (s): 7.6191

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.64197 second user time and 17.9395 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-15 06:04:37
IDJOB=4309424
IDBENCH=141319
IDSOLVER=2794
FILE ID=node103/4309424-1534305877
RUNJOBID= node103-1534293202-13751
PBS_JOBID= 21038140
Free space on /tmp= 37192 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-18b_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309424-1534305877/watcher-4309424-1534305877 -o /tmp/evaluation-result-4309424-1534305877/solver-4309424-1534305877 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1534293202-13751 --watchdog 2580  xcsp_picat HOME/instance-4309424-1534305877.xml

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

MD5SUM BENCH= cfb25615b49033917f7fa13487cdd88c
RANDOM SEED=1058842267

node103.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.48
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.48
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.48
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.48
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:        18542444 kB
MemAvailable:   26405672 kB
Buffers:          184916 kB
Cached:          7880180 kB
SwapCached:         5152 kB
Active:          9839208 kB
Inactive:        3757432 kB
Active(anon):    5523920 kB
Inactive(anon):    67484 kB
Active(file):    4315288 kB
Inactive(file):  3689948 kB
Unevictable:        7772 kB
Mlocked:            7772 kB
SwapTotal:      67108860 kB
SwapFree:       67059124 kB
Dirty:              3120 kB
Writeback:             0 kB
AnonPages:       5534504 kB
Mapped:            55796 kB
Shmem:             56912 kB
Slab:             315572 kB
SReclaimable:     286452 kB
SUnreclaim:        29120 kB
KernelStack:        3392 kB
PageTables:        16132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    9332948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5332992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 37332 MiB
End job on node103 at 2018-08-15 06:46:37