Trace number 3250927

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.05 1300.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q446.25-n35-p30-s33692332.cnf
MD5SUM1002234f62b5dfa01a75197c65e66327
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.921859
Satisfiable
(Un)Satisfiability was proved
Number of variables1285
Number of clauses166723
Sum of the clauses size334661
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2166688
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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-3250927-1303582237/watcher-3250927-1303582237 -o /tmp/evaluation-result-3250927-1303582237/solver-3250927-1303582237 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3250927-1303582237.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: 2.54 2.95 3.31 2/174 18272
/proc/meminfo: memFree=15548900/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=19864 CPUtime=0 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 838 0 0 0 0 0 0 0 22 0 1 0 469822453 20340736 779 33554432000 4194304 4291949 140734614007776 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 4966 779 225 24 0 1600 0

[startup+0.0241911 s]
/proc/loadavg: 2.54 2.95 3.31 2/174 18272
/proc/meminfo: memFree=15548900/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=23400 CPUtime=0.02 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 2194 0 0 0 2 0 0 0 22 0 1 0 469822453 23961600 1942 33554432000 4194304 4291949 140734614007776 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 5850 1946 226 24 0 2484 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23400

[startup+0.10021 s]
/proc/loadavg: 2.54 2.95 3.31 2/174 18272
/proc/meminfo: memFree=15548900/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=26148 CPUtime=0.09 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 3318 0 0 0 9 0 0 0 22 0 1 0 469822453 26775552 2930 33554432000 4194304 4291949 140734614007776 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 6537 2930 231 24 0 3171 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26148

[startup+0.300139 s]
/proc/loadavg: 2.54 2.95 3.31 2/174 18272
/proc/meminfo: memFree=15548900/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=26148 CPUtime=0.29 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 3318 0 0 0 29 0 0 0 23 0 1 0 469822453 26775552 2930 33554432000 4194304 4291949 140734614007776 18446744073709551615 4230028 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 6537 2930 231 24 0 3171 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26148

[startup+0.701069 s]
/proc/loadavg: 2.54 2.95 3.31 2/174 18272
/proc/meminfo: memFree=15548900/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=28056 CPUtime=0.69 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 4704 0 0 0 69 0 0 0 25 0 1 0 469822453 28729344 3286 33554432000 4194304 4291949 140734614007776 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 7014 3287 251 24 0 3648 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28056

[startup+1.50093 s]
/proc/loadavg: 2.54 2.95 3.31 5/190 18303
/proc/meminfo: memFree=15414684/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=32476 CPUtime=1.49 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 5719 0 0 0 149 0 0 0 25 0 1 0 469822453 33255424 4296 33554432000 4194304 4291949 140734614007776 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 8119 4296 251 24 0 4753 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32476

[startup+3.10064 s]
/proc/loadavg: 2.66 2.97 3.31 5/190 18303
/proc/meminfo: memFree=15405148/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=40940 CPUtime=3.09 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 7580 0 0 0 309 0 0 0 25 0 1 0 469822453 41922560 6138 33554432000 4194304 4291949 140734614007776 18446744073709551615 4262169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 10235 6138 251 24 0 6869 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40940

[startup+6.30107 s]
/proc/loadavg: 2.66 2.97 3.31 5/190 18303
/proc/meminfo: memFree=15368800/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=54472 CPUtime=6.29 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 9695 0 0 0 628 1 0 0 25 0 1 0 469822453 55779328 8234 33554432000 4194304 4291949 140734614007776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 13618 8234 251 24 0 10252 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54472

[startup+12.7009 s]
/proc/loadavg: 2.76 2.98 3.31 5/190 18303
/proc/meminfo: memFree=15295224/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=57908 CPUtime=12.69 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 12283 0 0 0 1267 2 0 0 25 0 1 0 469822453 59297792 10803 33554432000 4194304 4291949 140734614007776 18446744073709551615 4256140 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 14477 10803 251 24 0 11111 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57908

[startup+25.5007 s]
/proc/loadavg: 3.04 3.03 3.32 5/190 18303
/proc/meminfo: memFree=15204216/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=80444 CPUtime=25.49 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 16000 0 0 0 2546 3 0 0 25 0 1 0 469822453 82374656 14488 33554432000 4194304 4291949 140734614007776 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 20111 14488 251 24 0 16745 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80444

[startup+51.1011 s]
/proc/loadavg: 3.36 3.11 3.34 5/190 18304
/proc/meminfo: memFree=15070296/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=116268 CPUtime=51.09 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 20205 0 0 0 5104 5 0 0 25 0 1 0 469822453 119058432 18664 33554432000 4194304 4291949 140734614007776 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 29067 18664 251 24 0 25701 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 116268

