Trace number 1726753

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.06 1200.41

General information on the benchmark

Namecrafted/Hard/contest04/others/
equilarge_l3.sat05-520.reshuffled-07.cnf
MD5SUM8fc368e9f6ea136e0b6522b198a7a916
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4496
Number of clauses18591
Sum of the clauses size54418
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317236
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  4496                                                 |
0.00/0.00	c |  Number of clauses:    18591                                                |
0.00/0.03	c |  Parsing time:         0.03         s                                       |
0.00/0.03	c |  Timeout:              43200 s
0.00/0.03	c |  Random Seed:          872310669.000000
0.00/0.03	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.00/0.03	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.03	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.03	c |                                                                             |
0.09/0.12	c ============================[ Search Statistics ]==============================
0.09/0.12	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.12	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.12	c ===============================================================================
0.09/0.12	c |         0 |    2814    18148    66018 |     6049        0    nan |  0.000 % |
0.09/0.18	c |       101 |    2814    18148    66018 |     6654      101     13 |  0.000 % |
0.19/0.24	c |       252 |    2814    18148    66018 |     7319      252     22 |  0.000 % |
0.29/0.30	c |       477 |    2814    18148    66018 |     8051      477     18 |  0.000 % |
0.39/0.40	c |       815 |    2814    18148    66018 |     8856      815     25 |  0.000 % |
0.49/0.52	c |      1321 |    2814    18148    66018 |     9742     1321     29 |  0.000 % |
0.59/0.63	c |      2082 |    2814    18148    66018 |    10716     2082     27 |  0.000 % |
0.89/0.91	c |      3221 |    2814    18148    66018 |    11788     3221     31 |  0.000 % |
1.29/1.38	c |      4929 |    2814    18148    66018 |    12967     4929     34 |  0.000 % |
1.79/1.82	c |      7492 |    2814    18148    66018 |    14264     7492     36 |  0.000 % |
2.89/2.99	c |     11337 |    2814    18148    66018 |    15690    11337     37 |  0.000 % |
4.09/4.19	c |     17103 |    2814    18148    66018 |    17259    17103     36 |  0.000 % |
5.89/5.93	c |     25753 |    2814    18148    66018 |    18985    16356     34 |  0.000 % |
8.19/8.27	c |     38728 |    2814    18148    66018 |    20883    18990     31 |  0.000 % |
13.10/13.18	c |     58189 |    2814    18148    66018 |    22972    16073     34 |  0.000 % |
24.98/25.02	c |     87382 |    2814    18148    66018 |    25269    18702     36 |  0.000 % |
43.58/43.61	c |    131172 |    2814    18148    66018 |    27796    17206     35 |  0.000 % |
69.97/70.03	c |    196857 |    2814    18148    66018 |    30576    11949     36 |  0.000 % |
129.95/130.06	c |    295384 |    2814    18148    66018 |    33633    31953     43 |  0.000 % |
212.52/212.69	c |    443174 |    2814    18148    66018 |    36997    23370     37 |  0.000 % |
339.99/340.18	c |    664858 |    2814    18148    66018 |    40696    33899     39 |  0.000 % |
566.73/566.91	c |    997383 |    2814    18148    66018 |    44766    19364     62 |  0.000 % |
917.52/917.85	c |   1496171 |    2814    18148    66018 |    49243    18071     35 |  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-1726753-1240716452/watcher-1726753-1240716452 -o /tmp/evaluation-result-1726753-1240716452/solver-1726753-1240716452 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=872310669 HOME/instance-1726753-1240716452.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 7307
/proc/meminfo: memFree=1678208/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=3304 CPUtime=0
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 493 0 0 0 0 0 0 0 18 0 1 0 99674057 3383296 478 1992294400 4194304 5102648 548682068768 18446744073709551615 4279933 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 826 478 87 221 0 602 0

