Trace number 3263425

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) 1299.98 1300.01

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_22_70_7-dir.shuffled-as.sat03-154.cnf
MD5SUMaa9ee2fa26214e80fac6d004d5d0b003
Bench CategoryCRAFTED (crafted 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 variables660
Number of clauses56654
Sum of the clauses size113924
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 256632
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 522

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: 935)

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-3263425-1303568267/watcher-3263425-1303568267 -o /tmp/evaluation-result-3263425-1303568267/solver-3263425-1303568267 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3263425-1303568267.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 5.15 6.87 5/181 8480
/proc/meminfo: memFree=13681276/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=19820 CPUtime=0 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 709 0 0 0 0 0 0 0 25 0 1 0 449242934 20295680 650 33554432000 4194304 4291949 140735389921008 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 4955 651 225 24 0 1589 0

[startup+0.0511641 s]
/proc/loadavg: 0.91 5.15 6.87 5/181 8480
/proc/meminfo: memFree=13681276/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=21628 CPUtime=0.04 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 1359 0 0 0 4 0 0 0 25 0 1 0 449242934 22147072 1259 33554432000 4194304 4291949 140735389921008 18446744073709551615 4229961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 5407 1259 231 24 0 2041 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 21628

[startup+0.10014 s]
/proc/loadavg: 0.91 5.15 6.87 5/181 8480
/proc/meminfo: memFree=13681276/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=21628 CPUtime=0.09 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 1359 0 0 0 9 0 0 0 25 0 1 0 449242934 22147072 1259 33554432000 4194304 4291949 140735389921008 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 5407 1259 231 24 0 2041 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21628

[startup+0.300108 s]
/proc/loadavg: 0.91 5.15 6.87 5/181 8480
/proc/meminfo: memFree=13681276/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=19708 CPUtime=0.29 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 2066 0 0 0 29 0 0 0 25 0 1 0 449242934 20180992 1624 33554432000 4194304 4291949 140735389921008 18446744073709551615 4268735 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 4927 1624 251 24 0 1561 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19708

[startup+0.701034 s]
/proc/loadavg: 0.91 5.15 6.87 5/181 8480
/proc/meminfo: memFree=13681276/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=24508 CPUtime=0.69 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 2687 0 0 0 69 0 0 0 25 0 1 0 449242934 25096192 2242 33554432000 4194304 4291949 140735389921008 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 6127 2242 251 24 0 2761 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24508

[startup+1.50091 s]
/proc/loadavg: 0.91 5.15 6.87 4/187 8491
/proc/meminfo: memFree=13664992/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=30184 CPUtime=1.49 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 3658 0 0 0 149 0 0 0 25 0 1 0 449242934 30908416 3206 33554432000 4194304 4291949 140735389921008 18446744073709551615 4255590 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 7546 3206 251 24 0 4180 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30184

[startup+3.10061 s]
/proc/loadavg: 0.91 5.15 6.87 5/190 8497
/proc/meminfo: memFree=13647608/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=31008 CPUtime=3.09 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 4740 0 0 0 308 1 0 0 25 0 1 0 449242934 31752192 4279 33554432000 4194304 4291949 140735389921008 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 7752 4279 251 24 0 4386 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31008

[startup+6.30103 s]
/proc/loadavg: 1.16 5.13 6.85 5/190 8497
/proc/meminfo: memFree=13633840/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=39552 CPUtime=6.29 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 6287 0 0 0 628 1 0 0 25 0 1 0 449242934 40501248 5816 33554432000 4194304 4291949 140735389921008 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 9888 5816 251 24 0 6522 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39552

[startup+12.7009 s]
/proc/loadavg: 1.38 5.11 6.84 5/190 8498
/proc/meminfo: memFree=13597292/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=54204 CPUtime=12.69 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 8460 0 0 0 1267 2 0 0 25 0 1 0 449242934 55504896 7977 33554432000 4194304 4291949 140735389921008 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 13551 7977 251 24 0 10185 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54204

[startup+25.5006 s]
/proc/loadavg: 1.96 5.06 6.79 5/190 8498
/proc/meminfo: memFree=13563328/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=79280 CPUtime=25.48 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 12052 0 0 0 2546 2 0 0 25 0 1 0 449242934 81182720 11546 33554432000 4194304 4291949 140735389921008 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 19820 11546 251 24 0 16454 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 79280

[startup+51.101 s]
/proc/loadavg: 2.66 4.97 6.72 5/190 8499
/proc/meminfo: memFree=13566564/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=53392 CPUtime=51.08 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 18541 0 0 0 5103 5 0 0 25 0 1 0 449242934 54673408 8012 33554432000 4194304 4291949 140735389921008 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 13348 8012 251 24 0 9982 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 53392

