Trace number 1780303

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.52 1000.03

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L100_coli.sat.cnf
MD5SUM370a08d01be1cc652e9a09ab1aafdced
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark268.38
Satisfiable
(Un)Satisfiability was proved
Number of variables315617
Number of clauses1522583
Sum of the clauses size4407119
Maximum clause length11
Minimum clause length1
Number of clauses of size 132077
Number of clauses of size 2403677
Number of clauses of size 3835608
Number of clauses of size 4197035
Number of clauses of size 553887
Number of clauses of size over 5299

Solver Data

4.05/4.14	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780303-1243681920.cnf 
4.05/4.14	c Using SATTIMEOUT of 10000
4.05/4.14	c Using SATRAM of 2047
4.05/4.14	c Size of subset node = 16
4.05/4.14	c Variables = 315617
4.05/4.14	c Clauses = 1522583
4.05/4.14	c Literals = 4407119
4.05/4.14	c Reduced size:
4.05/4.14	c Variables = 315617
4.05/4.14	c Clauses = 1255959
4.05/4.14	c Literals = 3720255
4.05/4.14	c a2
7.35/7.46	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-1780303-1243681920/watcher-1780303-1243681920 -o /tmp/evaluation-result-1780303-1243681920/solver-1780303-1243681920 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780303-1243681920.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.07 4.38 5.48 5/117 24786
/proc/meminfo: memFree=3022640/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=1272 CPUtime=0.01
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 226 0 0 0 1 0 0 0 19 0 1 0 1132854954 1302528 181 4294967295 134512640 135237372 3213509616 3213509232 134883132 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 318 181 75 177 0 140 0

[startup+0.077423 s]
/proc/loadavg: 3.07 4.38 5.48 5/117 24786
/proc/meminfo: memFree=3022640/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=4292 CPUtime=0.07
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 953 0 0 0 7 0 0 0 19 0 1 0 1132854954 4395008 908 4294967295 134512640 135237372 3213509616 3213508140 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 1073 908 75 177 0 895 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4292

[startup+0.117416 s]
/proc/loadavg: 3.07 4.38 5.48 5/117 24786
/proc/meminfo: memFree=3022640/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=5864 CPUtime=0.11
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 1357 0 0 0 11 0 0 0 20 0 1 0 1132854954 6004736 1312 4294967295 134512640 135237372 3213509616 3213508140 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 1466 1312 75 177 0 1288 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5864

[startup+0.317405 s]
/proc/loadavg: 3.07 4.38 5.48 5/117 24786
/proc/meminfo: memFree=3022640/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=14372 CPUtime=0.31
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 3375 0 0 0 31 0 0 0 20 0 1 0 1132854954 14716928 3330 4294967295 134512640 135237372 3213509616 3213508980 134732535 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 3593 3330 75 177 0 3415 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 14372

[startup+0.717384 s]
/proc/loadavg: 3.07 4.38 5.48 5/117 24786
/proc/meminfo: memFree=3022640/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=30940 CPUtime=0.71
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 7410 0 0 0 66 5 0 0 21 0 1 0 1132854954 31682560 7365 4294967295 134512640 135237372 3213509616 3213508140 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 7735 7365 75 177 0 7557 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 30940

[startup+1.51734 s]
/proc/loadavg: 3.07 4.38 5.48 4/118 24791
/proc/meminfo: memFree=2980956/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=62536 CPUtime=1.51
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 15467 0 0 0 142 9 0 0 23 0 1 0 1132854954 64036864 15422 4294967295 134512640 135237372 3213509616 3213508412 134639534 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 15634 15422 75 177 0 15456 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 62536

[startup+3.11726 s]
/proc/loadavg: 3.07 4.38 5.48 4/118 24974
/proc/meminfo: memFree=2937668/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=106644 CPUtime=3.05
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 25894 0 0 0 292 13 0 0 25 0 1 0 1132854954 109203456 25849 4294967295 134512640 135237372 3213509616 3213509308 134534159 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 26661 25849 75 177 0 26483 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 106644

[startup+6.31709 s]
/proc/loadavg: 3.07 4.35 5.47 4/118 24979
/proc/meminfo: memFree=2826480/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=202604 CPUtime=6.25
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 50246 0 0 0 607 18 0 0 25 0 1 0 1132854954 207466496 48630 4294967295 134512640 135237372 3213509616 3213508048 134680290 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 50651 48630 76 177 0 50473 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 202604

