Trace number 3379210

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
UmSat 2011-05-12 (fixed)? (TO) 1300.05 1300.02

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-icl005.shuffled-as.sat05-3826.cnf
MD5SUM5d8489e52ec1ef9c7431a7fd60f9ff86
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark455.087
Satisfiable
(Un)Satisfiability was proved
Number of variables2703
Number of clauses18312
Sum of the clauses size128119
Maximum clause length13
Minimum clause length1
Number of clauses of size 156
Number of clauses of size 2533
Number of clauses of size 32417
Number of clauses of size 4522
Number of clauses of size 5685
Number of clauses of size over 514099

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: 961)

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-3379210-1305461488/watcher-3379210-1305461488 -o /tmp/evaluation-result-3379210-1305461488/solver-3379210-1305461488 -C 2400 -W 1300 -M 7680 umsat HOME/instance-3379210-1305461488.cnf 

running on 2 cores: 5,7

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.38 3.89 3.79 4/370 1847
/proc/meminfo: memFree=26962868/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=11644 CPUtime=0 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4194304 343 0 0 0 0 0 0 0 25 0 1 0 657747593 11923456 283 33554432000 4194304 4263832 140734818484464 18446744073709551615 268272349893 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 2911 283 241 17 0 84 0

[startup+0.0353619 s]
/proc/loadavg: 3.38 3.89 3.79 4/370 1847
/proc/meminfo: memFree=26962868/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=11908 CPUtime=0.03 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4194304 415 0 0 0 3 0 0 0 25 0 1 0 657747593 12193792 355 33554432000 4194304 4263832 140734818484464 18446744073709551615 268272375488 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 2977 355 241 17 0 150 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 11908

[startup+0.100351 s]
/proc/loadavg: 3.38 3.89 3.79 4/370 1847
/proc/meminfo: memFree=26962868/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=12692 CPUtime=0.09 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4194304 621 0 0 0 9 0 0 0 25 0 1 0 657747593 12996608 512 33554432000 4194304 4263832 140734818484464 18446744073709551615 47122488184035 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 3173 512 242 17 0 346 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12692

[startup+0.300317 s]
/proc/loadavg: 3.38 3.89 3.79 4/370 1847
/proc/meminfo: memFree=26962868/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=15548 CPUtime=0.29 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 1535 0 0 0 29 0 0 0 25 0 1 0 657747593 15921152 1221 33554432000 4194304 4263832 140734818484464 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 3887 1221 247 17 0 1060 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15548

[startup+0.700245 s]
/proc/loadavg: 3.38 3.89 3.79 4/370 1847
/proc/meminfo: memFree=26962868/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=17164 CPUtime=0.69 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 1932 0 0 0 69 0 0 0 25 0 1 0 657747593 17575936 1618 33554432000 4194304 4263832 140734818484464 18446744073709551615 4224786 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 4291 1618 247 17 0 1464 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17164

[startup+1.5001 s]
/proc/loadavg: 3.43 3.89 3.79 5/376 1858
/proc/meminfo: memFree=26928108/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=21268 CPUtime=1.49 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 2944 0 0 0 149 0 0 0 25 0 1 0 657747593 21778432 2630 33554432000 4194304 4263832 140734818484464 18446744073709551615 4207643 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 5317 2630 247 17 0 2490 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21268

[startup+3.10082 s]
/proc/loadavg: 3.43 3.89 3.79 5/376 1858
/proc/meminfo: memFree=26910760/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=26176 CPUtime=3.09 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 4180 0 0 0 309 0 0 0 25 0 1 0 657747593 26804224 3866 33554432000 4194304 4263832 140734818484464 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 6544 3866 247 17 0 3717 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26176

[startup+6.30025 s]
/proc/loadavg: 3.43 3.89 3.79 5/376 1858
/proc/meminfo: memFree=26869268/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=35644 CPUtime=6.29 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 6458 0 0 0 629 0 0 0 25 0 1 0 657747593 36499456 6144 33554432000 4194304 4263832 140734818484464 18446744073709551615 4207705 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 8911 6144 247 17 0 6084 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35644

[startup+12.7001 s]
/proc/loadavg: 3.52 3.89 3.79 5/376 1858
/proc/meminfo: memFree=26816232/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=47784 CPUtime=12.69 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 9468 0 0 0 1268 1 0 0 25 0 1 0 657747593 48930816 9154 33554432000 4194304 4263832 140734818484464 18446744073709551615 4207645 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 11946 9154 247 17 0 9119 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47784

[startup+25.5008 s]
/proc/loadavg: 3.59 3.90 3.80 5/376 1859
/proc/meminfo: memFree=26772184/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=58348 CPUtime=25.48 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 11950 0 0 0 2547 1 0 0 25 0 1 0 657747593 59748352 11636 33554432000 4194304 4263832 140734818484464 18446744073709551615 4205629 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 14587 11636 247 17 0 11760 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 58348

