Trace number 3293653

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 A75? (TO) 1300.07 1300.04

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/2dlx_ca_bp_f_liveness.cnf
MD5SUM99cd8de7f06ce8c087a5c7fb299dfb62
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 variables202253
Number of clauses4313014
Sum of the clauses size12562188
Maximum clause length651
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23935640
Number of clauses of size 3199653
Number of clauses of size 410363
Number of clauses of size 55846
Number of clauses of size over 5161511

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

running on 2 cores: 4,6

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: 2.11 3.23 3.58 3/180 32695
/proc/meminfo: memFree=13995920/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=2492 CPUtime=0 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) S 32693 32695 31468 0 -1 4194304 87 0 0 0 0 0 0 0 19 0 1 0 490659814 2551808 43 33554432000 4194304 4291949 140734648698144 18446744073709551615 239471771271 0 2147483391 4096 0 18446744071699207358 0 0 17 4 0 0 0
/proc/32695/statm: 623 43 34 24 0 23 0

[startup+0.0336039 s]
/proc/loadavg: 2.11 3.23 3.58 3/180 32695
/proc/meminfo: memFree=13995920/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=21156 CPUtime=0.01 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 1275 0 0 0 1 0 0 0 19 0 1 0 490659814 21663744 1179 33554432000 4194304 4291949 140734648698144 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 5289 1180 226 24 0 1923 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21156

[startup+0.100505 s]
/proc/loadavg: 2.11 3.23 3.58 3/180 32695
/proc/meminfo: memFree=13995920/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=30884 CPUtime=0.07 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 4857 0 0 0 7 0 0 0 19 0 1 0 490659814 31625216 4273 33554432000 4194304 4291949 140734648698144 18446744073709551615 239476391691 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 7721 4275 227 24 0 4355 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30884

[startup+0.300534 s]
/proc/loadavg: 2.11 3.23 3.58 3/180 32695
/proc/meminfo: memFree=13995920/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=72016 CPUtime=0.27 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 15859 0 0 0 25 2 0 0 20 0 1 0 490659814 73744384 13177 33554432000 4194304 4291949 140734648698144 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 18037 13179 227 24 0 14671 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 72016

[startup+0.700447 s]
/proc/loadavg: 2.11 3.23 3.58 3/180 32695
/proc/meminfo: memFree=13995920/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=156664 CPUtime=0.67 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 37340 0 0 0 61 6 0 0 20 0 1 0 490659814 160423936 31031 33554432000 4194304 4291949 140734648698144 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 39166 31032 227 24 0 35800 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 156664

[startup+1.5003 s]
/proc/loadavg: 2.11 3.23 3.58 5/190 32708
/proc/meminfo: memFree=13233156/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=294128 CPUtime=1.47 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 80521 0 0 0 134 13 0 0 22 0 1 0 490659814 301187072 66304 33554432000 4194304 4291949 140734648698144 18446744073709551615 4220551 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 73532 66304 227 24 0 70166 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 294128

[startup+3.10099 s]
/proc/loadavg: 2.11 3.23 3.58 5/190 32708
/proc/meminfo: memFree=12536680/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=360608 CPUtime=3.07 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 87440 0 0 0 293 14 0 0 25 0 1 0 490659814 369262592 72806 33554432000 4194304 4291949 140734648698144 18446744073709551615 4230144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 90152 72806 232 24 0 86786 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 360608

[startup+6.30037 s]
/proc/loadavg: 2.42 3.27 3.59 5/190 32708
/proc/meminfo: memFree=12331012/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=364524 CPUtime=6.28 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 89210 0 0 0 613 15 0 0 25 0 1 0 490659814 373272576 74516 33554432000 4194304 4291949 140734648698144 18446744073709551615 4226086 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 91131 74516 234 24 0 87765 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 364524

[startup+12.7011 s]
/proc/loadavg: 2.55 3.28 3.59 5/190 32708
/proc/meminfo: memFree=12336632/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=345556 CPUtime=12.67 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 109940 0 0 0 1249 18 0 0 25 0 1 0 490659814 353849344 64572 33554432000 4194304 4291949 140734648698144 18446744073709551615 4255590 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 86389 64572 253 24 0 83023 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 345556

[startup+25.5007 s]
/proc/loadavg: 3.03 3.35 3.61 5/190 32737
/proc/meminfo: memFree=13059308/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=345556 CPUtime=25.47 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 110725 0 0 0 2529 18 0 0 25 0 1 0 490659814 353849344 65352 33554432000 4194304 4291949 140734648698144 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 86389 65352 253 24 0 83023 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 345556

[startup+51.1068 s]
/proc/loadavg: 3.02 3.32 3.59 4/184 322
/proc/meminfo: memFree=13229736/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=345556 CPUtime=51.09 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 113173 0 0 0 5089 20 0 0 25 0 1 0 490659814 353849344 67775 33554432000 4194304 4291949 140734648698144 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 86389 67775 253 24 0 83023 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 345556

