Trace number 3258409

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.02

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v945c61409gyes5.cnf
MD5SUMccc3b90e7796ba48b01939580fe6357c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.34434
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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-3258409-1303482302/watcher-3258409-1303482302 -o /tmp/evaluation-result-3258409-1303482302/solver-3258409-1303482302 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3258409-1303482302.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.84 5.51 6.81 3/174 14747
/proc/meminfo: memFree=16264712/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=11800 CPUtime=0 cores=1,3
/proc/14747/stat : 14747 (runsolver) R 14745 14747 12632 0 -1 4202560 43 0 0 0 0 0 0 0 21 0 1 0 459827964 12083200 51 33554432000 4194304 5434984 140734069156000 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/14747/statm: 2950 51 31 303 0 2644 0

[startup+0.0387159 s]
/proc/loadavg: 3.84 5.51 6.81 3/174 14747
/proc/meminfo: memFree=16264712/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=21796 CPUtime=0.03 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 1467 0 0 0 3 0 0 0 17 0 1 0 459827964 22319104 1358 33554432000 4194304 4291949 140736833580096 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 5449 1358 231 24 0 2083 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 21796

[startup+0.1007 s]
/proc/loadavg: 3.84 5.51 6.81 3/174 14747
/proc/meminfo: memFree=16264712/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=18212 CPUtime=0.09 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 1771 0 0 0 9 0 0 0 17 0 1 0 459827964 18649088 1304 33554432000 4194304 4291949 140736833580096 18446744073709551615 4268835 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 4553 1304 252 24 0 1187 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18212

[startup+0.300663 s]
/proc/loadavg: 3.84 5.51 6.81 3/174 14747
/proc/meminfo: memFree=16264712/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=19876 CPUtime=0.29 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 2115 0 0 0 29 0 0 0 18 0 1 0 459827964 20353024 1647 33554432000 4194304 4291949 140736833580096 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 4969 1647 252 24 0 1603 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19876

[startup+0.700594 s]
/proc/loadavg: 3.84 5.51 6.81 3/174 14747
/proc/meminfo: memFree=16264712/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=21852 CPUtime=0.69 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 2613 0 0 0 69 0 0 0 18 0 1 0 459827964 22376448 2134 33554432000 4194304 4291949 140736833580096 18446744073709551615 4255571 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 5463 2134 252 24 0 2097 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21852

[startup+1.50045 s]
/proc/loadavg: 3.85 5.48 6.80 5/190 14774
/proc/meminfo: memFree=16193772/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=25632 CPUtime=1.49 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 3459 0 0 0 149 0 0 0 19 0 1 0 459827964 26247168 2968 33554432000 4194304 4291949 140736833580096 18446744073709551615 4248347 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 6408 2968 252 24 0 3042 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25632

[startup+3.10016 s]
/proc/loadavg: 3.85 5.48 6.80 5/190 14774
/proc/meminfo: memFree=16172456/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=31348 CPUtime=3.08 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 4646 0 0 0 308 0 0 0 25 0 1 0 459827964 32100352 4146 33554432000 4194304 4291949 140736833580096 18446744073709551615 4261956 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 7837 4146 252 24 0 4471 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 31348

[startup+6.30059 s]
/proc/loadavg: 3.85 5.48 6.80 5/190 14774
/proc/meminfo: memFree=16128188/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=40324 CPUtime=6.28 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 6283 0 0 0 628 0 0 0 25 0 1 0 459827964 41291776 5772 33554432000 4194304 4291949 140736833580096 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 10081 5772 252 24 0 6715 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 40324

[startup+12.7004 s]
/proc/loadavg: 3.87 5.43 6.77 5/190 14774
/proc/meminfo: memFree=16059820/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=54688 CPUtime=12.68 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 8843 0 0 0 1267 1 0 0 25 0 1 0 459827964 56000512 8310 33554432000 4194304 4291949 140736833580096 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 13672 8310 252 24 0 10306 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 54688

[startup+25.5011 s]
/proc/loadavg: 3.89 5.38 6.74 5/190 14775
/proc/meminfo: memFree=15986904/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=55836 CPUtime=25.48 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 14794 0 0 0 2545 3 0 0 25 0 1 0 459827964 57176064 8222 33554432000 4194304 4291949 140736833580096 18446744073709551615 4256154 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 13959 8222 252 24 0 10593 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 55836

[startup+51.1005 s]
/proc/loadavg: 3.93 5.27 6.66 5/190 14776
/proc/meminfo: memFree=15870052/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=78000 CPUtime=51.08 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 24123 0 0 0 5102 6 0 0 25 0 1 0 459827964 79872000 9435 33554432000 4194304 4291949 140736833580096 18446744073709551615 4255864 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 19500 9435 252 24 0 16134 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 78000

