Trace number 1577541

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-crafted 2009-03-22? (TO) 1200.15 1200.68

General information on the benchmark

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

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  486992                                               |
0.00/0.00	c |  Number of clauses:    2456708                                              |
2.89/2.96	c |  Parsing time:         2.49         s                                       |
2.89/2.96	c |  Timeout:              43200 s
2.89/2.96	c |  Random Seed:          1785310108.000000
2.89/2.96	c |  Heuristic:            EMBP-G, threshold 0.800                              |
2.89/2.96	c |  Branching Rule:       default (solution-guided)                            |
2.89/2.96	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
2.89/2.96	c |                                                                             |
51.58/51.61	c ============================[ Search Statistics ]==============================
51.58/51.61	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.58/51.61	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.58/51.61	c ===============================================================================
51.58/51.61	c |         0 |   91182   935986  3269896 |   311995        0    nan |  0.000 % |
54.78/54.81	c |       101 |   91182   935986  3269896 |   343194      101      4 | 21.352 % |
57.98/58.04	c |       251 |   91173   935986  3269896 |   377514      249     10 | 21.355 % |
60.77/60.83	c |       478 |   91173   935986  3269896 |   415265      476     10 | 21.355 % |
63.47/63.59	c |       817 |   91173   935986  3269896 |   456792      815     10 | 21.355 % |
66.27/66.35	c |      1324 |   91149   935986  3269896 |   502471     1320      9 | 21.397 % |
372.03/372.20	c |      2085 |   91122   935986  3269896 |   552718     2080     11 | 21.403 % |
674.80/675.13	c |      3224 |   90977   935986  3269896 |   607990     3206     13 | 21.441 % |
970.96/971.49	c |      4933 |   90954   935986  3269896 |   668789     4910     15 | 21.456 % |

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-1577541-1241002402/watcher-1577541-1241002402 -o /tmp/evaluation-result-1577541-1241002402/solver-1577541-1241002402 -C 1200 -W 1800 -M 1800 HOME/varsat-crafted_static -seed=1785310108 HOME/instance-1577541-1241002402.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.92 0.98 0.99 3/64 17505
/proc/meminfo: memFree=555172/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=5956 CPUtime=0
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 879 0 0 0 0 0 0 0 18 0 1 0 128273045 6098944 865 1992294400 4194304 5102648 548682068768 18446744073709551615 4200710 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 1489 871 78 221 0 1265 0