[startup+0.067328 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 7307
/proc/meminfo: memFree=1678208/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=6560 CPUtime=0.06
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 1292 0 0 0 6 0 0 0 18 0 1 0 99674057 6717440 1277 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 1640 1277 100 221 0 1416 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6560

[startup+0.10133 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 7307
/proc/meminfo: memFree=1678208/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=7832 CPUtime=0.09
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 1605 0 0 0 9 0 0 0 18 0 1 0 99674057 8019968 1590 1992294400 4194304 5102648 548682068768 18446744073709551615 4282934 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 1958 1590 100 221 0 1734 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7832

[startup+0.301354 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 7307
/proc/meminfo: memFree=1678208/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=7616 CPUtime=0.29
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 1658 0 0 0 29 0 0 0 19 0 1 0 99674057 7798784 1544 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 1904 1544 112 221 0 1680 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7616

[startup+0.7014 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 7307
/proc/meminfo: memFree=1678208/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=7616 CPUtime=0.69
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 1658 0 0 0 69 0 0 0 23 0 1 0 99674057 7798784 1544 1992294400 4194304 5102648 548682068768 18446744073709551615 4249993 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 1904 1544 112 221 0 1680 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7616

[startup+1.5015 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7308
/proc/meminfo: memFree=1672184/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=7616 CPUtime=1.49
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 1661 0 0 0 149 0 0 0 25 0 1 0 99674057 7798784 1547 1992294400 4194304 5102648 548682068768 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 1904 1547 112 221 0 1680 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7616

[startup+3.10168 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7308
/proc/meminfo: memFree=1671544/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=9080 CPUtime=3.09
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 2026 0 0 0 309 0 0 0 25 0 1 0 99674057 9297920 1912 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 2270 1912 112 221 0 2046 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9080

[startup+6.30106 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7308
/proc/meminfo: memFree=1669112/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=10680 CPUtime=6.29
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 2420 0 0 0 629 0 0 0 25 0 1 0 99674057 10936320 2306 1992294400 4194304 5102648 548682068768 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 2670 2306 112 221 0 2446 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10680

[startup+12.7018 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7308
/proc/meminfo: memFree=1668024/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=11776 CPUtime=12.69
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 2694 0 0 0 1268 1 0 0 25 0 1 0 99674057 12058624 2580 1992294400 4194304 5102648 548682068768 18446744073709551615 4516103 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 2944 2580 112 221 0 2720 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11776

[startup+25.5013 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7308
/proc/meminfo: memFree=1666552/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=13176 CPUtime=25.48
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 3044 0 0 0 2547 1 0 0 25 0 1 0 99674057 13492224 2930 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 3294 2930 112 221 0 3070 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13176

[startup+51.1013 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7308
/proc/meminfo: memFree=1664312/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=15836 CPUtime=51.07
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 3608 0 0 0 5106 1 0 0 25 0 1 0 99674057 16216064 3494 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 3959 3494 112 221 0 3735 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 15836

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7308
/proc/meminfo: memFree=1661688/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=18488 CPUtime=102.27
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 4255 0 0 0 10225 2 0 0 25 0 1 0 99674057 18931712 4141 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 4622 4141 112 221 0 4398 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 18488

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7308
/proc/meminfo: memFree=1660024/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=20132 CPUtime=162.24
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 4667 0 0 0 16222 2 0 0 25 0 1 0 99674057 20615168 4553 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 5033 4553 112 221 0 4809 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 20132

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7308
/proc/meminfo: memFree=1658552/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=21632 CPUtime=222.23
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 5023 0 0 0 22220 3 0 0 25 0 1 0 99674057 22151168 4909 1992294400 4194304 5102648 548682068768 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 5408 4909 112 221 0 5184 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 21632

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7308
/proc/meminfo: memFree=1657720/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=22580 CPUtime=282.21
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 5217 0 0 0 28218 3 0 0 25 0 1 0 99674057 23121920 5103 1992294400 4194304 5102648 548682068768 18446744073709551615 4249041 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 5645 5103 112 221 0 5421 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 22580

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7308
/proc/meminfo: memFree=1656632/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=23872 CPUtime=342.19
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 5483 0 0 0 34216 3 0 0 25 0 1 0 99674057 24444928 5369 1992294400 4194304 5102648 548682068768 18446744073709551615 4225761 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 5968 5369 112 221 0 5744 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 23872

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7308
/proc/meminfo: memFree=1649848/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=30608 CPUtime=402.18
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 7164 0 0 0 40214 4 0 0 25 0 1 0 99674057 31342592 7050 1992294400 4194304 5102648 548682068768 18446744073709551615 4244904 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 7652 7050 112 221 0 7428 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 30608

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7308
/proc/meminfo: memFree=1649784/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=30608 CPUtime=462.16
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 7169 0 0 0 46212 4 0 0 25 0 1 0 99674057 31342592 7055 1992294400 4194304 5102648 548682068768 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 7652 7055 112 221 0 7428 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 30608

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7308
/proc/meminfo: memFree=1648056/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=32320 CPUtime=522.13
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 7596 0 0 0 52209 4 0 0 25 0 1 0 99674057 33095680 7482 1992294400 4194304 5102648 548682068768 18446744073709551615 4244361 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 8080 7482 112 221 0 7856 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 32320

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7308
/proc/meminfo: memFree=1647544/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=33068 CPUtime=582.12
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 7750 0 0 0 58207 5 0 0 25 0 1 0 99674057 33861632 7636 1992294400 4194304 5102648 548682068768 18446744073709551615 4249769 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 8267 7636 112 221 0 8043 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 33068

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7308
/proc/meminfo: memFree=1647416/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=33068 CPUtime=642.11
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 7762 0 0 0 64206 5 0 0 25 0 1 0 99674057 33861632 7648 1992294400 4194304 5102648 548682068768 18446744073709551615 4250009 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 8267 7648 112 221 0 8043 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 33068

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7310
/proc/meminfo: memFree=1647096/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=33068 CPUtime=702.09
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 7766 0 0 0 70204 5 0 0 25 0 1 0 99674057 33861632 7652 1992294400 4194304 5102648 548682068768 18446744073709551615 4249972 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 8267 7652 112 221 0 8043 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 33068

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7310
/proc/meminfo: memFree=1647096/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=33068 CPUtime=762.07
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 7775 0 0 0 76202 5 0 0 25 0 1 0 99674057 33861632 7661 1992294400 4194304 5102648 548682068768 18446744073709551615 4249803 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 8267 7661 112 221 0 8043 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 33068

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7310
/proc/meminfo: memFree=1647096/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=33068 CPUtime=822.05
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 7790 0 0 0 82200 5 0 0 25 0 1 0 99674057 33861632 7676 1992294400 4194304 5102648 548682068768 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 8267 7676 112 221 0 8043 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 33068

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7310
/proc/meminfo: memFree=1646904/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=33356 CPUtime=882.03
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 7841 0 0 0 88198 5 0 0 25 0 1 0 99674057 34156544 7727 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 8339 7727 112 221 0 8115 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 33356

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7310
/proc/meminfo: memFree=1646712/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=33496 CPUtime=942.01
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 7878 0 0 0 94196 5 0 0 25 0 1 0 99674057 34299904 7764 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 8374 7764 112 221 0 8150 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 33496

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7310
/proc/meminfo: memFree=1646328/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=33828 CPUtime=1001.99
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 7972 0 0 0 100194 5 0 0 25 0 1 0 99674057 34639872 7858 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 8457 7858 112 221 0 8233 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 33828

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7310
/proc/meminfo: memFree=1645944/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=34420 CPUtime=1061.97
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 8076 0 0 0 106192 5 0 0 25 0 1 0 99674057 35246080 7962 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 8605 7962 112 221 0 8381 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 34420

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7310
/proc/meminfo: memFree=1645560/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=34848 CPUtime=1121.96
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 8166 0 0 0 112191 5 0 0 25 0 1 0 99674057 35684352 8052 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 8712 8052 112 221 0 8488 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 34848

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7310
/proc/meminfo: memFree=1645304/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=34988 CPUtime=1181.95
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 8212 0 0 0 118189 6 0 0 25 0 1 0 99674057 35827712 8098 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 8747 8098 112 221 0 8523 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 34988



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 7310
/proc/meminfo: memFree=1645112/2055920 swapFree=4192812/4192956
[pid=7307] ppid=7305 vsize=35228 CPUtime=1200.04
/proc/7307/stat : 7307 (varsat-crafted_) R 7305 7307 3739 0 -1 4194304 8264 0 0 0 119998 6 0 0 25 0 1 0 99674057 36073472 8150 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/7307/statm: 8807 8150 112 221 0 8583 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 35228

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.99
CPU system time (s): 0.067989
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 35228

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

runsolver used 0.863868 second user time and 2.48662 second system time

The end

Launcher Data

Begin job on node75 at 2009-04-26 05:27:32
IDJOB=1726753
IDBENCH=24622
IDSOLVER=537
FILE ID=node75/1726753-1240716452
PBS_JOBID= 9186814
Free space on /tmp= 66436 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest04/others/equilarge_l3.sat05-520.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1726753-1240716452/watcher-1726753-1240716452 -o /tmp/evaluation-result-1726753-1240716452/solver-1726753-1240716452 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=872310669 HOME/instance-1726753-1240716452.cnf

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

MD5SUM BENCH= 8fc368e9f6ea136e0b6522b198a7a916
RANDOM SEED=872310669

node75.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1678624 kB
Buffers:         43244 kB
Cached:         246368 kB
SwapCached:          0 kB
Active:         136596 kB
Inactive:       166932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1332 kB
Writeback:           0 kB
Mapped:          23660 kB
Slab:            59716 kB
Committed_AS:   257224 kB
PageTables:       1416 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= 66436 MiB
End job on node75 at 2009-04-26 05:47:34