Trace number 3259289

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.07 1300.03

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2400c266431gyes3.cnf
MD5SUMcef3d3066fec910e94448f2404c09548
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
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-3259289-1303507667/watcher-3259289-1303507667 -o /tmp/evaluation-result-3259289-1303507667/solver-3259289-1303507667 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3259289-1303507667.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.54 3.91 4.10 3/184 22772
/proc/meminfo: memFree=12214832/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=19764 CPUtime=0 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 784 0 0 0 0 0 0 0 21 0 1 0 443182524 20238336 726 33554432000 4194304 4291949 140733309178832 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 4941 726 225 24 0 1575 0

[startup+0.0985 s]
/proc/loadavg: 3.54 3.91 4.10 3/184 22772
/proc/meminfo: memFree=12214832/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=30780 CPUtime=0.08 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 5066 0 0 0 8 0 0 0 21 0 1 0 443182524 31518720 4476 33554432000 4194304 4291949 140733309178832 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 7695 4476 232 24 0 4329 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30780

[startup+0.100495 s]
/proc/loadavg: 3.54 3.91 4.10 3/184 22772
/proc/meminfo: memFree=12214832/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=30780 CPUtime=0.09 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 5066 0 0 0 9 0 0 0 21 0 1 0 443182524 31518720 4476 33554432000 4194304 4291949 140733309178832 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 7695 4476 232 24 0 4329 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30780

[startup+0.300463 s]
/proc/loadavg: 3.54 3.91 4.10 3/184 22772
/proc/meminfo: memFree=12214832/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=30780 CPUtime=0.29 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 5066 0 0 0 29 0 0 0 22 0 1 0 443182524 31518720 4476 33554432000 4194304 4291949 140733309178832 18446744073709551615 4229928 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 7695 4476 232 24 0 4329 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30780

[startup+0.700392 s]
/proc/loadavg: 3.54 3.91 4.10 3/184 22772
/proc/meminfo: memFree=12214832/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=32284 CPUtime=0.69 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 6523 0 0 0 68 1 0 0 24 0 1 0 443182524 33058816 4325 33554432000 4194304 4291949 140733309178832 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 8071 4325 253 24 0 4705 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32284

[startup+1.50025 s]
/proc/loadavg: 3.54 3.91 4.10 4/185 22773
/proc/meminfo: memFree=12189464/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=36704 CPUtime=1.49 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 7655 0 0 0 148 1 0 0 25 0 1 0 443182524 37584896 5453 33554432000 4194304 4291949 140733309178832 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 9176 5453 253 24 0 5810 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36704

[startup+3.10097 s]
/proc/loadavg: 3.54 3.91 4.10 4/185 22773
/proc/meminfo: memFree=12184344/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=44048 CPUtime=3.09 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 9244 0 0 0 308 1 0 0 25 0 1 0 443182524 45105152 7033 33554432000 4194304 4291949 140733309178832 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 11012 7033 253 24 0 7646 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44048

[startup+6.30039 s]
/proc/loadavg: 3.58 3.91 4.10 5/190 22783
/proc/meminfo: memFree=12132524/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=57476 CPUtime=6.29 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 12238 0 0 0 627 2 0 0 25 0 1 0 443182524 58855424 10000 33554432000 4194304 4291949 140733309178832 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 14369 10000 253 24 0 11003 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57476

[startup+12.7002 s]
/proc/loadavg: 3.61 3.91 4.10 5/190 22783
/proc/meminfo: memFree=12101352/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=79972 CPUtime=12.69 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 17186 0 0 0 1266 3 0 0 25 0 1 0 443182524 81891328 14928 33554432000 4194304 4291949 140733309178832 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 19993 14928 253 24 0 16627 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79972

[startup+25.5009 s]
/proc/loadavg: 3.70 3.91 4.09 5/190 22783
/proc/meminfo: memFree=12035384/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=115660 CPUtime=25.5 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 23546 0 0 0 2545 5 0 0 25 0 1 0 443182524 118435840 21250 33554432000 4194304 4291949 140733309178832 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 28915 21250 253 24 0 25549 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 115660

[startup+51.1003 s]
/proc/loadavg: 3.80 3.92 4.09 5/190 22784
/proc/meminfo: memFree=11927568/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=172872 CPUtime=51.09 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 34286 0 0 0 5101 8 0 0 25 0 1 0 443182524 177020928 31936 33554432000 4194304 4291949 140733309178832 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 43218 31936 253 24 0 39852 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 172872

