Trace number 1562647

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
VARSAT-random 2009-03-22? (TO) 1200.06 1200.41

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l40_lambda.cnf
MD5SUM660e95de0ccce382abc30cb1546100bc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.54361
Satisfiable
(Un)Satisfiability was proved
Number of variables28488
Number of clauses140544
Sum of the clauses size404432
Maximum clause length9
Minimum clause length1
Number of clauses of size 13800
Number of clauses of size 235941
Number of clauses of size 381078
Number of clauses of size 413589
Number of clauses of size 56016
Number of clauses of size over 5120

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  28488                                                |
0.00/0.00	c |  Number of clauses:    140544                                               |
0.09/0.18	c |  Parsing time:         0.15         s                                       |
0.09/0.18	c |  Timeout:              43200 s
0.09/0.18	c |  Random Seed:          2130435291.000000
0.09/0.18	c |  Heuristic:            EMSP-G, threshold 0.750                              |
0.09/0.18	c |  Branching Rule:       default (solution-guided)                            |
0.09/0.18	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.09/0.18	c |                                                                             |
0.79/0.89	c ============================[ Search Statistics ]==============================
0.79/0.89	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.79/0.89	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.79/0.89	c ===============================================================================
0.79/0.89	c |         0 |    6597    57746   190522 |    19248        0    nan |  0.000 % |
51.98/52.04	c |       100 |    6595    57746   190522 |    21173       98      9 | 17.772 % |
118.25/118.32	c |       250 |    6595    57746   190522 |    23290      248     13 | 17.772 % |
173.44/173.54	c |       475 |    6595    57746   190522 |    25619      473     15 | 17.772 % |
227.63/227.78	c |       812 |    6595    57746   190522 |    28181      810     16 | 17.772 % |
285.01/285.12	c |      1320 |    6595    57746   190522 |    31000     1318     16 | 17.772 % |
364.69/364.86	c |      2080 |    6594    57746   190522 |    34100     2077     16 | 17.776 % |
443.27/443.41	c |      3219 |    6591    57746   190522 |    37510     3213     16 | 17.786 % |
537.23/537.44	c |      4928 |    6591    57746   190522 |    41261     4922     19 | 17.786 % |
601.61/601.84	c |      7490 |    6590    57313   188827 |    45387     7484     21 | 17.786 % |
689.19/689.41	c |     11335 |    6590    57313   188827 |    49926    11329     20 | 17.786 % |
950.41/950.79	c |     17101 |    6590    57313   188827 |    54918    17095     22 | 17.786 % |

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1562647-1240997268/watcher-1562647-1240997268 -o /tmp/evaluation-result-1562647-1240997268/solver-1562647-1240997268 -C 1200 -W 1800 -M 1800 HOME/varsat-random_static -seed=2130435291 HOME/instance-1562647-1240997268.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 10289
/proc/meminfo: memFree=579568/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=3716 CPUtime=0
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 785 0 0 0 0 0 0 0 18 0 1 0 127755110 3805184 770 1992294400 4194304 5102416 548682068800 18446744073709551615 4515515 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 929 771 88 221 0 705 0

