Trace number 3282245

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

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxxororand/maxxororand064.cnf
MD5SUM49dbd2fb16b3d5ce554d30c48729a56d
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 variables92464
Number of clauses276623
Sum of the clauses size645451
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2184414
Number of clauses of size 392207
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-3282245-1303753860/watcher-3282245-1303753860 -o /tmp/evaluation-result-3282245-1303753860/solver-3282245-1303753860 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3282245-1303753860.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: 3.38 8.06 9.69 5/189 32251
/proc/meminfo: memFree=12064532/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=11800 CPUtime=0 cores=1,3
/proc/32251/stat : 32251 (runsolver) R 32249 32251 31106 0 -1 4202560 43 0 0 0 0 0 0 0 21 0 1 0 467801871 12083200 51 33554432000 4194304 5434984 140734295628512 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/32251/statm: 2950 51 31 303 0 2644 0

[startup+0.0694289 s]
/proc/loadavg: 3.38 8.06 9.69 5/189 32251
/proc/meminfo: memFree=12064532/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=32976 CPUtime=0.05 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 4657 0 0 0 5 0 0 0 21 0 1 0 467801871 33767424 4261 33554432000 4194304 4291949 140735273489296 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 8244 4263 227 24 0 4878 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 32976

[startup+0.100418 s]
/proc/loadavg: 3.38 8.06 9.69 5/189 32251
/proc/meminfo: memFree=12064532/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=39788 CPUtime=0.08 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 6659 0 0 0 8 0 0 0 21 0 1 0 467801871 40742912 6046 33554432000 4194304 4291949 140735273489296 18446744073709551615 233509958341 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 9947 6049 227 24 0 6581 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 39788

[startup+0.300386 s]
/proc/loadavg: 3.38 8.06 9.69 5/189 32251
/proc/meminfo: memFree=12064532/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=68884 CPUtime=0.29 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 11925 0 0 0 28 1 0 0 22 0 1 0 467801871 70537216 10922 33554432000 4194304 4291949 140735273489296 18446744073709551615 4211873 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 17221 10922 252 24 0 13855 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68884

[startup+0.700316 s]
/proc/loadavg: 3.38 8.06 9.69 5/189 32251
/proc/meminfo: memFree=12064532/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=59648 CPUtime=0.69 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 16188 0 0 0 68 1 0 0 23 0 1 0 467801871 61079552 10137 33554432000 4194304 4291949 140735273489296 18446744073709551615 4257065 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 14912 10143 252 24 0 11546 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59648

[startup+1.50017 s]
/proc/loadavg: 3.38 8.06 9.69 5/190 32252
/proc/meminfo: memFree=12004256/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=59648 CPUtime=1.49 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 16612 0 0 0 148 1 0 0 25 0 1 0 467801871 61079552 10510 33554432000 4194304 4291949 140735273489296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 14912 10510 270 24 0 11546 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59648

[startup+3.10088 s]
/proc/loadavg: 3.51 8.01 9.66 5/190 32252
/proc/meminfo: memFree=12002272/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=59648 CPUtime=3.09 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 16823 0 0 0 308 1 0 0 25 0 1 0 467801871 61079552 10716 33554432000 4194304 4291949 140735273489296 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 14912 10716 270 24 0 11546 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 59648

[startup+6.30031 s]
/proc/loadavg: 3.51 8.01 9.66 5/190 32252
/proc/meminfo: memFree=11995452/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=66720 CPUtime=6.29 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 17262 0 0 0 628 1 0 0 25 0 1 0 467801871 68321280 11153 33554432000 4194304 4291949 140735273489296 18446744073709551615 4250698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 16680 11153 270 24 0 13314 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 66720

[startup+12.7002 s]
/proc/loadavg: 3.58 7.88 9.60 5/190 32252
/proc/meminfo: memFree=11978112/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=66720 CPUtime=12.68 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 18175 0 0 0 1267 1 0 0 25 0 1 0 467801871 68321280 12047 33554432000 4194304 4291949 140735273489296 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 16680 12047 270 24 0 13314 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 66720

[startup+25.5009 s]
/proc/loadavg: 3.65 7.75 9.54 5/190 32252
/proc/meminfo: memFree=11941012/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=97072 CPUtime=25.49 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 23461 0 0 0 2547 2 0 0 25 0 1 0 467801871 99401728 17295 33554432000 4194304 4291949 140735273489296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 24268 17295 270 24 0 20902 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 97072