[startup+102.307 s]
/proc/loadavg: 3.74 3.26 3.38 5/190 18305
/proc/meminfo: memFree=14911308/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=123720 CPUtime=102.3 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 26172 0 0 0 10222 8 0 0 25 0 1 0 469822453 126689280 24587 33554432000 4194304 4291949 140734614007776 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 30930 24587 251 24 0 27564 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 123720

[startup+162.3 s]
/proc/loadavg: 4.01 3.41 3.42 5/190 18307
/proc/meminfo: memFree=14833760/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=180388 CPUtime=162.29 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 31035 0 0 0 16219 10 0 0 25 0 1 0 469822453 184717312 29421 33554432000 4194304 4291949 140734614007776 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 45097 29421 251 24 0 41731 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 180388

[startup+222.301 s]
/proc/loadavg: 4.00 3.52 3.46 5/190 18309
/proc/meminfo: memFree=14762676/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=183516 CPUtime=222.3 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 34818 0 0 0 22218 12 0 0 25 0 1 0 469822453 187920384 33179 33554432000 4194304 4291949 140734614007776 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 45879 33179 251 24 0 42513 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 183516

[startup+282.301 s]
/proc/loadavg: 4.00 3.60 3.48 5/190 18310
/proc/meminfo: memFree=14653404/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=186716 CPUtime=282.3 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 38274 0 0 0 28216 14 0 0 25 0 1 0 469822453 191197184 36612 33554432000 4194304 4291949 140734614007776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 46679 36612 251 24 0 43313 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 186716

[startup+342.3 s]
/proc/loadavg: 4.00 3.68 3.52 5/190 18312
/proc/meminfo: memFree=14733208/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=92372 CPUtime=342.3 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 47861 0 0 0 34211 19 0 0 25 0 1 0 469822453 94588928 16820 33554432000 4194304 4291949 140734614007776 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 23093 16820 251 24 0 19727 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 92372

[startup+402.301 s]
/proc/loadavg: 4.00 3.73 3.54 5/190 18313
/proc/meminfo: memFree=14666452/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=145552 CPUtime=402.3 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 57373 0 0 0 40207 23 0 0 25 0 1 0 469822453 149045248 26241 33554432000 4194304 4291949 140734614007776 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 36388 26241 251 24 0 33022 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 145552

[startup+462.301 s]
/proc/loadavg: 4.00 3.77 3.57 5/190 18315
/proc/meminfo: memFree=14620040/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=147888 CPUtime=462.3 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 61859 0 0 0 46205 25 0 0 25 0 1 0 469822453 151437312 30689 33554432000 4194304 4291949 140734614007776 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 36972 30689 251 24 0 33606 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 147888

[startup+522.3 s]
/proc/loadavg: 4.00 3.81 3.59 5/190 18344
/proc/meminfo: memFree=14597984/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=200948 CPUtime=522.3 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 65349 0 0 0 52203 27 0 0 25 0 1 0 469822453 205770752 34155 33554432000 4194304 4291949 140734614007776 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 50237 34155 251 24 0 46871 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 200948

[startup+582.3 s]
/proc/loadavg: 4.00 3.84 3.61 5/190 18345
/proc/meminfo: memFree=14529532/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=207800 CPUtime=582.31 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 70466 0 0 0 58201 30 0 0 25 0 1 0 469822453 212787200 39234 33554432000 4194304 4291949 140734614007776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 51950 39234 251 24 0 48584 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 207800

[startup+642.301 s]
/proc/loadavg: 4.00 3.87 3.64 5/190 18347
/proc/meminfo: memFree=14467496/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=208556 CPUtime=642.31 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 74147 0 0 0 64200 31 0 0 25 0 1 0 469822453 213561344 42878 33554432000 4194304 4291949 140734614007776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 52139 42878 251 24 0 48773 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 208556

[startup+702.301 s]
/proc/loadavg: 4.06 3.91 3.66 6/190 18348
/proc/meminfo: memFree=14427044/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=210456 CPUtime=702.31 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 77206 0 0 0 70198 33 0 0 25 0 1 0 469822453 215506944 45903 33554432000 4194304 4291949 140734614007776 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 52614 45903 251 24 0 49248 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 210456

[startup+762.307 s]
/proc/loadavg: 4.05 3.94 3.68 5/190 18350
/proc/meminfo: memFree=14381752/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=294048 CPUtime=762.31 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 80954 0 0 0 76196 35 0 0 25 0 1 0 469822453 301105152 49617 33554432000 4194304 4291949 140734614007776 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 73512 49617 251 24 0 70146 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 294048

