Trace number 1780288

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.72 1000.04

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_2_L324_coli.cnf
MD5SUM501f46d9a7ec80065d0e56530d26e648
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark74.15
Satisfiable
(Un)Satisfiability was proved
Number of variables617854
Number of clauses2745225
Sum of the clauses size7889647
Maximum clause length11
Minimum clause length1
Number of clauses of size 163819
Number of clauses of size 2860549
Number of clauses of size 31288709
Number of clauses of size 4426025
Number of clauses of size 5105475
Number of clauses of size over 5648

Solver Data

7.62/7.67	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780288-1243681711.cnf 
7.62/7.67	c Using SATTIMEOUT of 10000
7.62/7.67	c Using SATRAM of 2047
7.62/7.67	c Size of subset node = 16
7.62/7.67	c Variables = 617854
7.62/7.67	c Clauses = 2745225
7.62/7.67	c Literals = 7889647
7.62/7.67	c Reduced size:
7.62/7.67	c Variables = 617854
7.62/7.67	c Clauses = 2194682
7.62/7.67	c Literals = 6468090
7.62/7.67	c a2
13.62/13.61	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-1780288-1243681711/watcher-1780288-1243681711 -o /tmp/evaluation-result-1780288-1243681711/solver-1780288-1243681711 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780288-1243681711.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: 3.08 3.56 4.83 4/104 2329
/proc/meminfo: memFree=2001280/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=2200 CPUtime=0.03
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 434 0 0 0 1 2 0 0 19 0 1 0 1122272565 2252800 390 4294967295 134512640 135237372 3214238880 3214238328 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 550 390 75 177 0 372 0

[startup+0.041962 s]
/proc/loadavg: 3.08 3.56 4.83 4/104 2329
/proc/meminfo: memFree=2001280/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=3024 CPUtime=0.05
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 641 0 0 0 3 2 0 0 21 0 1 0 1122272565 3096576 597 4294967295 134512640 135237372 3214238880 3214238328 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 756 597 75 177 0 578 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3024

[startup+0.111958 s]
/proc/loadavg: 3.08 3.56 4.83 4/104 2329
/proc/meminfo: memFree=2001280/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=5996 CPUtime=0.12
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 1373 0 0 0 10 2 0 0 21 0 1 0 1122272565 6139904 1329 4294967295 134512640 135237372 3214238880 3214237404 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 1499 1330 75 177 0 1321 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 5996

[startup+0.311944 s]
/proc/loadavg: 3.08 3.56 4.83 4/104 2329
/proc/meminfo: memFree=2001280/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=14636 CPUtime=0.32
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 3475 0 0 0 29 3 0 0 22 0 1 0 1122272565 14987264 3431 4294967295 134512640 135237372 3214238880 3214238328 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 3659 3431 75 177 0 3481 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 14636

[startup+0.711916 s]
/proc/loadavg: 3.08 3.56 4.83 4/104 2329
/proc/meminfo: memFree=2001280/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=31600 CPUtime=0.72
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 7588 0 0 0 69 3 0 0 24 0 1 0 1122272565 32358400 7544 4294967295 134512640 135237372 3214238880 3214238328 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 7900 7544 75 177 0 7722 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 31600

[startup+1.51186 s]
/proc/loadavg: 3.08 3.56 4.83 4/105 2330
/proc/meminfo: memFree=1960320/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=63328 CPUtime=1.52
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 15686 0 0 0 145 7 0 0 25 0 1 0 1122272565 64847872 15642 4294967295 134512640 135237372 3214238880 3214238244 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 15832 15642 75 177 0 15654 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 63328

[startup+3.11175 s]
/proc/loadavg: 3.07 3.55 4.82 4/105 2330
/proc/meminfo: memFree=1915624/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=129172 CPUtime=3.12
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 31879 0 0 0 300 12 0 0 25 0 1 0 1122272565 132272128 31835 4294967295 134512640 135237372 3214238880 3214238328 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 32293 31836 75 177 0 32115 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 129172

[startup+6.31153 s]
/proc/loadavg: 3.07 3.55 4.82 4/105 2330
/proc/meminfo: memFree=1813444/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=197416 CPUtime=6.32
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 47265 0 0 0 615 17 0 0 25 0 1 0 1122272565 202153984 47221 4294967295 134512640 135237372 3214238880 3214238572 134534088 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 49354 47221 75 177 0 49176 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 197416