[startup+51.1003 s]
/proc/loadavg: 3.77 7.45 9.39 5/190 32253
/proc/meminfo: memFree=11911064/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=116040 CPUtime=51.08 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 27185 0 0 0 5106 2 0 0 25 0 1 0 467801871 118824960 20963 33554432000 4194304 4291949 140735273489296 18446744073709551615 4251605 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 29010 20963 270 24 0 25644 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 116040

[startup+102.307 s]
/proc/loadavg: 3.94 6.88 9.08 5/190 32255
/proc/meminfo: memFree=11818796/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=146860 CPUtime=102.3 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 37374 0 0 0 10224 6 0 0 25 0 1 0 467801871 150384640 31087 33554432000 4194304 4291949 140735273489296 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 36715 31087 270 24 0 33349 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 146860

[startup+162.3 s]
/proc/loadavg: 3.98 6.39 8.79 5/190 32256
/proc/meminfo: memFree=11790468/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=116040 CPUtime=162.29 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 55217 0 0 0 16218 11 0 0 25 0 1 0 467801871 118824960 23506 33554432000 4194304 4291949 140735273489296 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 29010 23506 270 24 0 25644 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 116040

[startup+222.301 s]
/proc/loadavg: 3.99 5.92 8.46 5/190 32258
/proc/meminfo: memFree=11768072/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=196948 CPUtime=222.29 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 69889 0 0 0 22213 16 0 0 25 0 1 0 467801871 201674752 38112 33554432000 4194304 4291949 140735273489296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 49237 38112 270 24 0 45871 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 196948

[startup+282.301 s]
/proc/loadavg: 3.99 5.59 8.20 5/190 32259
/proc/meminfo: memFree=11674904/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=278336 CPUtime=282.29 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 85393 0 0 0 28208 21 0 0 25 0 1 0 467801871 285016064 53556 33554432000 4194304 4291949 140735273489296 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 69584 53556 270 24 0 66218 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 278336

[startup+342.301 s]
/proc/loadavg: 3.99 5.28 7.91 5/190 32261
/proc/meminfo: memFree=11729668/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=149112 CPUtime=342.3 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 107907 0 0 0 34201 29 0 0 25 0 1 0 467801871 152690688 27129 33554432000 4194304 4291949 140735273489296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 37278 27129 270 24 0 33912 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 149112

[startup+402.3 s]
/proc/loadavg: 3.99 5.06 7.69 5/190 32262
/proc/meminfo: memFree=11593092/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=282340 CPUtime=402.3 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 136002 0 0 0 40191 39 0 0 25 0 1 0 467801871 289116160 55161 33554432000 4194304 4291949 140735273489296 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 70585 55161 270 24 0 67219 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 282340

[startup+462.3 s]
/proc/loadavg: 3.99 4.85 7.43 5/190 32264
/proc/meminfo: memFree=11542324/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=421492 CPUtime=462.29 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 157996 0 0 0 46183 46 0 0 25 0 1 0 467801871 431607808 77128 33554432000 4194304 4291949 140735273489296 18446744073709551615 4248338 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 105373 77128 270 24 0 102007 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 421492

[startup+522.301 s]
/proc/loadavg: 3.99 4.71 7.23 5/190 32266
/proc/meminfo: memFree=11471096/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=431064 CPUtime=522.3 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 171151 0 0 0 52179 51 0 0 25 0 1 0 467801871 441409536 90252 33554432000 4194304 4291949 140735273489296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 107766 90252 270 24 0 104400 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 431064

[startup+582.301 s]
/proc/loadavg: 4.05 4.58 7.02 5/190 32267
/proc/meminfo: memFree=11688436/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=142204 CPUtime=582.3 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 193294 0 0 0 58170 60 0 0 25 0 1 0 467801871 145616896 29725 33554432000 4194304 4291949 140735273489296 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 35551 29725 270 24 0 32185 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 142204

[startup+642.301 s]
/proc/loadavg: 4.07 4.49 6.83 5/190 32278
/proc/meminfo: memFree=11556496/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=224476 CPUtime=642.3 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 214342 0 0 0 64164 66 0 0 25 0 1 0 467801871 229863424 50711 33554432000 4194304 4291949 140735273489296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 56119 50711 270 24 0 52753 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 224476

[startup+702.3 s]
/proc/loadavg: 4.03 4.40 6.67 5/190 32280
/proc/meminfo: memFree=11607052/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=309336 CPUtime=702.3 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 228776 0 0 0 70159 71 0 0 25 0 1 0 467801871 316760064 65104 33554432000 4194304 4291949 140735273489296 18446744073709551615 4261956 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 77334 65104 270 24 0 73968 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 309336