[startup+102.307 s]
/proc/loadavg: 3.91 3.93 4.08 5/190 22785
/proc/meminfo: memFree=11855876/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=263128 CPUtime=102.3 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 49878 0 0 0 10217 13 0 0 25 0 1 0 443182524 269443072 47443 33554432000 4194304 4291949 140733309178832 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 65782 47443 253 24 0 62416 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 263128

[startup+162.3 s]
/proc/loadavg: 3.97 3.94 4.08 5/190 22787
/proc/meminfo: memFree=11763224/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=272856 CPUtime=162.3 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 62948 0 0 0 16212 18 0 0 25 0 1 0 443182524 279404544 60453 33554432000 4194304 4291949 140733309178832 18446744073709551615 4255739 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 68214 60453 253 24 0 64848 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 272856

[startup+222.301 s]
/proc/loadavg: 3.99 3.95 4.07 5/190 22789
/proc/meminfo: memFree=11678620/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=411196 CPUtime=222.3 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 72640 0 0 0 22208 22 0 0 25 0 1 0 443182524 421064704 70110 33554432000 4194304 4291949 140733309178832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 102799 70110 253 24 0 99433 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 411196

[startup+282.301 s]
/proc/loadavg: 3.99 3.95 4.07 5/190 22790
/proc/meminfo: memFree=11634432/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=416500 CPUtime=282.3 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 81901 0 0 0 28204 26 0 0 25 0 1 0 443182524 426496000 79303 33554432000 4194304 4291949 140733309178832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 104125 79303 253 24 0 100759 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 416500

[startup+342.301 s]
/proc/loadavg: 3.99 3.96 4.06 5/190 22792
/proc/meminfo: memFree=11650520/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=422828 CPUtime=342.3 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 90047 0 0 0 34200 30 0 0 25 0 1 0 443182524 432975872 87411 33554432000 4194304 4291949 140733309178832 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 105707 87411 253 24 0 102341 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 422828

[startup+402.3 s]
/proc/loadavg: 3.99 3.96 4.06 5/190 22793
/proc/meminfo: memFree=11604720/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=427332 CPUtime=402.3 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 96484 0 0 0 40197 33 0 0 25 0 1 0 443182524 437587968 93817 33554432000 4194304 4291949 140733309178832 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 106833 93817 253 24 0 103467 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 427332

[startup+462.3 s]
/proc/loadavg: 3.99 3.97 4.05 5/190 22795
/proc/meminfo: memFree=11530668/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=430692 CPUtime=462.3 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 104123 0 0 0 46194 36 0 0 25 0 1 0 443182524 441028608 101431 33554432000 4194304 4291949 140733309178832 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 107673 101431 253 24 0 104307 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 430692

[startup+522.301 s]
/proc/loadavg: 3.99 3.97 4.04 5/190 22797
/proc/meminfo: memFree=11832700/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=167816 CPUtime=522.3 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 129069 0 0 0 52187 43 0 0 25 0 1 0 443182524 171843584 36397 33554432000 4194304 4291949 140733309178832 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 41954 36397 253 24 0 38588 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 167816

[startup+582.301 s]
/proc/loadavg: 4.09 4.00 4.05 5/190 22798
/proc/meminfo: memFree=11685716/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=299292 CPUtime=582.31 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 145227 0 0 0 58180 51 0 0 25 0 1 0 443182524 306475008 52482 33554432000 4194304 4291949 140733309178832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 74823 52482 253 24 0 71457 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 299292

[startup+642.3 s]
/proc/loadavg: 4.03 4.00 4.04 5/190 22800
/proc/meminfo: memFree=11716560/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=299464 CPUtime=642.31 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 155899 0 0 0 64177 54 0 0 25 0 1 0 443182524 306651136 63105 33554432000 4194304 4291949 140733309178832 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 74866 63105 253 24 0 71500 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 299464

[startup+702.3 s]
/proc/loadavg: 4.01 4.00 4.04 5/190 22801
/proc/meminfo: memFree=11650672/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=432060 CPUtime=702.31 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 168046 0 0 0 70173 58 0 0 25 0 1 0 443182524 442429440 75202 33554432000 4194304 4291949 140733309178832 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 108015 75202 253 24 0 104649 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 432060

[startup+762.307 s]
/proc/loadavg: 4.07 4.02 4.04 5/190 22803
/proc/meminfo: memFree=11535320/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=432704 CPUtime=762.31 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 175696 0 0 0 76170 61 0 0 25 0 1 0 443182524 443088896 82822 33554432000 4194304 4291949 140733309178832 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 108176 82822 253 24 0 104810 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 432704