[startup+12.7168 s]
/proc/loadavg: 3.06 4.33 5.45 4/118 24991
/proc/meminfo: memFree=2844144/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=183848 CPUtime=12.65
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 64054 0 0 0 1245 20 0 0 25 0 1 0 1132854954 188260352 44890 4294967295 134512640 135237372 3213509616 3213508744 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 45962 44890 77 177 0 45784 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 183848

[startup+25.5161 s]
/proc/loadavg: 3.05 4.27 5.41 4/118 25011
/proc/meminfo: memFree=2801604/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=225320 CPUtime=25.45
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 74351 0 0 0 2521 24 0 0 25 0 1 0 1132854954 230727680 55187 4294967295 134512640 135237372 3213509616 3213508744 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 56330 55187 77 177 0 56152 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 225320

[startup+51.1148 s]
/proc/loadavg: 3.03 4.16 5.35 4/118 25053
/proc/meminfo: memFree=2786500/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=241076 CPUtime=51.05
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 78357 0 0 0 5080 25 0 0 25 0 1 0 1132854954 246861824 58975 4294967295 134512640 135237372 3213509616 3213508976 134600972 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 60269 58975 77 177 0 60091 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 241076

[startup+102.312 s]
/proc/loadavg: 3.01 3.98 5.22 4/118 25315
/proc/meminfo: memFree=2786152/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=241076 CPUtime=102.23
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 78357 0 0 0 10198 25 0 0 25 0 1 0 1132854954 246861824 58975 4294967295 134512640 135237372 3213509616 3213508976 134600707 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 60269 58975 77 177 0 60091 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 241076

[startup+162.309 s]
/proc/loadavg: 3.00 3.80 5.08 4/118 25591
/proc/meminfo: memFree=2785664/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=242360 CPUtime=162.2
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 78567 0 0 0 16194 26 0 0 25 0 1 0 1132854954 248176640 59185 4294967295 134512640 135237372 3213509616 3213508976 134600960 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 60590 59185 77 177 0 60412 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 242360

[startup+222.306 s]
/proc/loadavg: 3.00 3.65 4.95 4/118 25867
/proc/meminfo: memFree=2785384/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=242624 CPUtime=222.18
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 78654 0 0 0 22192 26 0 0 25 0 1 0 1132854954 248446976 59272 4294967295 134512640 135237372 3213509616 3213508976 134600738 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 60656 59272 77 177 0 60478 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 242624

[startup+282.303 s]
/proc/loadavg: 3.00 3.53 4.82 4/118 26143
/proc/meminfo: memFree=2785036/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=242888 CPUtime=282.17
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 78701 0 0 0 28191 26 0 0 25 0 1 0 1132854954 248717312 59319 4294967295 134512640 135237372 3213509616 3213508976 134600707 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 60722 59319 77 177 0 60544 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 242888

[startup+342.31 s]
/proc/loadavg: 3.00 3.43 4.71 4/118 26426
/proc/meminfo: memFree=2785036/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=243020 CPUtime=342.16
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 78755 0 0 0 34190 26 0 0 25 0 1 0 1132854954 248852480 59373 4294967295 134512640 135237372 3213509616 3213508976 134600960 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 60755 59373 77 177 0 60577 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 243020

[startup+402.316 s]
/proc/loadavg: 3.00 3.35 4.60 4/118 26700
/proc/meminfo: memFree=2784060/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=243020 CPUtime=402.14
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 78780 0 0 0 40188 26 0 0 25 0 1 0 1132854954 248852480 59398 4294967295 134512640 135237372 3213509616 3213508976 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 60755 59398 77 177 0 60577 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 243020

[startup+462.313 s]
/proc/loadavg: 3.03 3.30 4.50 4/118 26977
/proc/meminfo: memFree=2784524/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=243152 CPUtime=462.11
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 78796 0 0 0 46185 26 0 0 25 0 1 0 1132854954 248987648 59414 4294967295 134512640 135237372 3213509616 3213508976 134600707 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 60788 59414 77 177 0 60610 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 243152

[startup+522.31 s]
/proc/loadavg: 3.01 3.24 4.40 4/120 27253
/proc/meminfo: memFree=2784136/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=243152 CPUtime=522.08
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 78818 0 0 0 52182 26 0 0 25 0 1 0 1132854954 248987648 59436 4294967295 134512640 135237372 3213509616 3213508976 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 60788 59436 77 177 0 60610 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 243152

