Trace number 3251192

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.02 1300.03

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q841.5-n45-p30-s84954709.cnf
MD5SUM556c58061360a1b195d9b2f28888af77
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.03469
Satisfiable
(Un)Satisfiability was proved
Number of variables2115
Number of clauses356340
Sum of the clauses size714705
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2356295
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3251192-1303584389/watcher-3251192-1303584389 -o /tmp/evaluation-result-3251192-1303584389/solver-3251192-1303584389 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3251192-1303584389.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.99 4.00 4.52 4/189 23606
/proc/meminfo: memFree=20492616/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=19968 CPUtime=0 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 893 0 0 0 0 0 0 0 25 0 1 0 470038677 20447232 781 33554432000 4194304 4291949 140736366560400 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 4992 782 225 24 0 1626 0

[startup+0.0888309 s]
/proc/loadavg: 3.99 4.00 4.52 4/189 23606
/proc/meminfo: memFree=20492616/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=37116 CPUtime=0.08 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 7966 0 0 0 7 1 0 0 25 0 1 0 470038677 38006784 5680 33554432000 4194304 4291949 140736366560400 18446744073709551615 4215142 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 9279 5680 230 24 0 5913 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37116

[startup+0.100827 s]
/proc/loadavg: 3.99 4.00 4.52 4/189 23606
/proc/meminfo: memFree=20492616/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=37116 CPUtime=0.09 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 7967 0 0 0 8 1 0 0 25 0 1 0 470038677 38006784 5681 33554432000 4194304 4291949 140736366560400 18446744073709551615 4230035 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 9279 5681 231 24 0 5913 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37116

[startup+0.300793 s]
/proc/loadavg: 3.99 4.00 4.52 4/189 23606
/proc/meminfo: memFree=20492616/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=37116 CPUtime=0.29 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 7967 0 0 0 28 1 0 0 25 0 1 0 470038677 38006784 5681 33554432000 4194304 4291949 140736366560400 18446744073709551615 4230096 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 9279 5681 231 24 0 5913 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37116

[startup+0.700765 s]
/proc/loadavg: 3.99 4.00 4.52 4/189 23606
/proc/meminfo: memFree=20492616/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=37116 CPUtime=0.69 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 7967 0 0 0 68 1 0 0 25 0 1 0 470038677 38006784 5681 33554432000 4194304 4291949 140736366560400 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 9279 5681 231 24 0 5913 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37116

[startup+1.50063 s]
/proc/loadavg: 3.99 4.00 4.52 5/190 23607
/proc/meminfo: memFree=20472032/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=39712 CPUtime=1.49 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 10329 0 0 0 148 1 0 0 25 0 1 0 470038677 40665088 5839 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 9928 5839 251 24 0 6562 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39712

[startup+3.1004 s]
/proc/loadavg: 3.99 4.00 4.52 5/190 23607
/proc/meminfo: memFree=20465336/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=46892 CPUtime=3.09 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 11816 0 0 0 308 1 0 0 25 0 1 0 470038677 48017408 7322 33554432000 4194304 4291949 140736366560400 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 11723 7322 251 24 0 8357 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46892

[startup+6.30072 s]
/proc/loadavg: 3.99 4.00 4.52 5/190 23607
/proc/meminfo: memFree=20451008/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=59092 CPUtime=6.29 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 14154 0 0 0 627 2 0 0 25 0 1 0 470038677 60510208 9649 33554432000 4194304 4291949 140736366560400 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 14773 9649 251 24 0 11407 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59092

[startup+12.7006 s]
/proc/loadavg: 3.99 4.00 4.52 5/190 23607
/proc/meminfo: memFree=20429068/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=81252 CPUtime=12.69 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 17401 0 0 0 1266 3 0 0 25 0 1 0 470038677 83202048 12880 33554432000 4194304 4291949 140736366560400 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 20313 12880 251 24 0 16947 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81252

[startup+25.5004 s]
/proc/loadavg: 4.07 4.02 4.52 5/190 23607
/proc/meminfo: memFree=20512140/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=116608 CPUtime=25.49 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 22871 0 0 0 2544 5 0 0 25 0 1 0 470038677 119406592 18323 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 29152 18323 251 24 0 25786 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 116608

[startup+51.1008 s]
/proc/loadavg: 4.04 4.01 4.50 5/190 23608
/proc/meminfo: memFree=20441792/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=122968 CPUtime=51.1 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 29933 0 0 0 5103 7 0 0 25 0 1 0 470038677 125919232 25360 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 30742 25360 251 24 0 27376 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 122968