[startup+51.1003 s]
/proc/loadavg: 3.75 3.91 3.80 5/376 1940
/proc/meminfo: memFree=26761804/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=72820 CPUtime=51.09 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 15477 0 0 0 5105 4 0 0 25 0 1 0 657747593 74567680 15163 33554432000 4194304 4263832 140734818484464 18446744073709551615 4207705 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 18205 15163 247 17 0 15378 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 72820

[startup+102.314 s]
/proc/loadavg: 3.89 3.92 3.81 5/376 1942
/proc/meminfo: memFree=26667992/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=99504 CPUtime=102.31 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 22274 0 0 0 10224 7 0 0 25 0 1 0 657747593 101892096 21712 33554432000 4194304 4263832 140734818484464 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 24876 21712 247 17 0 22049 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 99504

[startup+162.3 s]
/proc/loadavg: 4.04 3.95 3.83 5/376 1970
/proc/meminfo: memFree=26597964/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=106168 CPUtime=162.29 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 23816 0 0 0 16222 7 0 0 25 0 1 0 657747593 108716032 22996 33554432000 4194304 4263832 140734818484464 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 26542 22996 247 17 0 23715 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 106168

[startup+222.301 s]
/proc/loadavg: 4.01 3.95 3.83 5/376 1972
/proc/meminfo: memFree=26431160/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=123572 CPUtime=222.29 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 28292 0 0 0 22220 9 0 0 25 0 1 0 657747593 126537728 27173 33554432000 4194304 4263832 140734818484464 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 30893 27173 247 17 0 28066 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 123572

[startup+282.301 s]
/proc/loadavg: 4.00 3.96 3.84 5/376 1974
/proc/meminfo: memFree=26367388/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=125044 CPUtime=282.29 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 28604 0 0 0 28220 9 0 0 25 0 1 0 657747593 128045056 27485 33554432000 4194304 4263832 140734818484464 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 31261 27485 247 17 0 28434 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 125044

[startup+342.3 s]
/proc/loadavg: 4.03 3.97 3.85 5/376 1975
/proc/meminfo: memFree=26268120/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=134396 CPUtime=342.3 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 30822 0 0 0 34220 10 0 0 25 0 1 0 657747593 137621504 29703 33554432000 4194304 4263832 140734818484464 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 33599 29703 247 17 0 30772 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 134396

[startup+402.301 s]
/proc/loadavg: 4.12 4.01 3.87 5/376 1977
/proc/meminfo: memFree=26190940/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=146444 CPUtime=402.3 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 34235 0 0 0 40217 13 0 0 25 0 1 0 657747593 149958656 32754 33554432000 4194304 4263832 140734818484464 18446744073709551615 4215075 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 36611 32754 247 17 0 33784 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 146444

[startup+462.301 s]
/proc/loadavg: 4.04 4.00 3.87 5/376 1978
/proc/meminfo: memFree=26144520/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=147252 CPUtime=462.3 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 34382 0 0 0 46217 13 0 0 25 0 1 0 657747593 150786048 32901 33554432000 4194304 4263832 140734818484464 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 36813 32901 247 17 0 33986 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 147252

[startup+522.3 s]
/proc/loadavg: 4.01 4.00 3.88 5/376 1980
/proc/meminfo: memFree=26095604/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=147700 CPUtime=522.3 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 34540 0 0 0 52217 13 0 0 25 0 1 0 657747593 151244800 33059 33554432000 4194304 4263832 140734818484464 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 36925 33059 247 17 0 34098 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 147700

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.88 5/376 1982
/proc/meminfo: memFree=26030712/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=149172 CPUtime=582.31 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 34842 0 0 0 58218 13 0 0 25 0 1 0 657747593 152752128 33361 33554432000 4194304 4263832 140734818484464 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 37293 33361 248 17 0 34466 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 149172

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.89 5/376 1983
/proc/meminfo: memFree=25964572/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=156588 CPUtime=642.31 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 36675 0 0 0 64218 13 0 0 25 0 1 0 657747593 160346112 35193 33554432000 4194304 4263832 140734818484464 18446744073709551615 4205649 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 39147 35193 247 17 0 36320 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 156588

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.90 5/376 1985
/proc/meminfo: memFree=25905872/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=171532 CPUtime=702.3 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 40308 0 0 0 70215 15 0 0 25 0 1 0 657747593 175648768 38826 33554432000 4194304 4263832 140734818484464 18446744073709551615 4215075 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 42883 38826 247 17 0 40056 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 171532

[startup+762.315 s]
/proc/loadavg: 4.04 4.01 3.91 5/376 1986
/proc/meminfo: memFree=25863908/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=186240 CPUtime=762.32 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 43968 0 0 0 76214 18 0 0 25 0 1 0 657747593 190709760 42486 33554432000 4194304 4263832 140734818484464 18446744073709551615 4205632 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 46560 42486 247 17 0 43733 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 186240