[startup+102.307 s]
/proc/loadavg: 3.97 5.05 6.51 5/190 14777
/proc/meminfo: memFree=15680800/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=90532 CPUtime=102.3 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 52718 0 0 0 10217 13 0 0 25 0 1 0 459827964 92704768 19322 33554432000 4194304 4291949 140736833580096 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 22633 19322 252 24 0 19267 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 90532

[startup+162.3 s]
/proc/loadavg: 3.99 4.86 6.35 5/190 14778
/proc/meminfo: memFree=15514968/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=90532 CPUtime=162.29 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 63828 0 0 0 16214 15 0 0 25 0 1 0 459827964 92704768 19356 33554432000 4194304 4291949 140736833580096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 22633 19356 252 24 0 19267 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 90532

[startup+222.301 s]
/proc/loadavg: 3.99 4.70 6.20 5/190 14780
/proc/meminfo: memFree=15413096/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=90532 CPUtime=222.29 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 75180 0 0 0 22211 18 0 0 25 0 1 0 459827964 92704768 19379 33554432000 4194304 4291949 140736833580096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 22633 19379 252 24 0 19267 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 90532

[startup+282.301 s]
/proc/loadavg: 3.99 4.57 6.06 5/190 14782
/proc/meminfo: memFree=15324640/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=90532 CPUtime=282.29 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 88086 0 0 0 28207 22 0 0 25 0 1 0 459827964 92704768 19392 33554432000 4194304 4291949 140736833580096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 22633 19392 252 24 0 19267 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 90532

[startup+342.301 s]
/proc/loadavg: 4.07 4.48 5.93 5/190 14783
/proc/meminfo: memFree=15211004/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=139852 CPUtime=342.3 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 107726 0 0 0 34204 26 0 0 25 0 1 0 459827964 143208448 27157 33554432000 4194304 4291949 140736833580096 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 34963 27157 252 24 0 31597 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 139852

[startup+402.301 s]
/proc/loadavg: 4.10 4.41 5.81 5/190 14785
/proc/meminfo: memFree=15102332/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=170672 CPUtime=402.3 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 114497 0 0 0 40200 30 0 0 25 0 1 0 459827964 174768128 33872 33554432000 4194304 4291949 140736833580096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 42668 33872 252 24 0 39302 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 170672

[startup+462.3 s]
/proc/loadavg: 4.03 4.33 5.70 5/190 14786
/proc/meminfo: memFree=15039292/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=139852 CPUtime=462.3 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 126976 0 0 0 46197 33 0 0 25 0 1 0 459827964 143208448 31591 33554432000 4194304 4291949 140736833580096 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 34963 31591 252 24 0 31597 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 139852

[startup+522.3 s]
/proc/loadavg: 4.01 4.27 5.59 5/190 14788
/proc/meminfo: memFree=14996464/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=139852 CPUtime=522.3 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 138767 0 0 0 52194 36 0 0 25 0 1 0 459827964 143208448 28722 33554432000 4194304 4291949 140736833580096 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 34963 28722 252 24 0 31597 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 139852

[startup+582.3 s]
/proc/loadavg: 4.03 4.23 5.49 5/190 14790
/proc/meminfo: memFree=14970752/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=90532 CPUtime=582.3 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 144888 0 0 0 58190 40 0 0 25 0 1 0 459827964 92704768 19407 33554432000 4194304 4291949 140736833580096 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 22633 19407 252 24 0 19267 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 90532

[startup+642.301 s]
/proc/loadavg: 4.01 4.18 5.39 5/190 14791
/proc/meminfo: memFree=14871244/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=139852 CPUtime=642.31 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 156835 0 0 0 64188 43 0 0 25 0 1 0 459827964 143208448 31316 33554432000 4194304 4291949 140736833580096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 34963 31316 252 24 0 31597 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 139852

[startup+702.301 s]
/proc/loadavg: 4.00 4.15 5.30 5/190 14793
/proc/meminfo: memFree=15192092/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=109360 CPUtime=702.3 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 159518 0 0 0 70186 44 0 0 25 0 1 0 459827964 111984640 19414 33554432000 4194304 4291949 140736833580096 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 27340 19414 252 24 0 23974 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 109360

[startup+762.307 s]
/proc/loadavg: 4.00 4.12 5.22 5/190 14794
/proc/meminfo: memFree=15006924/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=189500 CPUtime=762.32 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 172724 0 0 0 76184 48 0 0 25 0 1 0 459827964 194048000 32578 33554432000 4194304 4291949 140736833580096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 47375 32578 252 24 0 44009 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 189500