[startup+12.7111 s]
/proc/loadavg: 3.06 3.54 4.80 4/105 2330
/proc/meminfo: memFree=1650512/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=372672 CPUtime=12.72
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 92577 0 0 0 1244 28 0 0 25 0 1 0 1122272565 381616128 87781 4294967295 134512640 135237372 3214238880 3214237948 134519968 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 93168 87781 76 177 0 92990 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 372672

[startup+25.5102 s]
/proc/loadavg: 3.05 3.52 4.78 4/105 2522
/proc/meminfo: memFree=1679216/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=330332 CPUtime=25.51
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 101990 0 0 0 2521 30 0 0 25 0 1 0 1122272565 338259968 80628 4294967295 134512640 135237372 3214238880 3214238208 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 82583 80628 77 177 0 82405 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 330332

[startup+51.1084 s]
/proc/loadavg: 3.03 3.47 4.74 4/105 2523
/proc/meminfo: memFree=1647804/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=363536 CPUtime=51.11
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 109978 0 0 0 5077 34 0 0 25 0 1 0 1122272565 372260864 88616 4294967295 134512640 135237372 3214238880 3214238208 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 90884 88616 77 177 0 90706 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 363536

[startup+102.315 s]
/proc/loadavg: 3.01 3.39 4.63 4/105 2721
/proc/meminfo: memFree=1607972/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=403040 CPUtime=102.29
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 119552 0 0 0 10194 35 0 0 25 0 1 0 1122272565 412712960 98190 4294967295 134512640 135237372 3214238880 3214238208 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 100760 98190 77 177 0 100582 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 403040

[startup+162.311 s]
/proc/loadavg: 3.00 3.32 4.54 4/105 2910
/proc/meminfo: memFree=1578108/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=431108 CPUtime=162.27
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 127702 0 0 0 16190 37 0 0 25 0 1 0 1122272565 441454592 105475 4294967295 134512640 135237372 3214238880 3214238240 134600972 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 107777 105475 77 177 0 107599 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 431108

[startup+222.307 s]
/proc/loadavg: 3.00 3.26 4.43 5/105 3100
/proc/meminfo: memFree=1577340/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=431108 CPUtime=222.26
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 127702 0 0 0 22188 38 0 0 25 0 1 0 1122272565 441454592 105475 4294967295 134512640 135237372 3214238880 3214238240 134600972 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 107777 105475 77 177 0 107599 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 431108

[startup+282.312 s]
/proc/loadavg: 3.00 3.21 4.35 4/105 3294
/proc/meminfo: memFree=1576308/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=431108 CPUtime=282.25
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 127702 0 0 0 28187 38 0 0 25 0 1 0 1122272565 441454592 105475 4294967295 134512640 135237372 3214238880 3214238240 134600960 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 107777 105475 77 177 0 107599 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 431108

[startup+342.318 s]
/proc/loadavg: 3.00 3.17 4.25 4/105 3503
/proc/meminfo: memFree=1575712/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=431108 CPUtime=342.23
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 127702 0 0 0 34185 38 0 0 25 0 1 0 1122272565 441454592 105475 4294967295 134512640 135237372 3214238880 3214238240 134600738 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 107777 105475 77 177 0 107599 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 431108

[startup+402.314 s]
/proc/loadavg: 3.00 3.14 4.18 4/105 3697
/proc/meminfo: memFree=1574876/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=431504 CPUtime=402.21
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 127774 0 0 0 40181 40 0 0 25 0 1 0 1122272565 441860096 105547 4294967295 134512640 135237372 3214238880 3214238240 134600960 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 107876 105547 77 177 0 107698 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 431504

[startup+462.31 s]
/proc/loadavg: 3.00 3.11 4.10 4/105 3885
/proc/meminfo: memFree=1574884/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=431900 CPUtime=462.17
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 127876 0 0 0 46177 40 0 0 25 0 1 0 1122272565 442265600 105649 4294967295 134512640 135237372 3214238880 3214238240 134600966 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 107975 105649 77 177 0 107797 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 431900

[startup+522.316 s]
/proc/loadavg: 3.00 3.09 4.03 4/105 4076
/proc/meminfo: memFree=1573232/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=431900 CPUtime=522.15
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 127900 0 0 0 52175 40 0 0 25 0 1 0 1122272565 442265600 105673 4294967295 134512640 135237372 3214238880 3214238240 134600966 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 107975 105673 77 177 0 107797 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 431900

[startup+582.312 s]
/proc/loadavg: 3.00 3.07 3.96 4/105 4265
/proc/meminfo: memFree=1572372/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=432032 CPUtime=582.12
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 127924 0 0 0 58172 40 0 0 25 0 1 0 1122272565 442400768 105697 4294967295 134512640 135237372 3214238880 3214238240 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 108008 105697 77 177 0 107830 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 432032