[startup+102.307 s]
/proc/loadavg: 3.46 4.81 6.56 5/190 8500
/proc/meminfo: memFree=13519416/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=91736 CPUtime=102.29 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 26955 0 0 0 10220 9 0 0 25 0 1 0 449242934 93937664 16382 33554432000 4194304 4291949 140735389921008 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 22934 16382 251 24 0 19568 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 91736

[startup+162.3 s]
/proc/loadavg: 3.82 4.68 6.41 5/190 8502
/proc/meminfo: memFree=13501664/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=77588 CPUtime=162.28 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 36458 0 0 0 16216 12 0 0 25 0 1 0 449242934 79450112 14941 33554432000 4194304 4291949 140735389921008 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 19397 14941 251 24 0 16031 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 77588

[startup+222.3 s]
/proc/loadavg: 3.93 4.56 6.26 5/190 8503
/proc/meminfo: memFree=13488104/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=102184 CPUtime=222.27 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 41199 0 0 0 22213 14 0 0 25 0 1 0 449242934 104636416 19650 33554432000 4194304 4291949 140735389921008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 25546 19650 251 24 0 22180 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 102184

[startup+282.301 s]
/proc/loadavg: 3.97 4.45 6.12 5/190 8505
/proc/meminfo: memFree=13455708/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=105468 CPUtime=282.28 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 53089 0 0 0 28209 19 0 0 25 0 1 0 449242934 107999232 20197 33554432000 4194304 4291949 140735389921008 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 26367 20197 251 24 0 23001 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 105468

[startup+342.301 s]
/proc/loadavg: 3.99 4.37 5.98 5/190 8506
/proc/meminfo: memFree=13451472/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=89060 CPUtime=342.28 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 63393 0 0 0 34205 23 0 0 25 0 1 0 449242934 91197440 17615 33554432000 4194304 4291949 140735389921008 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 22265 17615 251 24 0 18899 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 89060

[startup+402.3 s]
/proc/loadavg: 3.99 4.30 5.85 5/190 8508
/proc/meminfo: memFree=13423412/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=121092 CPUtime=402.27 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 70121 0 0 0 40201 26 0 0 25 0 1 0 449242934 123998208 24308 33554432000 4194304 4291949 140735389921008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 30273 24308 251 24 0 26907 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 121092

[startup+462.301 s]
/proc/loadavg: 4.05 4.26 5.74 5/190 8513
/proc/meminfo: memFree=13434944/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=102552 CPUtime=462.28 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 79084 0 0 0 46199 29 0 0 25 0 1 0 449242934 105013248 20562 33554432000 4194304 4291949 140735389921008 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 25638 20562 251 24 0 22272 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 102552

[startup+522.301 s]
/proc/loadavg: 4.02 4.21 5.63 5/190 8514
/proc/meminfo: memFree=13411308/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=154684 CPUtime=522.27 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 84963 0 0 0 52195 32 0 0 25 0 1 0 449242934 158396416 26391 33554432000 4194304 4291949 140735389921008 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 38671 26391 251 24 0 35305 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 154684

[startup+582.3 s]
/proc/loadavg: 4.00 4.17 5.52 6/190 8516
/proc/meminfo: memFree=13414504/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=125572 CPUtime=582.27 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 95428 0 0 0 58191 36 0 0 25 0 1 0 449242934 128585728 23007 33554432000 4194304 4291949 140735389921008 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 31393 23007 251 24 0 28027 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 125572

[startup+642.3 s]
/proc/loadavg: 4.00 4.13 5.42 5/190 8517
/proc/meminfo: memFree=13419064/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=107032 CPUtime=642.27 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 106325 0 0 0 64187 40 0 0 25 0 1 0 449242934 109600768 21332 33554432000 4194304 4291949 140735389921008 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 26758 21332 251 24 0 23392 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 107032

[startup+702.301 s]
/proc/loadavg: 4.05 4.12 5.34 5/190 8519
/proc/meminfo: memFree=13395844/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=127136 CPUtime=702.27 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 111978 0 0 0 70182 45 0 0 25 0 1 0 449242934 130187264 26951 33554432000 4194304 4291949 140735389921008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 31784 26951 251 24 0 28418 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 127136

[startup+762.307 s]
/proc/loadavg: 4.02 4.09 5.24 5/190 8521
/proc/meminfo: memFree=13378336/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=159568 CPUtime=762.28 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 116250 0 0 0 76179 49 0 0 25 0 1 0 449242934 163397632 31190 33554432000 4194304 4291949 140735389921008 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 39892 31190 251 24 0 36526 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 159568

[startup+822.3 s]
/proc/loadavg: 4.00 4.08 5.17 5/190 8522
/proc/meminfo: memFree=13407548/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=131696 CPUtime=822.26 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 126823 0 0 0 82173 53 0 0 25 0 1 0 449242934 134856704 23791 33554432000 4194304 4291949 140735389921008 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 32924 23791 251 24 0 29558 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 131696

