Trace number 3264041

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.01 1300.01

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.6/
frb75-13-2.used-as.sat04-878.cnf
MD5SUM00e6f1cbbaaa8f43dc6451d49bfa1cef
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.241962
Satisfiable
(Un)Satisfiability was proved
Number of variables975
Number of clauses34275
Sum of the clauses size69375
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 234200
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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

running on 2 cores: 5,7

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: 0.89 3.17 5.16 4/179 19686
/proc/meminfo: memFree=16005212/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=19700 CPUtime=0 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 654 0 0 0 0 0 0 0 22 0 1 0 468424787 20172800 556 33554432000 4194304 4291949 140734789833408 18446744073709551615 212687336133 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 4925 557 225 24 0 1559 0

[startup+0.062117 s]
/proc/loadavg: 0.89 3.17 5.16 4/179 19686
/proc/meminfo: memFree=16005212/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=20956 CPUtime=0.05 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 1194 0 0 0 5 0 0 0 22 0 1 0 468424787 21458944 1001 33554432000 4194304 4291949 140734789833408 18446744073709551615 4230022 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 5239 1001 233 24 0 1873 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 20956

[startup+0.101107 s]
/proc/loadavg: 0.89 3.17 5.16 4/179 19686
/proc/meminfo: memFree=16005212/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=17064 CPUtime=0.09 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 1382 0 0 0 9 0 0 0 22 0 1 0 468424787 17473536 942 33554432000 4194304 4291949 140734789833408 18446744073709551615 4251108 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 4266 942 249 24 0 900 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17064

[startup+0.301073 s]
/proc/loadavg: 0.89 3.17 5.16 4/179 19686
/proc/meminfo: memFree=16005212/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=18088 CPUtime=0.29 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 1602 0 0 0 29 0 0 0 23 0 1 0 468424787 18522112 1155 33554432000 4194304 4291949 140734789833408 18446744073709551615 4255548 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 4522 1155 249 24 0 1156 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18088

[startup+0.700998 s]
/proc/loadavg: 0.89 3.17 5.16 4/179 19686
/proc/meminfo: memFree=16005212/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=19452 CPUtime=0.69 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 1962 0 0 0 69 0 0 0 25 0 1 0 468424787 19918848 1506 33554432000 4194304 4291949 140734789833408 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 4863 1507 249 24 0 1497 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19452

[startup+1.50085 s]
/proc/loadavg: 0.89 3.17 5.16 5/190 19707
/proc/meminfo: memFree=15978712/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=24532 CPUtime=1.49 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 2619 0 0 0 149 0 0 0 25 0 1 0 468424787 25120768 2153 33554432000 4194304 4291949 140734789833408 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 6133 2153 249 24 0 2767 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24532

[startup+3.10056 s]
/proc/loadavg: 1.14 3.18 5.15 5/190 19707
/proc/meminfo: memFree=15969288/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=24924 CPUtime=3.09 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 4640 0 0 0 309 0 0 0 25 0 1 0 468424787 25522176 2810 33554432000 4194304 4291949 140734789833408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 6231 2810 249 24 0 2865 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24924

[startup+6.30098 s]
/proc/loadavg: 1.14 3.18 5.15 5/190 19708
/proc/meminfo: memFree=15947508/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=31996 CPUtime=6.29 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 6286 0 0 0 629 0 0 0 25 0 1 0 468424787 32763904 4371 33554432000 4194304 4291949 140734789833408 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 7999 4371 249 24 0 4633 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 31996

[startup+12.7008 s]
/proc/loadavg: 1.58 3.21 5.14 5/190 19708
/proc/meminfo: memFree=15911440/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=36736 CPUtime=12.69 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 7743 0 0 0 1268 1 0 0 25 0 1 0 468424787 37617664 5771 33554432000 4194304 4291949 140734789833408 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 9184 5771 249 24 0 5818 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36736

[startup+25.5005 s]
/proc/loadavg: 1.95 3.24 5.13 5/190 19708
/proc/meminfo: memFree=15883984/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=43896 CPUtime=25.49 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 10723 0 0 0 2548 1 0 0 25 0 1 0 468424787 44949504 6850 33554432000 4194304 4291949 140734789833408 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 10974 6850 249 24 0 7608 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43896

[startup+51.1008 s]
/proc/loadavg: 2.71 3.31 5.10 5/190 19709
/proc/meminfo: memFree=15848632/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=43896 CPUtime=51.09 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 11087 0 0 0 5108 1 0 0 25 0 1 0 468424787 44949504 7204 33554432000 4194304 4291949 140734789833408 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 10974 7204 249 24 0 7608 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 43896

