Trace number 4303059

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-02OPT55 715.917 715.939

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-10_c18.xml
MD5SUM769ec0f26c47f1b96bb609b2e4d8d5d6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark174.248
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

715.87/715.93	c xcsp_picat version 2.4#6 (8/1/2018)
715.87/715.93	o 77
715.87/715.93	o 65
715.87/715.93	o 56
715.87/715.93	o 55
715.87/715.93	s OPTIMUM FOUND
715.87/715.93	v <instantiation>
715.87/715.93	v     <list> y[][] x[]  </list> 
715.87/715.93	v     <values> 1 1 6 10 23 26 34 41 53 55 1 1 5 9 22 25 33 40 52 54 1 1 1 4 17 20 28 35 47 49 1 1 1 1 13 16 24 31 43 45 1 1 1 1 1 3 11 18 30 32 1 1 1 1 1 1 8 15 27 29 1 1 1 1 1 1 1 7 19 21 1 1 1 1 1 1 1 1 12 14 1 1 1 1 1 1 1 1 1 2 1 1 1 1 1 1 1 1 1 1  0 1 6 10 23 26 34 41 53 55   </values> 
715.87/715.93	v </instantiation>

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4303059-1534013526/watcher-4303059-1534013526 -o /tmp/evaluation-result-4303059-1534013526/solver-4303059-1534013526 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1533993481-21559 --watchdog 2580 xcsp_picat HOME/instance-4303059-1534013526.xml 

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

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


[startup+0.100538 s]*
/proc/loadavg: 2.08 2.04 2.05 3/187 23936
/proc/meminfo: memFree=14058252/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2028584 memory=19144 CPUtime=0.1 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 2583 0 0 0 10 0 0 0 20 0 1 0 218915768 2077270016 4786 33554432000 4194304 5849708 140729129157472 140729129155720 5303721 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 507146 4786 692 405 0 504091 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2028584 KiB
Current children cumulated memory: 19144 KiB

[startup+0.209571 s]*
/proc/loadavg: 2.08 2.04 2.05 3/187 23936
/proc/meminfo: memFree=14058260/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2028584 memory=19144 CPUtime=0.21 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 2763 0 0 0 21 0 0 0 20 0 1 0 218915768 2077270016 4786 33554432000 4194304 5849708 140729129157472 140729129155720 5394332 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 507146 4786 692 405 0 504091 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2028584 KiB
Current children cumulated memory: 19144 KiB

[startup+0.308768 s]*
/proc/loadavg: 2.08 2.04 2.05 3/187 23936
/proc/meminfo: memFree=14058260/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2028384 memory=19144 CPUtime=0.31 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 2802 0 0 0 31 0 0 0 20 0 1 0 218915768 2077065216 4786 33554432000 4194304 5849708 140729129157472 140729129155720 5355817 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 507096 4786 692 405 0 504041 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2028384 KiB
Current children cumulated memory: 19144 KiB

[startup+0.700248 s]
/proc/loadavg: 2.08 2.04 2.05 3/187 23936
/proc/meminfo: memFree=14057776/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2040488 memory=30560 CPUtime=0.69 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 5426 0 0 0 69 0 0 0 20 0 1 0 218915768 2089459712 7640 33554432000 4194304 5849708 140729129157472 140729129155720 4210130 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 510122 7640 704 405 0 507067 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2040488 KiB
Current children cumulated memory: 30560 KiB

[startup+1.50024 s]
/proc/loadavg: 2.08 2.04 2.05 3/187 23936
/proc/meminfo: memFree=14050348/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2036392 memory=26568 CPUtime=1.49 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 5431 0 0 0 147 2 0 0 20 0 1 0 218915768 2085265408 6642 33554432000 4194304 5849708 140729129157472 140729129156472 5335568 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 509098 6642 705 405 0 506043 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2036392 KiB
Current children cumulated memory: 26568 KiB

[startup+3.10941 s]
/proc/loadavg: 2.08 2.04 2.05 3/187 23936
/proc/meminfo: memFree=14033956/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2036536 memory=27128 CPUtime=3.09 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 8099 0 0 0 306 3 0 0 20 0 1 0 218915768 2085412864 6782 33554432000 4194304 5849708 140729129157472 140729129156472 140281614659463 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 509134 6782 708 405 0 506079 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2036536 KiB
Current children cumulated memory: 27128 KiB

