Trace number 3170737

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.04 1300.01

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v25000-c105000-S1838224332-006-UNKNOWN.cnf
MD5SUMa93695501183427990f531672c9572d2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark86.7978
Satisfiable
(Un)Satisfiability was proved
Number of variables24998
Number of clauses105000
Sum of the clauses size315000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3105000
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-3170737-1302818897/watcher-3170737-1302818897 -o /tmp/evaluation-result-3170737-1302818897/solver-3170737-1302818897 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170737-1302818897.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.68 3.90 3.46 3/178 9326
/proc/meminfo: memFree=29585912/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=21740 CPUtime=0 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 1177 0 0 0 0 0 0 0 25 0 1 0 393492464 22261760 1087 33554432000 4194304 4291949 140735474768528 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 5435 1089 227 24 0 2069 0

[startup+0.0427511 s]
/proc/loadavg: 3.68 3.90 3.46 3/178 9326
/proc/meminfo: memFree=29585912/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=26000 CPUtime=0.03 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 2545 0 0 0 3 0 0 0 25 0 1 0 393492464 26624000 2358 33554432000 4194304 4291949 140735474768528 18446744073709551615 218370618053 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 6500 2359 227 24 0 3134 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26000

[startup+0.100746 s]
/proc/loadavg: 3.68 3.90 3.46 3/178 9326
/proc/meminfo: memFree=29585912/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=28748 CPUtime=0.09 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 3654 0 0 0 9 0 0 0 25 0 1 0 393492464 29437952 3265 33554432000 4194304 4291949 140735474768528 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 7187 3265 232 24 0 3821 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28748

[startup+0.300723 s]
/proc/loadavg: 3.68 3.90 3.46 3/178 9326
/proc/meminfo: memFree=29585912/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=25776 CPUtime=0.29 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 4311 0 0 0 29 0 0 0 25 0 1 0 393492464 26394624 2959 33554432000 4194304 4291949 140735474768528 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 6444 2959 253 24 0 3078 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25776

[startup+0.700656 s]
/proc/loadavg: 3.68 3.90 3.46 3/178 9326
/proc/meminfo: memFree=29585912/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=25776 CPUtime=0.69 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 4402 0 0 0 69 0 0 0 25 0 1 0 393492464 26394624 3050 33554432000 4194304 4291949 140735474768528 18446744073709551615 4251641 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 6444 3050 253 24 0 3078 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25776

[startup+1.5005 s]
/proc/loadavg: 3.68 3.90 3.46 5/190 9361
/proc/meminfo: memFree=29538304/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=27452 CPUtime=1.49 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 4675 0 0 0 149 0 0 0 25 0 1 0 393492464 28110848 3322 33554432000 4194304 4291949 140735474768528 18446744073709551615 4255590 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 6863 3322 253 24 0 3497 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27452

[startup+3.10023 s]
/proc/loadavg: 3.68 3.90 3.46 5/190 9361
/proc/meminfo: memFree=29530764/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=30172 CPUtime=3.09 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 5223 0 0 0 309 0 0 0 25 0 1 0 393492464 30896128 3868 33554432000 4194304 4291949 140735474768528 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 7543 3868 253 24 0 4177 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30172

[startup+6.30067 s]
/proc/loadavg: 3.79 3.92 3.46 5/190 9361
/proc/meminfo: memFree=29512828/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=34592 CPUtime=6.29 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 6467 0 0 0 629 0 0 0 25 0 1 0 393492464 35422208 5104 33554432000 4194304 4291949 140735474768528 18446744073709551615 4251683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 8648 5104 253 24 0 5282 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34592

[startup+12.7005 s]
/proc/loadavg: 3.80 3.92 3.47 5/190 9361
/proc/meminfo: memFree=29485984/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=54360 CPUtime=12.69 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 8982 0 0 0 1268 1 0 0 25 0 1 0 393492464 55664640 7605 33554432000 4194304 4291949 140735474768528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 13590 7606 253 24 0 10224 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54360

[startup+25.5003 s]
/proc/loadavg: 3.85 3.93 3.47 5/190 9362
/proc/meminfo: memFree=29415684/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=74440 CPUtime=25.49 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 13019 0 0 0 2548 1 0 0 25 0 1 0 393492464 76226560 11610 33554432000 4194304 4291949 140735474768528 18446744073709551615 4251605 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 18610 11610 253 24 0 15244 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 74440

[startup+51.1007 s]
/proc/loadavg: 3.90 3.93 3.49 5/190 9363
/proc/meminfo: memFree=29308344/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=107632 CPUtime=51.09 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 22906 0 0 0 5105 4 0 0 25 0 1 0 393492464 110215168 21448 33554432000 4194304 4291949 140735474768528 18446744073709551615 4268232 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 26908 21448 253 24 0 23542 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 107632

