Trace number 3170101

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT B95? (TO) 1300.01 1300.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S419010076-063-UNKNOWN.cnf
MD5SUM07407a86c8d0f1e46c34022f68908549
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark606.272
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3170101-1302817720/watcher-3170101-1302817720 -o /tmp/evaluation-result-3170101-1302817720/solver-3170101-1302817720 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170101-1302817720.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: 1.06 1.64 1.86 5/186 10202
/proc/meminfo: memFree=16260836/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=23276 CPUtime=0 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 1507 0 0 0 0 0 0 0 22 0 1 0 393369068 23834624 1448 33554432000 4194304 4291949 140734537742896 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 5819 1451 227 24 0 2453 0

[startup+0.06415 s]
/proc/loadavg: 1.06 1.64 1.86 5/186 10202
/proc/meminfo: memFree=16260836/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=28200 CPUtime=0.05 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 3352 0 0 0 5 0 0 0 22 0 1 0 393369068 28876800 3113 33554432000 4194304 4291949 140734537742896 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 7050 3114 227 24 0 3684 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 28200

[startup+0.101141 s]
/proc/loadavg: 1.06 1.64 1.86 5/186 10202
/proc/meminfo: memFree=16260836/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=30628 CPUtime=0.09 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 4263 0 0 0 9 0 0 0 22 0 1 0 393369068 31363072 3887 33554432000 4194304 4291949 140734537742896 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 7657 3888 227 24 0 4291 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30628

[startup+0.301116 s]
/proc/loadavg: 1.06 1.64 1.86 5/186 10202
/proc/meminfo: memFree=16260836/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=30312 CPUtime=0.29 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 5688 0 0 0 29 0 0 0 23 0 1 0 393369068 31039488 3850 33554432000 4194304 4291949 140734537742896 18446744073709551615 239480153360 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 7578 3850 253 24 0 4212 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30312

[startup+0.701042 s]
/proc/loadavg: 1.06 1.64 1.86 5/186 10202
/proc/meminfo: memFree=16260836/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=30312 CPUtime=0.69 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 5757 0 0 0 69 0 0 0 25 0 1 0 393369068 31039488 3919 33554432000 4194304 4291949 140734537742896 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 7578 3919 253 24 0 4212 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30312

[startup+1.50088 s]
/proc/loadavg: 1.06 1.64 1.86 5/190 10209
/proc/meminfo: memFree=16216128/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=30312 CPUtime=1.49 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 5917 0 0 0 149 0 0 0 25 0 1 0 393369068 31039488 4079 33554432000 4194304 4291949 140734537742896 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 7578 4079 253 24 0 4212 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30312

[startup+3.10057 s]
/proc/loadavg: 1.06 1.64 1.86 5/190 10209
/proc/meminfo: memFree=16203480/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=33032 CPUtime=3.09 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 6312 0 0 0 309 0 0 0 25 0 1 0 393369068 33824768 4473 33554432000 4194304 4291949 140734537742896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 8258 4473 253 24 0 4892 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33032

[startup+6.30096 s]
/proc/loadavg: 1.30 1.68 1.88 5/190 10209
/proc/meminfo: memFree=16172616/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=37452 CPUtime=6.29 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 7243 0 0 0 628 1 0 0 25 0 1 0 393369068 38350848 5401 33554432000 4194304 4291949 140734537742896 18446744073709551615 4251502 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 9363 5401 253 24 0 5997 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37452

[startup+12.7007 s]
/proc/loadavg: 1.51 1.72 1.89 5/190 10209
/proc/meminfo: memFree=16154784/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=44896 CPUtime=12.69 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 9245 0 0 0 1268 1 0 0 25 0 1 0 393369068 45973504 7391 33554432000 4194304 4291949 140734537742896 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 11224 7391 253 24 0 7858 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44896

[startup+25.5003 s]
/proc/loadavg: 2.06 1.83 1.92 5/190 10209
/proc/meminfo: memFree=16094556/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=76824 CPUtime=25.49 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 13833 0 0 0 2547 2 0 0 25 0 1 0 393369068 78667776 11962 33554432000 4194304 4291949 140734537742896 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 19206 11962 253 24 0 15840 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76824

[startup+51.1004 s]
/proc/loadavg: 2.72 2.00 1.97 5/190 10210
/proc/meminfo: memFree=15985100/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=109384 CPUtime=51.09 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 23160 0 0 0 5105 4 0 0 25 0 1 0 393369068 112009216 21254 33554432000 4194304 4291949 140734537742896 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 27346 21254 253 24 0 23980 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 109384

