Trace number 1780213

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
ttsth-5-0 2009-03-19 (4 threads)? (TO) 999.88 1000.04

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark862.84
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

6.62/6.64	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780213-1243680905.cnf 
6.62/6.64	c Using SATTIMEOUT of 10000
6.62/6.64	c Using SATRAM of 2047
6.62/6.64	c Size of subset node = 16
6.62/6.64	c Variables = 486992
6.62/6.64	c Clauses = 2456708
6.62/6.64	c Literals = 7147094
6.62/6.64	c Reduced size:
6.62/6.64	c Variables = 486992
6.62/6.64	c Clauses = 2068584
6.62/6.64	c Literals = 6145530
6.62/6.64	c a2
12.01/12.10	c a1

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1780213-1243680905/watcher-1780213-1243680905 -o /tmp/evaluation-result-1780213-1243680905/solver-1780213-1243680905 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780213-1243680905.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.86 2.92 2/99 19764
/proc/meminfo: memFree=2951528/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=1144 CPUtime=0.01
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 182 0 0 0 1 0 0 0 25 0 1 0 1132755179 1171456 138 4294967295 134512640 135237372 3215035744 3215034340 134886383 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 286 138 75 177 0 108 0

[startup+0.103783 s]
/proc/loadavg: 1.00 1.86 2.92 2/99 19764
/proc/meminfo: memFree=2951528/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=5340 CPUtime=0.1
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 1217 0 0 0 10 0 0 0 25 0 1 0 1132755179 5468160 1173 4294967295 134512640 135237372 3215035744 3215034268 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 1335 1174 75 177 0 1157 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5340

[startup+0.213768 s]
/proc/loadavg: 1.00 1.86 2.92 2/99 19764
/proc/meminfo: memFree=2951528/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=10012 CPUtime=0.21
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 2333 0 0 0 21 0 0 0 25 0 1 0 1132755179 10252288 2289 4294967295 134512640 135237372 3215035744 3215034268 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 2503 2290 75 177 0 2325 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10012

[startup+0.313758 s]
/proc/loadavg: 1.00 1.86 2.92 2/99 19764
/proc/meminfo: memFree=2951528/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=14244 CPUtime=0.31
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 3349 0 0 0 31 0 0 0 25 0 1 0 1132755179 14585856 3305 4294967295 134512640 135237372 3215035744 3215034268 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 3561 3305 75 177 0 3383 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 14244

[startup+0.71372 s]
/proc/loadavg: 1.00 1.86 2.92 2/99 19764
/proc/meminfo: memFree=2951528/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=30812 CPUtime=0.71
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 7374 0 0 0 68 3 0 0 25 0 1 0 1132755179 31551488 7330 4294967295 134512640 135237372 3215035744 3215034540 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 7703 7331 75 177 0 7525 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 30812

[startup+1.51364 s]
/proc/loadavg: 1.00 1.86 2.92 2/100 19765
/proc/meminfo: memFree=2906316/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=62276 CPUtime=1.51
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 15408 0 0 0 144 7 0 0 25 0 1 0 1132755179 63770624 15364 4294967295 134512640 135237372 3215035744 3215034540 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 15569 15365 75 177 0 15391 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 62276

[startup+3.11349 s]
/proc/loadavg: 1.00 1.86 2.92 2/100 19765
/proc/meminfo: memFree=2862360/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=127064 CPUtime=3.11
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 31369 0 0 0 299 12 0 0 25 0 1 0 1132755179 130113536 31325 4294967295 134512640 135237372 3215035744 3215034540 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 31766 31326 75 177 0 31588 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 127064

[startup+6.31319 s]
/proc/loadavg: 1.00 1.85 2.91 2/100 19765
/proc/meminfo: memFree=2786216/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=174084 CPUtime=6.31
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 41419 0 0 0 612 19 0 0 25 0 1 0 1132755179 178262016 41375 4294967295 134512640 135237372 3215035744 3215035436 134534259 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 43521 41375 75 177 0 43343 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 174084

[startup+12.7126 s]
/proc/loadavg: 1.00 1.83 2.89 2/100 19765
/proc/meminfo: memFree=2630988/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=356500 CPUtime=12.71
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 86199 0 0 0 1237 34 0 0 25 0 1 0 1132755179 365056000 82611 4294967295 134512640 135237372 3215035744 3215035248 134540092 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 89125 82611 76 177 0 88947 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 356500

[startup+25.5114 s]
/proc/loadavg: 1.00 1.79 2.86 2/100 19768
/proc/meminfo: memFree=2663248/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=295756 CPUtime=25.51
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 105512 0 0 0 2512 39 0 0 25 0 1 0 1132755179 302854144 72317 4294967295 134512640 135237372 3215035744 3215034788 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 73939 72317 77 177 0 73761 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 295756

