Trace number 3263809

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
SApperloT 2011-03-23? (TO) 1300.04 1300.01

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n32-02-S1478512323.shuffled-as.sat03-1638.cnf
MD5SUM1d86c7f9cd05c5f2ab070520d802c8e1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables226
Number of clauses1078
Sum of the clauses size3624
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 226
Number of clauses of size 3636
Number of clauses of size 4416
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-3263809-1303572182/watcher-3263809-1303572182 -o /tmp/evaluation-result-3263809-1303572182/solver-3263809-1303572182 -C 2400 -W 1300 -M 7680 SApperloT HOME/instance-3263809-1303572182.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: 3.70 3.93 3.88 1/174 11632
/proc/meminfo: memFree=14253536/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=11976 CPUtime=0 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 397 0 0 0 0 0 0 0 23 0 1 0 547448983 12263424 334 33554432000 4194304 4465733 140735734540912 18446744073709551615 4270530 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 2994 334 255 67 0 117 0

[startup+0.0259531 s]
/proc/loadavg: 3.70 3.93 3.88 1/174 11632
/proc/meminfo: memFree=14253536/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=12284 CPUtime=0.02 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 507 0 0 0 2 0 0 0 23 0 1 0 547448983 12578816 425 33554432000 4194304 4465733 140735734540912 18446744073709551615 4259667 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 3071 425 256 67 0 194 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12284

[startup+0.100925 s]
/proc/loadavg: 3.70 3.93 3.88 1/174 11632
/proc/meminfo: memFree=14253536/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=12980 CPUtime=0.09 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 953 0 0 0 9 0 0 0 23 0 1 0 547448983 13291520 562 33554432000 4194304 4465733 140735734540912 18446744073709551615 4271118 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 3245 562 256 67 0 368 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12980

[startup+0.300889 s]
/proc/loadavg: 3.70 3.93 3.88 1/174 11632
/proc/meminfo: memFree=14253536/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=13772 CPUtime=0.29 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 1536 0 0 0 29 0 0 0 25 0 1 0 547448983 14102528 680 33554432000 4194304 4465733 140735734540912 18446744073709551615 4270161 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 3443 680 256 67 0 566 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13772

[startup+0.700878 s]
/proc/loadavg: 3.70 3.93 3.88 1/174 11632
/proc/meminfo: memFree=14253536/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=14036 CPUtime=0.69 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 1863 0 0 0 69 0 0 0 25 0 1 0 547448983 14372864 806 33554432000 4194304 4465733 140735734540912 18446744073709551615 4270228 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 3509 806 256 67 0 632 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14036

[startup+1.50068 s]
/proc/loadavg: 3.73 3.93 3.88 5/190 11663
/proc/meminfo: memFree=14238652/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=14988 CPUtime=1.49 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 2694 0 0 0 149 0 0 0 25 0 1 0 547448983 15347712 1026 33554432000 4194304 4465733 140735734540912 18446744073709551615 4296140 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 3747 1026 256 67 0 870 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14988

[startup+3.10046 s]
/proc/loadavg: 3.73 3.93 3.88 5/190 11663
/proc/meminfo: memFree=14234012/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=16436 CPUtime=3.09 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 3940 0 0 0 309 0 0 0 25 0 1 0 547448983 16830464 1359 33554432000 4194304 4465733 140735734540912 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 4109 1359 256 67 0 1232 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16436

[startup+6.30084 s]
/proc/loadavg: 3.73 3.93 3.88 5/190 11663
/proc/meminfo: memFree=14227824/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=18640 CPUtime=6.29 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 5730 0 0 0 629 0 0 0 25 0 1 0 547448983 19087360 1813 33554432000 4194304 4465733 140735734540912 18446744073709551615 4271224 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 4660 1813 256 67 0 1783 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18640

[startup+12.7007 s]
/proc/loadavg: 3.77 3.94 3.88 5/190 11663
/proc/meminfo: memFree=14218976/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=21892 CPUtime=12.69 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 8297 0 0 0 1268 1 0 0 25 0 1 0 547448983 22417408 2450 33554432000 4194304 4465733 140735734540912 18446744073709551615 4270176 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 5473 2450 256 67 0 2596 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21892

[startup+25.5005 s]
/proc/loadavg: 3.80 3.94 3.88 5/190 11664
/proc/meminfo: memFree=14206828/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=26960 CPUtime=25.49 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 11965 0 0 0 2548 1 0 0 25 0 1 0 547448983 27607040 3186 33554432000 4194304 4465733 140735734540912 18446744073709551615 4271224 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 6740 3186 256 67 0 3863 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26960