[startup+102.307 s]
/proc/loadavg: 3.44 2.31 2.08 5/190 10211
/proc/meminfo: memFree=15815468/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=244464 CPUtime=102.3 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 41860 0 0 0 10222 8 0 0 25 0 1 0 393369068 250331136 39887 33554432000 4194304 4291949 140734537742896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 61116 39887 253 24 0 57750 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 244464

[startup+162.301 s]
/proc/loadavg: 3.79 2.61 2.20 5/190 10213
/proc/meminfo: memFree=15691704/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=248100 CPUtime=162.3 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 56562 0 0 0 16217 13 0 0 25 0 1 0 393369068 254054400 54527 33554432000 4194304 4291949 140734537742896 18446744073709551615 4255869 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 62025 54527 253 24 0 58659 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 248100

[startup+222.301 s]
/proc/loadavg: 3.92 2.86 2.31 5/190 10215
/proc/meminfo: memFree=15574888/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=382360 CPUtime=222.29 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 71315 0 0 0 22212 17 0 0 25 0 1 0 393369068 391536640 69226 33554432000 4194304 4291949 140734537742896 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 95590 69226 253 24 0 92224 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 382360

[startup+282.301 s]
/proc/loadavg: 4.04 3.08 2.41 5/190 10216
/proc/meminfo: memFree=15666516/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=170088 CPUtime=282.29 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 105928 0 0 0 28204 25 0 0 25 0 1 0 393369068 174170112 37821 33554432000 4194304 4291949 140734537742896 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 42522 37821 253 24 0 39156 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 170088

[startup+342.301 s]
/proc/loadavg: 4.13 3.28 2.52 5/190 10218
/proc/meminfo: memFree=15501464/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=252012 CPUtime=342.29 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 123116 0 0 0 34199 30 0 0 25 0 1 0 393369068 258060288 54942 33554432000 4194304 4291949 140734537742896 18446744073709551615 4268155 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 63003 54942 253 24 0 59637 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 252012

[startup+402.301 s]
/proc/loadavg: 4.05 3.41 2.61 5/190 10219
/proc/meminfo: memFree=15399396/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=384944 CPUtime=402.29 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 133236 0 0 0 40196 33 0 0 25 0 1 0 393369068 394182656 65015 33554432000 4194304 4291949 140734537742896 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 96236 65015 253 24 0 92870 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 384944

[startup+462.301 s]
/proc/loadavg: 4.07 3.53 2.70 5/190 10221
/proc/meminfo: memFree=15290384/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=386156 CPUtime=462.28 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 145359 0 0 0 46191 37 0 0 25 0 1 0 393369068 395423744 77084 33554432000 4194304 4291949 140734537742896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 96539 77084 253 24 0 93173 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 386156

[startup+522.301 s]
/proc/loadavg: 4.02 3.61 2.78 5/190 10223
/proc/meminfo: memFree=15906032/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=175364 CPUtime=522.29 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 190884 0 0 0 52180 49 0 0 25 0 1 0 393369068 179572736 31403 33554432000 4194304 4291949 140734537742896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 43841 31403 253 24 0 40475 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 175364

[startup+582.301 s]
/proc/loadavg: 4.01 3.68 2.85 5/190 10224
/proc/meminfo: memFree=15699188/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=257288 CPUtime=582.28 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 206721 0 0 0 58174 54 0 0 25 0 1 0 393369068 263462912 47157 33554432000 4194304 4291949 140734537742896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 64322 47157 253 24 0 60956 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 257288

[startup+642.301 s]
/proc/loadavg: 4.00 3.74 2.92 5/190 10226
/proc/meminfo: memFree=15654784/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=389944 CPUtime=642.29 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 223851 0 0 0 64172 57 0 0 25 0 1 0 393369068 399302656 64234 33554432000 4194304 4291949 140734537742896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 97486 64234 253 24 0 94120 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 389944

[startup+702.301 s]
/proc/loadavg: 4.00 3.78 2.99 5/190 10227
/proc/meminfo: memFree=15420284/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=390340 CPUtime=702.28 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 234625 0 0 0 70168 60 0 0 25 0 1 0 393369068 399708160 74964 33554432000 4194304 4291949 140734537742896 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 97585 74964 253 24 0 94219 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 390340

[startup+762.307 s]
/proc/loadavg: 4.00 3.82 3.05 5/190 10238
/proc/meminfo: memFree=15385388/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=390884 CPUtime=762.28 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 244726 0 0 0 76165 63 0 0 25 0 1 0 393369068 400265216 85023 33554432000 4194304 4291949 140734537742896 18446744073709551615 4255871 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 97721 85023 253 24 0 94355 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 390884