[startup+102.301 s]
/proc/loadavg: 3.01 3.27 3.56 4/184 324
/proc/meminfo: memFree=13124544/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=345556 CPUtime=102.28 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 120353 0 0 0 10207 21 0 0 25 0 1 0 490659814 353849344 74916 33554432000 4194304 4291949 140734648698144 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 86389 74916 253 24 0 83023 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 345556

[startup+162.3 s]
/proc/loadavg: 3.00 3.22 3.52 4/184 325
/proc/meminfo: memFree=12991468/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=426944 CPUtime=162.27 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 129949 0 0 0 16204 23 0 0 25 0 1 0 490659814 437190656 84464 33554432000 4194304 4291949 140734648698144 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 106736 84464 253 24 0 103370 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 426944

[startup+222.301 s]
/proc/loadavg: 3.00 3.18 3.48 4/184 327
/proc/meminfo: memFree=12868428/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=426944 CPUtime=222.28 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 136519 0 0 0 22203 25 0 0 25 0 1 0 490659814 437190656 90995 33554432000 4194304 4291949 140734648698144 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 106736 90995 253 24 0 103370 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 426944

[startup+282.301 s]
/proc/loadavg: 3.00 3.14 3.45 4/184 328
/proc/meminfo: memFree=12749376/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=426944 CPUtime=282.29 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 143176 0 0 0 28200 29 0 0 25 0 1 0 490659814 437190656 97613 33554432000 4194304 4291949 140734648698144 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 106736 97613 253 24 0 103370 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 426944

[startup+342.301 s]
/proc/loadavg: 3.00 3.11 3.42 4/184 330
/proc/meminfo: memFree=12653620/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=559204 CPUtime=342.29 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 151680 0 0 0 34197 32 0 0 25 0 1 0 490659814 572624896 106070 33554432000 4194304 4291949 140734648698144 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 139801 106070 253 24 0 136435 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 559204

[startup+402.301 s]
/proc/loadavg: 3.00 3.09 3.39 4/184 332
/proc/meminfo: memFree=12558356/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=559204 CPUtime=402.28 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 157173 0 0 0 40195 33 0 0 25 0 1 0 490659814 572624896 111520 33554432000 4194304 4291949 140734648698144 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 139801 111520 253 24 0 136435 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 559204

[startup+462.301 s]
/proc/loadavg: 3.00 3.07 3.36 4/184 333
/proc/meminfo: memFree=12463724/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=559204 CPUtime=462.29 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 163501 0 0 0 46193 36 0 0 25 0 1 0 490659814 572624896 117817 33554432000 4194304 4291949 140734648698144 18446744073709551615 4256322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 139801 117817 253 24 0 136435 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 559204

[startup+522.301 s]
/proc/loadavg: 3.03 3.07 3.34 4/184 335
/proc/meminfo: memFree=11945752/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=559204 CPUtime=522.29 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 170355 0 0 0 52191 38 0 0 25 0 1 0 490659814 572624896 124633 33554432000 4194304 4291949 140734648698144 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 139801 124633 253 24 0 136435 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 559204

[startup+582.301 s]
/proc/loadavg: 2.93 3.04 3.31 3/178 353
/proc/meminfo: memFree=13112884/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=559204 CPUtime=582.3 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 177157 0 0 0 58189 41 0 0 25 0 1 0 490659814 572624896 131401 33554432000 4194304 4291949 140734648698144 18446744073709551615 4255953 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 139801 131401 253 24 0 136435 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 559204

[startup+642.301 s]
/proc/loadavg: 2.34 2.85 3.23 3/178 355
/proc/meminfo: memFree=13025164/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=774128 CPUtime=642.29 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 181546 0 0 0 64188 41 0 0 25 0 1 0 490659814 792707072 135763 33554432000 4194304 4291949 140734648698144 18446744073709551615 4255953 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 193532 135763 253 24 0 190166 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 774128

[startup+702.307 s]
/proc/loadavg: 2.12 2.69 3.15 3/178 357
/proc/meminfo: memFree=12975416/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=774128 CPUtime=702.3 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 185857 0 0 0 70187 43 0 0 25 0 1 0 490659814 792707072 140034 33554432000 4194304 4291949 140734648698144 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 193532 140034 253 24 0 190166 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 774128

[startup+762.3 s]
/proc/loadavg: 2.04 2.56 3.07 3/178 358
/proc/meminfo: memFree=12930136/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=774128 CPUtime=762.3 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 189802 0 0 0 76186 44 0 0 25 0 1 0 490659814 792707072 143956 33554432000 4194304 4291949 140734648698144 18446744073709551615 4256150 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 193532 143956 253 24 0 190166 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 774128

[startup+822.301 s]
/proc/loadavg: 2.01 2.46 3.00 3/178 360
/proc/meminfo: memFree=12832400/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=774128 CPUtime=822.3 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 206008 0 0 0 82181 49 0 0 25 0 1 0 490659814 792707072 160075 33554432000 4194304 4291949 140734648698144 18446744073709551615 4256347 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 193532 160075 253 24 0 190166 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 774128

