Trace number 3258058

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 A75? (TO) 1300.01 1300.01

General information on the benchmark

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

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3258058-1303475304/watcher-3258058-1303475304 -o /tmp/evaluation-result-3258058-1303475304/solver-3258058-1303475304 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3258058-1303475304.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: 0.85 1.65 2.61 2/172 9044
/proc/meminfo: memFree=19838172/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=13724 CPUtime=0 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4194304 219 0 0 0 0 0 0 0 21 0 1 0 459130067 14053376 171 33554432000 4194304 4291949 140735357575168 18446744073709551615 210642184081 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9044/statm: 3431 171 144 24 0 52 0

[startup+0.0763451 s]
/proc/loadavg: 0.85 1.65 2.61 2/172 9044
/proc/meminfo: memFree=19838172/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=18348 CPUtime=0.06 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 1741 0 0 0 6 0 0 0 21 0 1 0 459130067 18788352 1272 33554432000 4194304 4291949 140735357575168 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 4587 1272 250 24 0 1221 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 18348

[startup+0.100341 s]
/proc/loadavg: 0.85 1.65 2.61 2/172 9044
/proc/meminfo: memFree=19838172/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=18348 CPUtime=0.09 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 1785 0 0 0 9 0 0 0 21 0 1 0 459130067 18788352 1316 33554432000 4194304 4291949 140735357575168 18446744073709551615 4251108 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 4587 1316 252 24 0 1221 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18348

[startup+0.300307 s]
/proc/loadavg: 0.85 1.65 2.61 2/172 9044
/proc/meminfo: memFree=19838172/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=20012 CPUtime=0.29 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 2041 0 0 0 29 0 0 0 22 0 1 0 459130067 20492288 1566 33554432000 4194304 4291949 140735357575168 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 5003 1566 252 24 0 1637 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20012

[startup+0.70024 s]
/proc/loadavg: 0.85 1.65 2.61 2/172 9044
/proc/meminfo: memFree=19838172/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=21820 CPUtime=0.69 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 2425 0 0 0 69 0 0 0 23 0 1 0 459130067 22343680 1947 33554432000 4194304 4291949 140735357575168 18446744073709551615 210650583835 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 5455 1947 252 24 0 2089 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21820

[startup+1.50109 s]
/proc/loadavg: 0.85 1.65 2.61 5/188 9075
/proc/meminfo: memFree=19802248/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=25540 CPUtime=1.49 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 3162 0 0 0 149 0 0 0 25 0 1 0 459130067 26152960 2675 33554432000 4194304 4291949 140735357575168 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 6385 2675 252 24 0 3019 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25540

[startup+3.10082 s]
/proc/loadavg: 0.85 1.65 2.61 5/188 9075
/proc/meminfo: memFree=19783028/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=31016 CPUtime=3.08 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 4279 0 0 0 308 0 0 0 25 0 1 0 459130067 31760384 3785 33554432000 4194304 4291949 140735357575168 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 7754 3785 252 24 0 4388 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 31016

[startup+6.30029 s]
/proc/loadavg: 1.10 1.69 2.62 6/188 9075
/proc/meminfo: memFree=19749828/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=39884 CPUtime=6.29 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 5676 0 0 0 628 1 0 0 25 0 1 0 459130067 40841216 5164 33554432000 4194304 4291949 140735357575168 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 9971 5164 252 24 0 6605 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39884

[startup+12.7002 s]
/proc/loadavg: 1.33 1.73 2.63 5/188 9075
/proc/meminfo: memFree=19706124/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=53596 CPUtime=12.69 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 7831 0 0 0 1266 3 0 0 25 0 1 0 459130067 54882304 7302 33554432000 4194304 4291949 140735357575168 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9044/statm: 13399 7302 252 24 0 10033 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53596

[startup+25.5011 s]
/proc/loadavg: 1.92 1.84 2.65 5/188 9076
/proc/meminfo: memFree=19667432/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=37356 CPUtime=25.48 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 12723 0 0 0 2543 5 0 0 25 0 1 0 459130067 38252544 5939 33554432000 4194304 4291949 140735357575168 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 9339 5939 252 24 0 5973 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37356

[startup+51.1007 s]
/proc/loadavg: 2.63 2.01 2.68 5/188 9077
/proc/meminfo: memFree=19607876/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=40196 CPUtime=51.07 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 20647 0 0 0 5100 7 0 0 25 0 1 0 459130067 41160704 6531 33554432000 4194304 4291949 140735357575168 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 10049 6531 252 24 0 6683 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 40196

