Trace number 3262985

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT B95? (TO) 1300.04 1300.01

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_1-log.shuffled-as.sat03-107.cnf
MD5SUM5f29341b29f4bbeb333d68befe08c7ae
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark460.255
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses56970
Sum of the clauses size569400
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 556910

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-3262985-1303562707/watcher-3262985-1303562707 -o /tmp/evaluation-result-3262985-1303562707/solver-3262985-1303562707 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3262985-1303562707.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.57 3.90 3.90 5/183 15312
/proc/meminfo: memFree=15657104/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=19124 CPUtime=0 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 393 0 0 0 0 0 0 0 23 0 1 0 467869513 19582976 334 33554432000 4194304 4291949 140734147601536 18446744073709551615 268272688896 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 4781 344 220 24 0 1415 0

[startup+0.0310019 s]
/proc/loadavg: 3.57 3.90 3.90 5/183 15312
/proc/meminfo: memFree=15657104/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=21664 CPUtime=0.02 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 1563 0 0 0 2 0 0 0 23 0 1 0 467869513 22183936 1491 33554432000 4194304 4291949 140734147601536 18446744073709551615 4220555 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 5416 1492 226 24 0 2050 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21664

[startup+0.101047 s]
/proc/loadavg: 3.57 3.90 3.90 5/183 15312
/proc/meminfo: memFree=15657104/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=23884 CPUtime=0.09 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 2491 0 0 0 9 0 0 0 23 0 1 0 467869513 24457216 2347 33554432000 4194304 4291949 140734147601536 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 5971 2347 232 24 0 2605 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23884

[startup+0.300965 s]
/proc/loadavg: 3.57 3.90 3.90 5/183 15312
/proc/meminfo: memFree=15657104/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=24004 CPUtime=0.29 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 2582 0 0 0 29 0 0 0 25 0 1 0 467869513 24580096 2377 33554432000 4194304 4291949 140734147601536 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 6001 2377 232 24 0 2635 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24004

[startup+0.700896 s]
/proc/loadavg: 3.57 3.90 3.90 5/183 15312
/proc/meminfo: memFree=15657104/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=24004 CPUtime=0.69 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 2582 0 0 0 69 0 0 0 25 0 1 0 467869513 24580096 2377 33554432000 4194304 4291949 140734147601536 18446744073709551615 4230128 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 6001 2377 232 24 0 2635 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24004

[startup+1.50075 s]
/proc/loadavg: 3.57 3.90 3.90 5/190 15325
/proc/meminfo: memFree=15634696/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=24004 CPUtime=1.49 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 2588 0 0 0 149 0 0 0 25 0 1 0 467869513 24580096 2383 33554432000 4194304 4291949 140734147601536 18446744073709551615 4229961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 6001 2383 232 24 0 2635 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24004

[startup+3.10048 s]
/proc/loadavg: 3.57 3.90 3.90 5/190 15325
/proc/meminfo: memFree=15633828/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=24004 CPUtime=3.09 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 2597 0 0 0 309 0 0 0 25 0 1 0 467869513 24580096 2392 33554432000 4194304 4291949 140734147601536 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 6001 2392 232 24 0 2635 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24004

[startup+6.30083 s]
/proc/loadavg: 3.60 3.90 3.90 5/190 15325
/proc/meminfo: memFree=15620372/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=23640 CPUtime=6.29 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 3561 0 0 0 629 0 0 0 25 0 1 0 467869513 24207360 2535 33554432000 4194304 4291949 140734147601536 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 5910 2535 251 24 0 2544 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23640

[startup+12.7007 s]
/proc/loadavg: 3.64 3.90 3.90 5/190 15325
/proc/meminfo: memFree=15598056/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=33892 CPUtime=12.68 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 7595 0 0 0 1268 0 0 0 25 0 1 0 467869513 34705408 5103 33554432000 4194304 4291949 140734147601536 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 8473 5103 251 24 0 5107 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 33892

[startup+25.5005 s]
/proc/loadavg: 3.72 3.91 3.90 5/190 15326
/proc/meminfo: memFree=15572532/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=42704 CPUtime=25.48 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 11552 0 0 0 2547 1 0 0 25 0 1 0 467869513 43728896 7068 33554432000 4194304 4291949 140734147601536 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 10676 7068 251 24 0 7310 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42704