[startup+822.301 s]
/proc/loadavg: 4.02 3.94 3.70 5/190 18352
/proc/meminfo: memFree=14431584/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=131960 CPUtime=822.32 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 93870 0 0 0 82189 43 0 0 25 0 1 0 469822453 135127040 28286 33554432000 4194304 4291949 140734614007776 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 32990 28286 251 24 0 29624 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 131960

[startup+882.301 s]
/proc/loadavg: 4.00 3.95 3.72 5/190 18353
/proc/meminfo: memFree=14375384/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=166668 CPUtime=882.32 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 99241 0 0 0 88185 47 0 0 25 0 1 0 469822453 170668032 33627 33554432000 4194304 4291949 140734614007776 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 41667 33627 251 24 0 38301 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 166668

[startup+942.3 s]
/proc/loadavg: 4.00 3.96 3.73 5/190 18355
/proc/meminfo: memFree=14306408/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=220408 CPUtime=942.32 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 104588 0 0 0 94182 50 0 0 25 0 1 0 469822453 225697792 38943 33554432000 4194304 4291949 140734614007776 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 55102 38943 251 24 0 51736 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 220408

[startup+1002.3 s]
/proc/loadavg: 4.00 3.96 3.75 5/190 18356
/proc/meminfo: memFree=14252792/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=226288 CPUtime=1002.31 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 108611 0 0 0 100180 51 0 0 25 0 1 0 469822453 231718912 42947 33554432000 4194304 4291949 140734614007776 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 56572 42947 251 24 0 53206 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 226288

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.76 5/190 18358
/proc/meminfo: memFree=14201904/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=229560 CPUtime=1062.31 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 111782 0 0 0 106178 53 0 0 25 0 1 0 469822453 235069440 46106 33554432000 4194304 4291949 140734614007776 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 57390 46106 251 24 0 54024 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 229560

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.77 5/190 18360
/proc/meminfo: memFree=14167764/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=233824 CPUtime=1122.32 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 115220 0 0 0 112177 55 0 0 25 0 1 0 469822453 239435776 49522 33554432000 4194304 4291949 140734614007776 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 58456 49522 251 24 0 55090 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 233824

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.78 5/190 18361
/proc/meminfo: memFree=14124340/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=239160 CPUtime=1182.32 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 118454 0 0 0 118175 57 0 0 25 0 1 0 469822453 244899840 52735 33554432000 4194304 4291949 140734614007776 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 59790 52735 251 24 0 56424 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 239160

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.79 5/190 18363
/proc/meminfo: memFree=14089452/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=244068 CPUtime=1242.32 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 121528 0 0 0 124174 58 0 0 25 0 1 0 469822453 249925632 55790 33554432000 4194304 4291949 140734614007776 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 61017 55790 251 24 0 57651 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 244068



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.00 3.81 5/190 18364
/proc/meminfo: memFree=14054944/32950928 swapFree=67111528/67111528
[pid=18272] ppid=18270 vsize=330576 CPUtime=1300.03 cores=1,3
/proc/18272/stat : 18272 (RestartSAT) R 18270 18272 17798 0 -1 4202496 124310 0 0 0 129943 60 0 0 25 0 1 0 469822453 338509824 58553 33554432000 4194304 4291949 140734614007776 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/18272/statm: 82644 58553 251 24 0 79278 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 330576

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.05
CPU user time (s): 1299.44
CPU system time (s): 0.612906
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 330576

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

runsolver used 2.02969 second user time and 5.07523 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-23 20:10:37
IDJOB=3250927
IDBENCH=88205
IDSOLVER=1580
FILE ID=node122/3250927-1303582237
RUNJOBID= node122-1303582236-18262
PBS_JOBID= 13150343
Free space on /tmp= 70816 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q446.25-n35-p30-s33692332.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250927-1303582237/watcher-3250927-1303582237 -o /tmp/evaluation-result-3250927-1303582237/solver-3250927-1303582237 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3250927-1303582237.cnf

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

MD5SUM BENCH= 1002234f62b5dfa01a75197c65e66327
RANDOM SEED=456951208

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15549180 kB
Buffers:       1776380 kB
Cached:       15008228 kB
SwapCached:          0 kB
Active:        5450600 kB
Inactive:     11398804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15549180 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2516 kB
Writeback:           0 kB
AnonPages:       64304 kB
Mapped:          14684 kB
Slab:           487980 kB
PageTables:       4836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   191796 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= 70788 MiB
End job on node122 at 2011-04-23 20:32:19