Trace number 3286874

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

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-servers_slapd_a_vc149789-tseitin.cnf
MD5SUM9fe9fe24bc28c127c9f6b6416a14f727
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.21681
Satisfiable
(Un)Satisfiability was proved
Number of variables360364
Number of clauses1076507
Sum of the clauses size2511847
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2717670
Number of clauses of size 3358835
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3286874-1303771721/watcher-3286874-1303771721 -o /tmp/evaluation-result-3286874-1303771721/solver-3286874-1303771721 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3286874-1303771721.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.92 3.95 3.47 4/189 28944
/proc/meminfo: memFree=13114716/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=34660 CPUtime=0 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 2520 0 0 0 0 0 0 0 21 0 1 0 488769247 35491840 2460 33554432000 4194304 4395502 140736225441456 18446744073709551615 4332389 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 8665 2471 245 50 0 5805 0

[startup+0.0579849 s]
/proc/loadavg: 3.92 3.95 3.47 4/189 28944
/proc/meminfo: memFree=13114716/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=76212 CPUtime=0.05 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 14026 0 0 0 4 1 0 0 21 0 1 0 488769247 78041088 13966 33554432000 4194304 4395502 140736225441456 18446744073709551615 239476694784 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 19053 13968 249 50 0 16193 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 76212

[startup+0.100977 s]
/proc/loadavg: 3.92 3.95 3.47 4/189 28944
/proc/meminfo: memFree=13114716/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=80304 CPUtime=0.09 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 15053 0 0 0 8 1 0 0 21 0 1 0 488769247 82231296 14993 33554432000 4194304 4395502 140736225441456 18446744073709551615 239476355781 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 20076 14994 249 50 0 17216 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 80304

[startup+0.300934 s]
/proc/loadavg: 3.92 3.95 3.47 4/189 28944
/proc/meminfo: memFree=13114716/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=99312 CPUtime=0.29 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 19791 0 0 0 27 2 0 0 22 0 1 0 488769247 101695488 19731 33554432000 4194304 4395502 140736225441456 18446744073709551615 239476694784 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 24828 19732 249 50 0 21968 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99312

[startup+0.70086 s]
/proc/loadavg: 3.92 3.95 3.47 4/189 28944
/proc/meminfo: memFree=13114716/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=136540 CPUtime=0.69 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 29097 0 0 0 65 4 0 0 23 0 1 0 488769247 139816960 29037 33554432000 4194304 4395502 140736225441456 18446744073709551615 239476355781 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 34135 29038 249 50 0 31275 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 136540

[startup+1.50072 s]
/proc/loadavg: 3.92 3.95 3.47 5/190 28945
/proc/meminfo: memFree=12922392/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=266608 CPUtime=1.49 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 61672 0 0 0 128 21 0 0 25 0 1 0 488769247 273006592 48650 33554432000 4194304 4395502 140736225441456 18446744073709551615 239476719511 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 66652 48650 255 50 0 63792 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 266608

[startup+3.1004 s]
/proc/loadavg: 3.92 3.95 3.47 5/190 28945
/proc/meminfo: memFree=12913836/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=286668 CPUtime=3.09 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 67873 0 0 0 271 38 0 0 25 0 1 0 488769247 293548032 54851 33554432000 4194304 4395502 140736225441456 18446744073709551615 239476719511 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 71667 54851 255 50 0 68807 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 286668

[startup+6.30078 s]
/proc/loadavg: 3.93 3.95 3.48 5/190 28945
/proc/meminfo: memFree=12876148/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=342984 CPUtime=6.29 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 83651 0 0 0 558 71 0 0 25 0 1 0 488769247 351215616 70629 33554432000 4194304 4395502 140736225441456 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 85746 70629 263 50 0 82886 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 342984

[startup+12.7006 s]
/proc/loadavg: 3.93 3.95 3.48 5/190 28945
/proc/meminfo: memFree=12795468/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=372564 CPUtime=12.69 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 90916 0 0 0 1197 72 0 0 25 0 1 0 488769247 381505536 77894 33554432000 4194304 4395502 140736225441456 18446744073709551615 4286550 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 93141 77894 266 50 0 90281 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 372564

[startup+25.5011 s]
/proc/loadavg: 3.95 3.96 3.49 5/190 28945
/proc/meminfo: memFree=12768176/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=388188 CPUtime=25.49 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 94807 0 0 0 2476 73 0 0 25 0 1 0 488769247 397504512 81785 33554432000 4194304 4395502 140736225441456 18446744073709551615 4297906 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 97047 81785 266 50 0 94187 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 388188

[startup+51.1012 s]
/proc/loadavg: 3.96 3.96 3.50 5/190 28946
/proc/meminfo: memFree=12725664/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=413356 CPUtime=51.09 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 101100 0 0 0 5034 75 0 0 25 0 1 0 488769247 423276544 88078 33554432000 4194304 4395502 140736225441456 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 103339 88078 266 50 0 100479 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 413356