[startup+822.301 s]
/proc/loadavg: 4.02 4.01 4.03 5/190 22805
/proc/meminfo: memFree=11577448/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=434028 CPUtime=822.32 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 181892 0 0 0 82167 65 0 0 25 0 1 0 443182524 444444672 88985 33554432000 4194304 4291949 140733309178832 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 108507 88985 253 24 0 105141 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 434028

[startup+882.301 s]
/proc/loadavg: 4.01 4.00 4.02 5/190 22806
/proc/meminfo: memFree=11507964/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=435516 CPUtime=882.32 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 189038 0 0 0 88163 69 0 0 25 0 1 0 443182524 445968384 96095 33554432000 4194304 4291949 140733309178832 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 108879 96095 253 24 0 105513 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 435516

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 4.02 5/190 22808
/proc/meminfo: memFree=11519092/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=437736 CPUtime=942.31 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 194680 0 0 0 94159 72 0 0 25 0 1 0 443182524 448241664 101706 33554432000 4194304 4291949 140733309178832 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 109434 101706 253 24 0 106068 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 437736

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 4.01 5/190 22809
/proc/meminfo: memFree=11424188/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=655272 CPUtime=1002.32 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 199385 0 0 0 100157 75 0 0 25 0 1 0 443182524 670998528 106385 33554432000 4194304 4291949 140733309178832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 163818 106385 253 24 0 160452 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 655272

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 4.01 5/190 22811
/proc/meminfo: memFree=11403204/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=658192 CPUtime=1062.32 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 204959 0 0 0 106154 78 0 0 25 0 1 0 443182524 673988608 111927 33554432000 4194304 4291949 140733309178832 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 164548 111927 253 24 0 161182 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 658192

[startup+1122.3 s]
/proc/loadavg: 4.13 4.03 4.01 5/190 22813
/proc/meminfo: memFree=11359768/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=660288 CPUtime=1122.32 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 209466 0 0 0 112152 80 0 0 25 0 1 0 443182524 676134912 116415 33554432000 4194304 4291949 140733309178832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 165072 116415 253 24 0 161706 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 660288

[startup+1182.3 s]
/proc/loadavg: 4.05 4.02 4.01 5/190 22814
/proc/meminfo: memFree=11343728/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=662504 CPUtime=1182.32 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 215327 0 0 0 118148 84 0 0 25 0 1 0 443182524 678404096 122261 33554432000 4194304 4291949 140733309178832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 165626 122261 253 24 0 162260 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 662504

[startup+1242.3 s]
/proc/loadavg: 4.02 4.02 4.00 5/190 22816
/proc/meminfo: memFree=11357832/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=662928 CPUtime=1242.32 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 222479 0 0 0 124145 87 0 0 25 0 1 0 443182524 678838272 129377 33554432000 4194304 4291949 140733309178832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 165732 129377 253 24 0 162366 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 662928



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.84 3.98 3.99 3/186 22819
/proc/meminfo: memFree=11554852/32951124 swapFree=67111528/67111528
[pid=22772] ppid=22770 vsize=666628 CPUtime=1300.03 cores=1,3
/proc/22772/stat : 22772 (RestartSAT) R 22770 22772 22412 0 -1 4202496 230817 0 0 0 129913 90 0 0 25 0 1 0 443182524 682627072 137669 33554432000 4194304 4291949 140733309178832 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22772/statm: 166657 137669 253 24 0 163291 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 666628

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.03
CPU time (s): 1300.07
CPU user time (s): 1299.13
CPU system time (s): 0.933858
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 666628

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

runsolver used 2.08068 second user time and 5.02224 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-22 23:27:47
IDJOB=3259289
IDBENCH=71549
IDSOLVER=1580
FILE ID=node145/3259289-1303507667
RUNJOBID= node145-1303507665-22742
PBS_JOBID= 13134278
Free space on /tmp= 71260 MiB

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

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

MD5SUM BENCH= cef3d3066fec910e94448f2404c09548
RANDOM SEED=723876980

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12215360 kB
Buffers:       1828480 kB
Cached:       18256180 kB
SwapCached:          0 kB
Active:        9785748 kB
Inactive:     10388568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12215360 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5972 kB
Writeback:          16 kB
AnonPages:       88860 kB
Mapped:          15084 kB
Slab:           498164 kB
PageTables:       5084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   256212 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= 71260 MiB
End job on node145 at 2011-04-22 23:49:29