Trace number 3282291

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.05 1300.02

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner128.cnf
MD5SUM4b75ef7fb46928f50793af1d74c176e2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4342.44
Satisfiable
(Un)Satisfiability was proved
Number of variables98048
Number of clauses293759
Sum of the clauses size685435
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2195838
Number of clauses of size 397919
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3282291-1303753860/watcher-3282291-1303753860 -o /tmp/evaluation-result-3282291-1303753860/solver-3282291-1303753860 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3282291-1303753860.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: 3.38 8.06 9.69 5/186 32245
/proc/meminfo: memFree=12079684/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=8156 CPUtime=0 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) S 32243 32245 31106 0 -1 4194304 97 0 0 0 0 0 0 0 20 0 1 0 467801863 8351744 51 33554432000 4194304 4291949 140736770572032 18446744073709551615 233505373831 0 2147483391 4096 0 18446744071699207358 0 0 17 4 0 0 0
/proc/32245/statm: 2039 51 40 24 0 44 0

[startup+0.089807 s]
/proc/loadavg: 3.38 8.06 9.69 5/186 32245
/proc/meminfo: memFree=12079684/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=36968 CPUtime=0.07 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 6042 0 0 0 7 0 0 0 20 0 1 0 467801863 37855232 5452 33554432000 4194304 4291949 140736770572032 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 9242 5453 228 24 0 5876 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 36968

[startup+0.1008 s]
/proc/loadavg: 3.38 8.06 9.69 5/186 32245
/proc/meminfo: memFree=12079684/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=39736 CPUtime=0.08 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 6641 0 0 0 8 0 0 0 20 0 1 0 467801863 40689664 6027 33554432000 4194304 4291949 140736770572032 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 9934 6031 227 24 0 6568 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 39736

[startup+0.300804 s]
/proc/loadavg: 3.38 8.06 9.69 5/186 32245
/proc/meminfo: memFree=12079684/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=68492 CPUtime=0.29 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 11987 0 0 0 28 1 0 0 21 0 1 0 467801863 70135808 10955 33554432000 4194304 4291949 140736770572032 18446744073709551615 4211873 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 17123 10955 247 24 0 13757 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68492

[startup+0.700717 s]
/proc/loadavg: 3.38 8.06 9.69 5/186 32245
/proc/meminfo: memFree=12079684/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=55304 CPUtime=0.68 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 15026 0 0 0 67 1 0 0 22 0 1 0 467801863 56631296 9289 33554432000 4194304 4291949 140736770572032 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 13826 9289 266 24 0 10460 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 55304

[startup+1.50055 s]
/proc/loadavg: 3.38 8.06 9.69 6/190 32252
/proc/meminfo: memFree=12004752/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=55304 CPUtime=1.48 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 15045 0 0 0 147 1 0 0 25 0 1 0 467801863 56631296 9306 33554432000 4194304 4291949 140736770572032 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 13826 9306 266 24 0 10460 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 55304

[startup+3.10029 s]
/proc/loadavg: 3.51 8.01 9.66 6/190 32252
/proc/meminfo: memFree=12002396/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=55304 CPUtime=3.08 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 15145 0 0 0 307 1 0 0 25 0 1 0 467801863 56631296 9402 33554432000 4194304 4291949 140736770572032 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 13826 9402 266 24 0 10460 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 55304

[startup+6.30071 s]
/proc/loadavg: 3.51 8.01 9.66 6/190 32252
/proc/meminfo: memFree=11995576/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=55304 CPUtime=6.28 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 15345 0 0 0 627 1 0 0 25 0 1 0 467801863 56631296 9595 33554432000 4194304 4291949 140736770572032 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 13826 9595 266 24 0 10460 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 55304

[startup+12.7006 s]
/proc/loadavg: 3.58 7.88 9.60 6/190 32252
/proc/meminfo: memFree=11978112/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=62376 CPUtime=12.68 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 15803 0 0 0 1267 1 0 0 25 0 1 0 467801863 63873024 10037 33554432000 4194304 4291949 140736770572032 18446744073709551615 4261561 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 15594 10037 266 24 0 12228 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 62376

[startup+25.5003 s]
/proc/loadavg: 3.65 7.75 9.54 5/190 32252
/proc/meminfo: memFree=11941260/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=62376 CPUtime=25.48 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 17332 0 0 0 2547 1 0 0 25 0 1 0 467801863 63873024 11552 33554432000 4194304 4291949 140736770572032 18446744073709551615 4248347 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 15594 11552 266 24 0 12228 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 62376

[startup+51.1007 s]
/proc/loadavg: 3.77 7.45 9.39 6/190 32253
/proc/meminfo: memFree=11911560/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=92728 CPUtime=51.08 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 23333 0 0 0 5106 2 0 0 25 0 1 0 467801863 94953472 17511 33554432000 4194304 4291949 140736770572032 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 23182 17511 266 24 0 19816 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 92728