[startup+6.30034 s]
/proc/loadavg: 2.07 2.04 2.05 3/187 23936
/proc/meminfo: memFree=13990744/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2037328 memory=28024 CPUtime=6.28 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 10147 0 0 0 621 7 0 0 20 0 1 0 218915768 2086223872 7006 33554432000 4194304 5849708 140729129157472 140729129156472 5312898 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 509332 7006 708 405 0 506277 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2037328 KiB
Current children cumulated memory: 28024 KiB

[startup+12.7003 s]
/proc/loadavg: 2.07 2.04 2.05 3/187 23936
/proc/meminfo: memFree=13949040/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2037568 memory=28232 CPUtime=12.69 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 14091 0 0 0 1256 13 0 0 20 0 1 0 218915768 2086469632 7058 33554432000 4194304 5849708 140729129157472 140729129156472 140281614659463 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 509392 7058 708 405 0 506337 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2037568 KiB
Current children cumulated memory: 28232 KiB

[startup+25.5004 s]
/proc/loadavg: 2.06 2.04 2.05 3/187 23936
/proc/meminfo: memFree=13876464/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2038008 memory=28800 CPUtime=25.49 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 26080 0 0 0 2522 27 0 0 20 0 1 0 218915768 2086920192 7200 33554432000 4194304 5849708 140729129157472 140729129156472 140281614659463 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 509502 7200 708 405 0 506447 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2038008 KiB
Current children cumulated memory: 28800 KiB

