Trace number 3170254

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v50000-c210000-S517749870-003-UNKNOWN.cnf
MD5SUM4033245e3bd21ace8cfcd57089ff73c5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark213.183
Satisfiable
(Un)Satisfiability was proved
Number of variables50000
Number of clauses210000
Sum of the clauses size630000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3210000
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-3170254-1302821311/watcher-3170254-1302821311 -o /tmp/evaluation-result-3170254-1302821311/solver-3170254-1302821311 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170254-1302821311.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.05 1.54 1.82 3/184 29414
/proc/meminfo: memFree=25317672/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=23276 CPUtime=0 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 1489 0 0 0 0 0 0 0 21 0 1 0 393730781 23834624 1430 33554432000 4194304 4291949 140733216851904 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 5819 1437 226 24 0 2453 0

[startup+0.0798391 s]
/proc/loadavg: 1.05 1.54 1.82 3/184 29414
/proc/meminfo: memFree=25317672/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=31736 CPUtime=0.07 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 4317 0 0 0 7 0 0 0 21 0 1 0 393730781 32497664 3919 33554432000 4194304 4291949 140733216851904 18446744073709551615 208079893537 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 7934 3919 227 24 0 4568 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 31736

[startup+0.100777 s]
/proc/loadavg: 1.05 1.54 1.82 3/184 29414
/proc/meminfo: memFree=25317672/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=32528 CPUtime=0.09 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 4692 0 0 0 9 0 0 0 21 0 1 0 393730781 33308672 4272 33554432000 4194304 4291949 140733216851904 18446744073709551615 4278256 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 8132 4273 227 24 0 4766 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32528

[startup+0.300741 s]
/proc/loadavg: 1.05 1.54 1.82 3/184 29414
/proc/meminfo: memFree=25317672/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=38048 CPUtime=0.29 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 6934 0 0 0 29 0 0 0 22 0 1 0 393730781 38961152 6078 33554432000 4194304 4291949 140733216851904 18446744073709551615 4236641 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 9512 6078 234 24 0 6146 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38048

[startup+0.700666 s]
/proc/loadavg: 1.05 1.54 1.82 3/184 29414
/proc/meminfo: memFree=25317672/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=35276 CPUtime=0.69 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 8024 0 0 0 69 0 0 0 24 0 1 0 393730781 36122624 5246 33554432000 4194304 4291949 140733216851904 18446744073709551615 4255586 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 8819 5246 253 24 0 5453 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35276

[startup+1.50051 s]
/proc/loadavg: 1.05 1.54 1.82 5/190 29425
/proc/meminfo: memFree=25285256/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=35276 CPUtime=1.49 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 8124 0 0 0 149 0 0 0 25 0 1 0 393730781 36122624 5346 33554432000 4194304 4291949 140733216851904 18446744073709551615 4251301 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 8819 5346 253 24 0 5453 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35276

[startup+3.10027 s]
/proc/loadavg: 1.28 1.58 1.83 5/190 29425
/proc/meminfo: memFree=25274716/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=37996 CPUtime=3.09 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 8323 0 0 0 309 0 0 0 25 0 1 0 393730781 38907904 5542 33554432000 4194304 4291949 140733216851904 18446744073709551615 4251683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 9499 5542 253 24 0 6133 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37996

[startup+6.3006 s]
/proc/loadavg: 1.28 1.58 1.83 5/190 29425
/proc/meminfo: memFree=25258228/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=42416 CPUtime=6.29 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 9013 0 0 0 628 1 0 0 25 0 1 0 393730781 43433984 6230 33554432000 4194304 4291949 140733216851904 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 10604 6230 253 24 0 7238 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42416

[startup+12.7004 s]
/proc/loadavg: 1.70 1.66 1.85 5/190 29426
/proc/meminfo: memFree=25226972/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=49596 CPUtime=12.69 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 10452 0 0 0 1268 1 0 0 25 0 1 0 393730781 50786304 7664 33554432000 4194304 4291949 140733216851904 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 12399 7664 253 24 0 9033 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49596

[startup+25.5009 s]
/proc/loadavg: 2.05 1.74 1.87 5/190 29426
/proc/meminfo: memFree=25232348/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=61536 CPUtime=25.49 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 13372 0 0 0 2547 2 0 0 25 0 1 0 393730781 63012864 10574 33554432000 4194304 4291949 140733216851904 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 15384 10574 253 24 0 12018 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61536

[startup+51.1011 s]
/proc/loadavg: 2.72 1.92 1.93 5/190 29427
/proc/meminfo: memFree=25131392/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=82000 CPUtime=51.1 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 19588 0 0 0 5106 4 0 0 25 0 1 0 393730781 83968000 16761 33554432000 4194304 4291949 140733216851904 18446744073709551615 4255554 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 20500 16761 253 24 0 17134 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 82000