[startup+822.301 s]
/proc/loadavg: 4.01 4.01 3.91 5/376 1988
/proc/meminfo: memFree=25840296/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=186544 CPUtime=822.31 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 44488 0 0 0 82213 18 0 0 25 0 1 0 657747593 191021056 42568 33554432000 4194304 4263832 140734818484464 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 46636 42568 247 17 0 43809 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 186544

[startup+882.3 s]
/proc/loadavg: 4.05 4.02 3.91 5/376 1990
/proc/meminfo: memFree=25817180/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=186800 CPUtime=882.31 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 44540 0 0 0 88213 18 0 0 25 0 1 0 657747593 191283200 42620 33554432000 4194304 4263832 140734818484464 18446744073709551615 4205713 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 46700 42620 247 17 0 43873 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 186800

[startup+942.3 s]
/proc/loadavg: 4.07 4.03 3.92 5/376 1991
/proc/meminfo: memFree=25787364/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=187312 CPUtime=942.31 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 44652 0 0 0 94213 18 0 0 25 0 1 0 657747593 191807488 42732 33554432000 4194304 4263832 140734818484464 18446744073709551615 4207780 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 46828 42732 247 17 0 44001 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 187312

[startup+1002.3 s]
/proc/loadavg: 4.06 4.03 3.93 5/376 1993
/proc/meminfo: memFree=25753216/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=189360 CPUtime=1002.31 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 45087 0 0 0 100213 18 0 0 25 0 1 0 657747593 193904640 43167 33554432000 4194304 4263832 140734818484464 18446744073709551615 4207606 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 47340 43167 247 17 0 44513 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 189360

[startup+1062.3 s]
/proc/loadavg: 4.02 4.03 3.93 5/376 1994
/proc/meminfo: memFree=25723148/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=189360 CPUtime=1062.32 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 45140 0 0 0 106213 19 0 0 25 0 1 0 657747593 193904640 43220 33554432000 4194304 4263832 140734818484464 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 47340 43220 247 17 0 44513 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 189360

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.93 5/376 1996
/proc/meminfo: memFree=25683780/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=201292 CPUtime=1122.32 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 47974 0 0 0 112212 20 0 0 25 0 1 0 657747593 206123008 46054 33554432000 4194304 4263832 140734818484464 18446744073709551615 4207603 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 50323 46054 247 17 0 47496 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 201292

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.93 5/376 1998
/proc/meminfo: memFree=25663620/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=203272 CPUtime=1182.32 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 48965 0 0 0 118212 20 0 0 25 0 1 0 657747593 208150528 46563 33554432000 4194304 4263832 140734818484464 18446744073709551615 4215062 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 50818 46563 247 17 0 47991 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 203272

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.93 5/376 1999
/proc/meminfo: memFree=25647060/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=203444 CPUtime=1242.32 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 49005 0 0 0 124212 20 0 0 25 0 1 0 657747593 208326656 46603 33554432000 4194304 4263832 140734818484464 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 50861 46603 247 17 0 48034 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 203444



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.02 3.93 4/375 2002
/proc/meminfo: memFree=25824208/32950928 swapFree=60199044/67111528
[pid=1847] ppid=1845 vsize=204468 CPUtime=1300.03 cores=5,7
/proc/1847/stat : 1847 (umsat) R 1845 1847 1797 0 -1 4202496 49268 0 0 0 129982 21 0 0 25 0 1 0 657747593 209375232 46866 33554432000 4194304 4263832 140734818484464 18446744073709551615 4205586 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/1847/statm: 51117 46866 247 17 0 48290 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 204468

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.83
CPU system time (s): 0.219966
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 204468

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

runsolver used 4.33834 second user time and 11.0503 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-15 14:11:28
IDJOB=3379210
IDBENCH=85799
IDSOLVER=1861
FILE ID=node122/3379210-1305461488
RUNJOBID= node122-1305461488-1818
PBS_JOBID= 13324926
Free space on /tmp= 73452 MiB

SOLVER NAME= UmSat 2011-05-12 (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-icl005.shuffled-as.sat05-3826.cnf
COMMAND LINE= umsat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379210-1305461488/watcher-3379210-1305461488 -o /tmp/evaluation-result-3379210-1305461488/solver-3379210-1305461488 -C 2400 -W 1300 -M 7680  umsat HOME/instance-3379210-1305461488.cnf

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

MD5SUM BENCH= 5d8489e52ec1ef9c7431a7fd60f9ff86
RANDOM SEED=1077994760

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26963272 kB
Buffers:        307288 kB
Cached:        3859088 kB
SwapCached:      50104 kB
Active:        1636204 kB
Inactive:      4118212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26963272 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:            9184 kB
Writeback:           0 kB
AnonPages:     1549344 kB
Mapped:          19016 kB
Slab:           128832 kB
PageTables:      37424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 79623772 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= 73448 MiB
End job on node122 at 2011-05-15 14:33:10