[startup+642.308 s]
/proc/loadavg: 3.00 3.05 3.89 4/105 4452
/proc/meminfo: memFree=1571396/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=432164 CPUtime=642.09
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 127937 0 0 0 64169 40 0 0 25 0 1 0 1122272565 442535936 105710 4294967295 134512640 135237372 3214238880 3214238240 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 108041 105710 77 177 0 107863 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 432164

[startup+702.304 s]
/proc/loadavg: 3.00 3.04 3.84 4/105 4644
/proc/meminfo: memFree=1570536/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=432164 CPUtime=702.07
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 127956 0 0 0 70166 41 0 0 25 0 1 0 1122272565 442535936 105729 4294967295 134512640 135237372 3214238880 3214238240 134600966 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 108041 105729 77 177 0 107863 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 432164

[startup+762.319 s]
/proc/loadavg: 3.00 3.03 3.78 4/105 4831
/proc/meminfo: memFree=1569800/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=432296 CPUtime=762.07
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 127967 0 0 0 76166 41 0 0 25 0 1 0 1122272565 442671104 105740 4294967295 134512640 135237372 3214238880 3214238240 134600966 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 108074 105740 77 177 0 107896 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 432296

[startup+822.305 s]
/proc/loadavg: 3.00 3.02 3.73 4/105 5020
/proc/meminfo: memFree=1570164/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=432296 CPUtime=822.03
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 127985 0 0 0 82162 41 0 0 25 0 1 0 1122272565 442671104 105758 4294967295 134512640 135237372 3214238880 3214238240 134600972 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 108074 105758 77 177 0 107896 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 432296

[startup+882.311 s]
/proc/loadavg: 3.00 3.02 3.68 4/105 5209
/proc/meminfo: memFree=1568892/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=432296 CPUtime=882.03
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 127999 0 0 0 88162 41 0 0 25 0 1 0 1122272565 442671104 105772 4294967295 134512640 135237372 3214238880 3214238240 134600978 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 108074 105772 77 177 0 107896 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 432296

[startup+942.317 s]
/proc/loadavg: 3.00 3.01 3.64 4/105 5396
/proc/meminfo: memFree=1568412/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=432428 CPUtime=942.01
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 128012 0 0 0 94160 41 0 0 25 0 1 0 1122272565 442806272 105785 4294967295 134512640 135237372 3214238880 3214238240 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 108107 105785 77 177 0 107929 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 432428



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 3.00 3.01 3.60 4/105 5583
/proc/meminfo: memFree=1567164/3368532 swapFree=1954076/1959888
[pid=2329] ppid=2327 vsize=432428 CPUtime=999.7
/proc/2329/stat : 2329 (ttsth-5-0) R 2327 2329 2540 0 -1 4202496 128029 0 0 0 99929 41 0 0 25 0 1 0 1122272565 442806272 105802 4294967295 134512640 135237372 3214238880 3214238240 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2329/statm: 108107 105802 77 177 0 107929 0
Current children cumulated CPU time (s) 999.7
Current children cumulated vsize (KiB) 432428

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): 1000.04
CPU time (s): 999.72
CPU user time (s): 999.29
CPU system time (s): 0.43
CPU usage (%): 99.9678
Max. virtual memory (cumulated for all children) (KiB): 432568

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-30 13:08:31
IDJOB=1780288
IDBENCH=70966
IDSOLVER=632
FILE ID=tipi44/1780288-1243681711
PBS_JOBID=
Free space on /tmp= 15841 MiB

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

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

MD5SUM BENCH= 501f46d9a7ec80065d0e56530d26e648
RANDOM SEED= 1716680574

Linux tipi44 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.116
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.116
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.10
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.116
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.14
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.116
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.16
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2002564 kB
Buffers:        191132 kB
Cached:         835508 kB
SwapCached:       2152 kB
Active:         927676 kB
Inactive:       328180 kB
HighTotal:     2489216 kB
HighFree:      1439676 kB
LowTotal:       879316 kB
LowFree:        562888 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:           65364 kB
Writeback:           0 kB
AnonPages:      228516 kB
Mapped:           5612 kB
Slab:           100004 kB
SReclaimable:    89304 kB
SUnreclaim:      10700 kB
PageTables:        800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   311052 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15841 MiB
End job on tipi44 at 2009-05-30 13:25:16