[startup+102.306 s]
/proc/loadavg: 3.48 3.43 5.04 5/190 19710
/proc/meminfo: memFree=15868188/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=62572 CPUtime=102.3 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 18398 0 0 0 10227 3 0 0 25 0 1 0 468424787 64073728 10829 33554432000 4194304 4291949 140734789833408 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 15643 10829 249 24 0 12277 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 62572

[startup+162.301 s]
/proc/loadavg: 3.79 3.52 4.97 5/190 19712
/proc/meminfo: memFree=15805180/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=62572 CPUtime=162.29 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 18776 0 0 0 16226 3 0 0 25 0 1 0 468424787 64073728 11197 33554432000 4194304 4291949 140734789833408 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 15643 11197 249 24 0 12277 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 62572

[startup+222.301 s]
/proc/loadavg: 3.93 3.61 4.90 5/190 19713
/proc/meminfo: memFree=15765092/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=69984 CPUtime=222.29 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 23185 0 0 0 22225 4 0 0 25 0 1 0 468424787 71663616 9832 33554432000 4194304 4291949 140734789833408 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 17496 9832 252 24 0 14130 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 69984

[startup+282.301 s]
/proc/loadavg: 3.97 3.67 4.85 5/190 19715
/proc/meminfo: memFree=15721668/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=69984 CPUtime=282.29 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 27571 0 0 0 28224 5 0 0 25 0 1 0 468424787 71663616 14100 33554432000 4194304 4291949 140734789833408 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 17496 14100 252 24 0 14130 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 69984

[startup+342.301 s]
/proc/loadavg: 3.99 3.74 4.79 5/190 19717
/proc/meminfo: memFree=15773592/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=69984 CPUtime=342.29 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 27571 0 0 0 34224 5 0 0 25 0 1 0 468424787 71663616 14100 33554432000 4194304 4291949 140734789833408 18446744073709551615 4267157 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 17496 14100 252 24 0 14130 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 69984

[startup+402.301 s]
/proc/loadavg: 4.03 3.79 4.75 5/190 19718
/proc/meminfo: memFree=15741220/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=77484 CPUtime=402.28 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 28860 0 0 0 40223 5 0 0 25 0 1 0 468424787 79343616 15359 33554432000 4194304 4291949 140734789833408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 19371 15359 252 24 0 16005 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 77484

[startup+462.301 s]
/proc/loadavg: 4.01 3.83 4.69 5/190 19720
/proc/meminfo: memFree=15698792/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=77484 CPUtime=462.29 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 34243 0 0 0 46223 6 0 0 25 0 1 0 468424787 79343616 15981 33554432000 4194304 4291949 140734789833408 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 19371 15981 252 24 0 16005 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 77484

[startup+522.301 s]
/proc/loadavg: 4.04 3.87 4.66 5/190 19721
/proc/meminfo: memFree=15672980/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=77484 CPUtime=522.29 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 34243 0 0 0 52223 6 0 0 25 0 1 0 468424787 79343616 15981 33554432000 4194304 4291949 140734789833408 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 19371 15981 252 24 0 16005 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 77484

[startup+582.301 s]
/proc/loadavg: 4.01 3.89 4.61 5/190 19723
/proc/meminfo: memFree=15767816/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=107832 CPUtime=582.29 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 34626 0 0 0 58223 6 0 0 25 0 1 0 468424787 110419968 16359 33554432000 4194304 4291949 140734789833408 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 26958 16359 252 24 0 23592 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 107832

[startup+642.301 s]
/proc/loadavg: 4.04 3.92 4.57 5/190 19725
/proc/meminfo: memFree=15729732/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=107832 CPUtime=642.29 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 34663 0 0 0 64223 6 0 0 25 0 1 0 468424787 110419968 16396 33554432000 4194304 4291949 140734789833408 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 26958 16396 252 24 0 23592 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 107832

[startup+702.301 s]
/proc/loadavg: 4.01 3.93 4.54 5/190 19726
/proc/meminfo: memFree=15697848/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=107832 CPUtime=702.29 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 35971 0 0 0 70222 7 0 0 25 0 1 0 468424787 110419968 17680 33554432000 4194304 4291949 140734789833408 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 26958 17680 252 24 0 23592 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 107832

[startup+762.307 s]
/proc/loadavg: 4.06 3.96 4.50 5/190 19728
/proc/meminfo: memFree=15678852/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=107832 CPUtime=762.3 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 35975 0 0 0 76223 7 0 0 25 0 1 0 468424787 110419968 17684 33554432000 4194304 4291949 140734789833408 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 26958 17684 252 24 0 23592 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 107832