[startup+582.307 s]
/proc/loadavg: 3.00 3.19 4.31 4/118 27529
/proc/meminfo: memFree=2784416/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=243284 CPUtime=582.05
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 78829 0 0 0 58179 26 0 0 25 0 1 0 1132854954 249122816 59447 4294967295 134512640 135237372 3213509616 3213508976 134600718 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 60821 59447 77 177 0 60643 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 243284

[startup+642.314 s]
/proc/loadavg: 3.00 3.16 4.23 4/118 27805
/proc/meminfo: memFree=2784540/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=243284 CPUtime=642
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 78849 0 0 0 64174 26 0 0 25 0 1 0 1132854954 249122816 59467 4294967295 134512640 135237372 3213509616 3213508976 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 60821 59467 77 177 0 60643 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 243284

[startup+702.311 s]
/proc/loadavg: 3.00 3.13 4.15 5/118 28079
/proc/meminfo: memFree=2784300/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=243416 CPUtime=701.96
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 78863 0 0 0 70170 26 0 0 25 0 1 0 1132854954 249257984 59481 4294967295 134512640 135237372 3213509616 3213508976 134600966 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 60854 59481 77 177 0 60676 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 243416

[startup+762.318 s]
/proc/loadavg: 3.00 3.10 4.07 4/118 28360
/proc/meminfo: memFree=2784424/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=243416 CPUtime=761.91
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 78885 0 0 0 76165 26 0 0 25 0 1 0 1132854954 249257984 59503 4294967295 134512640 135237372 3213509616 3213508976 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 60854 59503 77 177 0 60676 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 243416

[startup+822.315 s]
/proc/loadavg: 3.00 3.08 4.00 4/118 28636
/proc/meminfo: memFree=2784416/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=243416 CPUtime=821.87
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 78903 0 0 0 82161 26 0 0 25 0 1 0 1132854954 249257984 59521 4294967295 134512640 135237372 3213509616 3213508976 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 60854 59521 77 177 0 60676 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 243416

[startup+882.311 s]
/proc/loadavg: 3.00 3.06 3.94 4/118 28912
/proc/meminfo: memFree=2784184/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=243548 CPUtime=881.85
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 78925 0 0 0 88159 26 0 0 25 0 1 0 1132854954 249393152 59543 4294967295 134512640 135237372 3213509616 3213508976 134600744 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 60887 59543 77 177 0 60709 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 243548

[startup+942.308 s]
/proc/loadavg: 3.00 3.05 3.88 4/120 29188
/proc/meminfo: memFree=2783592/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=243548 CPUtime=941.83
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 78944 0 0 0 94157 26 0 0 25 0 1 0 1132854954 249393152 59562 4294967295 134512640 135237372 3213509616 3213508976 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 60887 59562 77 177 0 60709 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 243548



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 3.00 3.04 3.82 4/118 29459
/proc/meminfo: memFree=2783548/3368532 swapFree=1959840/1959888
[pid=24786] ppid=24784 vsize=243680 CPUtime=999.51
/proc/24786/stat : 24786 (ttsth-5-0) R 24784 24786 10612 0 -1 4202496 78967 0 0 0 99925 26 0 0 25 0 1 0 1132854954 249528320 59585 4294967295 134512640 135237372 3213509616 3213508976 134600966 0 0 0 0 0 0 0 17 2 0 0 0
/proc/24786/statm: 60920 59585 77 177 0 60742 0
Current children cumulated CPU time (s) 999.51
Current children cumulated vsize (KiB) 243680

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.03
CPU time (s): 999.52
CPU user time (s): 999.25
CPU system time (s): 0.27
CPU usage (%): 99.9487
Max. virtual memory (cumulated for all children) (KiB): 243680

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 13:12:00
IDJOB=1780303
IDBENCH=70967
IDSOLVER=632
FILE ID=/1780303-1243681920
PBS_JOBID=
Free space on /tmp= 7952 MiB

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

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

MD5SUM BENCH= 370a08d01be1cc652e9a09ab1aafdced
RANDOM SEED= 933787413

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.073
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.073
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.12
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.073
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.073
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.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3022640 kB
Buffers:        100264 kB
Cached:         126768 kB
SwapCached:          0 kB
Active:         164568 kB
Inactive:        84292 kB
HighTotal:     2489216 kB
HighFree:      2339944 kB
LowTotal:       879316 kB
LowFree:        682696 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:           39472 kB
Writeback:           0 kB
AnonPages:       22092 kB
Mapped:           8200 kB
Slab:            85840 kB
SReclaimable:    73268 kB
SUnreclaim:      12572 kB
PageTables:        796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   123556 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 7952 MiB
End job on  at 2009-05-30 13:28:44