Trace number 3420942

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes5.cnf
MD5SUMe7d4dc25f0d8e558fb091b1e566deab7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.57976
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

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-3420942-1306590836/watcher-3420942-1306590836 -o /tmp/evaluation-result-3420942-1306590836/solver-3420942-1306590836 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420942-1306590836.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: 2.10 2.08 2.02 3/572 12990
/proc/meminfo: memFree=24049856/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=20592 CPUtime=0 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 951 0 0 0 0 0 0 0 19 0 1 0 770682372 21086208 888 33554432000 4194304 4291949 140735490924448 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 5148 889 225 24 0 1782 0

[startup+0.0353849 s]
/proc/loadavg: 2.10 2.08 2.02 3/572 12990
/proc/meminfo: memFree=24049856/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=21136 CPUtime=0.02 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 1173 0 0 0 2 0 0 0 19 0 1 0 770682372 21643264 1069 33554432000 4194304 4291949 140735490924448 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 5284 1069 231 24 0 1918 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21136

[startup+0.100374 s]
/proc/loadavg: 2.10 2.08 2.02 3/572 12990
/proc/meminfo: memFree=24049856/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=21400 CPUtime=0.09 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 1299 0 0 0 9 0 0 0 19 0 1 0 770682372 21913600 1192 33554432000 4194304 4291949 140735490924448 18446744073709551615 4229961 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 5350 1192 233 24 0 1984 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21400

[startup+0.300338 s]
/proc/loadavg: 2.10 2.08 2.02 3/572 12990
/proc/meminfo: memFree=24049856/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=18452 CPUtime=0.29 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 1718 0 0 0 29 0 0 0 20 0 1 0 770682372 18894848 1286 33554432000 4194304 4291949 140735490924448 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 4613 1286 252 24 0 1247 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18452

[startup+0.700267 s]
/proc/loadavg: 2.10 2.08 2.02 3/572 12990
/proc/meminfo: memFree=24049856/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=21288 CPUtime=0.69 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 2281 0 0 0 69 0 0 0 20 0 1 0 770682372 21798912 1840 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 5322 1840 252 24 0 1956 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21288

[startup+1.50013 s]
/proc/loadavg: 2.10 2.08 2.02 3/573 12991
/proc/meminfo: memFree=24040680/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=24960 CPUtime=1.49 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 3246 0 0 0 149 0 0 0 23 0 1 0 770682372 25559040 2800 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 6240 2800 252 24 0 2874 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24960

[startup+3.10084 s]
/proc/loadavg: 2.09 2.08 2.02 3/573 12991
/proc/meminfo: memFree=24033416/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=23552 CPUtime=3.09 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 5609 0 0 0 308 1 0 0 25 0 1 0 770682372 24117248 2436 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 5888 2436 252 24 0 2522 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23552

[startup+6.30027 s]
/proc/loadavg: 2.09 2.08 2.02 3/573 12991
/proc/meminfo: memFree=24022008/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=56700 CPUtime=6.29 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 12541 0 0 0 627 2 0 0 25 0 1 0 770682372 58060800 9338 33554432000 4194304 4291949 140735490924448 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 14175 9338 252 24 0 10809 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56700

[startup+12.7001 s]
/proc/loadavg: 2.08 2.08 2.02 3/573 12991
/proc/meminfo: memFree=24013676/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=56700 CPUtime=12.69 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 13399 0 0 0 1267 2 0 0 25 0 1 0 770682372 58060800 7008 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 14175 7008 252 24 0 10809 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56700

[startup+25.5009 s]
/proc/loadavg: 2.07 2.08 2.02 3/573 12991
/proc/meminfo: memFree=23987504/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=56700 CPUtime=25.49 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 16711 0 0 0 2546 3 0 0 25 0 1 0 770682372 58060800 10218 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255913 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 14175 10218 252 24 0 10809 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56700

[startup+51.1003 s]
/proc/loadavg: 2.04 2.07 2.01 3/573 12992
/proc/meminfo: memFree=23960412/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=56700 CPUtime=51.09 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 17186 0 0 0 5106 3 0 0 25 0 1 0 770682372 58060800 10688 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 14175 10688 252 24 0 10809 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 56700

[startup+102.321 s]
/proc/loadavg: 2.02 2.06 2.01 3/573 12994
/proc/meminfo: memFree=23931236/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=64728 CPUtime=102.31 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 19227 0 0 0 10228 3 0 0 25 0 1 0 770682372 66281472 12700 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 16182 12700 252 24 0 12816 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 64728