[startup+102.307 s]
/proc/loadavg: 3.95 3.94 3.51 5/190 9364
/proc/meminfo: memFree=29217540/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=50356 CPUtime=102.3 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 41890 0 0 0 10220 10 0 0 25 0 1 0 393492464 51564544 7527 33554432000 4194304 4291949 140735474768528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 12589 7527 253 24 0 9223 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 50356

[startup+162.301 s]
/proc/loadavg: 3.98 3.95 3.54 5/190 9365
/proc/meminfo: memFree=29147188/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=163100 CPUtime=162.29 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 70303 0 0 0 16212 17 0 0 25 0 1 0 393492464 167014400 35832 33554432000 4194304 4291949 140735474768528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 40775 35832 253 24 0 37409 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 163100

[startup+222.3 s]
/proc/loadavg: 3.99 3.95 3.56 5/190 9367
/proc/meminfo: memFree=29022024/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=247180 CPUtime=222.3 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 83190 0 0 0 22209 21 0 0 25 0 1 0 393492464 253112320 48653 33554432000 4194304 4291949 140735474768528 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 61795 48653 253 24 0 58429 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 247180

[startup+282.301 s]
/proc/loadavg: 4.06 3.97 3.59 5/190 9369
/proc/meminfo: memFree=29014144/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=165792 CPUtime=282.3 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 105161 0 0 0 28204 26 0 0 25 0 1 0 393492464 169771008 26157 33554432000 4194304 4291949 140735474768528 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 41448 26157 253 24 0 38082 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 165792

[startup+342.301 s]
/proc/loadavg: 4.02 3.97 3.62 5/190 9370
/proc/meminfo: memFree=29059232/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=247708 CPUtime=342.3 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 118665 0 0 0 34200 30 0 0 25 0 1 0 393492464 253652992 39590 33554432000 4194304 4291949 140735474768528 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 61927 39590 253 24 0 58561 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 247708

[startup+402.301 s]
/proc/loadavg: 4.01 3.97 3.64 5/190 9372
/proc/meminfo: memFree=29122788/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=168576 CPUtime=402.3 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 160931 0 0 0 40188 42 0 0 25 0 1 0 393492464 172621824 29396 33554432000 4194304 4291949 140735474768528 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 42144 29396 253 24 0 38778 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 168576

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.66 5/190 9373
/proc/meminfo: memFree=28889996/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=250364 CPUtime=462.3 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 178216 0 0 0 46183 47 0 0 25 0 1 0 393492464 256372736 46605 33554432000 4194304 4291949 140735474768528 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 62591 46605 253 24 0 59225 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 250364

[startup+522.3 s]
/proc/loadavg: 4.05 3.99 3.68 5/190 9375
/proc/meminfo: memFree=28949588/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=251036 CPUtime=522.3 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 190109 0 0 0 52179 51 0 0 25 0 1 0 393492464 257060864 58452 33554432000 4194304 4291949 140735474768528 18446744073709551615 4255718 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 62759 58452 253 24 0 59393 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 251036

[startup+582.301 s]
/proc/loadavg: 4.12 4.02 3.71 5/190 9377
/proc/meminfo: memFree=28930192/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=170716 CPUtime=582.3 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 216988 0 0 0 58173 57 0 0 25 0 1 0 393492464 174813184 30592 33554432000 4194304 4291949 140735474768528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 42679 30592 253 24 0 39313 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 170716

[startup+642.301 s]
/proc/loadavg: 4.04 4.01 3.73 5/190 9379
/proc/meminfo: memFree=28993256/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=252372 CPUtime=642.31 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 230662 0 0 0 64170 61 0 0 25 0 1 0 393492464 258428928 44197 33554432000 4194304 4291949 140735474768528 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 63093 44197 253 24 0 59727 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 252372

[startup+702.3 s]
/proc/loadavg: 4.01 4.01 3.74 5/190 9380
/proc/meminfo: memFree=28848500/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=253300 CPUtime=702.3 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 245396 0 0 0 70165 65 0 0 25 0 1 0 393492464 259379200 58863 33554432000 4194304 4291949 140735474768528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 63325 58863 253 24 0 59959 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 253300

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.75 5/190 9382
/proc/meminfo: memFree=29087768/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=121956 CPUtime=762.31 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 264798 0 0 0 76160 71 0 0 25 0 1 0 393492464 124882944 24555 33554432000 4194304 4291949 140735474768528 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 30489 24555 253 24 0 27123 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 121956

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.76 5/190 9383
/proc/meminfo: memFree=28767168/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=388688 CPUtime=822.31 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 319703 0 0 0 82149 82 0 0 25 0 1 0 393492464 398016512 79353 33554432000 4194304 4291949 140735474768528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 97172 79353 253 24 0 93806 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 388688