[startup+102.306 s]
/proc/loadavg: 3.49 2.27 2.04 5/190 29428
/proc/meminfo: memFree=25060200/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=165572 CPUtime=102.3 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 33023 0 0 0 10222 8 0 0 25 0 1 0 393730781 169545728 30154 33554432000 4194304 4291949 140733216851904 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 41393 30154 253 24 0 38027 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 165572

[startup+162.301 s]
/proc/loadavg: 3.81 2.58 2.16 5/190 29430
/proc/meminfo: memFree=24938292/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=250088 CPUtime=162.29 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 51045 0 0 0 16214 15 0 0 25 0 1 0 393730781 256090112 48118 33554432000 4194304 4291949 140733216851904 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 62522 48118 253 24 0 59156 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 250088

[startup+222.3 s]
/proc/loadavg: 3.93 2.83 2.28 5/190 29431
/proc/meminfo: memFree=24926616/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=385220 CPUtime=222.3 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 64583 0 0 0 22209 21 0 0 25 0 1 0 393730781 394465280 61610 33554432000 4194304 4291949 140733216851904 18446744073709551615 4250746 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 96305 61610 253 24 0 92939 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 385220

[startup+282.301 s]
/proc/loadavg: 3.97 3.04 2.38 5/190 29433
/proc/meminfo: memFree=24870176/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=386952 CPUtime=282.3 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 74840 0 0 0 28204 26 0 0 25 0 1 0 393730781 396238848 71828 33554432000 4194304 4291949 140733216851904 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 96738 71828 253 24 0 93372 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 386952

[startup+342.301 s]
/proc/loadavg: 3.99 3.21 2.48 5/190 29434
/proc/meminfo: memFree=24762524/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=606044 CPUtime=342.31 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 98507 0 0 0 34197 34 0 0 25 0 1 0 393730781 620589056 95446 33554432000 4194304 4291949 140733216851904 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 151511 95446 253 24 0 148145 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 606044

[startup+402.301 s]
/proc/loadavg: 4.04 3.37 2.58 5/190 29436
/proc/meminfo: memFree=24668764/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=607108 CPUtime=402.31 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 107441 0 0 0 40194 37 0 0 25 0 1 0 393730781 621678592 104353 33554432000 4194304 4291949 140733216851904 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 151777 104353 253 24 0 148411 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 607108

[startup+462.301 s]
/proc/loadavg: 4.01 3.48 2.66 5/190 29438
/proc/meminfo: memFree=24581948/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=608700 CPUtime=462.31 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 118093 0 0 0 46190 41 0 0 25 0 1 0 393730781 623308800 114961 33554432000 4194304 4291949 140733216851904 18446744073709551615 208083689505 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 152175 114961 253 24 0 148809 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 608700

[startup+522.3 s]
/proc/loadavg: 4.00 3.57 2.74 5/190 29439
/proc/meminfo: memFree=24595196/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=610172 CPUtime=522.31 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 131815 0 0 0 52184 47 0 0 25 0 1 0 393730781 624816128 128642 33554432000 4194304 4291949 140733216851904 18446744073709551615 4261929 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 152543 128642 253 24 0 149177 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 610172

[startup+582.301 s]
/proc/loadavg: 4.00 3.65 2.82 5/190 29441
/proc/meminfo: memFree=24977216/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=182208 CPUtime=582.31 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 154023 0 0 0 58177 54 0 0 25 0 1 0 393730781 186580992 30555 33554432000 4194304 4291949 140733216851904 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 45552 30555 253 24 0 42186 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 182208

[startup+642.3 s]
/proc/loadavg: 4.00 3.71 2.89 5/190 29442
/proc/meminfo: memFree=24945820/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=263596 CPUtime=642.32 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 168873 0 0 0 64172 60 0 0 25 0 1 0 393730781 269922304 45363 33554432000 4194304 4291949 140733216851904 18446744073709551615 4268817 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 65899 45363 253 24 0 62533 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 263596

[startup+702.301 s]
/proc/loadavg: 4.04 3.77 2.96 5/190 29444
/proc/meminfo: memFree=24696556/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=397440 CPUtime=702.32 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 211459 0 0 0 70160 72 0 0 25 0 1 0 393730781 406978560 87877 33554432000 4194304 4291949 140733216851904 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 99360 87877 253 24 0 95994 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 397440

[startup+762.306 s]
/proc/loadavg: 4.01 3.81 3.02 5/190 29455
/proc/meminfo: memFree=24631876/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=613024 CPUtime=762.32 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 220073 0 0 0 76156 76 0 0 25 0 1 0 393730781 627736576 96453 33554432000 4194304 4291949 140733216851904 18446744073709551615 208083689300 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 153256 96453 253 24 0 149890 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 613024