[startup+822.301 s]
/proc/loadavg: 4.00 3.85 3.10 5/190 10240
/proc/meminfo: memFree=15250092/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=607664 CPUtime=822.27 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 267866 0 0 0 82158 69 0 0 25 0 1 0 393369068 622247936 108108 33554432000 4194304 4291949 140734537742896 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 151916 108108 253 24 0 148550 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 607664

[startup+882.301 s]
/proc/loadavg: 4.00 3.87 3.16 5/190 10241
/proc/meminfo: memFree=15448608/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=129268 CPUtime=882.28 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 286337 0 0 0 88153 75 0 0 25 0 1 0 393369068 132370432 25717 33554432000 4194304 4291949 140734537742896 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 32317 25718 253 24 0 28951 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 129268

[startup+942.3 s]
/proc/loadavg: 4.00 3.89 3.21 5/190 10246
/proc/meminfo: memFree=15354708/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=260876 CPUtime=942.27 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 305029 0 0 0 94146 81 0 0 25 0 1 0 393369068 267137024 44336 33554432000 4194304 4291949 140734537742896 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 65219 44336 253 24 0 61853 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 260876

[startup+1002.3 s]
/proc/loadavg: 4.00 3.91 3.25 5/190 10247
/proc/meminfo: memFree=15277192/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=261160 CPUtime=1002.28 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 317690 0 0 0 100143 85 0 0 25 0 1 0 393369068 267427840 56944 33554432000 4194304 4291949 140734537742896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 65290 56944 253 24 0 61924 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 261160

[startup+1062.3 s]
/proc/loadavg: 4.00 3.92 3.30 5/190 10249
/proc/meminfo: memFree=15208980/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=394100 CPUtime=1062.28 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 339094 0 0 0 106137 91 0 0 25 0 1 0 393369068 403558400 78293 33554432000 4194304 4291949 140734537742896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 98525 78293 253 24 0 95159 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 394100

[startup+1122.3 s]
/proc/loadavg: 4.00 3.93 3.34 5/190 10251
/proc/meminfo: memFree=14870696/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=611724 CPUtime=1122.28 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 392758 0 0 0 112125 103 0 0 25 0 1 0 393369068 626405376 131874 33554432000 4194304 4291949 140734537742896 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 152931 131874 253 24 0 149565 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 611724

[startup+1182.3 s]
/proc/loadavg: 4.00 3.94 3.38 5/190 10252
/proc/meminfo: memFree=15894552/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=136272 CPUtime=1182.28 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 426436 0 0 0 118115 113 0 0 25 0 1 0 393369068 139542528 26788 33554432000 4194304 4291949 140734537742896 18446744073709551615 4261929 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 34068 26788 253 24 0 30702 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 136272

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.41 5/190 10254
/proc/meminfo: memFree=15726024/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=186360 CPUtime=1242.28 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 441693 0 0 0 124111 117 0 0 25 0 1 0 393369068 190832640 41978 33554432000 4194304 4291949 140734537742896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 46590 41978 253 24 0 43224 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 186360



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.45 3/187 10257
/proc/meminfo: memFree=15833416/32950928 swapFree=67102716/67111528
[pid=10202] ppid=10200 vsize=267880 CPUtime=1299.99 cores=1,3
/proc/10202/stat : 10202 (RestartSAT) R 10200 10202 10148 0 -1 4202496 458058 0 0 0 129878 121 0 0 25 0 1 0 393369068 274309120 58286 33554432000 4194304 4291949 140734537742896 18446744073709551615 239476006304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10202/statm: 66970 58286 253 24 0 63604 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 267880

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.01
CPU user time (s): 1298.78
CPU system time (s): 1.22481
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 664252

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

runsolver used 2.03669 second user time and 5.06623 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-14 23:48:40
IDJOB=3170101
IDBENCH=82519
IDSOLVER=1580
FILE ID=node148/3170101-1302817720
RUNJOBID= node148-1302817720-10168
PBS_JOBID= 13006656
Free space on /tmp= 70880 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S419010076-063-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170101-1302817720/watcher-3170101-1302817720 -o /tmp/evaluation-result-3170101-1302817720/solver-3170101-1302817720 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170101-1302817720.cnf

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

MD5SUM BENCH= 07407a86c8d0f1e46c34022f68908549
RANDOM SEED=414492010

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16261116 kB
Buffers:        622148 kB
Cached:       15627404 kB
SwapCached:       4908 kB
Active:        7967172 kB
Inactive:      8353916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16261116 kB
SwapTotal:    67111528 kB
SwapFree:     67102716 kB
Dirty:            8580 kB
Writeback:           0 kB
AnonPages:       68580 kB
Mapped:          14972 kB
Slab:           302264 kB
PageTables:       5824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   244644 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= 70876 MiB
End job on node148 at 2011-04-15 00:10:22