Trace number 3421236

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) 5000.1 5000.02

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
MD5SUMab60d1d6c6130bc12a1aa4855d06424a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1606.57
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses55222
Sum of the clauses size551920
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 555162

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: 961)

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-3421236-1306625799/watcher-3421236-1306625799 -o /tmp/evaluation-result-3421236-1306625799/solver-3421236-1306625799 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421236-1306625799.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.67 1.95 1.97 3/498 8727
/proc/meminfo: memFree=28558100/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=20280 CPUtime=0.01 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 1063 0 0 0 1 0 0 0 21 0 1 0 774179535 20766720 995 33554432000 4194304 4291949 140736035574688 18446744073709551615 210646843147 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 5070 996 225 24 0 1704 0

[startup+0.069786 s]
/proc/loadavg: 1.67 1.95 1.97 3/498 8727
/proc/meminfo: memFree=28558100/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=23880 CPUtime=0.06 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 2496 0 0 0 6 0 0 0 21 0 1 0 774179535 24453120 2337 33554432000 4194304 4291949 140736035574688 18446744073709551615 4229952 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 5970 2337 232 24 0 2604 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 23880

[startup+0.100776 s]
/proc/loadavg: 1.67 1.95 1.97 3/498 8727
/proc/meminfo: memFree=28558100/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=23880 CPUtime=0.09 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 2496 0 0 0 9 0 0 0 21 0 1 0 774179535 24453120 2337 33554432000 4194304 4291949 140736035574688 18446744073709551615 210646814880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 5970 2337 232 24 0 2604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23880

[startup+0.300744 s]
/proc/loadavg: 1.67 1.95 1.97 3/498 8727
/proc/meminfo: memFree=28558100/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=24000 CPUtime=0.29 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 2587 0 0 0 29 0 0 0 22 0 1 0 774179535 24576000 2367 33554432000 4194304 4291949 140736035574688 18446744073709551615 4254855 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 6000 2367 232 24 0 2634 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24000

[startup+0.700677 s]
/proc/loadavg: 1.67 1.95 1.97 3/498 8727
/proc/meminfo: memFree=28558100/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=24000 CPUtime=0.69 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 2587 0 0 0 69 0 0 0 24 0 1 0 774179535 24576000 2367 33554432000 4194304 4291949 140736035574688 18446744073709551615 4230291 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 6000 2367 232 24 0 2634 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24000

[startup+1.50054 s]
/proc/loadavg: 1.67 1.95 1.97 3/499 8728
/proc/meminfo: memFree=28548224/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=24000 CPUtime=1.49 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 2587 0 0 0 149 0 0 0 25 0 1 0 774179535 24576000 2367 33554432000 4194304 4291949 140736035574688 18446744073709551615 4230028 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 6000 2367 232 24 0 2634 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24000

[startup+3.10027 s]
/proc/loadavg: 1.67 1.95 1.97 3/499 8728
/proc/meminfo: memFree=28546116/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=24136 CPUtime=3.09 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 2605 0 0 0 309 0 0 0 25 0 1 0 774179535 24715264 2385 33554432000 4194304 4291949 140736035574688 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 6034 2385 232 24 0 2668 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24136

[startup+6.30073 s]
/proc/loadavg: 1.70 1.95 1.97 3/499 8728
/proc/meminfo: memFree=28537440/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=22508 CPUtime=6.29 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 4795 0 0 0 629 0 0 0 25 0 1 0 774179535 23048192 2401 33554432000 4194304 4291949 140736035574688 18446744073709551615 4262715 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 5627 2401 251 24 0 2261 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22508

[startup+12.7007 s]
/proc/loadavg: 1.72 1.95 1.97 3/499 8728
/proc/meminfo: memFree=28525436/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=31404 CPUtime=12.69 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 6983 0 0 0 1269 0 0 0 25 0 1 0 774179535 32157696 4544 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 7851 4544 251 24 0 4485 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31404

[startup+25.5005 s]
/proc/loadavg: 1.78 1.95 1.97 3/499 8729
/proc/meminfo: memFree=28514872/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=43808 CPUtime=25.49 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 11249 0 0 0 2548 1 0 0 25 0 1 0 774179535 44859392 6840 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 10952 6840 251 24 0 7586 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43808

[startup+51.1002 s]
/proc/loadavg: 1.85 1.96 1.97 3/499 8730
/proc/meminfo: memFree=28498188/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=48160 CPUtime=51.09 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 12964 0 0 0 5108 1 0 0 25 0 1 0 774179535 49315840 8450 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 12040 8450 251 24 0 8674 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 48160