[startup+822.301 s]
/proc/loadavg: 4.00 4.09 5.14 5/190 14796
/proc/meminfo: memFree=15244948/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=109360 CPUtime=822.31 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 175347 0 0 0 82182 49 0 0 25 0 1 0 459827964 111984640 19425 33554432000 4194304 4291949 140736833580096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 27340 19425 252 24 0 23974 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 109360

[startup+882.3 s]
/proc/loadavg: 4.00 4.08 5.07 5/190 14798
/proc/meminfo: memFree=15088192/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=189500 CPUtime=882.31 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 189681 0 0 0 88179 52 0 0 25 0 1 0 459827964 194048000 33705 33554432000 4194304 4291949 140736833580096 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 47375 33705 252 24 0 44009 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 189500

[startup+942.3 s]
/proc/loadavg: 4.04 4.07 5.00 5/190 14799
/proc/meminfo: memFree=15025144/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=158680 CPUtime=942.31 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 204161 0 0 0 94176 55 0 0 25 0 1 0 459827964 162488320 31941 33554432000 4194304 4291949 140736833580096 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 39670 31941 252 24 0 36304 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 158680

[startup+1002.3 s]
/proc/loadavg: 4.05 4.07 4.94 5/190 14801
/proc/meminfo: memFree=14944868/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=189500 CPUtime=1002.32 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 208305 0 0 0 100174 58 0 0 25 0 1 0 459827964 194048000 36050 33554432000 4194304 4291949 140736833580096 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 47375 36050 252 24 0 44009 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 189500

[startup+1062.3 s]
/proc/loadavg: 4.02 4.06 4.88 5/190 14802
/proc/meminfo: memFree=15267104/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=189500 CPUtime=1062.32 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 211610 0 0 0 106172 60 0 0 25 0 1 0 459827964 194048000 39319 33554432000 4194304 4291949 140736833580096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 47375 39319 252 24 0 44009 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 189500

[startup+1122.3 s]
/proc/loadavg: 4.00 4.04 4.82 5/190 14804
/proc/meminfo: memFree=15177900/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=158680 CPUtime=1122.32 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 225762 0 0 0 112168 64 0 0 25 0 1 0 459827964 162488320 34857 33554432000 4194304 4291949 140736833580096 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 39670 34857 252 24 0 36304 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 158680

[startup+1182.3 s]
/proc/loadavg: 4.00 4.03 4.77 5/190 14806
/proc/meminfo: memFree=15097880/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=189500 CPUtime=1182.32 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 230386 0 0 0 118166 66 0 0 25 0 1 0 459827964 194048000 39445 33554432000 4194304 4291949 140736833580096 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 47375 39445 252 24 0 44009 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 189500

[startup+1242.3 s]
/proc/loadavg: 4.00 4.03 4.72 5/190 14807
/proc/meminfo: memFree=15059148/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=177580 CPUtime=1242.32 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 241077 0 0 0 124164 68 0 0 25 0 1 0 459827964 181841920 33086 33554432000 4194304 4291949 140736833580096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 44395 33086 252 24 0 41029 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 177580



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 4.67 5/190 14809
/proc/meminfo: memFree=14981956/32951124 swapFree=67111528/67111528
[pid=14747] ppid=14745 vsize=208400 CPUtime=1300.03 cores=1,3
/proc/14747/stat : 14747 (RestartSAT) R 14745 14747 12632 0 -1 4202496 246562 0 0 0 129932 71 0 0 25 0 1 0 459827964 213401600 38524 33554432000 4194304 4291949 140736833580096 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14747/statm: 52100 38524 252 24 0 48734 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 208400

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): 1299.32
CPU system time (s): 0.72089
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 208400

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

runsolver used 2.00569 second user time and 5.09822 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-22 16:25:03
IDJOB=3258409
IDBENCH=71354
IDSOLVER=1580
FILE ID=node137/3258409-1303482302
RUNJOBID= node137-1303482302-14733
PBS_JOBID= 13107203
Free space on /tmp= 71388 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v945c61409gyes5.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258409-1303482302/watcher-3258409-1303482302 -o /tmp/evaluation-result-3258409-1303482302/solver-3258409-1303482302 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3258409-1303482302.cnf

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

MD5SUM BENCH= ccc3b90e7796ba48b01939580fe6357c
RANDOM SEED=853505798

node137.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.844
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.68
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.844
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.844
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.844
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.74
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.844
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.844
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.844
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.83
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.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16265000 kB
Buffers:       1210992 kB
Cached:       14856204 kB
SwapCached:          0 kB
Active:        9312536 kB
Inactive:      6817388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16265000 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4768 kB
Writeback:           0 kB
AnonPages:       62800 kB
Mapped:          14484 kB
Slab:           492080 kB
PageTables:       5084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190496 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= 71380 MiB
End job on node137 at 2011-04-22 16:46:45