[startup+51.101 s]
/proc/loadavg: 3.87 3.94 3.89 5/190 11664
/proc/meminfo: memFree=14185332/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=52608 CPUtime=51.09 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 18745 0 0 0 5107 2 0 0 25 0 1 0 547448983 53870592 5778 33554432000 4194304 4465733 140735734540912 18446744073709551615 4343372 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 13152 5778 276 67 0 10275 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 52608

[startup+102.307 s]
/proc/loadavg: 3.95 3.95 3.89 5/190 11666
/proc/meminfo: memFree=14167064/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=37828 CPUtime=102.3 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 22741 0 0 0 10227 3 0 0 25 0 1 0 547448983 38735872 5537 33554432000 4194304 4465733 140735734540912 18446744073709551615 4296154 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 9457 5537 281 67 0 6580 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 37828

[startup+162.301 s]
/proc/loadavg: 3.98 3.95 3.90 5/190 11667
/proc/meminfo: memFree=14135656/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=50024 CPUtime=162.3 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 27486 0 0 0 16226 4 0 0 25 0 1 0 547448983 51224576 9413 33554432000 4194304 4465733 140735734540912 18446744073709551615 4296154 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 12506 9413 467 67 0 9629 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 50024

[startup+222.301 s]
/proc/loadavg: 3.99 3.96 3.90 5/190 11669
/proc/meminfo: memFree=14104488/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=69004 CPUtime=222.3 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 32118 0 0 0 22225 5 0 0 25 0 1 0 547448983 70660096 13399 33554432000 4194304 4465733 140735734540912 18446744073709551615 4270152 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 17251 13399 531 67 0 14374 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 69004