[startup+102.307 s]
/proc/loadavg: 3.98 3.96 3.52 5/190 28947
/proc/meminfo: memFree=12615660/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=463604 CPUtime=102.3 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 113162 0 0 0 10152 78 0 0 25 0 1 0 488769247 474730496 100140 33554432000 4194304 4395502 140736225441456 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 115901 100140 266 50 0 113041 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 463604

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.55 5/190 28949
/proc/meminfo: memFree=12534668/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=505436 CPUtime=162.3 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 123620 0 0 0 16148 82 0 0 25 0 1 0 488769247 517566464 110598 33554432000 4194304 4395502 140736225441456 18446744073709551615 4286550 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 126359 110598 266 50 0 123499 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 505436

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.57 5/190 28951
/proc/meminfo: memFree=12484676/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=513036 CPUtime=222.29 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 125511 0 0 0 22147 82 0 0 25 0 1 0 488769247 525348864 112489 33554432000 4194304 4395502 140736225441456 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 128259 112489 266 50 0 125399 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 513036

[startup+282.301 s]
/proc/loadavg: 3.99 3.97 3.60 5/190 28952
/proc/meminfo: memFree=12433688/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=525580 CPUtime=282.3 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 128676 0 0 0 28147 83 0 0 25 0 1 0 488769247 538193920 115654 33554432000 4194304 4395502 140736225441456 18446744073709551615 4286467 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 131395 115654 266 50 0 128535 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 525580

[startup+342.3 s]
/proc/loadavg: 4.06 3.99 3.63 5/190 28954
/proc/meminfo: memFree=12385544/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=532344 CPUtime=342.31 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 130378 0 0 0 34147 84 0 0 25 0 1 0 488769247 545120256 117356 33554432000 4194304 4395502 140736225441456 18446744073709551615 4346790 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 133086 117356 266 50 0 130226 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 532344

[startup+402.301 s]
/proc/loadavg: 4.14 4.02 3.66 5/190 28955
/proc/meminfo: memFree=12345720/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=537668 CPUtime=402.3 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 131735 0 0 0 40146 84 0 0 25 0 1 0 488769247 550572032 118713 33554432000 4194304 4395502 140736225441456 18446744073709551615 4286574 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 134417 118713 266 50 0 131557 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 537668

[startup+462.3 s]
/proc/loadavg: 4.05 4.01 3.67 5/190 28957
/proc/meminfo: memFree=12294988/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=546840 CPUtime=462.31 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 134050 0 0 0 46146 85 0 0 25 0 1 0 488769247 559964160 121028 33554432000 4194304 4395502 140736225441456 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 136710 121028 266 50 0 133850 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 546840

[startup+522.301 s]
/proc/loadavg: 4.06 4.02 3.70 5/190 28959
/proc/meminfo: memFree=12257272/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=551092 CPUtime=522.31 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 135099 0 0 0 52145 86 0 0 25 0 1 0 488769247 564318208 122077 33554432000 4194304 4395502 140736225441456 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 137773 122077 266 50 0 134913 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 551092

[startup+582.3 s]
/proc/loadavg: 4.02 4.02 3.71 5/190 28960
/proc/meminfo: memFree=12223880/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=556404 CPUtime=582.31 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 136427 0 0 0 58145 86 0 0 25 0 1 0 488769247 569757696 123405 33554432000 4194304 4395502 140736225441456 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 139101 123405 266 50 0 136241 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 556404

[startup+642.301 s]
/proc/loadavg: 4.00 4.01 3.73 5/190 28962
/proc/meminfo: memFree=12182676/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=559988 CPUtime=642.32 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 137336 0 0 0 64146 86 0 0 25 0 1 0 488769247 573427712 124314 33554432000 4194304 4395502 140736225441456 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 139997 124314 266 50 0 137137 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 559988

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.74 5/190 28963
/proc/meminfo: memFree=12138504/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=565204 CPUtime=702.31 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 138648 0 0 0 70145 86 0 0 25 0 1 0 488769247 578768896 125626 33554432000 4194304 4395502 140736225441456 18446744073709551615 4288829 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 141301 125626 266 50 0 138441 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 565204

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.75 5/190 28974
/proc/meminfo: memFree=12101528/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=572976 CPUtime=762.33 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 140575 0 0 0 76146 87 0 0 25 0 1 0 488769247 586727424 127553 33554432000 4194304 4395502 140736225441456 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 143244 127553 266 50 0 140384 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 572976

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.77 6/190 28976
/proc/meminfo: memFree=12065396/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=576832 CPUtime=822.32 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 141556 0 0 0 82145 87 0 0 25 0 1 0 488769247 590675968 128534 33554432000 4194304 4395502 140736225441456 18446744073709551615 4299463 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 144208 128534 266 50 0 141348 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 576832

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.78 5/190 28977
/proc/meminfo: memFree=12031016/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=580396 CPUtime=882.32 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 142458 0 0 0 88145 87 0 0 25 0 1 0 488769247 594325504 129436 33554432000 4194304 4395502 140736225441456 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 145099 129436 266 50 0 142239 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 580396