[startup+102.307 s]
/proc/loadavg: 3.40 2.31 2.75 5/188 9078
/proc/meminfo: memFree=19504084/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=77780 CPUtime=102.28 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 38696 0 0 0 10216 12 0 0 25 0 1 0 459130067 79646720 16171 33554432000 4194304 4291949 140735357575168 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 19445 16171 252 24 0 16079 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 77780

[startup+162.301 s]
/proc/loadavg: 3.85 2.64 2.83 5/188 9079
/proc/meminfo: memFree=19488324/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=77780 CPUtime=162.28 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 48375 0 0 0 16214 14 0 0 25 0 1 0 459130067 79646720 16176 33554432000 4194304 4291949 140735357575168 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 19445 16176 252 24 0 16079 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 77780

[startup+222.301 s]
/proc/loadavg: 3.94 2.88 2.90 5/188 9081
/proc/meminfo: memFree=19423216/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=77780 CPUtime=222.28 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 60096 0 0 0 22211 17 0 0 25 0 1 0 459130067 79646720 16193 33554432000 4194304 4291949 140735357575168 18446744073709551615 4261907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 19445 16193 252 24 0 16079 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 77780

[startup+282.301 s]
/proc/loadavg: 3.98 3.08 2.96 5/188 9083
/proc/meminfo: memFree=19331440/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=127100 CPUtime=282.28 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 70562 0 0 0 28208 20 0 0 25 0 1 0 459130067 130150400 26634 33554432000 4194304 4291949 140735357575168 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 31775 26634 252 24 0 28409 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 127100

[startup+342.301 s]
/proc/loadavg: 3.99 3.25 3.03 5/188 9085
/proc/meminfo: memFree=19373828/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=127100 CPUtime=342.28 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 79914 0 0 0 34206 22 0 0 25 0 1 0 459130067 130150400 24893 33554432000 4194304 4291949 140735357575168 18446744073709551615 4262412 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 31775 24893 252 24 0 28409 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 127100

[startup+402.3 s]
/proc/loadavg: 3.99 3.38 3.09 5/188 9086
/proc/meminfo: memFree=19362400/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=77780 CPUtime=402.28 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 83757 0 0 0 40204 24 0 0 25 0 1 0 459130067 79646720 16203 33554432000 4194304 4291949 140735357575168 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 19445 16203 252 24 0 16079 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 77780

[startup+462.3 s]
/proc/loadavg: 3.99 3.49 3.14 5/188 9087
/proc/meminfo: memFree=19329028/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=77780 CPUtime=462.28 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 96247 0 0 0 46199 29 0 0 25 0 1 0 459130067 79646720 16203 33554432000 4194304 4291949 140735357575168 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 19445 16203 252 24 0 16079 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 77780

[startup+522.3 s]
/proc/loadavg: 4.06 3.60 3.20 5/188 9089
/proc/meminfo: memFree=19262056/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=127100 CPUtime=522.28 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 105737 0 0 0 52197 31 0 0 25 0 1 0 459130067 130150400 25676 33554432000 4194304 4291949 140735357575168 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 31775 25676 252 24 0 28409 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 127100

[startup+582.301 s]
/proc/loadavg: 4.02 3.67 3.24 5/188 9091
/proc/meminfo: memFree=19202884/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=157920 CPUtime=582.28 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 109366 0 0 0 58195 33 0 0 25 0 1 0 459130067 161710080 29287 33554432000 4194304 4291949 140735357575168 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 39480 29287 252 24 0 36114 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 157920

[startup+642.301 s]
/proc/loadavg: 4.01 3.73 3.29 5/188 9093
/proc/meminfo: memFree=19386760/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=127100 CPUtime=642.29 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 118448 0 0 0 64194 35 0 0 25 0 1 0 459130067 130150400 24012 33554432000 4194304 4291949 140735357575168 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 31775 24012 252 24 0 28409 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 127100

[startup+702.301 s]
/proc/loadavg: 3.60 3.68 3.30 4/182 9111
/proc/meminfo: memFree=19467296/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=127100 CPUtime=702.28 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 122863 0 0 0 70191 37 0 0 25 0 1 0 459130067 130150400 28393 33554432000 4194304 4291949 140735357575168 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 31775 28393 252 24 0 28409 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 127100

[startup+762.307 s]
/proc/loadavg: 3.22 3.55 3.27 4/182 9112
/proc/meminfo: memFree=19447064/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=77780 CPUtime=762.3 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 125401 0 0 0 76191 39 0 0 25 0 1 0 459130067 79646720 16208 33554432000 4194304 4291949 140735357575168 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 19445 16208 252 24 0 16079 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 77780