[startup+51.1089 s]
/proc/loadavg: 1.00 1.72 2.81 2/100 19952
/proc/meminfo: memFree=2594764/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=365564 CPUtime=51.11
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 122681 0 0 0 5067 44 0 0 25 0 1 0 1132755179 374337536 89486 4294967295 134512640 135237372 3215035744 3215034872 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 91391 89486 77 177 0 91213 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 365564

[startup+102.304 s]
/proc/loadavg: 1.00 1.61 2.72 2/100 19961
/proc/meminfo: memFree=2569752/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=389464 CPUtime=102.32
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 129146 0 0 0 10177 55 0 0 25 0 1 0 1132755179 398811136 95603 4294967295 134512640 135237372 3215035744 3215035104 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 97366 95603 77 177 0 97188 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 389464

[startup+162.318 s]
/proc/loadavg: 1.00 1.50 2.61 2/100 20147
/proc/meminfo: memFree=2570032/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=389464 CPUtime=162.31
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 129146 0 0 0 16174 57 0 0 25 0 1 0 1132755179 398811136 95603 4294967295 134512640 135237372 3215035744 3215035104 134600960 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 97366 95603 77 177 0 97188 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 389464

[startup+222.313 s]
/proc/loadavg: 1.00 1.40 2.50 2/100 20336
/proc/meminfo: memFree=2569412/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=390748 CPUtime=222.31
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 129363 0 0 0 22173 58 0 0 25 0 1 0 1132755179 400125952 95820 4294967295 134512640 135237372 3215035744 3215035104 134600981 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 97687 95820 77 177 0 97509 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 390748

[startup+282.307 s]
/proc/loadavg: 1.00 1.33 2.41 2/100 20523
/proc/meminfo: memFree=2569636/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=390748 CPUtime=282.27
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 129399 0 0 0 28167 60 0 0 25 0 1 0 1132755179 400125952 95856 4294967295 134512640 135237372 3215035744 3215035104 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 97687 95856 77 177 0 97509 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 390748

[startup+342.311 s]
/proc/loadavg: 1.00 1.27 2.32 2/100 20714
/proc/meminfo: memFree=2569164/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=390748 CPUtime=342.28
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 129405 0 0 0 34167 61 0 0 25 0 1 0 1132755179 400125952 95862 4294967295 134512640 135237372 3215035744 3215035104 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 97687 95862 77 177 0 97509 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 390748

[startup+402.315 s]
/proc/loadavg: 1.00 1.21 2.23 2/100 20902
/proc/meminfo: memFree=2568900/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=390748 CPUtime=402.27
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 129409 0 0 0 40166 61 0 0 25 0 1 0 1132755179 400125952 95866 4294967295 134512640 135237372 3215035744 3215035104 134600966 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 97687 95866 77 177 0 97509 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 390748

[startup+462.31 s]
/proc/loadavg: 1.00 1.17 2.15 2/100 21091
/proc/meminfo: memFree=2568544/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=390748 CPUtime=462.25
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 129412 0 0 0 46159 66 0 0 25 0 1 0 1132755179 400125952 95869 4294967295 134512640 135237372 3215035744 3215035104 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 97687 95869 77 177 0 97509 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 390748

[startup+522.314 s]
/proc/loadavg: 1.00 1.14 2.08 2/100 21283
/proc/meminfo: memFree=2568916/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=390748 CPUtime=522.24
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 129415 0 0 0 52157 67 0 0 25 0 1 0 1132755179 400125952 95872 4294967295 134512640 135237372 3215035744 3215035104 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 97687 95872 77 177 0 97509 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 390748

[startup+582.308 s]
/proc/loadavg: 1.00 1.11 2.00 2/100 21471
/proc/meminfo: memFree=2568916/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=390748 CPUtime=582.2
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 129418 0 0 0 58151 69 0 0 25 0 1 0 1132755179 400125952 95875 4294967295 134512640 135237372 3215035744 3215035104 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 97687 95875 77 177 0 97509 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 390748

[startup+642.303 s]
/proc/loadavg: 1.00 1.09 1.94 2/100 21660
/proc/meminfo: memFree=2568792/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=390748 CPUtime=642.17
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 129421 0 0 0 64143 74 0 0 25 0 1 0 1132755179 400125952 95878 4294967295 134512640 135237372 3215035744 3215035104 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 97687 95878 77 177 0 97509 0
Current children cumulated CPU time (s) 642.17
Current children cumulated vsize (KiB) 390748

