Trace number 3288898

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
SApperloT2010 2011-03-04? (TO) 1300.05 1300.01

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom15.cnf
MD5SUM1f0914c6141fdba914b73575a12b918a
Bench CategoryAPPLICATION (applications 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 variables25972
Number of clauses86411
Sum of the clauses size219707
Maximum clause length879
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 245193
Number of clauses of size 340753
Number of clauses of size 4119
Number of clauses of size 513
Number of clauses of size over 5332

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-3288898-1303779121/watcher-3288898-1303779121 -o /tmp/evaluation-result-3288898-1303779121/solver-3288898-1303779121 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3288898-1303779121.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: 4.02 3.99 3.92 5/189 27788
/proc/meminfo: memFree=31683876/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=13612 CPUtime=0 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 805 0 0 0 0 0 0 0 25 0 1 0 489512505 13938688 744 33554432000 4194304 4395502 140734812982576 18446744073709551615 4274091 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 3441 750 245 50 0 581 0

[startup+0.0517829 s]
/proc/loadavg: 4.02 3.99 3.92 5/189 27788
/proc/meminfo: memFree=31683876/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=23424 CPUtime=0.04 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 3056 0 0 0 4 0 0 0 25 0 1 0 489512505 23986176 2232 33554432000 4194304 4395502 140734812982576 18446744073709551615 253640520389 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 5856 2233 249 50 0 2996 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23424

[startup+0.100771 s]
/proc/loadavg: 4.02 3.99 3.92 5/189 27788
/proc/meminfo: memFree=31683876/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=28164 CPUtime=0.09 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 4253 0 0 0 9 0 0 0 25 0 1 0 489512505 28839936 3428 33554432000 4194304 4395502 140734812982576 18446744073709551615 253640884119 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 7041 3428 255 50 0 4181 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28164

[startup+0.300735 s]
/proc/loadavg: 4.02 3.99 3.92 5/189 27788
/proc/meminfo: memFree=31683876/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=36204 CPUtime=0.29 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 6433 0 0 0 26 3 0 0 25 0 1 0 489512505 37072896 5439 33554432000 4194304 4395502 140734812982576 18446744073709551615 253640884119 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 9051 5439 255 50 0 6191 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36204

[startup+0.700664 s]
/proc/loadavg: 4.02 3.99 3.92 5/189 27788
/proc/meminfo: memFree=31683876/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=44832 CPUtime=0.69 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 8704 0 0 0 64 5 0 0 25 0 1 0 489512505 45907968 7372 33554432000 4194304 4395502 140734812982576 18446744073709551615 253640520389 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 11208 7372 266 50 0 8348 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44832

[startup+1.50052 s]
/proc/loadavg: 4.02 3.99 3.92 5/190 27789
/proc/meminfo: memFree=31653740/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=47100 CPUtime=1.49 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 9272 0 0 0 144 5 0 0 25 0 1 0 489512505 48230400 7940 33554432000 4194304 4395502 140734812982576 18446744073709551615 4288433 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 11775 7940 266 50 0 8915 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47100

[startup+3.10023 s]
/proc/loadavg: 4.02 3.99 3.92 5/190 27789
/proc/meminfo: memFree=31649648/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=51244 CPUtime=3.09 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 10263 0 0 0 303 6 0 0 25 0 1 0 489512505 52473856 8931 33554432000 4194304 4395502 140734812982576 18446744073709551615 4299158 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 12811 8931 266 50 0 9951 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51244

[startup+6.30065 s]
/proc/loadavg: 4.02 3.99 3.92 5/190 27789
/proc/meminfo: memFree=31640440/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=56416 CPUtime=6.29 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 11509 0 0 0 623 6 0 0 25 0 1 0 489512505 57769984 10177 33554432000 4194304 4395502 140734812982576 18446744073709551615 4294952 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 14104 10177 266 50 0 11244 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56416

[startup+12.7005 s]
/proc/loadavg: 4.02 3.99 3.92 5/190 27790
/proc/meminfo: memFree=31628156/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=60144 CPUtime=12.69 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 12357 0 0 0 1263 6 0 0 25 0 1 0 489512505 61587456 11025 33554432000 4194304 4395502 140734812982576 18446744073709551615 4299189 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 15036 11025 266 50 0 12176 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60144

[startup+25.5012 s]
/proc/loadavg: 4.01 3.99 3.92 5/190 27790
/proc/meminfo: memFree=31603592/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=67168 CPUtime=25.49 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 13986 0 0 0 2542 7 0 0 25 0 1 0 489512505 68780032 12654 33554432000 4194304 4395502 140734812982576 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 16792 12654 266 50 0 13932 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67168

[startup+51.1005 s]
/proc/loadavg: 4.07 4.01 3.92 5/190 27791
/proc/meminfo: memFree=31556804/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=83824 CPUtime=51.09 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 17511 0 0 0 5100 9 0 0 25 0 1 0 489512505 85835776 16179 33554432000 4194304 4395502 140734812982576 18446744073709551615 4299498 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 20956 16179 266 50 0 18096 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 83824

[startup+102.307 s]
/proc/loadavg: 4.03 4.00 3.92 5/190 27792
/proc/meminfo: memFree=31528988/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=93424 CPUtime=102.3 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 19400 0 0 0 10220 10 0 0 25 0 1 0 489512505 95666176 18068 33554432000 4194304 4395502 140734812982576 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 23356 18068 266 50 0 20496 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 93424

[startup+162.3 s]
/proc/loadavg: 4.01 4.00 3.92 5/190 27794
/proc/meminfo: memFree=31469644/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=100708 CPUtime=162.29 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 20917 0 0 0 16219 10 0 0 25 0 1 0 489512505 103124992 19585 33554432000 4194304 4395502 140734812982576 18446744073709551615 4299623 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 25177 19585 266 50 0 22317 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 100708

[startup+222.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 27795
/proc/meminfo: memFree=31454088/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=114568 CPUtime=222.29 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 24031 0 0 0 22218 11 0 0 25 0 1 0 489512505 117317632 22699 33554432000 4194304 4395502 140734812982576 18446744073709551615 4297182 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 28642 22699 266 50 0 25782 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 114568

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 27797
/proc/meminfo: memFree=31432064/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=116808 CPUtime=282.29 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 24474 0 0 0 28218 11 0 0 25 0 1 0 489512505 119611392 23142 33554432000 4194304 4395502 140734812982576 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 29202 23142 266 50 0 26342 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 116808

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 27798
/proc/meminfo: memFree=31385880/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=124000 CPUtime=342.29 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 26012 0 0 0 34217 12 0 0 25 0 1 0 489512505 126976000 24680 33554432000 4194304 4395502 140734812982576 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 31000 24680 266 50 0 28140 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 124000

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 27800
/proc/meminfo: memFree=31357040/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=126184 CPUtime=402.3 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 26482 0 0 0 40217 13 0 0 25 0 1 0 489512505 129212416 25150 33554432000 4194304 4395502 140734812982576 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 31546 25150 266 50 0 28686 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 126184

[startup+462.301 s]
/proc/loadavg: 4.04 4.01 3.93 5/190 27802
/proc/meminfo: memFree=31345184/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=136688 CPUtime=462.3 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 28835 0 0 0 46216 14 0 0 25 0 1 0 489512505 139968512 27503 33554432000 4194304 4395502 140734812982576 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 34172 27503 266 50 0 31312 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 136688

[startup+522.301 s]
/proc/loadavg: 4.05 4.02 3.93 5/190 27803
/proc/meminfo: memFree=31324156/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=136944 CPUtime=522.3 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 28971 0 0 0 52216 14 0 0 25 0 1 0 489512505 140230656 27639 33554432000 4194304 4395502 140734812982576 18446744073709551615 4288328 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 34236 27639 266 50 0 31376 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 136944

[startup+582.301 s]
/proc/loadavg: 4.02 4.02 3.93 5/190 27814
/proc/meminfo: memFree=31306252/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=139568 CPUtime=582.3 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 29456 0 0 0 58216 14 0 0 25 0 1 0 489512505 142917632 28124 33554432000 4194304 4395502 140734812982576 18446744073709551615 4347548 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 34892 28124 266 50 0 32032 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 139568

[startup+642.301 s]
/proc/loadavg: 4.04 4.03 3.94 5/190 27815
/proc/meminfo: memFree=31280764/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=142144 CPUtime=642.31 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 30035 0 0 0 64216 15 0 0 25 0 1 0 489512505 145555456 28703 33554432000 4194304 4395502 140734812982576 18446744073709551615 4297139 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 35536 28703 266 50 0 32676 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 142144

[startup+702.301 s]
/proc/loadavg: 4.01 4.02 3.94 5/190 27819
/proc/meminfo: memFree=31271400/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=151348 CPUtime=702.3 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 31996 0 0 0 70215 15 0 0 25 0 1 0 489512505 154980352 30664 33554432000 4194304 4395502 140734812982576 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 37837 30664 266 50 0 34977 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 151348

[startup+762.307 s]
/proc/loadavg: 4.03 4.03 3.94 5/190 27822
/proc/meminfo: memFree=31234024/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=155528 CPUtime=762.31 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 32993 0 0 0 76215 16 0 0 25 0 1 0 489512505 159260672 31661 33554432000 4194304 4395502 140734812982576 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 38882 31661 266 50 0 36022 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 155528

[startup+822.301 s]
/proc/loadavg: 4.16 4.05 3.95 5/190 27823
/proc/meminfo: memFree=31218596/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=156712 CPUtime=822.31 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 33240 0 0 0 82214 17 0 0 25 0 1 0 489512505 160473088 31908 33554432000 4194304 4395502 140734812982576 18446744073709551615 4299749 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 39178 31908 266 50 0 36318 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 156712

[startup+882.3 s]
/proc/loadavg: 4.06 4.04 3.95 5/190 27825
/proc/meminfo: memFree=31176748/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=162164 CPUtime=882.31 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 34355 0 0 0 88214 17 0 0 25 0 1 0 489512505 166055936 33023 33554432000 4194304 4395502 140734812982576 18446744073709551615 4299623 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 40541 33023 266 50 0 37681 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 162164

[startup+942.3 s]
/proc/loadavg: 3.39 3.85 3.89 4/184 27844
/proc/meminfo: memFree=31352344/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=166524 CPUtime=942.32 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 35339 0 0 0 94214 18 0 0 25 0 1 0 489512505 170520576 34007 33554432000 4194304 4395502 140734812982576 18446744073709551615 4288579 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 41631 34007 266 50 0 38771 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 166524

[startup+1002.3 s]
/proc/loadavg: 3.14 3.69 3.83 4/184 27846
/proc/meminfo: memFree=31340124/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=173820 CPUtime=1002.31 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 36876 0 0 0 100213 18 0 0 25 0 1 0 489512505 177991680 35544 33554432000 4194304 4395502 140734812982576 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 43455 35544 266 50 0 40595 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 173820

[startup+1062.3 s]
/proc/loadavg: 3.05 3.56 3.78 4/184 27848
/proc/meminfo: memFree=31339052/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=174844 CPUtime=1062.31 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 37143 0 0 0 106213 18 0 0 25 0 1 0 489512505 179040256 35811 33554432000 4194304 4395502 140734812982576 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 43711 35811 266 50 0 40851 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 174844

[startup+1122.3 s]
/proc/loadavg: 3.02 3.46 3.73 4/184 27849
/proc/meminfo: memFree=31337388/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=176636 CPUtime=1122.32 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 37513 0 0 0 112214 18 0 0 25 0 1 0 489512505 180875264 36181 33554432000 4194304 4395502 140734812982576 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 44159 36181 266 50 0 41299 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 176636

[startup+1182.3 s]
/proc/loadavg: 3.05 3.39 3.68 4/184 27851
/proc/meminfo: memFree=31333992/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=179708 CPUtime=1182.32 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 38266 0 0 0 118213 19 0 0 25 0 1 0 489512505 184020992 36934 33554432000 4194304 4395502 140734812982576 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 44927 36934 266 50 0 42067 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 179708

[startup+1242.3 s]
/proc/loadavg: 3.02 3.31 3.64 4/184 27852
/proc/meminfo: memFree=31323260/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=185668 CPUtime=1242.33 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 39631 0 0 0 124213 20 0 0 25 0 1 0 489512505 190124032 38299 33554432000 4194304 4395502 140734812982576 18446744073709551615 4297573 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 46417 38299 266 50 0 43557 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 185668



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.99 3.51 2/172 27890
/proc/meminfo: memFree=31930812/32951124 swapFree=67111348/67111528
[pid=27788] ppid=27786 vsize=186820 CPUtime=1300.03 cores=1,3
/proc/27788/stat : 27788 (SApperloT2010) R 27786 27788 27212 0 -1 4202496 39915 0 0 0 129983 20 0 0 25 0 1 0 489512505 191303680 38583 33554432000 4194304 4395502 140734812982576 18446744073709551615 4339156 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27788/statm: 46705 38583 266 50 0 43845 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 186820

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.05
CPU user time (s): 1299.84
CPU system time (s): 0.207968
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 186820

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

runsolver used 1.9657 second user time and 5.09422 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-26 02:52:01
IDJOB=3288898
IDBENCH=83108
IDSOLVER=1655
FILE ID=node106/3288898-1303779121
RUNJOBID= node106-1303778487-27596
PBS_JOBID= 13157197
Free space on /tmp= 71680 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom15.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288898-1303779121/watcher-3288898-1303779121 -o /tmp/evaluation-result-3288898-1303779121/solver-3288898-1303779121 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3288898-1303779121.cnf

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

MD5SUM BENCH= 1f0914c6141fdba914b73575a12b918a
RANDOM SEED=310611465

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31684156 kB
Buffers:         59996 kB
Cached:         552408 kB
SwapCached:         96 kB
Active:         666156 kB
Inactive:       398628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31684156 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            1768 kB
Writeback:           0 kB
AnonPages:      452112 kB
Mapped:          15732 kB
Slab:           136348 kB
PageTables:       6060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   675704 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= 71692 MiB
End job on node106 at 2011-04-26 03:13:43