Trace number 4309422

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-14OPT42 517.492 517.491

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-15b_c18.xml
MD5SUMb017fe45b316a2eca4ba7804b3adba5f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark517.492
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints163
Number of domains19
Minimum domain size1
Maximum domain size33
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":36},{"size":3,"count":5},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":33,"count":15}]
Minimum variable degree2
Maximum variable degree47
Distribution of variable degrees[{"degree":2,"count":47},{"degree":46,"count":10},{"degree":47,"count":5}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":131},{"arity":16,"count":32}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"type":"count","count":32}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

517.39/517.48	c xcsp_picat version 2.4#7 (8/14/2018)
517.39/517.48	o 56
517.39/517.48	o 45
517.39/517.48	o 43
517.39/517.48	o 42
517.39/517.48	s OPTIMUM FOUND
517.39/517.48	v <instantiation>
517.39/517.48	v     <list> pp[] nf[] v[] np[]  </list> 
517.39/517.48	v     <values> 0 6 0 0 0 10 0 0 6 0 0 0 8 12 0  0 0 2 2 2 0 0 1 0 0 0 0 0 0 3 0  15 -15 5 5 3 -5 15 15 -15 4 3 4 -3 -4 8  0 0 1 1 1 0 0 0 0 0 0 0 0 0 2 0   </values> 
517.39/517.48	v </instantiation>

Verifier Data

OK	42

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309422-1534306035/watcher-4309422-1534306035 -o /tmp/evaluation-result-4309422-1534306035/solver-4309422-1534306035 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534293152-15985 --watchdog 2580 xcsp_picat HOME/instance-4309422-1534306035.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=17444, runsolver pid=17441

[startup+0.100394 s]*
/proc/loadavg: 1.92 1.98 2.03 3/187 17445
/proc/meminfo: memFree=16463368/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2027816 memory=18044 CPUtime=0.09 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 2174 0 0 0 9 0 0 0 20 0 1 0 248166631 2076483584 4511 33554432000 4194304 5849940 140736155508432 140736155507080 5392238 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 506954 4511 711 405 0 503898 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2027816 KiB
Current children cumulated memory: 18044 KiB

[startup+0.209519 s]*
/proc/loadavg: 1.92 1.98 2.03 3/187 17445
/proc/meminfo: memFree=16463368/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2027816 memory=18044 CPUtime=0.2 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 2174 0 0 0 20 0 0 0 20 0 1 0 248166631 2076483584 4511 33554432000 4194304 5849940 140736155508432 140736155507080 5392687 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 506954 4511 711 405 0 503898 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2027816 KiB
Current children cumulated memory: 18044 KiB

[startup+0.308801 s]*
/proc/loadavg: 1.92 1.98 2.03 3/187 17445
/proc/meminfo: memFree=16463368/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2027816 memory=18044 CPUtime=0.3 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 2174 0 0 0 30 0 0 0 20 0 1 0 248166631 2076483584 4511 33554432000 4194304 5849940 140736155508432 140736155507080 5394402 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 506954 4511 711 405 0 503898 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2027816 KiB
Current children cumulated memory: 18044 KiB

[startup+0.700276 s]
/proc/loadavg: 1.92 1.98 2.03 3/187 17445
/proc/meminfo: memFree=16460204/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2028612 memory=18916 CPUtime=0.68 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 2593 0 0 0 68 0 0 0 20 0 1 0 248166631 2077298688 4729 33554432000 4194304 5849940 140736155508432 140736155507304 5319920 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 507153 4729 719 405 0 504097 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2028612 KiB
Current children cumulated memory: 18916 KiB

[startup+1.50028 s]
/proc/loadavg: 1.92 1.98 2.03 3/187 17445
/proc/meminfo: memFree=16460204/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2028964 memory=19176 CPUtime=1.48 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 2667 0 0 0 148 0 0 0 20 0 1 0 248166631 2077659136 4794 33554432000 4194304 5849940 140736155508432 140736155507304 4212046 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 507241 4794 723 405 0 504185 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2028964 KiB
Current children cumulated memory: 19176 KiB

[startup+3.10891 s]
/proc/loadavg: 1.92 1.98 2.03 3/187 17445
/proc/meminfo: memFree=16453828/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2028964 memory=19224 CPUtime=3.09 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 3085 0 0 0 309 0 0 0 20 0 1 0 248166631 2077659136 4806 33554432000 4194304 5849940 140736155508432 140736155506280 4211906 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 507241 4806 723 405 0 504185 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2028964 KiB
Current children cumulated memory: 19224 KiB

[startup+6.30027 s]
/proc/loadavg: 1.92 1.98 2.03 3/187 17445
/proc/meminfo: memFree=16445220/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2028964 memory=19224 CPUtime=6.28 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 3538 0 0 0 628 0 0 0 20 0 1 0 248166631 2077659136 4806 33554432000 4194304 5849940 140736155508432 140736155506280 4211654 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 507241 4806 723 405 0 504185 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2028964 KiB
Current children cumulated memory: 19224 KiB

[startup+12.7003 s]
/proc/loadavg: 1.93 1.98 2.03 3/187 17445
/proc/meminfo: memFree=16430140/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2029580 memory=19840 CPUtime=12.68 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 4166 0 0 0 1268 0 0 0 20 0 1 0 248166631 2078289920 4960 33554432000 4194304 5849940 140736155508432 140736155506840 4209364 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 507395 4960 723 405 0 504339 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2029580 KiB
Current children cumulated memory: 19840 KiB

[startup+25.5003 s]
/proc/loadavg: 1.87 1.97 2.03 3/187 17445
/proc/meminfo: memFree=14435644/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2031452 memory=21708 CPUtime=25.49 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 6707 0 0 0 2548 1 0 0 20 0 1 0 248166631 2080206848 5427 33554432000 4194304 5849940 140736155508432 140736155506920 4211667 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 507863 5427 738 405 0 504807 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2031452 KiB
Current children cumulated memory: 21708 KiB

[startup+51.1088 s]
/proc/loadavg: 1.92 1.97 2.03 3/187 17445
/proc/meminfo: memFree=14436620/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2030876 memory=21132 CPUtime=51.09 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 9593 0 0 0 5105 4 0 0 20 0 1 0 248166631 2079617024 5283 33554432000 4194304 5849940 140736155508432 140736155506920 4211654 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 507719 5283 738 405 0 504663 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2030876 KiB
Current children cumulated memory: 21132 KiB

[startup+102.3 s]
/proc/loadavg: 1.96 1.97 2.03 3/187 17446
/proc/meminfo: memFree=14424216/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2042612 memory=32756 CPUtime=102.29 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 54895 0 0 0 10188 41 0 0 20 0 1 0 248166631 2091634688 8189 33554432000 4194304 5849940 140736155508432 140736155507432 5437897 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 510653 8189 738 405 0 507597 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2042612 KiB
Current children cumulated memory: 32756 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 2.03 3/187 17447
/proc/meminfo: memFree=14416676/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2051268 memory=41508 CPUtime=162.29 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 109581 0 0 0 16146 83 0 0 20 0 1 0 248166631 2100498432 10377 33554432000 4194304 5849940 140736155508432 140736155507432 5438010 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 512817 10377 738 405 0 509761 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 2051268 KiB
Current children cumulated memory: 41508 KiB

[startup+222.3 s]
/proc/loadavg: 2.44 2.12 2.07 3/188 17456
/proc/meminfo: memFree=14408160/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2056804 memory=46880 CPUtime=222.29 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 163970 0 0 0 22108 121 0 0 20 0 1 0 248166631 2106167296 11720 33554432000 4194304 5849940 140736155508432 140736155507432 140699844751239 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 514201 11720 738 405 0 511145 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 2056804 KiB
Current children cumulated memory: 46880 KiB

[startup+282.3 s]
/proc/loadavg: 2.16 2.10 2.07 3/188 17457
/proc/meminfo: memFree=14387568/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2077996 memory=67852 CPUtime=282.28 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 199526 0 0 0 28071 157 0 0 20 0 1 0 248166631 2127867904 16963 33554432000 4194304 5849940 140736155508432 140736155507432 140699844751239 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 519499 16963 738 405 0 516443 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2077996 KiB
Current children cumulated memory: 67852 KiB

[startup+342.3 s]
/proc/loadavg: 2.06 2.08 2.06 3/188 17458
/proc/meminfo: memFree=14371376/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2094128 memory=83852 CPUtime=342.29 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 231824 0 0 0 34043 186 0 0 20 0 1 0 248166631 2144387072 20963 33554432000 4194304 5849940 140736155508432 140736155507592 5437906 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 523532 20963 738 405 0 520476 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 2094128 KiB
Current children cumulated memory: 83852 KiB

[startup+402.3 s]
/proc/loadavg: 2.02 2.07 2.06 3/188 17459
/proc/meminfo: memFree=14379052/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2091116 memory=81216 CPUtime=402.29 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 265923 0 0 0 40019 210 0 0 20 0 1 0 248166631 2141302784 20304 33554432000 4194304 5849940 140736155508432 140736155507432 5312986 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 522779 20304 738 405 0 519723 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 2091116 KiB
Current children cumulated memory: 81216 KiB

[startup+462.3 s]
/proc/loadavg: 2.60 2.22 2.11 3/188 17460
/proc/meminfo: memFree=14318380/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2146460 memory=136644 CPUtime=462.29 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 272449 0 0 0 45999 230 0 0 20 0 1 0 248166631 2197975040 34161 33554432000 4194304 5849940 140736155508432 140736155507432 5437906 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 536615 34161 738 405 0 533559 0
Current children cumulated CPU time: 462.29 s
Current children cumulated vsize: 2146460 KiB
Current children cumulated memory: 136644 KiB

[startup+517.491 s]
# the end of solver process 17444 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=515.121 s, system=2.37102 s

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

[startup+486.4 s]
/proc/loadavg: 2.40 2.20 2.11 3/187 17461
/proc/meminfo: memFree=14431852/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2032232 memory=22488 CPUtime=486.39 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 273110 0 0 0 48407 232 0 0 20 0 1 0 248166631 2081005568 5622 33554432000 4194304 5849940 140736155508432 140736155506920 4212035 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 508058 5622 738 405 0 505002 0
Current children cumulated CPU time: 486.39 s
Current children cumulated vsize: 2032232 KiB
Current children cumulated memory: 22488 KiB

[startup+499.2 s]
/proc/loadavg: 2.33 2.20 2.11 3/187 17461
/proc/meminfo: memFree=14431852/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2032472 memory=22632 CPUtime=499.19 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 274360 0 0 0 49685 234 0 0 20 0 1 0 248166631 2081251328 5658 33554432000 4194304 5849940 140736155508432 140736155506920 4207983 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 508118 5658 738 405 0 505062 0
Current children cumulated CPU time: 499.19 s
Current children cumulated vsize: 2032472 KiB
Current children cumulated memory: 22632 KiB

[startup+505.6 s]
/proc/loadavg: 2.31 2.19 2.11 3/187 17461
/proc/meminfo: memFree=14431480/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2033548 memory=23804 CPUtime=505.59 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 274803 0 0 0 50324 235 0 0 20 0 1 0 248166631 2082353152 5951 33554432000 4194304 5849940 140736155508432 140736155506920 4211654 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 508387 5951 738 405 0 505331 0
Current children cumulated CPU time: 505.59 s
Current children cumulated vsize: 2033548 KiB
Current children cumulated memory: 23804 KiB

[startup+512 s]*
/proc/loadavg: 2.26 2.19 2.10 3/187 17461
/proc/meminfo: memFree=14431604/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2033548 memory=23804 CPUtime=512 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 274803 0 0 0 50965 235 0 0 20 0 1 0 248166631 2082353152 5951 33554432000 4194304 5849940 140736155508432 140736155506920 4212035 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 508387 5951 738 405 0 505331 0
Current children cumulated CPU time: 512 s
Current children cumulated vsize: 2033548 KiB
Current children cumulated memory: 23804 KiB

[startup+515.2 s]
/proc/loadavg: 2.26 2.19 2.10 3/187 17461
/proc/meminfo: memFree=14431604/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2033548 memory=23804 CPUtime=515.2 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 274803 0 0 0 51285 235 0 0 20 0 1 0 248166631 2082353152 5951 33554432000 4194304 5849940 140736155508432 140736155506920 4211654 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 508387 5951 738 405 0 505331 0
Current children cumulated CPU time: 515.2 s
Current children cumulated vsize: 2033548 KiB
Current children cumulated memory: 23804 KiB

[startup+516.8 s]
/proc/loadavg: 2.24 2.18 2.10 3/187 17461
/proc/meminfo: memFree=14431604/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2033548 memory=23804 CPUtime=516.79 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 274803 0 0 0 51443 236 0 0 20 0 1 0 248166631 2082353152 5951 33554432000 4194304 5849940 140736155508432 140736155506920 140699844751239 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 508387 5951 738 405 0 505331 0
Current children cumulated CPU time: 516.79 s
Current children cumulated vsize: 2033548 KiB
Current children cumulated memory: 23804 KiB

[startup+517.2 s]
/proc/loadavg: 2.24 2.18 2.10 3/187 17461
/proc/meminfo: memFree=14431604/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2033548 memory=23804 CPUtime=517.19 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 274803 0 0 0 51483 236 0 0 20 0 1 0 248166631 2082353152 5951 33554432000 4194304 5849940 140736155508432 140736155506920 140699844751239 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 508387 5951 738 405 0 505331 0
Current children cumulated CPU time: 517.19 s
Current children cumulated vsize: 2033548 KiB
Current children cumulated memory: 23804 KiB

[startup+517.4 s]
/proc/loadavg: 2.24 2.18 2.10 3/187 17461
/proc/meminfo: memFree=14431604/32770624 swapFree=67108368/67108860
[pid=17444] ppid=17441 vsize=2033548 memory=23804 CPUtime=517.39 cores=1,3,5,7
/proc/17444/stat : 17444 (xcsp_picat) R 17441 17444 15953 0 -1 4202496 274803 0 0 0 51503 236 0 0 20 0 1 0 248166631 2082353152 5951 33554432000 4194304 5849940 140736155508432 140736155506920 140699844751239 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9396308 27754496 140736155509942 140736155510020 140736155510020 140736155512778 0
/proc/17444/statm: 508387 5951 738 405 0 505331 0
Current children cumulated CPU time: 517.39 s
Current children cumulated vsize: 2033548 KiB
Current children cumulated memory: 23804 KiB

Child status: 0
Real time (s): 517.491
CPU time (s): 517.492
CPU user time (s): 515.121
CPU system time (s): 2.37102
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 2146460
Max. memory (cumulated for all children) (KiB): 136644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 515.121
system time used= 2.37102
maximum resident set size= 136644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274845
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= 2
involuntary context switches= 257


# summary of solver processes directly reported to runsolver:
#   pid: 17444
#   total CPU time (s): 517.492
#   total CPU user time (s): 515.121
#   total CPU system time (s): 2.37102

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.29156 second user time and 3.26977 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-15 06:07:15
IDJOB=4309422
IDBENCH=141324
IDSOLVER=2794
FILE ID=node148/4309422-1534306035
RUNJOBID= node148-1534293152-15985
PBS_JOBID= 21038138
Free space on /tmp= 42644 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-15b_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309422-1534306035/watcher-4309422-1534306035 -o /tmp/evaluation-result-4309422-1534306035/solver-4309422-1534306035 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534293152-15985 --watchdog 2580  xcsp_picat HOME/instance-4309422-1534306035.xml

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

MD5SUM BENCH= b017fe45b316a2eca4ba7804b3adba5f
RANDOM SEED=1416767777

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        16480912 kB
MemAvailable:   24543248 kB
Buffers:          171016 kB
Cached:          8105396 kB
SwapCached:            4 kB
Active:         11696648 kB
Inactive:        3974152 kB
Active(anon):    7347664 kB
Inactive(anon):   106944 kB
Active(file):    4348984 kB
Inactive(file):  3867208 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67108368 kB
Dirty:              3164 kB
Writeback:             0 kB
AnonPages:       7401228 kB
Mapped:            57116 kB
Shmem:             57780 kB
Slab:             303924 kB
SReclaimable:     274604 kB
SUnreclaim:        29320 kB
KernelStack:        3344 kB
PageTables:        19104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    9230416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7342080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 42640 MiB
End job on node148 at 2018-08-15 06:15:52