[startup+882.301 s]
/proc/loadavg: 2.07 2.39 2.94 3/178 361
/proc/meminfo: memFree=12791088/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=774128 CPUtime=882.31 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 210254 0 0 0 88180 51 0 0 25 0 1 0 490659814 792707072 164289 33554432000 4194304 4291949 140734648698144 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 193532 164290 253 24 0 190166 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 774128

[startup+942.301 s]
/proc/loadavg: 2.02 2.31 2.88 3/178 363
/proc/meminfo: memFree=12739976/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=774128 CPUtime=942.31 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 215861 0 0 0 94178 53 0 0 25 0 1 0 490659814 792707072 169866 33554432000 4194304 4291949 140734648698144 18446744073709551615 4256281 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 193532 169866 253 24 0 190166 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 774128

[startup+1002.3 s]
/proc/loadavg: 2.05 2.27 2.83 3/178 365
/proc/meminfo: memFree=12700012/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=774128 CPUtime=1002.31 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 219791 0 0 0 100177 54 0 0 25 0 1 0 490659814 792707072 173770 33554432000 4194304 4291949 140734648698144 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 193532 173770 253 24 0 190166 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 774128

[startup+1062.3 s]
/proc/loadavg: 2.02 2.22 2.78 3/178 366
/proc/meminfo: memFree=12640088/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=774128 CPUtime=1062.31 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 226027 0 0 0 106175 56 0 0 25 0 1 0 490659814 792707072 179961 33554432000 4194304 4291949 140734648698144 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 193532 179961 253 24 0 190166 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 774128

[startup+1122.3 s]
/proc/loadavg: 2.00 2.17 2.72 3/178 368
/proc/meminfo: memFree=12615628/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=774128 CPUtime=1122.32 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 228978 0 0 0 112175 57 0 0 25 0 1 0 490659814 792707072 182896 33554432000 4194304 4291949 140734648698144 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 193532 182896 253 24 0 190166 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 774128

[startup+1182.3 s]
/proc/loadavg: 2.00 2.14 2.68 3/178 369
/proc/meminfo: memFree=12581512/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=774128 CPUtime=1182.32 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 232668 0 0 0 118174 58 0 0 25 0 1 0 490659814 792707072 186556 33554432000 4194304 4291949 140734648698144 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 193532 186556 253 24 0 190166 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 774128

[startup+1242.3 s]
/proc/loadavg: 2.00 2.11 2.63 3/178 371
/proc/meminfo: memFree=12548004/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=1123376 CPUtime=1242.33 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 237003 0 0 0 124174 59 0 0 25 0 1 0 490659814 1150337024 190861 33554432000 4194304 4291949 140734648698144 18446744073709551615 4255974 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 280844 190861 253 24 0 277478 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1123376



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.09 2.59 2/176 374
/proc/meminfo: memFree=13385480/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=1123376 CPUtime=1300.03 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 240970 0 0 0 129942 61 0 0 25 0 1 0 490659814 1150337024 194806 33554432000 4194304 4291949 140734648698144 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 280844 194806 253 24 0 277478 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1123376

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

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

[startup+1300 s]
/proc/loadavg: 2.00 2.09 2.59 2/176 374
/proc/meminfo: memFree=13385480/32950928 swapFree=67087032/67111528
[pid=32695] ppid=32693 vsize=1123376 CPUtime=1300.03 cores=4,6
/proc/32695/stat : 32695 (RestartSAT) R 32693 32695 31468 0 -1 4202496 240970 0 0 0 129942 61 0 0 25 0 1 0 490659814 1150337024 194806 33554432000 4194304 4291949 140734648698144 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32695/statm: 280844 194806 253 24 0 277478 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1123376

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.04
CPU time (s): 1300.07
CPU user time (s): 1299.43
CPU system time (s): 0.644901
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1123376

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

runsolver used 2.25066 second user time and 4.49732 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-26 06:03:47
IDJOB=3293653
IDBENCH=88165
IDSOLVER=1581
FILE ID=node148/3293653-1303790624
RUNJOBID= node148-1303790624-32670
PBS_JOBID= 13157238
Free space on /tmp= 71296 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/2dlx_ca_bp_f_liveness.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293653-1303790624/watcher-3293653-1303790624 -o /tmp/evaluation-result-3293653-1303790624/solver-3293653-1303790624 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3293653-1303790624.cnf

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

MD5SUM BENCH= 99cd8de7f06ce8c087a5c7fb299dfb62
RANDOM SEED=524110696

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.75
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.854
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.82
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.854
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.854
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.82
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13999284 kB
Buffers:       2065636 kB
Cached:       16240804 kB
SwapCached:       5264 kB
Active:        8611808 kB
Inactive:      9765916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13999284 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:          379336 kB
Writeback:           0 kB
AnonPages:       66848 kB
Mapped:          13896 kB
Slab:           509416 kB
PageTables:       5124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   238960 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= 71572 MiB
End job on node148 at 2011-04-26 06:25:30