[startup+822.3 s]
/proc/loadavg: 4.02 3.96 4.47 5/190 19729
/proc/meminfo: memFree=15657996/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=107832 CPUtime=822.29 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 35981 0 0 0 82222 7 0 0 25 0 1 0 468424787 110419968 17690 33554432000 4194304 4291949 140734789833408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 26958 17690 252 24 0 23592 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 107832

[startup+882.3 s]
/proc/loadavg: 4.01 3.97 4.44 5/190 19731
/proc/meminfo: memFree=15638260/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=107832 CPUtime=882.29 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 35981 0 0 0 88222 7 0 0 25 0 1 0 468424787 110419968 17690 33554432000 4194304 4291949 140734789833408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 26958 17690 252 24 0 23592 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 107832

[startup+942.3 s]
/proc/loadavg: 4.05 3.99 4.42 5/190 19732
/proc/meminfo: memFree=15621124/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=107832 CPUtime=942.29 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 35981 0 0 0 94222 7 0 0 25 0 1 0 468424787 110419968 17690 33554432000 4194304 4291949 140734789833408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 26958 17690 252 24 0 23592 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 107832

[startup+1002.3 s]
/proc/loadavg: 4.02 3.99 4.38 5/190 19734
/proc/meminfo: memFree=15738796/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=107832 CPUtime=1002.3 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 36228 0 0 0 100223 7 0 0 25 0 1 0 468424787 110419968 17935 33554432000 4194304 4291949 140734789833408 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 26958 17935 252 24 0 23592 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 107832

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 4.36 5/190 19736
/proc/meminfo: memFree=15703432/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=107832 CPUtime=1062.3 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 36228 0 0 0 106223 7 0 0 25 0 1 0 468424787 110419968 17935 33554432000 4194304 4291949 140734789833408 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 26958 17935 252 24 0 23592 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 107832

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 4.33 5/190 19737
/proc/meminfo: memFree=15676752/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=107832 CPUtime=1122.29 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 36228 0 0 0 112222 7 0 0 25 0 1 0 468424787 110419968 17935 33554432000 4194304 4291949 140734789833408 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 26958 17935 252 24 0 23592 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 107832

[startup+1182.3 s]
/proc/loadavg: 4.06 4.00 4.32 5/190 19739
/proc/meminfo: memFree=15638536/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=107832 CPUtime=1182.29 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 41029 0 0 0 118222 7 0 0 25 0 1 0 468424787 110419968 22603 33554432000 4194304 4291949 140734789833408 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 26958 22603 252 24 0 23592 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 107832

[startup+1242.3 s]
/proc/loadavg: 4.02 4.00 4.29 5/190 19740
/proc/meminfo: memFree=15614712/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=107832 CPUtime=1242.29 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 41029 0 0 0 124222 7 0 0 25 0 1 0 468424787 110419968 22603 33554432000 4194304 4291949 140734789833408 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 26958 22603 252 24 0 23592 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 107832



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 4.27 4/188 19743
/proc/meminfo: memFree=15602304/32951124 swapFree=67111528/67111528
[pid=19686] ppid=19684 vsize=107832 CPUtime=1299.99 cores=5,7
/proc/19686/stat : 19686 (RestartSAT) R 19684 19686 19646 0 -1 4202496 41381 0 0 0 129992 7 0 0 25 0 1 0 468424787 110419968 22949 33554432000 4194304 4291949 140734789833408 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/19686/statm: 26958 22949 252 24 0 23592 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 107832

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.01
CPU user time (s): 1299.93
CPU system time (s): 0.082987
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 107836

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

runsolver used 2.00869 second user time and 5.09422 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-23 16:17:51
IDJOB=3264041
IDBENCH=84551
IDSOLVER=1580
FILE ID=node139/3264041-1303568270
RUNJOBID= node139-1303568266-19667
PBS_JOBID= 13150294
Free space on /tmp= 72384 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT04/handmade/kexu/frb-0.6/frb75-13-2.used-as.sat04-878.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264041-1303568270/watcher-3264041-1303568270 -o /tmp/evaluation-result-3264041-1303568270/solver-3264041-1303568270 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3264041-1303568270.cnf

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

MD5SUM BENCH= 00e6f1cbbaaa8f43dc6451d49bfa1cef
RANDOM SEED=479685785

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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:      16005484 kB
Buffers:       2141376 kB
Cached:       14220216 kB
SwapCached:          0 kB
Active:        9826540 kB
Inactive:      6599976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16005484 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1236 kB
Writeback:           0 kB
AnonPages:       64100 kB
Mapped:          14820 kB
Slab:           457016 kB
PageTables:       4808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   207908 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= 72380 MiB
End job on node139 at 2011-04-23 16:39:33