Trace number 1577751

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.17 1200.51

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L200_coli.sat.cnf
MD5SUM853982f8646333d217e35d938b7eb00b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark542.008
Satisfiable
(Un)Satisfiability was proved
Number of variables670867
Number of clauses3513333
Sum of the clauses size10259569
Maximum clause length11
Minimum clause length1
Number of clauses of size 159077
Number of clauses of size 2795777
Number of clauses of size 32146608
Number of clauses of size 4393835
Number of clauses of size 5117437
Number of clauses of size over 5599

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  670867                                               |
0.00/0.00	c |  Number of clauses:    3513333                                              |
4.38/4.45	c |  Parsing time:         3.70         s                                       |
4.38/4.45	c |  Timeout:              43200 s
4.38/4.45	c |  Random Seed:          1913474557.000000
4.38/4.45	c |  Heuristic:            EMSP-G, threshold 0.750                              |
4.38/4.45	c |  Branching Rule:       default (solution-guided)                            |
4.38/4.45	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
4.38/4.45	c |                                                                             |
100.06/100.15	c ============================[ Search Statistics ]==============================
100.06/100.15	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
100.06/100.15	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
100.06/100.15	c ===============================================================================
100.06/100.15	c |         0 |  146532  1494031  5111526 |   498010        0    nan |  0.000 % |

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-1577751-1241004263/watcher-1577751-1241004263 -o /tmp/evaluation-result-1577751-1241004263/solver-1577751-1241004263 -C 1200 -W 1800 -M 1800 HOME/varsat-random_static -seed=1913474557 HOME/instance-1577751-1241004263.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: 1.01 1.00 0.93 2/64 12364
/proc/meminfo: memFree=934440/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=7392 CPUtime=0
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 798 0 0 0 0 0 0 0 18 0 1 0 128460135 7569408 783 1992294400 4194304 5102416 548682068784 18446744073709551615 4200710 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 1848 789 83 221 0 1624 0

[startup+0.076521 s]
/proc/loadavg: 1.01 1.00 0.93 2/64 12364
/proc/meminfo: memFree=934440/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=41852 CPUtime=0.06
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 10270 0 0 0 3 3 0 0 18 0 1 0 128460135 42856448 10255 1992294400 4194304 5102416 548682068784 18446744073709551615 4515968 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 10463 10263 88 221 0 10239 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 41852

[startup+0.101523 s]
/proc/loadavg: 1.01 1.00 0.93 2/64 12364
/proc/meminfo: memFree=934440/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=51868 CPUtime=0.09
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 12123 0 0 0 4 5 0 0 18 0 1 0 128460135 53112832 12097 1992294400 4194304 5102416 548682068784 18446744073709551615 4269667 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 12967 12100 88 221 0 12743 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51868

[startup+0.301551 s]
/proc/loadavg: 1.01 1.00 0.93 2/64 12364
/proc/meminfo: memFree=934440/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=102228 CPUtime=0.29
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 22267 0 0 0 19 10 0 0 19 0 1 0 128460135 104681472 22231 1992294400 4194304 5102416 548682068784 18446744073709551615 4263282 0 0 4096 3 0 0 0 17 0 0 0
/proc/12364/statm: 25557 22231 88 221 0 25333 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 102228

[startup+0.702592 s]
/proc/loadavg: 1.01 1.00 0.93 2/64 12364
/proc/meminfo: memFree=934440/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=152024 CPUtime=0.69
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 34799 0 0 0 52 17 0 0 23 0 1 0 128460135 155672576 34763 1992294400 4194304 5102416 548682068784 18446744073709551615 4198381 0 0 4096 3 0 0 0 17 0 0 0
/proc/12364/statm: 38006 34763 88 221 0 37782 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 152024

[startup+1.50266 s]
/proc/loadavg: 1.01 1.00 0.93 2/65 12365
/proc/meminfo: memFree=758752/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=260820 CPUtime=1.48
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 58670 0 0 0 118 30 0 0 25 0 1 0 128460135 267079680 58634 1992294400 4194304 5102416 548682068784 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 65205 58635 88 221 0 64981 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 260820

[startup+3.10182 s]
/proc/loadavg: 1.01 1.00 0.93 2/65 12365
/proc/meminfo: memFree=630688/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=421328 CPUtime=3.08
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 101940 0 0 0 255 53 0 0 25 0 1 0 128460135 431439872 101904 1992294400 4194304 5102416 548682068784 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 105332 101906 88 221 0 105108 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 421328

[startup+6.30115 s]
/proc/loadavg: 1.09 1.02 0.94 2/65 12365
/proc/meminfo: memFree=388768/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=564856 CPUtime=6.28
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 136560 0 0 0 554 74 0 0 25 0 1 0 128460135 578412544 136524 1992294400 4194304 5102416 548682068784 18446744073709551615 4228261 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 141214 136524 97 221 0 140990 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 564856