[startup+102.306 s]
/proc/loadavg: 3.94 6.88 9.08 6/190 32255
/proc/meminfo: memFree=11818796/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=111696 CPUtime=102.29 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 29123 0 0 0 10225 4 0 0 25 0 1 0 467801863 114376704 23216 33554432000 4194304 4291949 140736770572032 18446744073709551615 4250352 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 27924 23216 266 24 0 24558 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 111696

[startup+162.301 s]
/proc/loadavg: 3.98 6.39 8.79 6/190 32256
/proc/meminfo: memFree=11790716/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=193084 CPUtime=162.29 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 40252 0 0 0 16222 7 0 0 25 0 1 0 467801863 197718016 34253 33554432000 4194304 4291949 140736770572032 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 48271 34253 266 24 0 44905 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 193084

[startup+222.301 s]
/proc/loadavg: 3.99 5.92 8.46 6/190 32258
/proc/meminfo: memFree=11768196/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=78640 CPUtime=222.29 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 50331 0 0 0 22219 10 0 0 25 0 1 0 467801863 80527360 15493 33554432000 4194304 4291949 140736770572032 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 19660 15493 266 24 0 16294 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 78640

[startup+282.301 s]
/proc/loadavg: 3.99 5.59 8.20 5/190 32259
/proc/meminfo: memFree=11675276/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=158780 CPUtime=282.29 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 64735 0 0 0 28216 13 0 0 25 0 1 0 467801863 162590720 29781 33554432000 4194304 4291949 140736770572032 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 39695 29781 266 24 0 36329 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 158780

[startup+342.3 s]
/proc/loadavg: 3.99 5.28 7.91 6/190 32261
/proc/meminfo: memFree=11729916/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=208868 CPUtime=342.29 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 79252 0 0 0 34213 16 0 0 25 0 1 0 467801863 213880832 44177 33554432000 4194304 4291949 140736770572032 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 52217 44177 266 24 0 48851 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 208868

[startup+402.301 s]
/proc/loadavg: 3.99 5.06 7.69 6/190 32262
/proc/meminfo: memFree=11593340/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=290256 CPUtime=402.3 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 85432 0 0 0 40210 20 0 0 25 0 1 0 467801863 297222144 50274 33554432000 4194304 4291949 140736770572032 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 72564 50274 266 24 0 69198 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 290256

[startup+462.301 s]
/proc/loadavg: 3.99 4.85 7.43 6/190 32264
/proc/meminfo: memFree=11542448/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=135408 CPUtime=462.29 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 100147 0 0 0 46205 24 0 0 25 0 1 0 467801863 138657792 29301 33554432000 4194304 4291949 140736770572032 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 33852 29301 266 24 0 30486 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 135408

[startup+522.301 s]
/proc/loadavg: 3.99 4.71 7.23 5/190 32266
/proc/meminfo: memFree=11471344/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=216316 CPUtime=522.3 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 114615 0 0 0 52202 28 0 0 25 0 1 0 467801863 221507584 43665 33554432000 4194304 4291949 140736770572032 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 54079 43665 266 24 0 50713 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 216316

[startup+582.3 s]
/proc/loadavg: 4.06 4.59 7.03 5/190 32267
/proc/meminfo: memFree=11688684/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=297704 CPUtime=582.3 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 121301 0 0 0 58201 29 0 0 25 0 1 0 467801863 304848896 50292 33554432000 4194304 4291949 140736770572032 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 74426 50292 266 24 0 71060 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 297704

[startup+642.301 s]
/proc/loadavg: 4.07 4.49 6.83 6/190 32278
/proc/meminfo: memFree=11556620/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=297704 CPUtime=642.31 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 130387 0 0 0 64199 32 0 0 25 0 1 0 467801863 304848896 59302 33554432000 4194304 4291949 140736770572032 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 74426 59302 266 24 0 71060 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 297704

[startup+702.301 s]
/proc/loadavg: 4.03 4.40 6.67 6/190 32280
/proc/meminfo: memFree=11607424/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=166228 CPUtime=702.3 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 150812 0 0 0 70192 38 0 0 25 0 1 0 467801863 170217472 35550 33554432000 4194304 4291949 140736770572032 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 41557 35550 266 24 0 38191 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 166228

[startup+762.307 s]
/proc/loadavg: 4.01 4.32 6.48 6/190 32281
/proc/meminfo: memFree=11515740/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=216316 CPUtime=762.31 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 161572 0 0 0 76190 41 0 0 25 0 1 0 467801863 221507584 46201 33554432000 4194304 4291949 140736770572032 18446744073709551615 4255974 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 54079 46201 266 24 0 50713 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 216316