[startup+51.1009 s]
/proc/loadavg: 3.81 3.91 3.90 5/190 15326
/proc/meminfo: memFree=15554652/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=48480 CPUtime=51.08 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 12560 0 0 0 5107 1 0 0 25 0 1 0 467869513 49643520 8036 33554432000 4194304 4291949 140734147601536 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 12120 8036 251 24 0 8754 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 48480

[startup+102.307 s]
/proc/loadavg: 3.92 3.92 3.91 5/190 15328
/proc/meminfo: memFree=15529840/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=48480 CPUtime=102.29 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 13292 0 0 0 10228 1 0 0 25 0 1 0 467869513 49643520 8730 33554432000 4194304 4291949 140734147601536 18446744073709551615 4255918 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 12120 8730 251 24 0 8754 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 48480

[startup+162.301 s]
/proc/loadavg: 3.97 3.94 3.91 5/190 15329
/proc/meminfo: memFree=15524112/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=48480 CPUtime=162.29 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 16497 0 0 0 16227 2 0 0 25 0 1 0 467869513 49643520 8930 33554432000 4194304 4291949 140734147601536 18446744073709551615 4267212 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 12120 8930 251 24 0 8754 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 48480

[startup+222.3 s]
/proc/loadavg: 3.99 3.94 3.91 5/190 15331
/proc/meminfo: memFree=15500524/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=67156 CPUtime=222.29 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 16746 0 0 0 22227 2 0 0 25 0 1 0 467869513 68767744 9170 33554432000 4194304 4291949 140734147601536 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 16789 9170 251 24 0 13423 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 67156

[startup+282.301 s]
/proc/loadavg: 4.07 3.97 3.91 5/190 15332
/proc/meminfo: memFree=15478304/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=67156 CPUtime=282.29 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 20174 0 0 0 28226 3 0 0 25 0 1 0 467869513 68767744 12421 33554432000 4194304 4291949 140734147601536 18446744073709551615 4256135 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 16789 12421 251 24 0 13423 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 67156

[startup+342.301 s]
/proc/loadavg: 4.10 3.99 3.92 5/190 15334
/proc/meminfo: memFree=15474696/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=67156 CPUtime=342.29 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 20217 0 0 0 34226 3 0 0 25 0 1 0 467869513 68767744 12463 33554432000 4194304 4291949 140734147601536 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 16789 12463 251 24 0 13423 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 67156

[startup+402.3 s]
/proc/loadavg: 4.04 3.99 3.92 5/190 15336
/proc/meminfo: memFree=15469212/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=67156 CPUtime=402.29 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 20239 0 0 0 40226 3 0 0 25 0 1 0 467869513 68767744 12484 33554432000 4194304 4291949 140734147601536 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 16789 12484 251 24 0 13423 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 67156

[startup+462.301 s]
/proc/loadavg: 4.04 4.00 3.93 5/190 15337
/proc/meminfo: memFree=15459268/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=67156 CPUtime=462.29 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 20675 0 0 0 46226 3 0 0 25 0 1 0 467869513 68767744 12899 33554432000 4194304 4291949 140734147601536 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 16789 12899 251 24 0 13423 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 67156

[startup+522.301 s]
/proc/loadavg: 4.01 4.00 3.93 5/190 15339
/proc/meminfo: memFree=15452164/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=67156 CPUtime=522.3 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 20676 0 0 0 52227 3 0 0 25 0 1 0 467869513 68767744 12900 33554432000 4194304 4291949 140734147601536 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 16789 12900 251 24 0 13423 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 67156

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 15340
/proc/meminfo: memFree=15450152/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=67156 CPUtime=582.3 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 20683 0 0 0 58227 3 0 0 25 0 1 0 467869513 68767744 12907 33554432000 4194304 4291949 140734147601536 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 16789 12907 251 24 0 13423 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 67156

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 15342
/proc/meminfo: memFree=15425952/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=77496 CPUtime=642.31 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 23033 0 0 0 64227 4 0 0 25 0 1 0 467869513 79355904 15203 33554432000 4194304 4291949 140734147601536 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 19374 15203 251 24 0 16008 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 77496

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 15344
/proc/meminfo: memFree=15423200/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=77496 CPUtime=702.3 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 23407 0 0 0 70226 4 0 0 25 0 1 0 467869513 79355904 15561 33554432000 4194304 4291949 140734147601536 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 19374 15561 251 24 0 16008 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 77496

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 15345
/proc/meminfo: memFree=15415112/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=77496 CPUtime=762.31 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 23407 0 0 0 76227 4 0 0 25 0 1 0 467869513 79355904 15561 33554432000 4194304 4291949 140734147601536 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 19374 15561 251 24 0 16008 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 77496

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 15347
/proc/meminfo: memFree=15412360/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=77496 CPUtime=822.3 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 23407 0 0 0 82226 4 0 0 25 0 1 0 467869513 79355904 15561 33554432000 4194304 4291949 140734147601536 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 19374 15561 251 24 0 16008 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 77496