[startup+942.3 s]
/proc/loadavg: 4.04 4.01 3.79 5/190 28982
/proc/meminfo: memFree=11999896/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=593888 CPUtime=942.32 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 145831 0 0 0 94144 88 0 0 25 0 1 0 488769247 608141312 132809 33554432000 4194304 4395502 140736225441456 18446744073709551615 4299723 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 148472 132809 266 50 0 145612 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 593888

[startup+1002.3 s]
/proc/loadavg: 4.08 4.02 3.81 5/190 28983
/proc/meminfo: memFree=11969952/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=602848 CPUtime=1002.33 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 148037 0 0 0 100144 89 0 0 25 0 1 0 488769247 617316352 135015 33554432000 4194304 4395502 140736225441456 18446744073709551615 4300203 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 150712 135015 266 50 0 147852 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 602848

[startup+1062.3 s]
/proc/loadavg: 4.03 4.02 3.82 5/190 28985
/proc/meminfo: memFree=11960268/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=606560 CPUtime=1062.33 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 148991 0 0 0 106144 89 0 0 25 0 1 0 488769247 621117440 135969 33554432000 4194304 4395502 140736225441456 18446744073709551615 4286444 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 151640 135969 266 50 0 148780 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 606560

[startup+1122.3 s]
/proc/loadavg: 3.44 3.86 3.78 4/184 29005
/proc/meminfo: memFree=12800544/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=607756 CPUtime=1122.33 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 149313 0 0 0 112144 89 0 0 25 0 1 0 488769247 622342144 136291 33554432000 4194304 4395502 140736225441456 18446744073709551615 4299782 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 151939 136291 266 50 0 149079 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 607756

[startup+1182.3 s]
/proc/loadavg: 1.99 3.38 3.62 2/172 29042
/proc/meminfo: memFree=13353976/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=609220 CPUtime=1182.33 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 149698 0 0 0 118144 89 0 0 25 0 1 0 488769247 623841280 136676 33554432000 4194304 4395502 140736225441456 18446744073709551615 4299527 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 152305 136676 266 50 0 149445 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 609220

[startup+1242.3 s]
/proc/loadavg: 1.36 2.94 3.45 2/172 29044
/proc/meminfo: memFree=13351228/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=612128 CPUtime=1242.34 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 150415 0 0 0 124144 90 0 0 25 0 1 0 488769247 626819072 137393 33554432000 4194304 4395502 140736225441456 18446744073709551615 4346998 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 153032 137393 266 50 0 150172 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 612128



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.13 2.59 3.29 2/172 29045
/proc/meminfo: memFree=13350112/32950928 swapFree=67087032/67111528
[pid=28944] ppid=28942 vsize=613452 CPUtime=1300.04 cores=1,3
/proc/28944/stat : 28944 (SApperloT2010) R 28942 28944 28463 0 -1 4202496 150745 0 0 0 129914 90 0 0 25 0 1 0 488769247 628174848 137723 33554432000 4194304 4395502 140736225441456 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/28944/statm: 153363 137723 266 50 0 150503 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 613452

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.08
CPU user time (s): 1299.15
CPU system time (s): 0.928858
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 613452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.15
system time used= 0.928858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150745
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= 6
involuntary context switches= 1836

runsolver used 1.9657 second user time and 5.03423 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-26 00:48:42
IDJOB=3286874
IDBENCH=82446
IDSOLVER=1655
FILE ID=node148/3286874-1303771721
RUNJOBID= node148-1303770183-28483
PBS_JOBID= 13157174
Free space on /tmp= 70576 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-servers_slapd_a_vc149789-tseitin.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286874-1303771721/watcher-3286874-1303771721 -o /tmp/evaluation-result-3286874-1303771721/solver-3286874-1303771721 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3286874-1303771721.cnf

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

MD5SUM BENCH= 9fe9fe24bc28c127c9f6b6416a14f727
RANDOM SEED=147973534

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.854
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.854
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.854
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.82
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13114996 kB
Buffers:       2061596 kB
Cached:       16397200 kB
SwapCached:       5264 kB
Active:        9864792 kB
Inactive:      9406556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13114996 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           20212 kB
Writeback:           0 kB
AnonPages:      808660 kB
Mapped:          14624 kB
Slab:           498808 kB
PageTables:       6952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1084200 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= 70596 MiB
End job on node148 at 2011-04-26 01:10:24