[startup+282.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 11670
/proc/meminfo: memFree=14088328/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=69004 CPUtime=282.29 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 33347 0 0 0 28224 5 0 0 25 0 1 0 547448983 70660096 14011 33554432000 4194304 4465733 140735734540912 18446744073709551615 4295941 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 17251 14011 526 67 0 14374 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 69004

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 11672
/proc/meminfo: memFree=14060988/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=97476 CPUtime=342.3 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 39676 0 0 0 34224 6 0 0 25 0 1 0 547448983 99815424 19449 33554432000 4194304 4465733 140735734540912 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 24369 19449 328 67 0 21492 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 97476

[startup+402.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 11674
/proc/meminfo: memFree=14047324/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=97476 CPUtime=402.3 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 40451 0 0 0 40223 7 0 0 25 0 1 0 547448983 99815424 19832 33554432000 4194304 4465733 140735734540912 18446744073709551615 4295934 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 24369 19832 294 67 0 21492 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 97476

[startup+462.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 11675
/proc/meminfo: memFree=14030672/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=97476 CPUtime=462.3 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 41003 0 0 0 46223 7 0 0 25 0 1 0 547448983 99815424 20108 33554432000 4194304 4465733 140735734540912 18446744073709551615 4270176 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 24369 20108 294 67 0 21492 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 97476

[startup+522.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 11677
/proc/meminfo: memFree=14018484/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=97476 CPUtime=522.3 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 42187 0 0 0 52223 7 0 0 25 0 1 0 547448983 99815424 20700 33554432000 4194304 4465733 140735734540912 18446744073709551615 4270662 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 24369 20700 294 67 0 21492 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 97476

[startup+582.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 11678
/proc/meminfo: memFree=14031096/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=97476 CPUtime=582.31 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 42711 0 0 0 58223 8 0 0 25 0 1 0 547448983 99815424 20962 33554432000 4194304 4465733 140735734540912 18446744073709551615 4295908 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 24369 20962 294 67 0 21492 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 97476

[startup+642.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 11680
/proc/meminfo: memFree=14005972/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=97476 CPUtime=642.31 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 43495 0 0 0 64223 8 0 0 25 0 1 0 547448983 99815424 21354 33554432000 4194304 4465733 140735734540912 18446744073709551615 4271200 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 24369 21354 294 67 0 21492 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 97476

[startup+702.301 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 11682
/proc/meminfo: memFree=13996776/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=97476 CPUtime=702.31 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 44213 0 0 0 70222 9 0 0 25 0 1 0 547448983 99815424 21713 33554432000 4194304 4465733 140735734540912 18446744073709551615 4271224 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 24369 21713 294 67 0 21492 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 97476

[startup+762.306 s]
/proc/loadavg: 3.99 3.97 3.91 5/190 11683
/proc/meminfo: memFree=14017956/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=98036 CPUtime=762.32 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 60007 0 0 0 76221 11 0 0 25 0 1 0 547448983 100388864 15544 33554432000 4194304 4465733 140735734540912 18446744073709551615 4270192 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 24509 15544 281 67 0 21632 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 98036

[startup+822.301 s]
/proc/loadavg: 4.13 4.00 3.92 5/190 11685
/proc/meminfo: memFree=14006356/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=98036 CPUtime=822.31 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 60796 0 0 0 82220 11 0 0 25 0 1 0 547448983 100388864 15981 33554432000 4194304 4465733 140735734540912 18446744073709551615 4270674 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 24509 15981 281 67 0 21632 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 98036

[startup+882.3 s]
/proc/loadavg: 4.05 4.00 3.92 5/190 11686
/proc/meminfo: memFree=14004320/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=98036 CPUtime=882.31 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 61216 0 0 0 88220 11 0 0 25 0 1 0 547448983 100388864 16198 33554432000 4194304 4465733 140735734540912 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 24509 16198 281 67 0 21632 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 98036

[startup+942.301 s]
/proc/loadavg: 4.02 4.00 3.92 5/190 11688
/proc/meminfo: memFree=14002052/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=98036 CPUtime=942.31 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 61728 0 0 0 94220 11 0 0 25 0 1 0 547448983 100388864 16458 33554432000 4194304 4465733 140735734540912 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 24509 16458 281 67 0 21632 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 98036

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 11693
/proc/meminfo: memFree=13998648/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=98168 CPUtime=1002.31 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 62405 0 0 0 100219 12 0 0 25 0 1 0 547448983 100524032 16883 33554432000 4194304 4465733 140735734540912 18446744073709551615 4270176 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 24542 16883 281 67 0 21665 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 98168

[startup+1062.3 s]
/proc/loadavg: 4.04 4.01 3.93 5/190 11694
/proc/meminfo: memFree=13969456/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=98168 CPUtime=1062.32 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 62754 0 0 0 106220 12 0 0 25 0 1 0 547448983 100524032 17060 33554432000 4194304 4465733 140735734540912 18446744073709551615 4258824 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 24542 17060 281 67 0 21665 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 98168

[startup+1122.3 s]
/proc/loadavg: 4.01 4.01 3.93 5/190 11696
/proc/meminfo: memFree=13988128/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=98168 CPUtime=1122.32 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 63145 0 0 0 112220 12 0 0 25 0 1 0 547448983 100524032 17260 33554432000 4194304 4465733 140735734540912 18446744073709551615 4270222 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 24542 17260 281 67 0 21665 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 98168

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 11697
/proc/meminfo: memFree=13981748/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=98168 CPUtime=1182.32 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 63418 0 0 0 118220 12 0 0 25 0 1 0 547448983 100524032 17467 33554432000 4194304 4465733 140735734540912 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 24542 17467 281 67 0 21665 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 98168

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 11699
/proc/meminfo: memFree=13973988/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=98168 CPUtime=1242.32 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 64770 0 0 0 124220 12 0 0 25 0 1 0 547448983 100524032 18292 33554432000 4194304 4465733 140735734540912 18446744073709551615 4270186 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 24542 18292 281 67 0 21665 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 98168



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 11701
/proc/meminfo: memFree=13965284/32950940 swapFree=67111528/67111528
[pid=11632] ppid=11630 vsize=98320 CPUtime=1300.03 cores=1,3
/proc/11632/stat : 11632 (SApperloT) R 11630 11632 11089 0 -1 4202496 65294 0 0 0 129990 13 0 0 25 0 1 0 547448983 100679680 18558 33554432000 4194304 4465733 140735734540912 18446744073709551615 4270228 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/11632/statm: 24580 18558 281 67 0 21703 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 98320

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): 1299.9
CPU system time (s): 0.135979
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 140180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.9
system time used= 0.135979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65294
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 3494

runsolver used 2.18067 second user time and 4.92125 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-23 17:23:02
IDJOB=3263809
IDBENCH=84021
IDSOLVER=1657
FILE ID=node117/3263809-1303572182
RUNJOBID= node117-1303572182-11622
PBS_JOBID= 13150299
Free space on /tmp= 71464 MiB

SOLVER NAME= SApperloT 2011-03-23
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n32-02-S1478512323.shuffled-as.sat03-1638.cnf
COMMAND LINE= SApperloT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263809-1303572182/watcher-3263809-1303572182 -o /tmp/evaluation-result-3263809-1303572182/solver-3263809-1303572182 -C 2400 -W 1300 -M 7680  SApperloT HOME/instance-3263809-1303572182.cnf

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

MD5SUM BENCH= 1d86c7f9cd05c5f2ab070520d802c8e1
RANDOM SEED=144214296

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      14253568 kB
Buffers:       2312728 kB
Cached:       15764212 kB
SwapCached:          0 kB
Active:       10462836 kB
Inactive:      7678340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      14253568 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             436 kB
Writeback:           0 kB
AnonPages:       64068 kB
Mapped:          14492 kB
Slab:           492044 kB
PageTables:       4980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   186600 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= 71460 MiB
End job on node117 at 2011-04-23 17:44:44