[startup+882.3 s]
/proc/loadavg: 4.03 4.01 3.78 5/190 9385
/proc/meminfo: memFree=29129556/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=66944 CPUtime=882.31 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 340360 0 0 0 88142 89 0 0 25 0 1 0 393492464 68550656 12594 33554432000 4194304 4291949 140735474768528 18446744073709551615 4250404 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 16736 12594 253 24 0 13370 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 66944

[startup+942.301 s]
/proc/loadavg: 4.01 4.01 3.79 5/190 9386
/proc/meminfo: memFree=28794080/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=178628 CPUtime=942.31 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 360944 0 0 0 94138 93 0 0 25 0 1 0 393492464 182915072 33084 33554432000 4194304 4291949 140735474768528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 44657 33084 253 24 0 41291 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 178628

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.80 5/190 9388
/proc/meminfo: memFree=29050084/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=260148 CPUtime=1002.31 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 374393 0 0 0 100134 97 0 0 25 0 1 0 393492464 266391552 46480 33554432000 4194304 4291949 140735474768528 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 65037 46480 253 24 0 61671 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 260148

[startup+1062.3 s]
/proc/loadavg: 4.07 4.02 3.82 5/190 9389
/proc/meminfo: memFree=28725772/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=393336 CPUtime=1062.32 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 395873 0 0 0 106130 102 0 0 25 0 1 0 393492464 402776064 67898 33554432000 4194304 4291949 140735474768528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 98334 67898 253 24 0 94968 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 393336

[startup+1122.3 s]
/proc/loadavg: 4.08 4.03 3.83 5/190 9391
/proc/meminfo: memFree=28695696/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=179956 CPUtime=1122.32 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 417448 0 0 0 112125 107 0 0 25 0 1 0 393492464 184274944 29838 33554432000 4194304 4291949 140735474768528 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 44989 29838 253 24 0 41623 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 179956

[startup+1182.3 s]
/proc/loadavg: 4.06 4.03 3.84 5/190 9393
/proc/meminfo: memFree=28900748/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=261476 CPUtime=1182.32 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 433417 0 0 0 118121 111 0 0 25 0 1 0 393492464 267751424 45729 33554432000 4194304 4291949 140735474768528 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 65369 45729 253 24 0 62003 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 261476

[startup+1242.3 s]
/proc/loadavg: 4.02 4.02 3.85 5/190 9394
/proc/meminfo: memFree=28754496/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=261748 CPUtime=1242.32 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 444834 0 0 0 124118 114 0 0 25 0 1 0 393492464 268029952 57090 33554432000 4194304 4291949 140735474768528 18446744073709551615 4255609 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 65437 57090 253 24 0 62071 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 261748



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 3.85 5/190 9396
/proc/meminfo: memFree=29084796/32951124 swapFree=67051444/67111528
[pid=9326] ppid=9324 vsize=132444 CPUtime=1300.03 cores=4,6
/proc/9326/stat : 9326 (RestartSAT) R 9324 9326 9142 0 -1 4202496 485994 0 0 0 129876 127 0 0 25 0 1 0 393492464 135622656 29703 33554432000 4194304 4291949 140735474768528 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9326/statm: 33111 29703 253 24 0 29745 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 132444

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.04
CPU user time (s): 1298.76
CPU system time (s): 1.27781
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 607068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.76
system time used= 1.2778
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 485994
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= 17
involuntary context switches= 740

runsolver used 2.30765 second user time and 4.79627 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-15 00:08:17
IDJOB=3170737
IDBENCH=82555
IDSOLVER=1581
FILE ID=node101/3170737-1302818897
RUNJOBID= node101-1302817594-9161
PBS_JOBID= 13006655
Free space on /tmp= 71312 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v25000-c105000-S1838224332-006-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170737-1302818897/watcher-3170737-1302818897 -o /tmp/evaluation-result-3170737-1302818897/solver-3170737-1302818897 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3170737-1302818897.cnf

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

MD5SUM BENCH= a93695501183427990f531672c9572d2
RANDOM SEED=1233067801

node101.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.841
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.68
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.841
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	: 5226.07
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.841
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.77
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.841
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.841
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.841
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.841
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.841
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:     32951124 kB
MemFree:      29586300 kB
Buffers:        149168 kB
Cached:        3025016 kB
SwapCached:      33584 kB
Active:        1145052 kB
Inactive:      2069752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29586300 kB
SwapTotal:    67111528 kB
SwapFree:     67051444 kB
Dirty:            2744 kB
Writeback:           0 kB
AnonPages:       28248 kB
Mapped:           8652 kB
Slab:            86240 kB
PageTables:       5156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   193284 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= 71308 MiB
End job on node101 at 2011-04-15 00:29:59