[startup+822.3 s]
/proc/loadavg: 4.00 4.26 6.34 5/190 32283
/proc/meminfo: memFree=11370228/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=297704 CPUtime=822.3 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 169978 0 0 0 82186 44 0 0 25 0 1 0 467801863 304848896 54530 33554432000 4194304 4291949 140736770572032 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 74426 54530 266 24 0 71060 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 297704

[startup+882.3 s]
/proc/loadavg: 4.00 4.21 6.18 6/190 32284
/proc/meminfo: memFree=11329260/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=298608 CPUtime=882.31 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 177566 0 0 0 88184 47 0 0 25 0 1 0 467801863 305774592 62058 33554432000 4194304 4291949 140736770572032 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 74652 62058 266 24 0 71286 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 298608

[startup+942.301 s]
/proc/loadavg: 4.00 4.17 6.05 6/190 32286
/proc/meminfo: memFree=11623840/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=178940 CPUtime=942.31 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 198555 0 0 0 94178 53 0 0 25 0 1 0 467801863 183234560 37634 33554432000 4194304 4291949 140736770572032 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 44735 37634 266 24 0 41369 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 178940

[startup+1002.3 s]
/proc/loadavg: 4.00 4.14 5.91 6/190 32288
/proc/meminfo: memFree=11537376/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=229028 CPUtime=1002.31 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 208840 0 0 0 100174 57 0 0 25 0 1 0 467801863 234524672 47822 33554432000 4194304 4291949 140736770572032 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 57257 47822 266 24 0 53891 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 229028

[startup+1062.3 s]
/proc/loadavg: 4.00 4.11 5.79 5/190 32289
/proc/meminfo: memFree=11462916/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=310416 CPUtime=1062.31 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 217669 0 0 0 106173 58 0 0 25 0 1 0 467801863 317865984 56581 33554432000 4194304 4291949 140736770572032 18446744073709551615 4262169 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 77604 56581 266 24 0 74238 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 310416

[startup+1122.3 s]
/proc/loadavg: 4.08 4.10 5.68 6/190 32291
/proc/meminfo: memFree=11306004/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=310416 CPUtime=1122.31 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 232874 0 0 0 112168 63 0 0 25 0 1 0 467801863 317865984 71695 33554432000 4194304 4291949 140736770572032 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 77604 71695 266 24 0 74238 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 310416

[startup+1182.3 s]
/proc/loadavg: 4.11 4.10 5.58 6/190 32292
/proc/meminfo: memFree=11427492/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=129152 CPUtime=1182.32 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 245529 0 0 0 118164 68 0 0 25 0 1 0 467801863 132251648 28078 33554432000 4194304 4291949 140736770572032 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 32288 28078 266 24 0 28922 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 129152

[startup+1242.3 s]
/proc/loadavg: 4.04 4.08 5.47 6/190 32294
/proc/meminfo: memFree=11347836/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=229028 CPUtime=1242.32 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 258620 0 0 0 124159 73 0 0 25 0 1 0 467801863 234524672 41060 33554432000 4194304 4291949 140736770572032 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 57257 41060 266 24 0 53891 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 229028



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.06 5.38 3/186 32297
/proc/meminfo: memFree=11658316/32951124 swapFree=67111528/67111528
[pid=32245] ppid=32243 vsize=310416 CPUtime=1300.02 cores=4,6
/proc/32245/stat : 32245 (RestartSAT) R 32243 32245 31106 0 -1 4202496 270864 0 0 0 129926 76 0 0 25 0 1 0 467801863 317865984 53210 33554432000 4194304 4291949 140736770572032 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32245/statm: 77604 53210 266 24 0 74238 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 310416

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.02
CPU time (s): 1300.05
CPU user time (s): 1299.27
CPU system time (s): 0.776881
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 461352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.27
system time used= 0.776881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270864
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= 657

runsolver used 2.39064 second user time and 4.71428 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-25 19:51:00
IDJOB=3282291
IDBENCH=70799
IDSOLVER=1581
FILE ID=node145/3282291-1303753860
RUNJOBID= node145-1303753860-32210
PBS_JOBID= 13154017
Free space on /tmp= 71672 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner128.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282291-1303753860/watcher-3282291-1303753860 -o /tmp/evaluation-result-3282291-1303753860/solver-3282291-1303753860 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3282291-1303753860.cnf

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

MD5SUM BENCH= 4b75ef7fb46928f50793af1d74c176e2
RANDOM SEED=1662699802

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12080212 kB
Buffers:       2173144 kB
Cached:       18030956 kB
SwapCached:          0 kB
Active:       10156200 kB
Inactive:     10144652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12080212 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11720 kB
Writeback:           0 kB
AnonPages:       95904 kB
Mapped:          14880 kB
Slab:           505892 kB
PageTables:       5096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   265740 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= 71672 MiB
End job on node145 at 2011-04-25 20:12:42