[startup+102.307 s]
/proc/loadavg: 4.02 4.01 4.47 5/190 23610
/proc/meminfo: memFree=20345188/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=183028 CPUtime=102.3 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 42152 0 0 0 10221 9 0 0 25 0 1 0 470038677 187420672 37526 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 45757 37526 251 24 0 42391 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 183028

[startup+162.301 s]
/proc/loadavg: 4.05 4.02 4.44 5/190 23611
/proc/meminfo: memFree=20263204/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=271676 CPUtime=162.29 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 49961 0 0 0 16217 12 0 0 25 0 1 0 470038677 278196224 45311 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 67919 45311 251 24 0 64553 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 271676

[startup+222.3 s]
/proc/loadavg: 4.08 4.03 4.42 5/190 23613
/proc/meminfo: memFree=20180232/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=278520 CPUtime=222.29 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 58011 0 0 0 22215 14 0 0 25 0 1 0 470038677 285204480 53315 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 69630 53315 251 24 0 66264 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 278520

[startup+282.301 s]
/proc/loadavg: 3.88 3.99 4.38 4/184 23632
/proc/meminfo: memFree=20866332/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=284184 CPUtime=282.29 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 63887 0 0 0 28212 17 0 0 25 0 1 0 470038677 291004416 59169 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 71046 59169 251 24 0 67680 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 284184

[startup+342.301 s]
/proc/loadavg: 3.36 3.82 4.29 4/184 23634
/proc/meminfo: memFree=20781804/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=420692 CPUtime=342.29 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 74052 0 0 0 34208 21 0 0 25 0 1 0 470038677 430788608 69296 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 105173 69296 251 24 0 101807 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 420692

[startup+402.3 s]
/proc/loadavg: 3.13 3.67 4.21 4/184 23635
/proc/meminfo: memFree=20713584/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=429276 CPUtime=402.29 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 80043 0 0 0 40206 23 0 0 25 0 1 0 470038677 439578624 75276 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 107319 75276 251 24 0 103953 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 429276

[startup+462.301 s]
/proc/loadavg: 3.05 3.55 4.13 4/184 23637
/proc/meminfo: memFree=20734532/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=433108 CPUtime=462.29 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 84355 0 0 0 46204 25 0 0 25 0 1 0 470038677 443502592 79573 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 108277 79573 251 24 0 104911 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 433108

[startup+522.301 s]
/proc/loadavg: 3.02 3.44 4.06 4/184 23639
/proc/meminfo: memFree=20756832/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=437916 CPUtime=522.29 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 88240 0 0 0 52203 26 0 0 25 0 1 0 470038677 448425984 83451 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 109479 83451 251 24 0 106113 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 437916

[startup+582.3 s]
/proc/loadavg: 3.00 3.36 3.99 4/184 23640
/proc/meminfo: memFree=20699892/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=441156 CPUtime=582.29 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 91758 0 0 0 58202 27 0 0 25 0 1 0 470038677 451743744 86962 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 110289 86962 251 24 0 106923 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 441156

[startup+642.301 s]
/proc/loadavg: 3.00 3.29 3.92 4/184 23642
/proc/meminfo: memFree=20634272/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=444840 CPUtime=642.29 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 96138 0 0 0 64201 28 0 0 25 0 1 0 470038677 455516160 91333 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 111210 91333 251 24 0 107844 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 444840

[startup+702.301 s]
/proc/loadavg: 3.07 3.25 3.87 4/184 23644
/proc/meminfo: memFree=20590852/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=448476 CPUtime=702.29 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 99483 0 0 0 70200 29 0 0 25 0 1 0 470038677 459239424 94667 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 112119 94667 251 24 0 108753 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 448476

[startup+762.306 s]
/proc/loadavg: 3.02 3.20 3.81 4/184 23645
/proc/meminfo: memFree=20617252/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=452132 CPUtime=762.3 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 102933 0 0 0 76199 31 0 0 25 0 1 0 470038677 462983168 98106 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 113033 98106 251 24 0 109667 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 452132

[startup+822.3 s]
/proc/loadavg: 3.04 3.18 3.76 4/184 23647
/proc/meminfo: memFree=20662124/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=454724 CPUtime=822.28 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 106067 0 0 0 82196 32 0 0 25 0 1 0 470038677 465637376 101230 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 113681 101230 251 24 0 110315 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 454724