[startup+0.0396119 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17505
/proc/meminfo: memFree=555172/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=28796 CPUtime=0.02
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 6794 0 0 0 0 2 0 0 18 0 1 0 128273045 29487104 6779 1992294400 4194304 5102648 548682068768 18446744073709551615 4200788 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 7199 6786 78 221 0 6975 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 28796

[startup+0.102452 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17505
/proc/meminfo: memFree=555172/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=47532 CPUtime=0.09
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 11102 0 0 0 5 4 0 0 18 0 1 0 128273045 48672768 11076 1992294400 4194304 5102648 548682068768 18446744073709551615 4269404 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 11883 11079 87 221 0 11659 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47532

[startup+0.301475 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17505
/proc/meminfo: memFree=555172/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=85692 CPUtime=0.29
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 18817 0 0 0 21 8 0 0 19 0 1 0 128273045 87748608 18781 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 21423 18783 87 221 0 21199 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85692

[startup+0.701518 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 17505
/proc/meminfo: memFree=555172/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=140216 CPUtime=0.69
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 31323 0 0 0 54 15 0 0 23 0 1 0 128273045 143581184 31287 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 35087 31288 87 221 0 34863 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 140216

[startup+1.50161 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 17506
/proc/meminfo: memFree=394460/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=235676 CPUtime=1.49
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 55849 0 0 0 121 28 0 0 25 0 1 0 128273045 241332224 55813 1992294400 4194304 5102648 548682068768 18446744073709551615 4532746 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 58919 55813 87 221 0 58695 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 235676

[startup+3.10178 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 17506
/proc/meminfo: memFree=266396/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=410416 CPUtime=3.09
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 95885 0 0 0 262 47 0 0 25 0 1 0 128273045 420265984 95849 1992294400 4194304 5102648 548682068768 18446744073709551615 4225555 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 102604 95849 98 221 0 102380 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 410416

[startup+6.30114 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 17506
/proc/meminfo: memFree=173084/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=410416 CPUtime=6.29
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 95885 0 0 0 582 47 0 0 25 0 1 0 128273045 420265984 95849 1992294400 4194304 5102648 548682068768 18446744073709551615 4225411 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 102604 95849 98 221 0 102380 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 410416

[startup+12.7018 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 17506
/proc/meminfo: memFree=173212/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=410416 CPUtime=12.68
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 95885 0 0 0 1221 47 0 0 25 0 1 0 128273045 420265984 95849 1992294400 4194304 5102648 548682068768 18446744073709551615 4226501 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 102604 95849 98 221 0 102380 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 410416

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 17506
/proc/meminfo: memFree=169564/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=422284 CPUtime=25.48
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 96896 0 0 0 2500 48 0 0 25 0 1 0 128273045 432418816 96860 1992294400 4194304 5102648 548682068768 18446744073709551615 4222983 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 105571 96860 99 221 0 105347 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 422284

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 17506
/proc/meminfo: memFree=45340/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=551760 CPUtime=51.08
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 128763 0 0 0 5045 63 0 0 25 0 1 0 128273045 565002240 128727 1992294400 4194304 5102648 548682068768 18446744073709551615 4267794 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 137940 128727 100 221 0 137716 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 551760

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 17506
/proc/meminfo: memFree=98268/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=481928 CPUtime=102.26
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 128790 0 0 0 10162 64 0 0 25 0 1 0 128273045 493494272 114562 1992294400 4194304 5102648 548682068768 18446744073709551615 4215179 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 120482 114562 115 221 0 120258 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 481928

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17506
/proc/meminfo: memFree=98268/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=481928 CPUtime=162.22
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 128790 0 0 0 16158 64 0 0 25 0 1 0 128273045 493494272 114562 1992294400 4194304 5102648 548682068768 18446744073709551615 4213952 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 120482 114562 115 221 0 120258 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 481928

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17506
/proc/meminfo: memFree=98268/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=481928 CPUtime=222.2
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 128790 0 0 0 22156 64 0 0 25 0 1 0 128273045 493494272 114562 1992294400 4194304 5102648 548682068768 18446744073709551615 4213869 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 120482 114562 115 221 0 120258 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 481928

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17506
/proc/meminfo: memFree=98268/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=481928 CPUtime=282.17
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 128790 0 0 0 28153 64 0 0 25 0 1 0 128273045 493494272 114562 1992294400 4194304 5102648 548682068768 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 120482 114562 115 221 0 120258 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 481928

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17506
/proc/meminfo: memFree=98268/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=481928 CPUtime=342.14
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 128790 0 0 0 34150 64 0 0 25 0 1 0 128273045 493494272 114562 1992294400 4194304 5102648 548682068768 18446744073709551615 4213965 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 120482 114562 115 221 0 120258 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 481928

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17506
/proc/meminfo: memFree=98204/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=481928 CPUtime=402.12
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 128790 0 0 0 40148 64 0 0 25 0 1 0 128273045 493494272 114562 1992294400 4194304 5102648 548682068768 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 120482 114562 115 221 0 120258 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 481928

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17512
/proc/meminfo: memFree=98204/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=481928 CPUtime=462.08
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 128790 0 0 0 46144 64 0 0 25 0 1 0 128273045 493494272 114562 1992294400 4194304 5102648 548682068768 18446744073709551615 4213863 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 120482 114562 115 221 0 120258 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 481928

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17512
/proc/meminfo: memFree=98268/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=481928 CPUtime=522.06
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 128790 0 0 0 52141 65 0 0 25 0 1 0 128273045 493494272 114562 1992294400 4194304 5102648 548682068768 18446744073709551615 4214152 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 120482 114562 115 221 0 120258 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 481928

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17512
/proc/meminfo: memFree=98268/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=481928 CPUtime=582.04
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 128790 0 0 0 58139 65 0 0 25 0 1 0 128273045 493494272 114562 1992294400 4194304 5102648 548682068768 18446744073709551615 4213794 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 120482 114562 115 221 0 120258 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 481928

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17512
/proc/meminfo: memFree=98268/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=481928 CPUtime=642.01
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 128790 0 0 0 64136 65 0 0 25 0 1 0 128273045 493494272 114562 1992294400 4194304 5102648 548682068768 18446744073709551615 4215205 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 120482 114562 115 221 0 120258 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 481928

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17512
/proc/meminfo: memFree=98140/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=481928 CPUtime=701.98
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 128793 0 0 0 70133 65 0 0 25 0 1 0 128273045 493494272 114565 1992294400 4194304 5102648 548682068768 18446744073709551615 4213878 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 120482 114565 115 221 0 120258 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 481928

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17512
/proc/meminfo: memFree=98140/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=481928 CPUtime=761.96
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 128793 0 0 0 76131 65 0 0 25 0 1 0 128273045 493494272 114565 1992294400 4194304 5102648 548682068768 18446744073709551615 4214337 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 120482 114565 115 221 0 120258 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 481928

[startup+822.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17512
/proc/meminfo: memFree=98140/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=481928 CPUtime=821.93
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 128793 0 0 0 82128 65 0 0 25 0 1 0 128273045 493494272 114565 1992294400 4194304 5102648 548682068768 18446744073709551615 4214003 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 120482 114565 115 221 0 120258 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 481928

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17512
/proc/meminfo: memFree=98204/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=481928 CPUtime=881.9
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 128793 0 0 0 88125 65 0 0 25 0 1 0 128273045 493494272 114565 1992294400 4194304 5102648 548682068768 18446744073709551615 4215244 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 120482 114565 115 221 0 120258 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 481928

[startup+942.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17512
/proc/meminfo: memFree=98204/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=481928 CPUtime=941.88
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 128793 0 0 0 94123 65 0 0 25 0 1 0 128273045 493494272 114565 1992294400 4194304 5102648 548682068768 18446744073709551615 4215235 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 120482 114565 115 221 0 120258 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 481928

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17512
/proc/meminfo: memFree=98204/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=481928 CPUtime=1001.85
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 128793 0 0 0 100120 65 0 0 25 0 1 0 128273045 493494272 114565 1992294400 4194304 5102648 548682068768 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 120482 114565 115 221 0 120258 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 481928

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17512
/proc/meminfo: memFree=98204/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=481928 CPUtime=1061.82
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 128793 0 0 0 106117 65 0 0 25 0 1 0 128273045 493494272 114565 1992294400 4194304 5102648 548682068768 18446744073709551615 4214598 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 120482 114565 115 221 0 120258 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 481928

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17512
/proc/meminfo: memFree=98204/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=481928 CPUtime=1121.8
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 128793 0 0 0 112115 65 0 0 25 0 1 0 128273045 493494272 114565 1992294400 4194304 5102648 548682068768 18446744073709551615 4214228 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 120482 114565 115 221 0 120258 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 481928

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17512
/proc/meminfo: memFree=98204/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=481928 CPUtime=1181.77
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 128793 0 0 0 118112 65 0 0 25 0 1 0 128273045 493494272 114565 1992294400 4194304 5102648 548682068768 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 120482 114565 115 221 0 120258 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 481928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17512
/proc/meminfo: memFree=98204/2055920 swapFree=4181296/4192956
[pid=17505] ppid=17503 vsize=481928 CPUtime=1200.06
/proc/17505/stat : 17505 (varsat-crafted_) R 17503 17505 17222 0 -1 4194304 128793 0 0 0 119941 65 0 0 25 0 1 0 128273045 493494272 114565 1992294400 4194304 5102648 548682068768 18446744073709551615 4214101 0 0 4096 3 0 0 0 17 0 0 0
/proc/17505/statm: 120482 114565 115 221 0 120258 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 481928

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.68
CPU time (s): 1200.15
CPU user time (s): 1199.42
CPU system time (s): 0.729889
CPU usage (%): 99.9562
Max. virtual memory (cumulated for all children) (KiB): 551760

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

runsolver used 0.971852 second user time and 3.40448 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-29 12:53:25
IDJOB=1577541
IDBENCH=70961
IDSOLVER=537
FILE ID=node35/1577541-1241002402
PBS_JOBID= 9204832
Free space on /tmp= 66504 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L150_coli.sat.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1577541-1241002402/watcher-1577541-1241002402 -o /tmp/evaluation-result-1577541-1241002402/solver-1577541-1241002402 -C 1200 -W 1800 -M 1800  HOME/varsat-crafted_static -seed=1785310108 HOME/instance-1577541-1241002402.cnf

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=1785310108

node35.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.214
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.214
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:        555588 kB
Buffers:         80832 kB
Cached:        1344212 kB
SwapCached:       5676 kB
Active:         410568 kB
Inactive:      1022548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        555588 kB
SwapTotal:     4192956 kB
SwapFree:      4181296 kB
Dirty:           50352 kB
Writeback:           0 kB
Mapped:          13636 kB
Slab:            53208 kB
Committed_AS:   620348 kB
PageTables:       1396 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= 66504 MiB
End job on node35 at 2009-04-29 13:13:28