Trace number 3419743

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 NameAnswerCPU timeWall clock time
RestartSAT B95? (TO) 5000.12 5000.02

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo064.cnf
MD5SUM472e9d10d7fd1a82d06da0809d0002df
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables47129
Number of clauses141002
Sum of the clauses size329002
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 294000
Number of clauses of size 347000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3419743-1306579401/watcher-3419743-1306579401 -o /tmp/evaluation-result-3419743-1306579401/solver-3419743-1306579401 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419743-1306579401.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 1/381 24704
/proc/meminfo: memFree=17602044/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=21664 CPUtime=0.01 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 1328 0 0 0 1 0 0 0 21 0 1 0 769542931 22183936 1243 33554432000 4194304 4291949 140734440213296 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 5416 1243 227 24 0 2050 0

[startup+0.0195929 s]
/proc/loadavg: 0.00 0.00 0.00 1/381 24704
/proc/meminfo: memFree=17602044/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=23044 CPUtime=0.01 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 1758 0 0 0 1 0 0 0 21 0 1 0 769542931 23597056 1618 33554432000 4194304 4291949 140734440213296 18446744073709551615 218370618053 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 5761 1619 227 24 0 2395 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 23044

[startup+0.100572 s]
/proc/loadavg: 0.00 0.00 0.00 1/381 24704
/proc/meminfo: memFree=17602044/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=34704 CPUtime=0.09 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 5387 0 0 0 9 0 0 0 21 0 1 0 769542931 35536896 4834 33554432000 4194304 4291949 140734440213296 18446744073709551615 4220999 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 8676 4834 234 24 0 5310 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34704

[startup+0.300538 s]
/proc/loadavg: 0.00 0.00 0.00 1/381 24704
/proc/meminfo: memFree=17602044/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=35252 CPUtime=0.29 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 8013 0 0 0 29 0 0 0 22 0 1 0 769542931 36098048 5114 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 8813 5114 253 24 0 5447 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35252

[startup+0.700463 s]
/proc/loadavg: 0.00 0.00 0.00 1/381 24704
/proc/meminfo: memFree=17602044/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=35252 CPUtime=0.69 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 8082 0 0 0 69 0 0 0 24 0 1 0 769542931 36098048 5181 33554432000 4194304 4291949 140734440213296 18446744073709551615 4250555 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 8813 5181 253 24 0 5447 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35252

[startup+1.50032 s]
/proc/loadavg: 0.00 0.00 0.00 3/387 24713
/proc/meminfo: memFree=17487428/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=35252 CPUtime=1.48 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 8236 0 0 0 148 0 0 0 25 0 1 0 769542931 36098048 5329 33554432000 4194304 4291949 140734440213296 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 8813 5329 253 24 0 5447 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 35252

[startup+3.10104 s]
/proc/loadavg: 0.16 0.03 0.01 3/387 24713
/proc/meminfo: memFree=17491156/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=39604 CPUtime=3.09 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 8501 0 0 0 309 0 0 0 25 0 1 0 769542931 40554496 5591 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 9901 5591 253 24 0 6535 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39604

[startup+6.30049 s]
/proc/loadavg: 0.16 0.03 0.01 3/387 24713
/proc/meminfo: memFree=17488684/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=40016 CPUtime=6.29 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 9191 0 0 0 628 1 0 0 25 0 1 0 769542931 40976384 6267 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255744 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 10004 6267 253 24 0 6638 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40016

[startup+12.7004 s]
/proc/loadavg: 0.44 0.10 0.03 3/387 24713
/proc/meminfo: memFree=17472628/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=51644 CPUtime=12.69 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 12110 0 0 0 1268 1 0 0 25 0 1 0 769542931 52883456 9156 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 12911 9156 253 24 0 9545 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51644

[startup+25.5011 s]
/proc/loadavg: 0.68 0.16 0.05 3/387 24713
/proc/meminfo: memFree=17459696/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=58824 CPUtime=25.5 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 13922 0 0 0 2548 2 0 0 25 0 1 0 769542931 60235776 10904 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 14706 10904 253 24 0 11340 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 58824

[startup+51.1005 s]
/proc/loadavg: 1.31 0.35 0.12 3/387 24714
/proc/meminfo: memFree=17428692/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=70328 CPUtime=51.09 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 19231 0 0 0 5106 3 0 0 25 0 1 0 769542931 72015872 11114 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255776 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 17582 11114 253 24 0 14216 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70328

[startup+102.314 s]
/proc/loadavg: 1.79 0.64 0.23 3/387 24715
/proc/meminfo: memFree=17371864/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=89872 CPUtime=102.31 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 25932 0 0 0 10227 4 0 0 25 0 1 0 769542931 92028928 17762 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 22468 17762 253 24 0 19102 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 89872

[startup+162.301 s]
/proc/loadavg: 1.91 0.87 0.33 3/387 24717
/proc/meminfo: memFree=17338084/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=89872 CPUtime=162.29 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 35502 0 0 0 16223 6 0 0 25 0 1 0 769542931 92028928 19052 33554432000 4194304 4291949 140734440213296 18446744073709551615 4261855 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 22468 19052 253 24 0 19102 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 89872