[startup+882.301 s]
/proc/loadavg: 3.07 3.16 3.72 4/184 23657
/proc/meminfo: memFree=20614876/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=456304 CPUtime=882.27 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 108480 0 0 0 88194 33 0 0 25 0 1 0 470038677 467255296 103638 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 114076 103638 251 24 0 110710 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 456304

[startup+942.3 s]
/proc/loadavg: 3.02 3.13 3.67 4/184 23659
/proc/meminfo: memFree=20553944/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=459448 CPUtime=942.28 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 114754 0 0 0 94192 36 0 0 25 0 1 0 470038677 470474752 109896 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255869 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 114862 109896 251 24 0 111496 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 459448

[startup+1002.3 s]
/proc/loadavg: 3.01 3.10 3.63 4/184 23661
/proc/meminfo: memFree=20513252/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=677272 CPUtime=1002.28 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 117633 0 0 0 100191 37 0 0 25 0 1 0 470038677 693526528 112766 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 169318 112766 251 24 0 165952 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 677272

[startup+1062.3 s]
/proc/loadavg: 3.00 3.08 3.58 4/184 23665
/proc/meminfo: memFree=20479436/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=680332 CPUtime=1062.28 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 120144 0 0 0 106190 38 0 0 25 0 1 0 470038677 696659968 115273 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 170083 115273 251 24 0 166717 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 680332

[startup+1122.3 s]
/proc/loadavg: 1.94 2.78 3.45 2/172 23703
/proc/meminfo: memFree=20802620/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=684768 CPUtime=1122.28 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 123686 0 0 0 112189 39 0 0 25 0 1 0 470038677 701202432 118804 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 171192 118804 251 24 0 167826 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 684768

[startup+1182.3 s]
/proc/loadavg: 1.34 2.46 3.29 2/172 23704
/proc/meminfo: memFree=20791568/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=687564 CPUtime=1182.28 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 126560 0 0 0 118187 41 0 0 25 0 1 0 470038677 704065536 121667 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 171891 121667 251 24 0 168525 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 687564

[startup+1242.3 s]
/proc/loadavg: 1.12 2.19 3.15 2/172 23706
/proc/meminfo: memFree=20781128/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=689716 CPUtime=1242.28 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 129012 0 0 0 124186 42 0 0 25 0 1 0 470038677 706269184 124112 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 172429 124112 251 24 0 169063 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 689716



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.05 1.99 3.02 2/172 23707
/proc/meminfo: memFree=20763624/32950904 swapFree=67082284/67111528
[pid=23606] ppid=23604 vsize=692456 CPUtime=1299.98 cores=4,6
/proc/23606/stat : 23606 (RestartSAT) R 23604 23606 23340 0 -1 4202496 133323 0 0 0 129954 44 0 0 25 0 1 0 470038677 709074944 128405 33554432000 4194304 4291949 140736366560400 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23606/statm: 173114 128405 251 24 0 169748 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 692456

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.03
CPU time (s): 1300.02
CPU user time (s): 1299.55
CPU system time (s): 0.468928
CPU usage (%): 99.9989
Max. virtual memory (cumulated for all children) (KiB): 692456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.55
system time used= 0.468928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133323
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= 9
involuntary context switches= 1277

runsolver used 2.12768 second user time and 4.77327 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-23 20:46:29
IDJOB=3251192
IDBENCH=88216
IDSOLVER=1581
FILE ID=node121/3251192-1303584389
RUNJOBID= node121-1303582863-23359
PBS_JOBID= 13150356
Free space on /tmp= 72044 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q841.5-n45-p30-s84954709.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251192-1303584389/watcher-3251192-1303584389 -o /tmp/evaluation-result-3251192-1303584389/solver-3251192-1303584389 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3251192-1303584389.cnf

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

MD5SUM BENCH= 556c58061360a1b195d9b2f28888af77
RANDOM SEED=1131597691

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20492896 kB
Buffers:       2134124 kB
Cached:        9009076 kB
SwapCached:       2776 kB
Active:        9148364 kB
Inactive:      2801048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20492896 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            5004 kB
Writeback:           0 kB
AnonPages:      803816 kB
Mapped:          14472 kB
Slab:           443224 kB
PageTables:       6840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  1172424 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= 72060 MiB
End job on node121 at 2011-04-23 21:08:11