[startup+882.301 s]
/proc/loadavg: 4.00 4.06 5.09 5/190 8524
/proc/meminfo: memFree=13385816/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=133120 CPUtime=882.27 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 131102 0 0 0 88170 57 0 0 25 0 1 0 449242934 136314880 28033 33554432000 4194304 4291949 140735389921008 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 33280 28033 251 24 0 29914 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 133120

[startup+942.301 s]
/proc/loadavg: 4.00 4.05 5.02 5/190 8525
/proc/meminfo: memFree=13370520/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=168348 CPUtime=942.26 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 134837 0 0 0 94168 58 0 0 25 0 1 0 449242934 172388352 31750 33554432000 4194304 4291949 140735389921008 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 42087 31750 251 24 0 38721 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 168348

[startup+1002.3 s]
/proc/loadavg: 4.00 4.04 4.96 5/190 8527
/proc/meminfo: memFree=13360936/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=169912 CPUtime=1002.26 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 136757 0 0 0 100166 60 0 0 25 0 1 0 449242934 173989888 33658 33554432000 4194304 4291949 140735389921008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 42478 33658 251 24 0 39112 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 169912

[startup+1062.3 s]
/proc/loadavg: 4.00 4.03 4.89 5/190 8529
/proc/meminfo: memFree=13376900/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=139520 CPUtime=1062.26 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 149605 0 0 0 106162 64 0 0 25 0 1 0 449242934 142868480 29686 33554432000 4194304 4291949 140735389921008 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 34880 29686 251 24 0 31514 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 139520

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 4.83 5/190 8530
/proc/meminfo: memFree=13392240/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=121620 CPUtime=1122.26 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 161477 0 0 0 112156 70 0 0 25 0 1 0 449242934 124538880 24435 33554432000 4194304 4291949 140735389921008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 30405 24435 251 24 0 27039 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 121620

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 4.78 5/190 8532
/proc/meminfo: memFree=13377208/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=141772 CPUtime=1182.26 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 165232 0 0 0 118154 72 0 0 25 0 1 0 449242934 145174528 28166 33554432000 4194304 4291949 140735389921008 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 35443 28166 251 24 0 32077 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 141772

[startup+1242.3 s]
/proc/loadavg: 4.07 4.03 4.73 5/190 8533
/proc/meminfo: memFree=13363668/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=174440 CPUtime=1242.25 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 168489 0 0 0 124152 73 0 0 25 0 1 0 449242934 178626560 31408 33554432000 4194304 4291949 140735389921008 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 43610 31408 251 24 0 40244 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 174440



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.02 4.68 4/188 8536
/proc/meminfo: memFree=13409040/32951124 swapFree=67111528/67111528
[pid=8480] ppid=8478 vsize=178496 CPUtime=1299.96 cores=1,3
/proc/8480/stat : 8480 (RestartSAT) R 8478 8480 8436 0 -1 4202496 172920 0 0 0 129920 76 0 0 25 0 1 0 449242934 182779904 35804 33554432000 4194304 4291949 140735389921008 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8480/statm: 44624 35804 251 24 0 41258 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 178496

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): 1300.01
CPU time (s): 1299.98
CPU user time (s): 1299.2
CPU system time (s): 0.775882
CPU usage (%): 99.9973
Max. virtual memory (cumulated for all children) (KiB): 178496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.2
system time used= 0.775882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172920
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= 5
involuntary context switches= 14637

runsolver used 1.9737 second user time and 5.13022 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-23 16:17:47
IDJOB=3263425
IDBENCH=83976
IDSOLVER=1580
FILE ID=node146/3263425-1303568267
RUNJOBID= node146-1303568266-8456
PBS_JOBID= 13150293
Free space on /tmp= 72472 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_22_70_7-dir.shuffled-as.sat03-154.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263425-1303568267/watcher-3263425-1303568267 -o /tmp/evaluation-result-3263425-1303568267/solver-3263425-1303568267 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3263425-1303568267.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= aa9ee2fa26214e80fac6d004d5d0b003
RANDOM SEED=1394199944

node146.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.830
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.66
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.830
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.830
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.830
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.86
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.830
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.830
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.830
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.830
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13681548 kB
Buffers:       2067640 kB
Cached:       16595184 kB
SwapCached:          0 kB
Active:        9634732 kB
Inactive:      9104868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13681548 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4584 kB
Writeback:           8 kB
AnonPages:       76072 kB
Mapped:          15196 kB
Slab:           466472 kB
PageTables:       5352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   219736 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= 72468 MiB
End job on node146 at 2011-04-23 16:39:29