[startup+222.3 s]
/proc/loadavg: 1.97 1.09 0.44 4/387 24719
/proc/meminfo: memFree=17294640/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=89872 CPUtime=222.29 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 44765 0 0 0 22221 8 0 0 25 0 1 0 769542931 92028928 19059 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 22468 19059 253 24 0 19102 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 89872

[startup+282.301 s]
/proc/loadavg: 1.99 1.24 0.53 3/387 24720
/proc/meminfo: memFree=17262348/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=89872 CPUtime=282.29 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 55103 0 0 0 28219 10 0 0 25 0 1 0 769542931 92028928 19069 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 22468 19069 253 24 0 19102 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 89872

[startup+342.301 s]
/proc/loadavg: 1.99 1.39 0.62 3/387 24722
/proc/meminfo: memFree=17230184/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=89872 CPUtime=342.29 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 64202 0 0 0 34217 12 0 0 25 0 1 0 769542931 92028928 19069 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 22468 19069 253 24 0 19102 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 89872

[startup+402.3 s]
/proc/loadavg: 1.99 1.49 0.70 3/387 24723
/proc/meminfo: memFree=17193696/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=89872 CPUtime=402.29 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 75271 0 0 0 40216 13 0 0 25 0 1 0 769542931 92028928 19069 33554432000 4194304 4291949 140734440213296 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 22468 19069 253 24 0 19102 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 89872

[startup+462.301 s]
/proc/loadavg: 1.99 1.58 0.78 3/387 24725
/proc/meminfo: memFree=17131144/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=139192 CPUtime=462.29 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 84708 0 0 0 46214 15 0 0 25 0 1 0 769542931 142532608 28476 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255536 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 34798 28476 253 24 0 31432 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 139192

[startup+522.301 s]
/proc/loadavg: 1.99 1.65 0.85 3/387 24727
/proc/meminfo: memFree=17133708/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=89872 CPUtime=522.29 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 85992 0 0 0 52213 16 0 0 25 0 1 0 769542931 92028928 19069 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 22468 19069 253 24 0 19102 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 89872

[startup+582.3 s]
/proc/loadavg: 1.99 1.72 0.93 3/387 24728
/proc/meminfo: memFree=17090636/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=89872 CPUtime=582.3 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 96266 0 0 0 58211 19 0 0 25 0 1 0 769542931 92028928 19069 33554432000 4194304 4291949 140734440213296 18446744073709551615 4261651 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 22468 19069 253 24 0 19102 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 89872

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.11 2.03 1.95 3/387 24831
/proc/meminfo: memFree=16846840/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=223012 CPUtime=4002.37 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 574644 0 0 0 400097 140 0 0 25 0 1 0 769542931 228364288 43103 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 55753 43103 253 24 0 52387 0
Current children cumulated CPU time (s) 4002.37
Current children cumulated vsize (KiB) 223012

[startup+4062.31 s]
/proc/loadavg: 2.07 2.03 1.96 3/387 24833
/proc/meminfo: memFree=16850884/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=192192 CPUtime=4062.38 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 583195 0 0 0 406097 141 0 0 25 0 1 0 769542931 196804608 36167 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 48048 36167 253 24 0 44682 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 192192

[startup+4122.3 s]
/proc/loadavg: 2.02 2.03 1.96 3/387 24835
/proc/meminfo: memFree=16807064/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=223012 CPUtime=4122.37 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 588952 0 0 0 412094 143 0 0 25 0 1 0 769542931 228364288 41788 33554432000 4194304 4291949 140734440213296 18446744073709551615 4248320 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 55753 41788 253 24 0 52387 0
Current children cumulated CPU time (s) 4122.37
Current children cumulated vsize (KiB) 223012