[startup+162.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/573 12995
/proc/meminfo: memFree=23907648/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=95076 CPUtime=162.29 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 24380 0 0 0 16225 4 0 0 25 0 1 0 770682372 97357824 13116 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 23769 13116 252 24 0 20403 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 95076

[startup+222.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/573 12997
/proc/meminfo: memFree=23876744/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=95076 CPUtime=222.29 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 25887 0 0 0 22225 4 0 0 25 0 1 0 770682372 97357824 14606 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 23769 14606 252 24 0 20403 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 95076

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 12998
/proc/meminfo: memFree=23854892/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=95076 CPUtime=282.29 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 26204 0 0 0 28225 4 0 0 25 0 1 0 770682372 97357824 14920 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 23769 14920 252 24 0 20403 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 95076

[startup+342.301 s]
/proc/loadavg: 2.19 2.08 2.02 3/573 13000
/proc/meminfo: memFree=23831316/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=95076 CPUtime=342.3 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 34798 0 0 0 34225 5 0 0 25 0 1 0 770682372 97357824 15786 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 23769 15786 252 24 0 20403 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 95076

[startup+402.301 s]
/proc/loadavg: 2.15 2.09 2.02 3/573 13002
/proc/meminfo: memFree=23786892/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=95076 CPUtime=402.29 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 47289 0 0 0 40223 6 0 0 25 0 1 0 770682372 97357824 20454 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 23769 20454 252 24 0 20403 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 95076

[startup+462.3 s]
/proc/loadavg: 2.06 2.07 2.02 3/573 13012
/proc/meminfo: memFree=23769156/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=95076 CPUtime=462.29 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 47289 0 0 0 46223 6 0 0 25 0 1 0 770682372 97357824 20454 33554432000 4194304 4291949 140735490924448 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 23769 20454 252 24 0 20403 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 95076

[startup+522.3 s]
/proc/loadavg: 2.02 2.06 2.01 3/573 13014
/proc/meminfo: memFree=23751288/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=144396 CPUtime=522.3 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 54977 0 0 0 52223 7 0 0 25 0 1 0 770682372 147861504 28138 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 36099 28138 252 24 0 32733 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 144396

[startup+582.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/573 13015
/proc/meminfo: memFree=23698060/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=144396 CPUtime=582.3 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 71278 0 0 0 58221 9 0 0 25 0 1 0 770682372 147861504 28237 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 36099 28237 252 24 0 32733 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 144396

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/573 13120
/proc/meminfo: memFree=23276864/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=141348 CPUtime=4062.4 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 790639 0 0 0 406108 132 0 0 25 0 1 0 770682372 144740352 32051 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 35337 32051 252 24 0 31971 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 141348

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/573 13122
/proc/meminfo: memFree=23268772/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=141348 CPUtime=4122.38 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 801879 0 0 0 412103 135 0 0 25 0 1 0 770682372 144740352 32051 33554432000 4194304 4291949 140735490924448 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 35337 32051 252 24 0 31971 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 141348

[startup+4182.3 s]
/proc/loadavg: 1.40 1.84 1.94 2/567 13141
/proc/meminfo: memFree=24177128/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=190668 CPUtime=4182.38 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 821331 0 0 0 418100 138 0 0 25 0 1 0 770682372 195244032 39760 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 47667 39760 252 24 0 44301 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 190668

[startup+4242.3 s]
/proc/loadavg: 1.28 1.72 1.89 2/567 13146
/proc/meminfo: memFree=24171712/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=190668 CPUtime=4242.38 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 835414 0 0 0 424096 142 0 0 25 0 1 0 770682372 195244032 41373 33554432000 4194304 4291949 140735490924448 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 47667 41373 252 24 0 44301 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 190668

[startup+4302.3 s]
/proc/loadavg: 1.18 1.60 1.84 2/567 13148
/proc/meminfo: memFree=24208216/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=141348 CPUtime=4302.38 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 838878 0 0 0 430095 143 0 0 25 0 1 0 770682372 144740352 32051 33554432000 4194304 4291949 140735490924448 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 35337 32051 252 24 0 31971 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 141348

[startup+4362.3 s]
/proc/loadavg: 1.06 1.49 1.78 2/567 13149
/proc/meminfo: memFree=24178428/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=190668 CPUtime=4362.39 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 858032 0 0 0 436093 146 0 0 25 0 1 0 770682372 195244032 39767 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 47667 39767 252 24 0 44301 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 190668

[startup+4422.3 s]
/proc/loadavg: 1.02 1.40 1.73 2/567 13151
/proc/meminfo: memFree=24175296/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=190668 CPUtime=4422.39 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 869288 0 0 0 442090 149 0 0 25 0 1 0 770682372 195244032 40487 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 47667 40487 252 24 0 44301 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 190668

[startup+4482.3 s]
/proc/loadavg: 1.01 1.32 1.68 2/567 13152
/proc/meminfo: memFree=24172172/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=190668 CPUtime=4482.38 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 881156 0 0 0 448087 151 0 0 25 0 1 0 770682372 195244032 41317 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 47667 41317 252 24 0 44301 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 190668

[startup+4542.3 s]
/proc/loadavg: 1.00 1.26 1.64 2/567 13154
/proc/meminfo: memFree=24174736/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=190668 CPUtime=4542.39 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 892446 0 0 0 454086 153 0 0 25 0 1 0 770682372 195244032 40686 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 47667 40686 252 24 0 44301 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 190668

[startup+4602.3 s]
/proc/loadavg: 1.00 1.21 1.59 2/567 13156
/proc/meminfo: memFree=24176676/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=190668 CPUtime=4602.41 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 903984 0 0 0 460085 156 0 0 25 0 1 0 770682372 195244032 40195 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 47667 40195 252 24 0 44301 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 190668

[startup+4662.3 s]
/proc/loadavg: 1.00 1.17 1.55 2/567 13157
/proc/meminfo: memFree=24207892/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=141348 CPUtime=4662.39 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 907815 0 0 0 466082 157 0 0 25 0 1 0 770682372 144740352 32051 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 35337 32051 252 24 0 31971 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 141348

[startup+4722.32 s]
/proc/loadavg: 1.00 1.14 1.52 2/567 13159
/proc/meminfo: memFree=24170784/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=190668 CPUtime=4722.42 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 929925 0 0 0 472081 161 0 0 25 0 1 0 770682372 195244032 41648 33554432000 4194304 4291949 140735490924448 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 47667 41648 252 24 0 44301 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 190668

[startup+4782.3 s]
/proc/loadavg: 1.00 1.11 1.48 2/567 13160
/proc/meminfo: memFree=24177184/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=190668 CPUtime=4782.39 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 942433 0 0 0 478076 163 0 0 25 0 1 0 770682372 195244032 40114 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 47667 40114 252 24 0 44301 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 190668

[startup+4842.3 s]
/proc/loadavg: 1.04 1.10 1.45 2/567 13162
/proc/meminfo: memFree=24207904/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=141348 CPUtime=4842.39 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 946687 0 0 0 484074 165 0 0 25 0 1 0 770682372 144740352 32051 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 35337 32051 252 24 0 31971 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 141348

[startup+4902.3 s]
/proc/loadavg: 1.05 1.09 1.43 2/567 13164
/proc/meminfo: memFree=24208620/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=141348 CPUtime=4902.4 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 957776 0 0 0 490072 168 0 0 25 0 1 0 770682372 144740352 32051 33554432000 4194304 4291949 140735490924448 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 35337 32051 252 24 0 31971 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 141348

[startup+4962.3 s]
/proc/loadavg: 1.02 1.08 1.40 2/567 13165
/proc/meminfo: memFree=24208460/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=141348 CPUtime=4962.4 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 968842 0 0 0 496070 170 0 0 25 0 1 0 770682372 144740352 32051 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 35337 32051 252 24 0 31971 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 141348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.01 1.06 1.38 2/567 13166
/proc/meminfo: memFree=24165664/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=190668 CPUtime=5000.01 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 979763 0 0 0 499829 172 0 0 25 0 1 0 770682372 195244032 42919 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 47667 42919 252 24 0 44301 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 190668

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

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

[startup+4999.9 s]
/proc/loadavg: 1.01 1.06 1.38 2/567 13166
/proc/meminfo: memFree=24165664/32950928 swapFree=49808508/67111528
[pid=12990] ppid=12988 vsize=190668 CPUtime=5000.01 cores=1,3,5,7
/proc/12990/stat : 12990 (RestartSAT) R 12988 12990 12123 0 -1 4202496 979763 0 0 0 499829 172 0 0 25 0 1 0 770682372 195244032 42919 33554432000 4194304 4291949 140735490924448 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/12990/statm: 47667 42919 252 24 0 44301 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 190668

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.04
CPU user time (s): 4998.31
CPU system time (s): 1.73374
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 221488

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

runsolver used 26.6369 second user time and 66.8128 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-28 15:53:56
IDJOB=3420942
IDBENCH=71526
IDSOLVER=1911
FILE ID=node122/3420942-1306590836
RUNJOBID= node122-1306579394-12142
PBS_JOBID= 13471558
Free space on /tmp= 73480 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v760c43649gyes5.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420942-1306590836/watcher-3420942-1306590836 -o /tmp/evaluation-result-3420942-1306590836/solver-3420942-1306590836 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420942-1306590836.cnf

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

MD5SUM BENCH= e7d4dc25f0d8e558fb091b1e566deab7
RANDOM SEED=2015835370

node122.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.820
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.64
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.820
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	: 5332.75
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.820
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.75
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.820
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.820
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.75
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.820
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.75
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24050020 kB
Buffers:        182876 kB
Cached:        2220600 kB
SwapCached:      60748 kB
Active:         748896 kB
Inactive:      7892828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24050020 kB
SwapTotal:    67111528 kB
SwapFree:     49808508 kB
Dirty:             836 kB
Writeback:           0 kB
AnonPages:     6191488 kB
Mapped:          11828 kB
Slab:            95964 kB
PageTables:      93452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 181055252 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= 73484 MiB
End job on node122 at 2011-05-28 17:17:18