[startup+762.307 s]
/proc/loadavg: 4.01 4.32 6.48 5/190 32281
/proc/meminfo: memFree=11515616/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=446944 CPUtime=762.31 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 240233 0 0 0 76156 75 0 0 25 0 1 0 467801871 457670656 76522 33554432000 4194304 4291949 140735273489296 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 111736 76522 270 24 0 108370 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 446944

[startup+822.301 s]
/proc/loadavg: 4.00 4.26 6.34 5/190 32283
/proc/meminfo: memFree=11370104/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=451708 CPUtime=822.3 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 258829 0 0 0 82150 80 0 0 25 0 1 0 467801871 462548992 95080 33554432000 4194304 4291949 140735273489296 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 112927 95080 270 24 0 109561 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 451708

[startup+882.301 s]
/proc/loadavg: 4.00 4.21 6.18 5/190 32284
/proc/meminfo: memFree=11329012/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=456404 CPUtime=882.31 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 269654 0 0 0 88146 85 0 0 25 0 1 0 467801871 467357696 105869 33554432000 4194304 4291949 140735273489296 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 114101 105869 270 24 0 110735 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 456404

[startup+942.3 s]
/proc/loadavg: 4.00 4.17 6.05 5/190 32286
/proc/meminfo: memFree=11623716/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=242756 CPUtime=942.31 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 295913 0 0 0 94139 92 0 0 25 0 1 0 467801871 248582144 48516 33554432000 4194304 4291949 140735273489296 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 60689 48516 270 24 0 57323 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 242756

[startup+1002.3 s]
/proc/loadavg: 4.00 4.14 5.91 5/190 32288
/proc/meminfo: memFree=11537252/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=324144 CPUtime=1002.3 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 314565 0 0 0 100132 98 0 0 25 0 1 0 467801871 331923456 67123 33554432000 4194304 4291949 140735273489296 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 81036 67123 270 24 0 77670 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 324144

[startup+1062.3 s]
/proc/loadavg: 4.00 4.11 5.79 5/190 32289
/proc/meminfo: memFree=11462792/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=456404 CPUtime=1062.31 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 326717 0 0 0 106126 105 0 0 25 0 1 0 467801871 467357696 79235 33554432000 4194304 4291949 140735273489296 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 114101 79235 270 24 0 110735 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 456404

[startup+1122.3 s]
/proc/loadavg: 4.08 4.10 5.68 5/190 32291
/proc/meminfo: memFree=11305880/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=457376 CPUtime=1122.31 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 338858 0 0 0 112120 111 0 0 25 0 1 0 467801871 468353024 91338 33554432000 4194304 4291949 140735273489296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 114344 91338 270 24 0 110978 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 457376

[startup+1182.3 s]
/proc/loadavg: 4.11 4.10 5.58 5/190 32292
/proc/meminfo: memFree=11427244/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=458864 CPUtime=1182.31 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 349259 0 0 0 118116 115 0 0 25 0 1 0 467801871 469876736 101714 33554432000 4194304 4291949 140735273489296 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 114716 101714 270 24 0 111350 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 458864

[startup+1242.3 s]
/proc/loadavg: 4.04 4.08 5.47 5/190 32294
/proc/meminfo: memFree=11347712/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=675464 CPUtime=1242.32 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 367461 0 0 0 124109 123 0 0 25 0 1 0 467801871 691675136 119885 33554432000 4194304 4291949 140735273489296 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 168866 119885 270 24 0 165500 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 675464



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.06 5.38 2/185 32298
/proc/meminfo: memFree=11869868/32951124 swapFree=67111528/67111528
[pid=32251] ppid=32249 vsize=328988 CPUtime=1300.02 cores=1,3
/proc/32251/stat : 32251 (RestartSAT) R 32249 32251 31106 0 -1 4202496 413318 0 0 0 129867 135 0 0 25 0 1 0 467801871 336883712 58133 33554432000 4194304 4291949 140735273489296 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32251/statm: 82247 58133 270 24 0 78881 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 328988

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.04
CPU user time (s): 1298.68
CPU system time (s): 1.36879
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 725492

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

runsolver used 2.14667 second user time and 4.95525 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 49dbd2fb16b3d5ce554d30c48729a56d
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:      12065184 kB
Buffers:       2173152 kB
Cached:       18033276 kB
SwapCached:          0 kB
Active:       10173812 kB
Inactive:     10142060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12065184 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           14048 kB
Writeback:           0 kB
AnonPages:      108320 kB
Mapped:          14880 kB
Slab:           506152 kB
PageTables:       4708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   298896 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= 71680 MiB
End job on node145 at 2011-04-25 20:12:42