[startup+0.00919203 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 10289
/proc/meminfo: memFree=579568/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=4344 CPUtime=0
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 925 0 0 0 0 0 0 0 18 0 1 0 127755110 4448256 910 1992294400 4194304 5102416 548682068800 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 1086 911 88 221 0 862 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4344

[startup+0.101201 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 10289
/proc/meminfo: memFree=579568/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=15640 CPUtime=0.09
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 3616 0 0 0 8 1 0 0 18 0 1 0 127755110 16015360 3601 1992294400 4194304 5102416 548682068800 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 3910 3602 88 221 0 3686 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15640

[startup+0.301224 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 10289
/proc/meminfo: memFree=579568/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=26208 CPUtime=0.3
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 6123 0 0 0 27 3 0 0 19 0 1 0 127755110 26836992 6108 1992294400 4194304 5102416 548682068800 18446744073709551615 4272632 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 6552 6108 98 221 0 6328 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 26208

[startup+0.701266 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 10289
/proc/meminfo: memFree=579568/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=34948 CPUtime=0.69
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8283 0 0 0 65 4 0 0 23 0 1 0 127755110 35786752 8268 1992294400 4194304 5102416 548682068800 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8737 8268 99 221 0 8513 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34948

[startup+1.50135 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 10290
/proc/meminfo: memFree=548392/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=1.49
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8548 0 0 0 145 4 0 0 25 0 1 0 127755110 33583104 7821 1992294400 4194304 5102416 548682068800 18446744073709551615 4220540 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7821 102 221 0 7975 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32796

[startup+3.10153 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 10290
/proc/meminfo: memFree=548200/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=3.09
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8548 0 0 0 305 4 0 0 25 0 1 0 127755110 33583104 7821 1992294400 4194304 5102416 548682068800 18446744073709551615 4241955 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7821 102 221 0 7975 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32796

[startup+6.30188 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 10290
/proc/meminfo: memFree=548072/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=6.29
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8548 0 0 0 625 4 0 0 25 0 1 0 127755110 33583104 7821 1992294400 4194304 5102416 548682068800 18446744073709551615 4220441 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7821 102 221 0 7975 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32796

[startup+12.7016 s]
/proc/loadavg: 0.22 0.05 0.02 2/65 10290
/proc/meminfo: memFree=548008/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=12.69
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8548 0 0 0 1265 4 0 0 25 0 1 0 127755110 33583104 7821 1992294400 4194304 5102416 548682068800 18446744073709551615 4220445 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7821 102 221 0 7975 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32796

[startup+25.502 s]
/proc/loadavg: 0.34 0.08 0.02 2/65 10290
/proc/meminfo: memFree=548008/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=25.49
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8548 0 0 0 2545 4 0 0 25 0 1 0 127755110 33583104 7821 1992294400 4194304 5102416 548682068800 18446744073709551615 4220445 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7821 102 221 0 7975 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32796

[startup+51.1018 s]
/proc/loadavg: 0.60 0.17 0.05 2/65 10290
/proc/meminfo: memFree=548136/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=51.08
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8548 0 0 0 5104 4 0 0 25 0 1 0 127755110 33583104 7821 1992294400 4194304 5102416 548682068800 18446744073709551615 4220309 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7821 102 221 0 7975 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 32796

[startup+102.305 s]
/proc/loadavg: 0.82 0.29 0.10 2/65 10290
/proc/meminfo: memFree=548264/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=102.26
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8558 0 0 0 10222 4 0 0 25 0 1 0 127755110 33583104 7831 1992294400 4194304 5102416 548682068800 18446744073709551615 4220309 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7831 112 221 0 7975 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 32796

[startup+162.301 s]
/proc/loadavg: 0.93 0.42 0.15 2/65 10290
/proc/meminfo: memFree=548264/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=162.25
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8561 0 0 0 16220 5 0 0 25 0 1 0 127755110 33583104 7834 1992294400 4194304 5102416 548682068800 18446744073709551615 4220149 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7834 115 221 0 7975 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 32796

[startup+222.302 s]
/proc/loadavg: 0.97 0.52 0.20 2/65 10290
/proc/meminfo: memFree=548264/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=222.23
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8561 0 0 0 22218 5 0 0 25 0 1 0 127755110 33583104 7834 1992294400 4194304 5102416 548682068800 18446744073709551615 4220239 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7834 115 221 0 7975 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 32796

[startup+282.301 s]
/proc/loadavg: 0.99 0.61 0.25 2/65 10290
/proc/meminfo: memFree=548264/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=282.21
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8561 0 0 0 28216 5 0 0 25 0 1 0 127755110 33583104 7834 1992294400 4194304 5102416 548682068800 18446744073709551615 4220526 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7834 115 221 0 7975 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 32796

[startup+342.302 s]
/proc/loadavg: 0.99 0.67 0.30 2/65 10290
/proc/meminfo: memFree=548200/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=342.19
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8561 0 0 0 34214 5 0 0 25 0 1 0 127755110 33583104 7834 1992294400 4194304 5102416 548682068800 18446744073709551615 4220309 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7834 115 221 0 7975 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 32796

[startup+402.301 s]
/proc/loadavg: 0.99 0.73 0.34 2/65 10290
/proc/meminfo: memFree=548200/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=402.18
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8561 0 0 0 40212 6 0 0 25 0 1 0 127755110 33583104 7834 1992294400 4194304 5102416 548682068800 18446744073709551615 4220309 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7834 115 221 0 7975 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 32796

[startup+462.301 s]
/proc/loadavg: 0.99 0.78 0.38 2/65 10290
/proc/meminfo: memFree=548200/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=462.16
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8562 0 0 0 46210 6 0 0 25 0 1 0 127755110 33583104 7835 1992294400 4194304 5102416 548682068800 18446744073709551615 4220643 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7835 115 221 0 7975 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 32796

[startup+522.302 s]
/proc/loadavg: 0.99 0.81 0.41 2/65 10290
/proc/meminfo: memFree=548264/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=522.14
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8562 0 0 0 52208 6 0 0 25 0 1 0 127755110 33583104 7835 1992294400 4194304 5102416 548682068800 18446744073709551615 4220347 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7835 115 221 0 7975 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 32796

[startup+582.301 s]
/proc/loadavg: 0.99 0.85 0.45 2/65 10290
/proc/meminfo: memFree=548200/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=582.12
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8563 0 0 0 58206 6 0 0 25 0 1 0 127755110 33583104 7836 1992294400 4194304 5102416 548682068800 18446744073709551615 4220149 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7836 115 221 0 7975 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 32796

[startup+642.302 s]
/proc/loadavg: 0.99 0.87 0.48 2/65 10290
/proc/meminfo: memFree=548200/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=642.11
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8563 0 0 0 64204 7 0 0 25 0 1 0 127755110 33583104 7836 1992294400 4194304 5102416 548682068800 18446744073709551615 4220149 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7836 115 221 0 7975 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 32796

[startup+702.301 s]
/proc/loadavg: 0.99 0.89 0.51 2/65 10292
/proc/meminfo: memFree=548000/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=702.09
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8563 0 0 0 70202 7 0 0 25 0 1 0 127755110 33583104 7836 1992294400 4194304 5102416 548682068800 18446744073709551615 4220505 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7836 115 221 0 7975 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 32796

[startup+762.305 s]
/proc/loadavg: 0.99 0.91 0.54 2/65 10292
/proc/meminfo: memFree=548008/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=762.07
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8563 0 0 0 76200 7 0 0 25 0 1 0 127755110 33583104 7836 1992294400 4194304 5102416 548682068800 18446744073709551615 4220509 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7836 115 221 0 7975 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 32796

[startup+822.302 s]
/proc/loadavg: 0.99 0.92 0.56 2/65 10292
/proc/meminfo: memFree=548072/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=822.05
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8563 0 0 0 82198 7 0 0 25 0 1 0 127755110 33583104 7836 1992294400 4194304 5102416 548682068800 18446744073709551615 4220631 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7836 115 221 0 7975 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 32796

[startup+882.301 s]
/proc/loadavg: 0.99 0.93 0.58 2/65 10292
/proc/meminfo: memFree=548072/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=882.04
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8563 0 0 0 88196 8 0 0 25 0 1 0 127755110 33583104 7836 1992294400 4194304 5102416 548682068800 18446744073709551615 4221449 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7836 115 221 0 7975 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 32796

[startup+942.302 s]
/proc/loadavg: 0.99 0.94 0.61 2/65 10292
/proc/meminfo: memFree=548136/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=942.02
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8563 0 0 0 94194 8 0 0 25 0 1 0 127755110 33583104 7836 1992294400 4194304 5102416 548682068800 18446744073709551615 4220445 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7836 115 221 0 7975 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 32796

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.63 2/65 10292
/proc/meminfo: memFree=548136/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=1002
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8563 0 0 0 100192 8 0 0 25 0 1 0 127755110 33583104 7836 1992294400 4194304 5102416 548682068800 18446744073709551615 4220445 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7836 115 221 0 7975 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 32796

[startup+1062.3 s]
/proc/loadavg: 0.99 0.95 0.65 2/65 10292
/proc/meminfo: memFree=548136/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=1061.98
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8563 0 0 0 106189 9 0 0 25 0 1 0 127755110 33583104 7836 1992294400 4194304 5102416 548682068800 18446744073709551615 4220347 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7836 115 221 0 7975 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 32796

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/65 10292
/proc/meminfo: memFree=548200/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=1121.96
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8563 0 0 0 112187 9 0 0 25 0 1 0 127755110 33583104 7836 1992294400 4194304 5102416 548682068800 18446744073709551615 4221892 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7836 115 221 0 7975 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 32796

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.69 2/65 10292
/proc/meminfo: memFree=548136/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=1181.95
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8563 0 0 0 118185 10 0 0 25 0 1 0 127755110 33583104 7836 1992294400 4194304 5102416 548682068800 18446744073709551615 4220540 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7836 115 221 0 7975 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 32796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.69 2/65 10292
/proc/meminfo: memFree=548136/2055920 swapFree=4180832/4192956
[pid=10289] ppid=10287 vsize=32796 CPUtime=1200.05
/proc/10289/stat : 10289 (varsat-random_s) R 10287 10289 10252 0 -1 4194304 8563 0 0 0 119995 10 0 0 25 0 1 0 127755110 33583104 7836 1992294400 4194304 5102416 548682068800 18446744073709551615 4221940 0 0 4096 3 0 0 0 17 1 0 0
/proc/10289/statm: 8199 7836 115 221 0 7975 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 32796

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): 1200.41
CPU time (s): 1200.06
CPU user time (s): 1199.95
CPU system time (s): 0.108983
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 36020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.95
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8563
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= 2
involuntary context switches= 3204

runsolver used 1.00785 second user time and 2.31065 second system time

The end

Launcher Data

Begin job on node42 at 2009-04-29 11:27:49
IDJOB=1562647
IDBENCH=70938
IDSOLVER=539
FILE ID=node42/1562647-1240997268
PBS_JOBID= 9204827
Free space on /tmp= 66280 MiB

SOLVER NAME= VARSAT-random 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l40_lambda.cnf
COMMAND LINE= HOME/varsat-random_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1562647-1240997268/watcher-1562647-1240997268 -o /tmp/evaluation-result-1562647-1240997268/solver-1562647-1240997268 -C 1200 -W 1800 -M 1800  HOME/varsat-random_static -seed=2130435291 HOME/instance-1562647-1240997268.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 660e95de0ccce382abc30cb1546100bc
RANDOM SEED=2130435291

node42.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        580048 kB
Buffers:         68920 kB
Cached:        1331584 kB
SwapCached:       5940 kB
Active:         411816 kB
Inactive:       996960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        580048 kB
SwapTotal:     4192956 kB
SwapFree:      4180832 kB
Dirty:            3776 kB
Writeback:           0 kB
Mapped:          13980 kB
Slab:            53144 kB
Committed_AS:   607900 kB
PageTables:       1388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66280 MiB
End job on node42 at 2009-04-29 11:47:52