[startup+12.7018 s]
/proc/loadavg: 1.08 1.02 0.94 2/65 12365
/proc/meminfo: memFree=388832/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=564856 CPUtime=12.68
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 136560 0 0 0 1194 74 0 0 25 0 1 0 128460135 578412544 136524 1992294400 4194304 5102416 548682068784 18446744073709551615 4228966 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 141214 136524 97 221 0 140990 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 564856

[startup+25.5011 s]
/proc/loadavg: 1.06 1.01 0.94 2/65 12365
/proc/meminfo: memFree=389024/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=564856 CPUtime=25.48
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 136560 0 0 0 2473 75 0 0 25 0 1 0 128460135 578412544 136524 1992294400 4194304 5102416 548682068784 18446744073709551615 4228955 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 141214 136524 97 221 0 140990 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 564856

[startup+51.1017 s]
/proc/loadavg: 1.04 1.01 0.94 2/65 12365
/proc/meminfo: memFree=382624/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=569484 CPUtime=51.06
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 138200 0 0 0 5031 75 0 0 25 0 1 0 128460135 583151616 138164 1992294400 4194304 5102416 548682068784 18446744073709551615 4226952 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 142371 138164 98 221 0 142147 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 569484

[startup+102.306 s]
/proc/loadavg: 1.02 1.01 0.94 2/65 12365
/proc/meminfo: memFree=289760/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=664972 CPUtime=102.26
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 181470 0 0 0 10129 97 0 0 25 0 1 0 128460135 680931328 161265 1992294400 4194304 5102416 548682068784 18446744073709551615 4220149 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 166243 161265 102 221 0 166019 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 664972

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12365
/proc/meminfo: memFree=289760/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=664972 CPUtime=162.24
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 181470 0 0 0 16127 97 0 0 25 0 1 0 128460135 680931328 161265 1992294400 4194304 5102416 548682068784 18446744073709551615 4220500 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 166243 161265 102 221 0 166019 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 664972

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12365
/proc/meminfo: memFree=289760/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=664972 CPUtime=222.22
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 181470 0 0 0 22125 97 0 0 25 0 1 0 128460135 680931328 161265 1992294400 4194304 5102416 548682068784 18446744073709551615 4221918 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 166243 161265 102 221 0 166019 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 664972

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12365
/proc/meminfo: memFree=289760/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=664972 CPUtime=282.2
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 181470 0 0 0 28123 97 0 0 25 0 1 0 128460135 680931328 161265 1992294400 4194304 5102416 548682068784 18446744073709551615 4220605 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 166243 161265 102 221 0 166019 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 664972

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12365
/proc/meminfo: memFree=289760/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=664972 CPUtime=342.18
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 181470 0 0 0 34121 97 0 0 25 0 1 0 128460135 680931328 161265 1992294400 4194304 5102416 548682068784 18446744073709551615 4220239 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 166243 161265 102 221 0 166019 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 664972

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12365
/proc/meminfo: memFree=289760/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=664972 CPUtime=402.17
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 181470 0 0 0 40120 97 0 0 25 0 1 0 128460135 680931328 161265 1992294400 4194304 5102416 548682068784 18446744073709551615 4220149 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 166243 161265 102 221 0 166019 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 664972

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12365
/proc/meminfo: memFree=289760/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=664972 CPUtime=462.16
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 181470 0 0 0 46118 98 0 0 25 0 1 0 128460135 680931328 161265 1992294400 4194304 5102416 548682068784 18446744073709551615 4220445 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 166243 161265 102 221 0 166019 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 664972

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12365
/proc/meminfo: memFree=289696/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=664972 CPUtime=522.14
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 181470 0 0 0 52116 98 0 0 25 0 1 0 128460135 680931328 161265 1992294400 4194304 5102416 548682068784 18446744073709551615 4220145 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 166243 161265 102 221 0 166019 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 664972

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12365
/proc/meminfo: memFree=289824/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=664972 CPUtime=582.12
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 181470 0 0 0 58114 98 0 0 25 0 1 0 128460135 680931328 161265 1992294400 4194304 5102416 548682068784 18446744073709551615 4220149 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 166243 161265 102 221 0 166019 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 664972

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12365
/proc/meminfo: memFree=289824/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=664972 CPUtime=642.11
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 181470 0 0 0 64113 98 0 0 25 0 1 0 128460135 680931328 161265 1992294400 4194304 5102416 548682068784 18446744073709551615 4220445 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 166243 161265 102 221 0 166019 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 664972

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12365
/proc/meminfo: memFree=289824/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=664972 CPUtime=702.09
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 181470 0 0 0 70111 98 0 0 25 0 1 0 128460135 680931328 161265 1992294400 4194304 5102416 548682068784 18446744073709551615 4241992 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 166243 161265 102 221 0 166019 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 664972

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12365
/proc/meminfo: memFree=289760/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=664972 CPUtime=762.07
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 181470 0 0 0 76109 98 0 0 25 0 1 0 128460135 680931328 161265 1992294400 4194304 5102416 548682068784 18446744073709551615 4221918 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 166243 161265 102 221 0 166019 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 664972

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12365
/proc/meminfo: memFree=289760/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=664972 CPUtime=822.05
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 181470 0 0 0 82107 98 0 0 25 0 1 0 128460135 680931328 161265 1992294400 4194304 5102416 548682068784 18446744073709551615 4220347 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 166243 161265 102 221 0 166019 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 664972

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12367
/proc/meminfo: memFree=289440/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=664972 CPUtime=882.04
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 181470 0 0 0 88105 99 0 0 25 0 1 0 128460135 680931328 161265 1992294400 4194304 5102416 548682068784 18446744073709551615 4220643 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 166243 161265 102 221 0 166019 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 664972

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12367
/proc/meminfo: memFree=289504/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=664972 CPUtime=942.02
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 181470 0 0 0 94103 99 0 0 25 0 1 0 128460135 680931328 161265 1992294400 4194304 5102416 548682068784 18446744073709551615 4220577 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 166243 161265 102 221 0 166019 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 664972

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12367
/proc/meminfo: memFree=289568/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=664972 CPUtime=1002
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 181470 0 0 0 100101 99 0 0 25 0 1 0 128460135 680931328 161265 1992294400 4194304 5102416 548682068784 18446744073709551615 4241992 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 166243 161265 102 221 0 166019 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 664972

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12367
/proc/meminfo: memFree=289568/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=664972 CPUtime=1061.99
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 181470 0 0 0 106100 99 0 0 25 0 1 0 128460135 680931328 161265 1992294400 4194304 5102416 548682068784 18446744073709551615 4221940 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 166243 161265 102 221 0 166019 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 664972

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12367
/proc/meminfo: memFree=289632/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=664972 CPUtime=1121.97
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 181470 0 0 0 112098 99 0 0 25 0 1 0 128460135 680931328 161265 1992294400 4194304 5102416 548682068784 18446744073709551615 4220643 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 166243 161265 102 221 0 166019 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 664972

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12367
/proc/meminfo: memFree=289696/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=664972 CPUtime=1181.95
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 181471 0 0 0 118096 99 0 0 25 0 1 0 128460135 680931328 161266 1992294400 4194304 5102416 548682068784 18446744073709551615 4220292 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 166243 161266 102 221 0 166019 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 664972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12367
/proc/meminfo: memFree=289696/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=664972 CPUtime=1200.05
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4194304 181471 0 0 0 119906 99 0 0 25 0 1 0 128460135 680931328 161266 1992294400 4194304 5102416 548682068784 18446744073709551615 4220309 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 166243 161266 102 221 0 166019 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 664972

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

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

