Trace number 4294335

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-06-15OPT55 848.852 848.86

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

848.78/848.85	c xcsp_picat version 2.4#4 (June 15, 2018)
848.78/848.85	o 77
848.78/848.85	o 64
848.78/848.85	o 58
848.78/848.85	o 55
848.78/848.85	s OPTIMUM FOUND
848.78/848.85	v <instantiation>
848.78/848.85	v     <list> y[][] x[]  </list> 
848.78/848.85	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> 
848.78/848.85	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 (8557 MiB free)
  memory of node 1: 16384 MiB (13289 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294335-1532442447/watcher-4294335-1532442447 -o /tmp/evaluation-result-4294335-1532442447/solver-4294335-1532442447 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532432947-16184 --watchdog 2580 xcsp_picat HOME/instance-4294335-1532442447.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=17609, runsolver pid=17606
Current StackSize limit: 8192 KiB


[startup+0.100163 s]*
/proc/loadavg: 1.91 1.98 2.03 3/187 17610
/proc/meminfo: memFree=22351620/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=130404 memory=21840 CPUtime=0.1 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 2698 0 0 0 10 0 0 0 20 0 1 0 61807907 133533696 5460 33554432000 4194304 5849740 140736745267856 140736745267856 5365344 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 32601 5460 684 405 0 29545 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 130404 KiB
Current children cumulated memory: 21840 KiB

[startup+0.209588 s]*
/proc/loadavg: 1.91 1.98 2.03 3/187 17610
/proc/meminfo: memFree=22351620/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=130404 memory=21840 CPUtime=0.21 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 2698 0 0 0 21 0 0 0 20 0 1 0 61807907 133533696 5460 33554432000 4194304 5849740 140736745267856 140736745267856 5394820 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 32601 5460 684 405 0 29545 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 130404 KiB
Current children cumulated memory: 21840 KiB

[startup+0.308832 s]*
/proc/loadavg: 1.91 1.98 2.03 3/187 17610
/proc/meminfo: memFree=22351620/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=130404 memory=21840 CPUtime=0.31 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 2700 0 0 0 31 0 0 0 20 0 1 0 61807907 133533696 5460 33554432000 4194304 5849740 140736745267856 140736745267856 5355861 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 32601 5460 684 405 0 29545 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 130404 KiB
Current children cumulated memory: 21840 KiB

[startup+0.700283 s]
/proc/loadavg: 1.91 1.98 2.03 3/187 17610
/proc/meminfo: memFree=22343792/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=136008 memory=26864 CPUtime=0.69 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 4243 0 0 0 69 0 0 0 20 0 1 0 61807907 139272192 6716 33554432000 4194304 5849740 140736745267856 140736745267856 5301954 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 34002 6716 707 405 0 30946 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 136008 KiB
Current children cumulated memory: 26864 KiB

[startup+1.50029 s]
/proc/loadavg: 1.91 1.98 2.03 3/187 17610
/proc/meminfo: memFree=22333808/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=138216 memory=29328 CPUtime=1.5 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 4801 0 0 0 148 2 0 0 20 0 1 0 61807907 141533184 7332 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 34554 7332 708 405 0 31498 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 138216 KiB
Current children cumulated memory: 29328 KiB

[startup+3.10941 s]
/proc/loadavg: 1.91 1.98 2.03 3/187 17610
/proc/meminfo: memFree=22340320/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=138276 memory=29868 CPUtime=3.1 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 7352 0 0 0 307 3 0 0 20 0 1 0 61807907 141594624 7467 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 34569 7467 711 405 0 31513 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 138276 KiB
Current children cumulated memory: 29868 KiB

[startup+6.30029 s]
/proc/loadavg: 1.92 1.98 2.03 3/187 17610
/proc/meminfo: memFree=22333992/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=139332 memory=31024 CPUtime=6.29 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 9628 0 0 0 622 7 0 0 20 0 1 0 61807907 142675968 7756 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 34833 7756 711 405 0 31777 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 139332 KiB
Current children cumulated memory: 31024 KiB

[startup+12.7003 s]
/proc/loadavg: 1.92 1.98 2.03 3/187 17610
/proc/meminfo: memFree=22336684/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=139904 memory=31536 CPUtime=12.69 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 14153 0 0 0 1255 14 0 0 20 0 1 0 61807907 143261696 7884 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 34976 7884 711 405 0 31920 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 139904 KiB
Current children cumulated memory: 31536 KiB

[startup+25.5003 s]
/proc/loadavg: 1.94 1.98 2.03 3/187 17610
/proc/meminfo: memFree=22341116/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=142812 memory=34228 CPUtime=25.49 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 26908 0 0 0 2521 28 0 0 20 0 1 0 61807907 146239488 8557 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 35703 8557 711 405 0 32647 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 142812 KiB
Current children cumulated memory: 34228 KiB

[startup+51.1095 s]
/proc/loadavg: 1.96 1.99 2.03 3/187 17611
/proc/meminfo: memFree=22324012/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=146016 memory=37420 CPUtime=51.1 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 41362 0 0 0 5064 46 0 0 20 0 1 0 61807907 149520384 9355 33554432000 4194304 5849740 140736745267856 140736745266856 5394500 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 36504 9355 711 405 0 33448 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 146016 KiB
Current children cumulated memory: 37420 KiB

[startup+102.3 s]
/proc/loadavg: 1.98 1.99 2.03 3/187 17612
/proc/meminfo: memFree=22309788/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=150240 memory=45684 CPUtime=102.29 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 62822 0 0 0 10143 86 0 0 20 0 1 0 61807907 153845760 11421 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 37560 11421 711 405 0 34504 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 150240 KiB
Current children cumulated memory: 45684 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/188 17621
/proc/meminfo: memFree=22299272/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=159008 memory=58056 CPUtime=162.28 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 82831 0 0 0 16105 123 0 0 20 0 1 0 61807907 162824192 14514 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 39752 14514 711 405 0 36696 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 159008 KiB
Current children cumulated memory: 58056 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 17622
/proc/meminfo: memFree=22265704/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=170168 memory=69112 CPUtime=222.29 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 96113 0 0 0 22080 149 0 0 20 0 1 0 61807907 174252032 17278 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 42542 17278 711 405 0 39486 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 170168 KiB
Current children cumulated memory: 69112 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 17623
/proc/meminfo: memFree=22187080/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=194740 memory=93692 CPUtime=282.29 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 109450 0 0 0 28060 169 0 0 20 0 1 0 61807907 199413760 23423 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 48685 23423 711 405 0 45629 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 194740 KiB
Current children cumulated memory: 93692 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 17624
/proc/meminfo: memFree=22214144/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=210984 memory=109732 CPUtime=342.28 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 123278 0 0 0 34042 186 0 0 20 0 1 0 61807907 216047616 27433 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 52746 27433 711 405 0 49690 0
Current children cumulated CPU time: 342.28 s
Current children cumulated vsize: 210984 KiB
Current children cumulated memory: 109732 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 17625
/proc/meminfo: memFree=22205364/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=193364 memory=92200 CPUtime=402.28 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 130850 0 0 0 40029 199 0 0 20 0 1 0 61807907 198004736 23050 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 48341 23050 711 405 0 45285 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 193364 KiB
Current children cumulated memory: 92200 KiB

[startup+462.3 s]
/proc/loadavg: 2.04 2.00 2.04 3/187 17627
/proc/meminfo: memFree=22219216/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=146228 memory=45172 CPUtime=462.28 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 140148 0 0 0 46006 222 0 0 20 0 1 0 61807907 149737472 11293 33554432000 4194304 5849740 140736745267856 140736745266856 5338113 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 36557 11293 724 405 0 33501 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 146228 KiB
Current children cumulated memory: 45172 KiB

[startup+522.3 s]
/proc/loadavg: 2.01 2.00 2.04 3/187 17628
/proc/meminfo: memFree=22207292/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=155832 memory=53400 CPUtime=522.28 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 144212 0 0 0 51958 270 0 0 20 0 1 0 61807907 159571968 13350 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 38958 13350 724 405 0 35902 0
Current children cumulated CPU time: 522.28 s
Current children cumulated vsize: 155832 KiB
Current children cumulated memory: 53400 KiB

[startup+582.3 s]
/proc/loadavg: 2.05 2.02 2.05 3/187 17629
/proc/meminfo: memFree=22234316/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=173544 memory=72548 CPUtime=582.28 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 150584 0 0 0 57920 308 0 0 20 0 1 0 61807907 177709056 18137 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 43386 18137 724 405 0 40330 0
Current children cumulated CPU time: 582.28 s
Current children cumulated vsize: 173544 KiB
Current children cumulated memory: 72548 KiB

[startup+642.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/187 17630
/proc/meminfo: memFree=22219528/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=173544 memory=72548 CPUtime=642.28 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 153431 0 0 0 63888 340 0 0 20 0 1 0 61807907 177709056 18137 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 43386 18137 724 405 0 40330 0
Current children cumulated CPU time: 642.28 s
Current children cumulated vsize: 173544 KiB
Current children cumulated memory: 72548 KiB

[startup+702.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/187 17631
/proc/meminfo: memFree=22182172/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=189020 memory=87948 CPUtime=702.28 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 153991 0 0 0 69859 369 0 0 20 0 1 0 61807907 193556480 21987 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 47255 21987 724 405 0 44199 0
Current children cumulated CPU time: 702.28 s
Current children cumulated vsize: 189020 KiB
Current children cumulated memory: 87948 KiB

[startup+762.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 17640
/proc/meminfo: memFree=22148460/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=189020 memory=88024 CPUtime=762.28 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 154546 0 0 0 75835 393 0 0 20 0 1 0 61807907 193556480 22006 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 47255 22006 724 405 0 44199 0
Current children cumulated CPU time: 762.28 s
Current children cumulated vsize: 189020 KiB
Current children cumulated memory: 88024 KiB

[startup+822.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 17641
/proc/meminfo: memFree=22143660/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=156032 memory=54856 CPUtime=822.28 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 155441 0 0 0 81791 437 0 0 20 0 1 0 61807907 159776768 13714 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 39008 13714 724 405 0 35952 0
Current children cumulated CPU time: 822.28 s
Current children cumulated vsize: 156032 KiB
Current children cumulated memory: 54856 KiB

[startup+848.86 s]
# the end of solver process 17609 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=844.302 s, system=4.55006 s

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

[startup+832 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 17641
/proc/meminfo: memFree=22143668/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=156032 memory=54856 CPUtime=831.99 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 155441 0 0 0 82756 443 0 0 20 0 1 0 61807907 159776768 13714 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 39008 13714 724 405 0 35952 0
Current children cumulated CPU time: 831.99 s
Current children cumulated vsize: 156032 KiB
Current children cumulated memory: 54856 KiB

[startup+838.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 17641
/proc/meminfo: memFree=22143668/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=156032 memory=55036 CPUtime=838.38 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 155925 0 0 0 83391 447 0 0 20 0 1 0 61807907 159776768 13759 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 39008 13759 724 405 0 35952 0
Current children cumulated CPU time: 838.38 s
Current children cumulated vsize: 156032 KiB
Current children cumulated memory: 55036 KiB

[startup+844.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 17642
/proc/meminfo: memFree=22143264/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=156032 memory=55036 CPUtime=844.79 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 155925 0 0 0 84027 452 0 0 20 0 1 0 61807907 159776768 13759 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 39008 13759 724 405 0 35952 0
Current children cumulated CPU time: 844.79 s
Current children cumulated vsize: 156032 KiB
Current children cumulated memory: 55036 KiB

[startup+846.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 17642
/proc/meminfo: memFree=22143272/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=156032 memory=55036 CPUtime=846.38 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 155925 0 0 0 84185 453 0 0 20 0 1 0 61807907 159776768 13759 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 39008 13759 724 405 0 35952 0
Current children cumulated CPU time: 846.38 s
Current children cumulated vsize: 156032 KiB
Current children cumulated memory: 55036 KiB

[startup+848 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 17642
/proc/meminfo: memFree=22143388/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=156032 memory=55036 CPUtime=847.99 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 155925 0 0 0 84345 454 0 0 20 0 1 0 61807907 159776768 13759 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 39008 13759 724 405 0 35952 0
Current children cumulated CPU time: 847.99 s
Current children cumulated vsize: 156032 KiB
Current children cumulated memory: 55036 KiB

[startup+848.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 17642
/proc/meminfo: memFree=22143388/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=156032 memory=55036 CPUtime=848.38 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 155925 0 0 0 84384 454 0 0 20 0 1 0 61807907 159776768 13759 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 39008 13759 724 405 0 35952 0
Current children cumulated CPU time: 848.38 s
Current children cumulated vsize: 156032 KiB
Current children cumulated memory: 55036 KiB

[startup+848.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 17642
/proc/meminfo: memFree=22143388/32770624 swapFree=67108860/67108860
[pid=17609] ppid=17606 vsize=156032 memory=55036 CPUtime=848.78 cores=1,3,5,7
/proc/17609/stat : 17609 (xcsp_picat) R 17606 17609 16152 0 -1 4202496 155925 0 0 0 84424 454 0 0 20 0 1 0 61807907 159776768 13759 33554432000 4194304 5849740 140736745267856 140736745266856 139631657979783 0 0 4096 8389634 0 0 0 17 3 0 0 0 0 0 7949816 9399828 35483648 140736745276598 140736745276676 140736745276676 140736745279434 0
/proc/17609/statm: 39008 13759 724 405 0 35952 0
Current children cumulated CPU time: 848.78 s
Current children cumulated vsize: 156032 KiB
Current children cumulated memory: 55036 KiB

Child status: 0
Real time (s): 848.86
CPU time (s): 848.852
CPU user time (s): 844.302
CPU system time (s): 4.55006
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 210984
Max. memory (cumulated for all children) (KiB): 109936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 844.302
system time used= 4.55006
maximum resident set size= 109936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155976
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= 32
involuntary context switches= 399


# summary of solver processes directly reported to runsolver:
#   pid: 17609
#   total CPU time (s): 848.852
#   total CPU user time (s): 844.302
#   total CPU system time (s): 4.55006

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.42069 second user time and 5.13686 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-24 16:27:27
IDJOB=4294335
IDBENCH=141365
IDSOLVER=2754
FILE ID=node136/4294335-1532442447
RUNJOBID= node136-1532432947-16184
PBS_JOBID= 21021579
Free space on /tmp= 56516 MiB

SOLVER NAME= PicatSAT 2018-06-15
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-4294335-1532442447/watcher-4294335-1532442447 -o /tmp/evaluation-result-4294335-1532442447/solver-4294335-1532442447 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532432947-16184 --watchdog 2580  xcsp_picat HOME/instance-4294335-1532442447.xml

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

MD5SUM BENCH= 769ec0f26c47f1b96bb609b2e4d8d5d6
RANDOM SEED=1514234548

node136.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:        22371332 kB
MemAvailable:   31904604 kB
Buffers:          204660 kB
Cached:          9558368 kB
SwapCached:            0 kB
Active:          2021356 kB
Inactive:        7839128 kB
Active(anon):      46340 kB
Inactive(anon):    70196 kB
Active(file):    1975016 kB
Inactive(file):  7768932 kB
Unevictable:        7340 kB
Mlocked:            7340 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3116 kB
Writeback:            48 kB
AnonPages:        218972 kB
Mapped:            41148 kB
Shmem:             17036 kB
Slab:             237924 kB
SReclaimable:     210316 kB
SUnreclaim:        27608 kB
KernelStack:        3360 kB
PageTables:         5504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     486192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 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= 56512 MiB
End job on node136 at 2018-07-24 16:41:36