[startup+102.319 s]
/proc/loadavg: 1.93 1.96 1.97 3/499 8731
/proc/meminfo: memFree=28492100/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=48160 CPUtime=102.31 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 13376 0 0 0 10230 1 0 0 25 0 1 0 774179535 49315840 8842 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 12040 8842 251 24 0 8674 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 48160

[startup+162.3 s]
/proc/loadavg: 1.97 1.97 1.97 3/499 8732
/proc/meminfo: memFree=28476468/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=64760 CPUtime=162.29 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 18944 0 0 0 16227 2 0 0 25 0 1 0 774179535 66314240 11425 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 16190 11425 251 24 0 12824 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 64760

[startup+222.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/499 8734
/proc/meminfo: memFree=28465412/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=64760 CPUtime=222.29 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 19262 0 0 0 22227 2 0 0 25 0 1 0 774179535 66314240 11726 33554432000 4194304 4291949 140736035574688 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 16190 11726 251 24 0 12824 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 64760

[startup+282.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/499 8736
/proc/meminfo: memFree=28459816/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=64760 CPUtime=282.29 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 19411 0 0 0 28227 2 0 0 25 0 1 0 774179535 66314240 11870 33554432000 4194304 4291949 140736035574688 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 16190 11870 251 24 0 12824 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 64760

[startup+342.301 s]
/proc/loadavg: 2.27 2.05 2.00 3/499 8737
/proc/meminfo: memFree=28460292/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=64760 CPUtime=342.29 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 19414 0 0 0 34227 2 0 0 25 0 1 0 774179535 66314240 11873 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 16190 11873 251 24 0 12824 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 64760

[startup+402.301 s]
/proc/loadavg: 2.21 2.07 2.01 3/499 8739
/proc/meminfo: memFree=28455696/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=64760 CPUtime=402.3 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 19569 0 0 0 40228 2 0 0 25 0 1 0 774179535 66314240 12024 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 16190 12024 251 24 0 12824 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 64760

[startup+462.301 s]
/proc/loadavg: 2.08 2.05 2.00 3/499 8740
/proc/meminfo: memFree=28449860/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=69016 CPUtime=462.29 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 20740 0 0 0 46227 2 0 0 25 0 1 0 774179535 70672384 13111 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 17254 13111 251 24 0 13888 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 69016

[startup+522.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/499 8742
/proc/meminfo: memFree=28434848/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=83908 CPUtime=522.3 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 24727 0 0 0 52227 3 0 0 25 0 1 0 774179535 85921792 16992 33554432000 4194304 4291949 140736035574688 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 20977 16992 251 24 0 17611 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 83908

[startup+582.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 8744
/proc/meminfo: memFree=28434092/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=83908 CPUtime=582.3 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 24819 0 0 0 58227 3 0 0 25 0 1 0 774179535 85921792 17082 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 20977 17082 251 24 0 17611 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 83908

[startup+642.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.10 2.08 2.02 3/499 8847
/proc/meminfo: memFree=28348308/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=134000 CPUtime=4002.35 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 50018 0 0 0 400227 8 0 0 25 0 1 0 774179535 137216000 25399 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 33500 25399 251 24 0 30134 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 134000

[startup+4062.32 s]
/proc/loadavg: 2.03 2.06 2.01 3/499 8848
/proc/meminfo: memFree=28348044/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=134000 CPUtime=4062.37 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 50018 0 0 0 406229 8 0 0 25 0 1 0 774179535 137216000 25399 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 33500 25399 251 24 0 30134 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 134000

[startup+4122.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/499 8850
/proc/meminfo: memFree=28347664/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=134000 CPUtime=4122.35 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 50018 0 0 0 412227 8 0 0 25 0 1 0 774179535 137216000 25399 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 33500 25399 251 24 0 30134 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 134000

[startup+4182.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/499 8852
/proc/meminfo: memFree=28348148/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=134000 CPUtime=4182.35 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 50018 0 0 0 418227 8 0 0 25 0 1 0 774179535 137216000 25399 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 33500 25399 251 24 0 30134 0
Current children cumulated CPU time (s) 4182.35
Current children cumulated vsize (KiB) 134000

[startup+4242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 8853
/proc/meminfo: memFree=28348268/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=134000 CPUtime=4242.35 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 50018 0 0 0 424227 8 0 0 25 0 1 0 774179535 137216000 25399 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255876 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 33500 25399 251 24 0 30134 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 134000

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 8855
/proc/meminfo: memFree=28343668/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=134000 CPUtime=4302.35 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 50018 0 0 0 430227 8 0 0 25 0 1 0 774179535 137216000 25399 33554432000 4194304 4291949 140736035574688 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 33500 25399 251 24 0 30134 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 134000

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 8856
/proc/meminfo: memFree=28343164/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=134000 CPUtime=4362.36 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 50018 0 0 0 436228 8 0 0 25 0 1 0 774179535 137216000 25399 33554432000 4194304 4291949 140736035574688 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 33500 25399 251 24 0 30134 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 134000

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 8858
/proc/meminfo: memFree=28342896/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=134000 CPUtime=4422.36 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 50018 0 0 0 442228 8 0 0 25 0 1 0 774179535 137216000 25399 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 33500 25399 251 24 0 30134 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 134000

[startup+4482.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/499 8860
/proc/meminfo: memFree=28343000/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=134000 CPUtime=4482.36 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 50018 0 0 0 448228 8 0 0 25 0 1 0 774179535 137216000 25399 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 33500 25399 251 24 0 30134 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 134000

[startup+4542.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/499 8861
/proc/meminfo: memFree=28340752/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=134000 CPUtime=4542.36 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 50018 0 0 0 454228 8 0 0 25 0 1 0 774179535 137216000 25399 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 33500 25399 251 24 0 30134 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 134000

[startup+4602.3 s]
/proc/loadavg: 2.09 2.06 2.01 4/499 8863
/proc/meminfo: memFree=28339864/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=134000 CPUtime=4602.37 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 50018 0 0 0 460229 8 0 0 25 0 1 0 774179535 137216000 25399 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 33500 25399 251 24 0 30134 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 134000

[startup+4662.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/499 8864
/proc/meminfo: memFree=28339472/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=134000 CPUtime=4662.36 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 50018 0 0 0 466228 8 0 0 25 0 1 0 774179535 137216000 25399 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255871 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 33500 25399 251 24 0 30134 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 134000

[startup+4722.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 8866
/proc/meminfo: memFree=28339716/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=134000 CPUtime=4722.38 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 50018 0 0 0 472230 8 0 0 25 0 1 0 774179535 137216000 25399 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 33500 25399 251 24 0 30134 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 134000

[startup+4782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 8868
/proc/meminfo: memFree=28321104/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=134000 CPUtime=4782.36 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 54904 0 0 0 478227 9 0 0 25 0 1 0 774179535 137216000 30067 33554432000 4194304 4291949 140736035574688 18446744073709551615 4256150 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 33500 30067 251 24 0 30134 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 134000

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 8869
/proc/meminfo: memFree=28320720/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=134000 CPUtime=4842.36 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 54904 0 0 0 484227 9 0 0 25 0 1 0 774179535 137216000 30067 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 33500 30067 251 24 0 30134 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 134000

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 8871
/proc/meminfo: memFree=28321084/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=134000 CPUtime=4902.37 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 54904 0 0 0 490228 9 0 0 25 0 1 0 774179535 137216000 30067 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 33500 30067 251 24 0 30134 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 134000

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 8872
/proc/meminfo: memFree=28322064/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=134000 CPUtime=4962.37 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 54904 0 0 0 496228 9 0 0 25 0 1 0 774179535 137216000 30067 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 33500 30067 251 24 0 30134 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 134000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 2.00 2/498 8875
/proc/meminfo: memFree=28437264/32951132 swapFree=59085548/67111528
[pid=8727] ppid=8725 vsize=134000 CPUtime=5000.08 cores=1,3,5,7
/proc/8727/stat : 8727 (RestartSAT) R 8725 8727 7990 0 -1 4202496 54904 0 0 0 499999 9 0 0 25 0 1 0 774179535 137216000 30067 33554432000 4194304 4291949 140736035574688 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8727/statm: 33500 30067 251 24 0 30134 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 134000

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): 5000.02
CPU time (s): 5000.1
CPU user time (s): 5000
CPU system time (s): 0.102984
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 144604

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

runsolver used 23.4504 second user time and 58.2691 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-29 01:36:39
IDJOB=3421236
IDBENCH=83930
IDSOLVER=1911
FILE ID=node129/3421236-1306625799
RUNJOBID= node129-1306625799-8708
PBS_JOBID= 13471598
Free space on /tmp= 73144 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421236-1306625799/watcher-3421236-1306625799 -o /tmp/evaluation-result-3421236-1306625799/solver-3421236-1306625799 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3421236-1306625799.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ab60d1d6c6130bc12a1aa4855d06424a
RANDOM SEED=2037418267

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28558504 kB
Buffers:        196156 kB
Cached:        1631292 kB
SwapCached:      74168 kB
Active:         477908 kB
Inactive:      3692452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28558504 kB
SwapTotal:    67111528 kB
SwapFree:     59085548 kB
Dirty:            3992 kB
Writeback:          20 kB
AnonPages:     2280188 kB
Mapped:          18196 kB
Slab:            96428 kB
PageTables:      58852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147329240 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73144 MiB
End job on node129 at 2011-05-29 03:00:01