[startup+822.301 s]
/proc/loadavg: 4.04 3.86 3.09 5/190 29456
/proc/meminfo: memFree=24644648/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=613428 CPUtime=822.33 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 230950 0 0 0 82152 81 0 0 25 0 1 0 393730781 628150272 107292 33554432000 4194304 4291949 140733216851904 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 153357 107292 253 24 0 149991 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 613428

[startup+882.3 s]
/proc/loadavg: 4.05 3.89 3.15 5/190 29458
/proc/meminfo: memFree=24593896/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=613848 CPUtime=882.32 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 238851 0 0 0 88148 84 0 0 25 0 1 0 393730781 628580352 115166 33554432000 4194304 4291949 140733216851904 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 153462 115166 253 24 0 150096 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 613848

[startup+942.301 s]
/proc/loadavg: 4.08 3.93 3.20 5/190 29462
/proc/meminfo: memFree=24594468/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=614664 CPUtime=942.32 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 253414 0 0 0 94143 89 0 0 25 0 1 0 393730781 629415936 129686 33554432000 4194304 4291949 140733216851904 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 153666 129686 253 24 0 150300 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 614664

[startup+1002.3 s]
/proc/loadavg: 4.03 3.94 3.25 5/190 29464
/proc/meminfo: memFree=24477600/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=615208 CPUtime=1002.32 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 260673 0 0 0 100140 92 0 0 25 0 1 0 393730781 629972992 136914 33554432000 4194304 4291949 140733216851904 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 153802 136914 253 24 0 150436 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 615208

[startup+1062.3 s]
/proc/loadavg: 4.01 3.95 3.29 5/190 29466
/proc/meminfo: memFree=24327416/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=616000 CPUtime=1062.33 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 270768 0 0 0 106137 96 0 0 25 0 1 0 393730781 630784000 146980 33554432000 4194304 4291949 140733216851904 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 154000 146980 253 24 0 150634 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 616000

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.33 5/190 29467
/proc/meminfo: memFree=24460944/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=968420 CPUtime=1122.33 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 278353 0 0 0 112134 99 0 0 25 0 1 0 393730781 991662080 154540 33554432000 4194304 4291949 140733216851904 18446744073709551615 4250690 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 242105 154540 253 24 0 238739 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 968420

[startup+1182.3 s]
/proc/loadavg: 4.06 3.97 3.38 5/190 29469
/proc/meminfo: memFree=24293032/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=968684 CPUtime=1182.33 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 302698 0 0 0 118128 105 0 0 25 0 1 0 393730781 991932416 178839 33554432000 4194304 4291949 140733216851904 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 242171 178839 253 24 0 238805 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 968684

[startup+1242.3 s]
/proc/loadavg: 4.02 3.97 3.41 5/190 29470
/proc/meminfo: memFree=24899612/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=141288 CPUtime=1242.34 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 322010 0 0 0 124119 115 0 0 25 0 1 0 393730781 144678912 30592 33554432000 4194304 4291949 140733216851904 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 35322 30592 253 24 0 31956 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 141288



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.97 3.45 3/187 29474
/proc/meminfo: memFree=25071472/32950928 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=191376 CPUtime=1300.04 cores=1,3
/proc/29414/stat : 29414 (RestartSAT) R 29412 29414 29364 0 -1 4202496 333141 0 0 0 129885 119 0 0 25 0 1 0 393730781 195969024 41676 33554432000 4194304 4291949 140733216851904 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/29414/statm: 47844 41676 253 24 0 44478 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 191376

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.06
CPU user time (s): 1298.86
CPU system time (s): 1.20482
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 987872

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

runsolver used 2.00769 second user time and 5.09822 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-15 00:48:31
IDJOB=3170254
IDBENCH=82672
IDSOLVER=1580
FILE ID=node127/3170254-1302821311
RUNJOBID= node127-1302821310-29384
PBS_JOBID= 13006683
Free space on /tmp= 71076 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v50000-c210000-S517749870-003-UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170254-1302821311/watcher-3170254-1302821311 -o /tmp/evaluation-result-3170254-1302821311/solver-3170254-1302821311 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170254-1302821311.cnf

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

MD5SUM BENCH= 4033245e3bd21ace8cfcd57089ff73c5
RANDOM SEED=1363845117

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.74
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:      25317952 kB
Buffers:        692188 kB
Cached:        6492888 kB
SwapCached:          4 kB
Active:         188456 kB
Inactive:      7074260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25317952 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6996 kB
Writeback:           0 kB
AnonPages:       77252 kB
Mapped:          15160 kB
Slab:           304380 kB
PageTables:       5324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   247352 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= 71076 MiB
End job on node127 at 2011-04-15 01:10:13