[startup+51.1096 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 23936
/proc/meminfo: memFree=13823168/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2041940 memory=32728 CPUtime=51.09 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 40998 0 0 0 5064 45 0 0 20 0 1 0 218915768 2090946560 8182 33554432000 4194304 5849708 140729129157472 140729129156472 5312843 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 510485 8182 708 405 0 507430 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2041940 KiB
Current children cumulated memory: 32728 KiB

[startup+102.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 23937
/proc/meminfo: memFree=13933804/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2045436 memory=36148 CPUtime=102.29 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 62579 0 0 0 10150 79 0 0 20 0 1 0 218915768 2094526464 9037 33554432000 4194304 5849708 140729129157472 140729129156472 140281614659463 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 511359 9037 708 405 0 508304 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 2045436 KiB
Current children cumulated memory: 36148 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 23938
/proc/meminfo: memFree=13787780/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2052968 memory=43748 CPUtime=162.28 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 82322 0 0 0 16112 116 0 0 20 0 1 0 218915768 2102239232 10937 33554432000 4194304 5849708 140729129157472 140729129156472 140281614659463 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 513242 10937 708 405 0 510187 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2052968 KiB
Current children cumulated memory: 43748 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 23940
/proc/meminfo: memFree=13414852/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2060476 memory=51288 CPUtime=222.28 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 101475 0 0 0 22075 153 0 0 20 0 1 0 218915768 2109927424 12822 33554432000 4194304 5849708 140729129157472 140729129156472 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 515119 12822 708 405 0 512064 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 2060476 KiB
Current children cumulated memory: 51288 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23941
/proc/meminfo: memFree=13747676/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2074260 memory=64956 CPUtime=282.28 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 115028 0 0 0 28054 174 0 0 20 0 1 0 218915768 2124042240 16239 33554432000 4194304 5849708 140729129157472 140729129156472 140281614659463 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 518565 16239 708 405 0 515510 0
Current children cumulated CPU time: 282.28 s
Current children cumulated vsize: 2074260 KiB
Current children cumulated memory: 64956 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23942
/proc/meminfo: memFree=13702220/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2066624 memory=57320 CPUtime=342.28 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 129507 0 0 0 34035 193 0 0 20 0 1 0 218915768 2116222976 14330 33554432000 4194304 5849708 140729129157472 140729129156472 5437824 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 516656 14330 708 405 0 513601 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 2066624 KiB
Current children cumulated memory: 57320 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23944
/proc/meminfo: memFree=13642080/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2092564 memory=83260 CPUtime=402.28 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 140993 0 0 0 40020 208 0 0 20 0 1 0 218915768 2142785536 20815 33554432000 4194304 5849708 140729129157472 140729129156472 5335582 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 523141 20815 708 405 0 520086 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 2092564 KiB
Current children cumulated memory: 83260 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 23945
/proc/meminfo: memFree=13730004/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2113488 memory=104184 CPUtime=462.28 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 154107 0 0 0 46010 218 0 0 20 0 1 0 218915768 2164211712 26046 33554432000 4194304 5849708 140729129157472 140729129156632 5437714 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 528372 26046 708 405 0 525317 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 2113488 KiB
Current children cumulated memory: 104184 KiB

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 23954
/proc/meminfo: memFree=13312400/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2044384 memory=35144 CPUtime=522.28 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 161251 0 0 0 51981 247 0 0 20 0 1 0 218915768 2093449216 8786 33554432000 4194304 5849708 140729129157472 140729129156472 140281614659463 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 511096 8786 719 405 0 508041 0
Current children cumulated CPU time: 522.28 s
Current children cumulated vsize: 2044384 KiB
Current children cumulated memory: 35144 KiB

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 23977
/proc/meminfo: memFree=13297064/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2058620 memory=49376 CPUtime=582.28 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 165465 0 0 0 57938 290 0 0 20 0 1 0 218915768 2108026880 12344 33554432000 4194304 5849708 140729129157472 140729129156200 140281614659463 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 514655 12344 719 405 0 511600 0
Current children cumulated CPU time: 582.28 s
Current children cumulated vsize: 2058620 KiB
Current children cumulated memory: 49376 KiB

[startup+642.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 24039
/proc/meminfo: memFree=17445748/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2072924 memory=63680 CPUtime=642.27 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 168447 0 0 0 63899 328 0 0 20 0 1 0 218915768 2122674176 15920 33554432000 4194304 5849708 140729129157472 140729129156472 140281614659463 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 518231 15920 719 405 0 515176 0
Current children cumulated CPU time: 642.27 s
Current children cumulated vsize: 2072924 KiB
Current children cumulated memory: 63680 KiB

[startup+702.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/188 24040
/proc/meminfo: memFree=17430616/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2072924 memory=67324 CPUtime=702.27 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 168951 0 0 0 69855 372 0 0 20 0 1 0 218915768 2122674176 16831 33554432000 4194304 5849708 140729129157472 140729129156472 140281614659463 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 518231 16831 719 405 0 515176 0
Current children cumulated CPU time: 702.27 s
Current children cumulated vsize: 2072924 KiB
Current children cumulated memory: 67324 KiB

[startup+715.939 s]
# the end of solver process 23935 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=712.118 s, system=3.79892 s

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

[startup+704 s]*
/proc/loadavg: 2.08 2.03 2.05 3/188 24040
/proc/meminfo: memFree=17443252/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2072924 memory=67324 CPUtime=703.97 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 168954 0 0 0 70024 373 0 0 20 0 1 0 218915768 2122674176 16831 33554432000 4194304 5849708 140729129157472 140729129156472 140281614659463 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 518231 16831 719 405 0 515176 0
Current children cumulated CPU time: 703.97 s
Current children cumulated vsize: 2072924 KiB
Current children cumulated memory: 67324 KiB

[startup+710.4 s]
/proc/loadavg: 2.08 2.03 2.05 3/188 24040
/proc/meminfo: memFree=17432600/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2072924 memory=67324 CPUtime=710.37 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 169002 0 0 0 70660 377 0 0 20 0 1 0 218915768 2122674176 16831 33554432000 4194304 5849708 140729129157472 140729129156120 140281614659463 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 518231 16831 719 405 0 515176 0
Current children cumulated CPU time: 710.37 s
Current children cumulated vsize: 2072924 KiB
Current children cumulated memory: 67324 KiB

[startup+713.6 s]
/proc/loadavg: 2.07 2.03 2.05 3/188 24040
/proc/meminfo: memFree=17442716/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2072924 memory=67324 CPUtime=713.57 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 169002 0 0 0 70979 378 0 0 20 0 1 0 218915768 2122674176 16831 33554432000 4194304 5849708 140729129157472 140729129156472 140281614659463 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 518231 16831 719 405 0 515176 0
Current children cumulated CPU time: 713.57 s
Current children cumulated vsize: 2072924 KiB
Current children cumulated memory: 67324 KiB

[startup+715.2 s]
/proc/loadavg: 2.07 2.03 2.05 3/188 24040
/proc/meminfo: memFree=17436380/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2072924 memory=67324 CPUtime=715.17 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 169002 0 0 0 71138 379 0 0 20 0 1 0 218915768 2122674176 16831 33554432000 4194304 5849708 140729129157472 140729129156472 140281614659463 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 518231 16831 719 405 0 515176 0
Current children cumulated CPU time: 715.17 s
Current children cumulated vsize: 2072924 KiB
Current children cumulated memory: 67324 KiB

[startup+715.6 s]
/proc/loadavg: 2.07 2.03 2.05 3/188 24040
/proc/meminfo: memFree=17436380/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2072924 memory=67324 CPUtime=715.57 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 169002 0 0 0 71178 379 0 0 20 0 1 0 218915768 2122674176 16831 33554432000 4194304 5849708 140729129157472 140729129156472 140281614659463 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 518231 16831 719 405 0 515176 0
Current children cumulated CPU time: 715.57 s
Current children cumulated vsize: 2072924 KiB
Current children cumulated memory: 67324 KiB

[startup+715.8 s]
/proc/loadavg: 2.07 2.03 2.05 3/188 24040
/proc/meminfo: memFree=17436380/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2072924 memory=67324 CPUtime=715.77 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 169002 0 0 0 71198 379 0 0 20 0 1 0 218915768 2122674176 16831 33554432000 4194304 5849708 140729129157472 140729129156472 140281614659463 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 518231 16831 719 405 0 515176 0
Current children cumulated CPU time: 715.77 s
Current children cumulated vsize: 2072924 KiB
Current children cumulated memory: 67324 KiB

[startup+715.9 s]
/proc/loadavg: 2.07 2.03 2.05 3/188 24040
/proc/meminfo: memFree=17436380/32770624 swapFree=67108796/67108860
[pid=23935] ppid=23932 vsize=2072924 memory=67324 CPUtime=715.87 cores=0,2,4,6
/proc/23935/stat : 23935 (xcsp_picat) R 23932 23935 21527 0 -1 4202496 169002 0 0 0 71208 379 0 0 20 0 1 0 218915768 2122674176 16831 33554432000 4194304 5849708 140729129157472 140729129156472 140281614659463 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9394900 47435776 140729129166006 140729129166084 140729129166084 140729129168842 0
/proc/23935/statm: 518231 16831 719 405 0 515176 0
Current children cumulated CPU time: 715.87 s
Current children cumulated vsize: 2072924 KiB
Current children cumulated memory: 67324 KiB

Child status: 0
Real time (s): 715.939
CPU time (s): 715.917
CPU user time (s): 712.118
CPU system time (s): 3.79892
CPU usage (%): 99.9969
Max. virtual memory (cumulated for all children) (KiB): 2113488
Max. memory (cumulated for all children) (KiB): 104184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 712.118
system time used= 3.79892
maximum resident set size= 104184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169097
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= 11
involuntary context switches= 354


# summary of solver processes directly reported to runsolver:
#   pid: 23935
#   total CPU time (s): 715.917
#   total CPU user time (s): 712.118
#   total CPU system time (s): 3.79892

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.68016 second user time and 5.3878 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-11 20:52:06
IDJOB=4303059
IDBENCH=141365
IDSOLVER=2778
FILE ID=node138/4303059-1534013526
RUNJOBID= node138-1533993481-21559
PBS_JOBID= 21036952
Free space on /tmp= 24252 MiB

SOLVER NAME= PicatSAT 2018-08-02
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-10_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4303059-1534013526/watcher-4303059-1534013526 -o /tmp/evaluation-result-4303059-1534013526/solver-4303059-1534013526 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1533993481-21559 --watchdog 2580  xcsp_picat HOME/instance-4303059-1534013526.xml

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

MD5SUM BENCH= 769ec0f26c47f1b96bb609b2e4d8d5d6
RANDOM SEED=1283991440

node138.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.71
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.71
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.71
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.71
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:        14075324 kB
MemAvailable:   28428052 kB
Buffers:           94600 kB
Cached:         14326764 kB
SwapCached:           12 kB
Active:         10609916 kB
Inactive:        7340512 kB
Active(anon):    3469596 kB
Inactive(anon):   111296 kB
Active(file):    7140320 kB
Inactive(file):  7229216 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              3028 kB
Writeback:             0 kB
AnonPages:       3535356 kB
Mapped:            52120 kB
Shmem:             49740 kB
Slab:             439240 kB
SReclaimable:     411652 kB
SUnreclaim:        27588 kB
KernelStack:        3360 kB
PageTables:        12056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3947676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2105344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 24248 MiB
End job on node138 at 2018-08-11 21:04:02