[startup+822.301 s]
/proc/loadavg: 3.08 3.45 3.26 4/182 9114
/proc/meminfo: memFree=19356280/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=157920 CPUtime=822.28 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 138710 0 0 0 82185 43 0 0 25 0 1 0 459130067 161710080 29458 33554432000 4194304 4291949 140735357575168 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 39480 29458 252 24 0 36114 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 157920

[startup+882.301 s]
/proc/loadavg: 3.03 3.36 3.24 4/182 9116
/proc/meminfo: memFree=19380684/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=96656 CPUtime=882.29 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 140676 0 0 0 88184 45 0 0 25 0 1 0 459130067 98975744 16210 33554432000 4194304 4291949 140735357575168 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 24164 16210 252 24 0 20798 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 96656

[startup+942.3 s]
/proc/loadavg: 3.01 3.30 3.22 4/182 9118
/proc/meminfo: memFree=19307396/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=145976 CPUtime=942.29 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 151650 0 0 0 94181 48 0 0 25 0 1 0 459130067 149479424 27157 33554432000 4194304 4291949 140735357575168 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 36494 27157 252 24 0 33128 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 145976

[startup+1002.3 s]
/proc/loadavg: 3.00 3.24 3.20 4/182 9119
/proc/meminfo: memFree=19269568/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=176796 CPUtime=1002.29 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 154917 0 0 0 100179 50 0 0 25 0 1 0 459130067 181039104 30402 33554432000 4194304 4291949 140735357575168 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 44199 30402 252 24 0 40833 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 176796

[startup+1062.3 s]
/proc/loadavg: 3.00 3.19 3.18 4/182 9120
/proc/meminfo: memFree=19367640/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=145976 CPUtime=1062.28 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 164248 0 0 0 106177 51 0 0 25 0 1 0 459130067 149479424 24766 33554432000 4194304 4291949 140735357575168 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 36494 24766 252 24 0 33128 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 145976

[startup+1122.3 s]
/proc/loadavg: 3.03 3.17 3.18 4/182 9122
/proc/meminfo: memFree=19316540/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=176796 CPUtime=1122.29 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 168302 0 0 0 112174 55 0 0 25 0 1 0 459130067 181039104 28797 33554432000 4194304 4291949 140735357575168 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 44199 28797 252 24 0 40833 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 176796

[startup+1182.3 s]
/proc/loadavg: 3.01 3.14 3.16 4/182 9124
/proc/meminfo: memFree=19262452/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=176796 CPUtime=1182.29 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 171490 0 0 0 118172 57 0 0 25 0 1 0 459130067 181039104 31963 33554432000 4194304 4291949 140735357575168 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 44199 31963 252 24 0 40833 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 176796

[startup+1242.3 s]
/proc/loadavg: 3.00 3.11 3.15 4/182 9126
/proc/meminfo: memFree=19258220/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=145976 CPUtime=1242.29 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 180726 0 0 0 124170 59 0 0 25 0 1 0 459130067 149479424 24886 33554432000 4194304 4291949 140735357575168 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 36494 24886 252 24 0 33128 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 145976



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.09 3.14 4/182 9127
/proc/meminfo: memFree=19202536/32951132 swapFree=67111524/67111528
[pid=9044] ppid=9042 vsize=176796 CPUtime=1300 cores=1,3
/proc/9044/stat : 9044 (RestartSAT) R 9042 9044 7761 0 -1 4202496 189123 0 0 0 129936 64 0 0 25 0 1 0 459130067 181039104 33215 33554432000 4194304 4291949 140735357575168 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/9044/statm: 44199 33215 252 24 0 40833 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 176796

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.36
CPU system time (s): 0.649901
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 176796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.36
system time used= 0.649901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189123
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= 10
involuntary context switches= 2328

runsolver used 1.9407 second user time and 5.16322 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-22 14:28:24
IDJOB=3258058
IDBENCH=71301
IDSOLVER=1581
FILE ID=node129/3258058-1303475304
RUNJOBID= node129-1303475304-9034
PBS_JOBID= 13107190
Free space on /tmp= 66332 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v945c61409g3.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258058-1303475304/watcher-3258058-1303475304 -o /tmp/evaluation-result-3258058-1303475304/solver-3258058-1303475304 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3258058-1303475304.cnf

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

MD5SUM BENCH= 226123ce9245dfa4b876682016123861
RANDOM SEED=982103137

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:      19838328 kB
Buffers:        811920 kB
Cached:       11643192 kB
SwapCached:          4 kB
Active:        1135948 kB
Inactive:     11383180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      19838328 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1224 kB
Writeback:           0 kB
AnonPages:       64116 kB
Mapped:          14788 kB
Slab:           529800 kB
PageTables:       4768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   188888 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= 66324 MiB
End job on node129 at 2011-04-22 14:50:06