[startup+4182.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/387 24836
/proc/meminfo: memFree=16833812/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=142872 CPUtime=4182.38 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 594130 0 0 0 418092 146 0 0 25 0 1 0 769542931 146300928 28567 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255586 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 35718 28567 253 24 0 32352 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 142872

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/387 24838
/proc/meminfo: memFree=16757136/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=195952 CPUtime=4242.37 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 608628 0 0 0 424090 147 0 0 25 0 1 0 769542931 200654848 42952 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 48988 42952 253 24 0 45622 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 195952

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/387 24839
/proc/meminfo: memFree=16772972/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=146632 CPUtime=4302.37 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 618745 0 0 0 430086 151 0 0 25 0 1 0 769542931 150151168 33241 33554432000 4194304 4291949 140734440213296 18446744073709551615 4261651 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 36658 33241 253 24 0 33292 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 146632

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/387 24841
/proc/meminfo: memFree=16667896/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=276860 CPUtime=4362.38 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 640524 0 0 0 436082 156 0 0 25 0 1 0 769542931 283504640 54901 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 69215 54901 253 24 0 65849 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 276860

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/387 24843
/proc/meminfo: memFree=16555272/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=358248 CPUtime=4422.37 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 654838 0 0 0 442078 159 0 0 25 0 1 0 769542931 366845952 69094 33554432000 4194304 4291949 140734440213296 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 89562 69094 253 24 0 86196 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 358248

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/387 24844
/proc/meminfo: memFree=16645132/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=195952 CPUtime=4482.38 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 665861 0 0 0 448076 162 0 0 25 0 1 0 769542931 200654848 41863 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 48988 41863 253 24 0 45622 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 195952

[startup+4542.3 s]
/proc/loadavg: 2.04 2.01 1.97 3/387 24846
/proc/meminfo: memFree=16591404/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=226772 CPUtime=4542.38 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 673453 0 0 0 454074 164 0 0 25 0 1 0 769542931 232214528 49400 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 56693 49400 253 24 0 53327 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 226772

[startup+4602.3 s]
/proc/loadavg: 2.10 2.04 1.98 3/387 24847
/proc/meminfo: memFree=16542880/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=276860 CPUtime=4602.39 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 680141 0 0 0 460072 167 0 0 25 0 1 0 769542931 283504640 56041 33554432000 4194304 4291949 140734440213296 18446744073709551615 4251672 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 69215 56041 253 24 0 65849 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 276860

[startup+4662.3 s]
/proc/loadavg: 2.04 2.03 1.98 3/387 24858
/proc/meminfo: memFree=16467804/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=358248 CPUtime=4662.38 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 692332 0 0 0 466067 171 0 0 25 0 1 0 769542931 366845952 68091 33554432000 4194304 4291949 140734440213296 18446744073709551615 4248246 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 89562 68091 253 24 0 86196 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 358248

[startup+4722.31 s]
/proc/loadavg: 2.01 2.02 1.98 3/387 24860
/proc/meminfo: memFree=16538904/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=226772 CPUtime=4722.4 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 709377 0 0 0 472066 174 0 0 25 0 1 0 769542931 232214528 45583 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 56693 45583 253 24 0 53327 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 226772

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/387 24861
/proc/meminfo: memFree=17102816/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=226772 CPUtime=4782.38 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 714202 0 0 0 478063 175 0 0 25 0 1 0 769542931 232214528 50252 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 56693 50252 253 24 0 53327 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 226772

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/387 24866
/proc/meminfo: memFree=17136724/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=146632 CPUtime=4842.39 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 717809 0 0 0 484063 176 0 0 25 0 1 0 769542931 150151168 33241 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 36658 33241 253 24 0 33292 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 146632

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/387 24867
/proc/meminfo: memFree=17049920/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=195952 CPUtime=4902.39 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 726323 0 0 0 490062 177 0 0 25 0 1 0 769542931 200654848 41734 33554432000 4194304 4291949 140734440213296 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 48988 41734 253 24 0 45622 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 195952

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/387 24869
/proc/meminfo: memFree=16983528/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=226772 CPUtime=4962.39 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 733667 0 0 0 496060 179 0 0 25 0 1 0 769542931 232214528 48953 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 56693 48953 253 24 0 53327 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 226772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 1.98 3/387 24870
/proc/meminfo: memFree=16959824/32951124 swapFree=52307820/67111528
[pid=24704] ppid=24702 vsize=226772 CPUtime=5000.1 cores=1,3,5,7
/proc/24704/stat : 24704 (RestartSAT) R 24702 24704 24674 0 -1 4202496 736016 0 0 0 499830 180 0 0 25 0 1 0 769542931 232214528 51238 33554432000 4194304 4291949 140734440213296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/24704/statm: 56693 51238 253 24 0 53327 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 226772

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

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.02
CPU time (s): 5000.12
CPU user time (s): 4998.31
CPU system time (s): 1.81172
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 358248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.31
system time used= 1.81172
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 736016
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= 6
involuntary context switches= 9705

runsolver used 16.9954 second user time and 42.3306 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-28 12:43:22
IDJOB=3419743
IDBENCH=70791
IDSOLVER=1911
FILE ID=node101/3419743-1306579401
RUNJOBID= node101-1306579401-24693
PBS_JOBID= 13471579
Free space on /tmp= 73652 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo064.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419743-1306579401/watcher-3419743-1306579401 -o /tmp/evaluation-result-3419743-1306579401/solver-3419743-1306579401 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3419743-1306579401.cnf

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

MD5SUM BENCH= 472e9d10d7fd1a82d06da0809d0002df
RANDOM SEED=742499347

node101.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17602340 kB
Buffers:        239688 kB
Cached:        3628104 kB
SwapCached:      14304 kB
Active:        8513884 kB
Inactive:      6540820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17602340 kB
SwapTotal:    67111528 kB
SwapFree:     52307820 kB
Dirty:            2788 kB
Writeback:           0 kB
AnonPages:    11184536 kB
Mapped:          20416 kB
Slab:           152928 kB
PageTables:      74432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78579924 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73640 MiB
End job on node101 at 2011-05-28 14:06:44