[startup+882.301 s]
/proc/loadavg: 4.04 4.01 3.93 5/190 15348
/proc/meminfo: memFree=15407864/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=77496 CPUtime=882.31 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 23437 0 0 0 88227 4 0 0 25 0 1 0 467869513 79355904 15589 33554432000 4194304 4291949 140734147601536 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 19374 15589 251 24 0 16008 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 77496

[startup+942.301 s]
/proc/loadavg: 4.05 4.02 3.94 5/190 15350
/proc/meminfo: memFree=15406600/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=77496 CPUtime=942.31 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 23437 0 0 0 94227 4 0 0 25 0 1 0 467869513 79355904 15589 33554432000 4194304 4291949 140734147601536 18446744073709551615 4256135 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 19374 15589 251 24 0 16008 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 77496

[startup+1002.3 s]
/proc/loadavg: 4.06 4.03 3.94 5/190 15361
/proc/meminfo: memFree=15399628/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=77496 CPUtime=1002.31 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 23437 0 0 0 100227 4 0 0 25 0 1 0 467869513 79355904 15589 33554432000 4194304 4291949 140734147601536 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 19374 15589 251 24 0 16008 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 77496

[startup+1062.3 s]
/proc/loadavg: 4.02 4.02 3.94 5/190 15362
/proc/meminfo: memFree=15395752/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=77496 CPUtime=1062.31 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 23437 0 0 0 106227 4 0 0 25 0 1 0 467869513 79355904 15589 33554432000 4194304 4291949 140734147601536 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 19374 15589 251 24 0 16008 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 77496

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.94 5/190 15364
/proc/meminfo: memFree=15395484/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=77496 CPUtime=1122.32 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 23560 0 0 0 112227 5 0 0 25 0 1 0 467869513 79355904 15712 33554432000 4194304 4291949 140734147601536 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 19374 15712 251 24 0 16008 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 77496

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 15368
/proc/meminfo: memFree=15395596/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=77496 CPUtime=1182.31 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 23673 0 0 0 118226 5 0 0 25 0 1 0 467869513 79355904 15821 33554432000 4194304 4291949 140734147601536 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 19374 15821 251 24 0 16008 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 77496

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/190 15370
/proc/meminfo: memFree=15387644/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=77496 CPUtime=1242.32 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 23732 0 0 0 124227 5 0 0 25 0 1 0 467869513 79355904 15876 33554432000 4194304 4291949 140734147601536 18446744073709551615 4276258 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 19374 15876 251 24 0 16008 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 77496



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.94 4/189 15373
/proc/meminfo: memFree=15453224/32950928 swapFree=67111528/67111528
[pid=15312] ppid=15310 vsize=77496 CPUtime=1300.02 cores=4,6
/proc/15312/stat : 15312 (RestartSAT) R 15310 15312 14653 0 -1 4202496 23931 0 0 0 129997 5 0 0 25 0 1 0 467869513 79355904 16066 33554432000 4194304 4291949 140734147601536 18446744073709551615 4256135 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/15312/statm: 19374 16066 251 24 0 16008 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 77496

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.98
CPU system time (s): 0.06099
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 77496

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

runsolver used 2.02269 second user time and 5.08223 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-23 14:45:07
IDJOB=3262985
IDBENCH=83909
IDSOLVER=1580
FILE ID=node122/3262985-1303562707
RUNJOBID= node122-1303562707-15283
PBS_JOBID= 13150275
Free space on /tmp= 70904 MiB

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

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

MD5SUM BENCH= 5f29341b29f4bbeb333d68befe08c7ae
RANDOM SEED=901836563

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15657508 kB
Buffers:       1774668 kB
Cached:       14889676 kB
SwapCached:          0 kB
Active:        5330280 kB
Inactive:     11410840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15657508 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4060 kB
Writeback:           0 kB
AnonPages:       76284 kB
Mapped:          15068 kB
Slab:           487664 kB
PageTables:       5164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   227352 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= 70904 MiB
End job on node122 at 2011-04-23 15:06:49