[startup+1200.51 s]
/proc/loadavg: 1.00 1.00 0.94 2/65 12367
/proc/meminfo: memFree=289696/2055920 swapFree=4181296/4192956
[pid=12364] ppid=12362 vsize=0 CPUtime=1200.15
/proc/12364/stat : 12364 (varsat-random_s) R 12362 12364 12061 0 -1 4195332 181471 0 0 0 119906 109 0 0 25 0 1 0 128460135 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/12364/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.17
CPU user time (s): 1199.06
CPU system time (s): 1.10283
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 761036

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

runsolver used 0.815875 second user time and 2.57561 second system time

The end

Launcher Data

Begin job on node17 at 2009-04-29 13:24:28
IDJOB=1577751
IDBENCH=70965
IDSOLVER=539
FILE ID=node17/1577751-1241004263
PBS_JOBID= 9204850
Free space on /tmp= 66160 MiB

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

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

MD5SUM BENCH= 853982f8646333d217e35d938b7eb00b
RANDOM SEED=1913474557

node17.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.234
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.234
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:        934920 kB
Buffers:         88136 kB
Cached:         931588 kB
SwapCached:       5512 kB
Active:         236780 kB
Inactive:       790920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        934920 kB
SwapTotal:     4192956 kB
SwapFree:      4181296 kB
Dirty:           72396 kB
Writeback:           0 kB
Mapped:          13624 kB
Slab:            79268 kB
Committed_AS:   523604 kB
PageTables:       1452 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= 66160 MiB
End job on node17 at 2009-04-29 13:44:30