[startup+702.317 s]
/proc/loadavg: 1.00 1.07 1.88 2/100 21848
/proc/meminfo: memFree=2569148/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=390748 CPUtime=702.18
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 129430 0 0 0 70143 75 0 0 25 0 1 0 1132755179 400125952 95887 4294967295 134512640 135237372 3215035744 3215035104 134600738 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 97687 95887 77 177 0 97509 0
Current children cumulated CPU time (s) 702.18
Current children cumulated vsize (KiB) 390748

[startup+762.311 s]
/proc/loadavg: 1.00 1.05 1.82 2/100 22034
/proc/meminfo: memFree=2569040/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=390748 CPUtime=762.18
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 129446 0 0 0 76142 76 0 0 25 0 1 0 1132755179 400125952 95903 4294967295 134512640 135237372 3215035744 3215035104 134600966 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 97687 95903 77 177 0 97509 0
Current children cumulated CPU time (s) 762.18
Current children cumulated vsize (KiB) 390748

[startup+822.305 s]
/proc/loadavg: 1.00 1.04 1.77 2/100 22226
/proc/meminfo: memFree=2568792/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=390748 CPUtime=822.17
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 129455 0 0 0 82140 77 0 0 25 0 1 0 1132755179 400125952 95912 4294967295 134512640 135237372 3215035744 3215035104 134600966 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 97687 95912 77 177 0 97509 0
Current children cumulated CPU time (s) 822.17
Current children cumulated vsize (KiB) 390748

[startup+882.31 s]
/proc/loadavg: 1.00 1.03 1.72 2/100 22414
/proc/meminfo: memFree=2568668/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=390880 CPUtime=882.13
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 129470 0 0 0 88130 83 0 0 25 0 1 0 1132755179 400261120 95927 4294967295 134512640 135237372 3215035744 3215035104 134600966 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 97720 95927 77 177 0 97542 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 390880

[startup+942.304 s]
/proc/loadavg: 1.00 1.02 1.67 2/100 22603
/proc/meminfo: memFree=2568792/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=390880 CPUtime=942.13
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 129485 0 0 0 94129 84 0 0 25 0 1 0 1132755179 400261120 95942 4294967295 134512640 135237372 3215035744 3215035104 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 97720 95942 77 177 0 97542 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 390880



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 1.00 1.02 1.62 2/100 22791
/proc/meminfo: memFree=2569024/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=390880 CPUtime=999.86
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 129495 0 0 0 99898 88 0 0 25 0 1 0 1132755179 400261120 95952 4294967295 134512640 135237372 3215035744 3215035104 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 97720 95952 77 177 0 97542 0
Current children cumulated CPU time (s) 999.86
Current children cumulated vsize (KiB) 390880

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

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

[startup+1000.02 s]
/proc/loadavg: 1.00 1.02 1.62 2/100 22791
/proc/meminfo: memFree=2569024/3368532 swapFree=1953580/1959888
[pid=19764] ppid=19762 vsize=390880 CPUtime=999.86
/proc/19764/stat : 19764 (ttsth-5-0) R 19762 19764 20984 0 -1 4202496 129495 0 0 0 99898 88 0 0 25 0 1 0 1132755179 400261120 95952 4294967295 134512640 135237372 3215035744 3215035104 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19764/statm: 97720 95952 77 177 0 97542 0
Current children cumulated CPU time (s) 999.86
Current children cumulated vsize (KiB) 390880

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1000.04
CPU time (s): 999.88
CPU user time (s): 998.98
CPU system time (s): 0.9
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 390880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 998.98
system time used= 0.9
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129495
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= 1
involuntary context switches= 46258

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 12:55:05
IDJOB=1780213
IDBENCH=70961
IDSOLVER=632
FILE ID=/1780213-1243680905
PBS_JOBID=
Free space on /tmp= 15837 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L150_coli.sat.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780213-1243680905/watcher-1780213-1243680905 -o /tmp/evaluation-result-1780213-1243680905/solver-1780213-1243680905 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780213-1243680905.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED= 1907514263

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.11
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2951776 kB
Buffers:        108992 kB
Cached:         197936 kB
SwapCached:       2424 kB
Active:         212500 kB
Inactive:       104996 kB
HighTotal:     2489216 kB
HighFree:      2277912 kB
LowTotal:       879316 kB
LowFree:        673864 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:           58000 kB
Writeback:           0 kB
AnonPages:        9720 kB
Mapped:           4940 kB
Slab:            89348 kB
SReclaimable:    79640 kB
SUnreclaim:       9708 kB
PageTables:        536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93564 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15837 MiB
End job on  at 2009-05-30 13:11:50