Trace number 1512975

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

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S962875623-008.cnf
MD5SUMdc58d201aad12c2725ed362695aa3edc
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark56.3114
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 514000
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:  700                                                  |
0.00/0.00	c |  Number of clauses:    14000                                                |
0.02/0.02	c |  Parsing time:         0.02         s                                       |
0.02/0.02	c |  Timeout:              43200 s
0.02/0.02	c |  Random Seed:          295523778.000000
0.02/0.02	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.02/0.02	c |  Branching Rule:       default (solution-guided)                            |
0.02/0.02	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.02/0.02	c |                                                                             |
0.09/0.10	c ============================[ Search Statistics ]==============================
0.09/0.10	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.10	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.10	c ===============================================================================
0.09/0.10	c |         0 |     700    14000    70000 |     4666        0    nan |  0.000 % |
0.09/0.14	c |       101 |     700    14000    70000 |     5133      101     91 |  0.000 % |
0.09/0.18	c |       253 |     700    14000    70000 |     5646      253     88 |  0.000 % |
0.19/0.23	c |       479 |     700    14000    70000 |     6211      479     93 |  0.000 % |
0.19/0.28	c |       816 |     700    14000    70000 |     6832      816     94 |  0.000 % |
0.29/0.35	c |      1322 |     700    14000    70000 |     7515     1322     94 |  0.000 % |
0.39/0.45	c |      2081 |     700    14000    70000 |     8267     2081     97 |  0.000 % |
0.59/0.60	c |      3220 |     700    14000    70000 |     9094     3220     99 |  0.000 % |
0.79/0.83	c |      4929 |     700    14000    70000 |    10003     4929     98 |  0.000 % |
1.09/1.19	c |      7491 |     700    14000    70000 |    11003     7491     99 |  0.000 % |
1.79/1.85	c |     11336 |     700    14000    70000 |    12104     5718     98 |  0.000 % |
2.69/2.79	c |     17102 |     700    14000    70000 |    13314    11484    101 |  0.000 % |
4.40/4.46	c |     25751 |     700    14000    70000 |    14645    13357    104 |  0.000 % |
7.09/7.17	c |     38726 |     700    14000    70000 |    16110    11427    105 |  0.000 % |
12.19/12.24	c |     58187 |     700    14000    70000 |    17721    14519    106 |  0.000 % |
20.18/20.28	c |     87379 |     700    14000    70000 |    19493    16750    108 |  0.000 % |
33.08/33.12	c |    131170 |     700    14000    70000 |    21443    11180    105 |  0.000 % |
52.48/52.54	c |    196854 |     700    14000    70000 |    23587    11825    103 |  0.000 % |
85.77/85.84	c |    295382 |     700    14000    70000 |    25946    14062    108 |  0.000 % |
143.45/143.57	c |    443172 |     700    14000    70000 |    28540    25682    109 |  0.000 % |
233.13/233.21	c |    664855 |     700    14000    70000 |    31394    24979    112 |  0.000 % |
374.69/374.83	c |    997380 |     700    14000    70000 |    34534    24380    108 |  0.000 % |
604.02/604.21	c |   1496171 |     700    14000    70000 |    37987    28487    105 |  0.000 % |
974.52/974.84	c |   2244353 |     700    14000    70000 |    41786    15281    103 |  0.000 % |

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1512975-1238211343/watcher-1512975-1238211343 -o /tmp/evaluation-result-1512975-1238211343/solver-1512975-1238211343 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=295523778 HOME/instance-1512975-1238211343.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.92 0.98 0.96 3/69 4050
/proc/meminfo: memFree=932888/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=2684 CPUtime=0
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 323 0 0 0 0 0 0 0 18 0 1 0 1093797466 2748416 308 1992294400 4194304 5102648 548682068800 18446744073709551615 4723818 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 671 312 87 221 0 447 0

[startup+0.025496 s]
/proc/loadavg: 0.92 0.98 0.96 3/69 4050
/proc/meminfo: memFree=932888/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=4624 CPUtime=0.02
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 816 0 0 0 2 0 0 0 18 0 1 0 1093797466 4734976 801 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 1156 801 87 221 0 932 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4624

[startup+0.101504 s]
/proc/loadavg: 0.92 0.98 0.96 3/69 4050
/proc/meminfo: memFree=932888/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=5352 CPUtime=0.09
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 976 0 0 0 9 0 0 0 18 0 1 0 1093797466 5480448 961 1992294400 4194304 5102648 548682068800 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 1338 961 98 221 0 1114 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5352

[startup+0.301524 s]
/proc/loadavg: 0.92 0.98 0.96 3/69 4050
/proc/meminfo: memFree=932888/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=4872 CPUtime=0.29
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 991 0 0 0 29 0 0 0 19 0 1 0 1093797466 4988928 911 1992294400 4194304 5102648 548682068800 18446744073709551615 4215149 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 1218 911 113 221 0 994 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4872

[startup+0.701564 s]
/proc/loadavg: 0.92 0.98 0.96 3/69 4050
/proc/meminfo: memFree=932888/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=6060 CPUtime=0.69
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 1263 0 0 0 69 0 0 0 22 0 1 0 1093797466 6205440 1183 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 1515 1183 113 221 0 1291 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6060

[startup+1.50165 s]
/proc/loadavg: 0.92 0.98 0.96 2/70 4051
/proc/meminfo: memFree=927632/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=8516 CPUtime=1.49
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 1897 0 0 0 148 1 0 0 25 0 1 0 1093797466 8720384 1817 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 2129 1817 113 221 0 1905 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8516

[startup+3.10181 s]
/proc/loadavg: 0.92 0.98 0.96 2/70 4051
/proc/meminfo: memFree=925136/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=10544 CPUtime=3.09
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 2382 0 0 0 308 1 0 0 25 0 1 0 1093797466 10797056 2302 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 2636 2302 113 221 0 2412 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10544

[startup+6.30114 s]
/proc/loadavg: 0.93 0.98 0.96 2/70 4051
/proc/meminfo: memFree=922704/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=12128 CPUtime=6.29
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 2770 0 0 0 628 1 0 0 25 0 1 0 1093797466 12419072 2690 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 3032 2690 113 221 0 2808 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12128

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.96 2/70 4051
/proc/meminfo: memFree=921296/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=13580 CPUtime=12.69
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 3152 0 0 0 1268 1 0 0 25 0 1 0 1093797466 13905920 3072 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 3395 3072 113 221 0 3171 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13580

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.96 2/70 4051
/proc/meminfo: memFree=918544/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=15876 CPUtime=25.48
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 3714 0 0 0 2547 1 0 0 25 0 1 0 1093797466 16257024 3634 1992294400 4194304 5102648 548682068800 18446744073709551615 4250292 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 3969 3634 113 221 0 3745 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15876

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.96 2/70 4051
/proc/meminfo: memFree=916048/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=18392 CPUtime=51.08
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 4335 0 0 0 5106 2 0 0 25 0 1 0 1093797466 18833408 4255 1992294400 4194304 5102648 548682068800 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 4598 4255 113 221 0 4374 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 18392

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.96 2/70 4051
/proc/meminfo: memFree=911568/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=22844 CPUtime=102.27
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 5448 0 0 0 10224 3 0 0 25 0 1 0 1093797466 23392256 5368 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 5711 5368 113 221 0 5487 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 22844

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/70 4051
/proc/meminfo: memFree=908880/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=25628 CPUtime=162.25
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 6124 0 0 0 16221 4 0 0 25 0 1 0 1093797466 26243072 6044 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 6407 6044 113 221 0 6183 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 25628

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/70 4051
/proc/meminfo: memFree=907984/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=26704 CPUtime=222.23
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 6335 0 0 0 22219 4 0 0 25 0 1 0 1093797466 27344896 6255 1992294400 4194304 5102648 548682068800 18446744073709551615 4249757 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 6676 6255 113 221 0 6452 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 26704

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/70 4051
/proc/meminfo: memFree=904976/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=29760 CPUtime=282.21
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 7100 0 0 0 28216 5 0 0 25 0 1 0 1093797466 30474240 7020 1992294400 4194304 5102648 548682068800 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 7440 7020 113 221 0 7216 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 29760

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/70 4051
/proc/meminfo: memFree=904272/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=30464 CPUtime=342.2
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 7267 0 0 0 34214 6 0 0 25 0 1 0 1093797466 31195136 7187 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 7616 7187 113 221 0 7392 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 30464

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/70 4051
/proc/meminfo: memFree=902160/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=32508 CPUtime=402.18
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 7793 0 0 0 40212 6 0 0 25 0 1 0 1093797466 33288192 7713 1992294400 4194304 5102648 548682068800 18446744073709551615 4249822 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 8127 7713 113 221 0 7903 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 32508

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/70 4053
/proc/meminfo: memFree=901584/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=33036 CPUtime=462.16
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 7906 0 0 0 46210 6 0 0 25 0 1 0 1093797466 33828864 7826 1992294400 4194304 5102648 548682068800 18446744073709551615 4250292 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 8259 7826 113 221 0 8035 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 33036

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/70 4053
/proc/meminfo: memFree=900688/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=34000 CPUtime=522.14
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 8156 0 0 0 52207 7 0 0 25 0 1 0 1093797466 34816000 8076 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 8500 8076 113 221 0 8276 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 34000

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/70 4053
/proc/meminfo: memFree=900432/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=34316 CPUtime=582.12
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 8215 0 0 0 58205 7 0 0 25 0 1 0 1093797466 35139584 8135 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 8579 8135 113 221 0 8355 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 34316

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/70 4053
/proc/meminfo: memFree=898512/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=36164 CPUtime=642.11
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 8681 0 0 0 64203 8 0 0 25 0 1 0 1093797466 37031936 8601 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 9041 8601 113 221 0 8817 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 36164

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/70 4053
/proc/meminfo: memFree=897424/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=37256 CPUtime=702.09
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 8971 0 0 0 70200 9 0 0 25 0 1 0 1093797466 38150144 8891 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 9314 8891 113 221 0 9090 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 37256

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 0.96 2/70 4053
/proc/meminfo: memFree=896784/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=37988 CPUtime=762.08
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 9117 0 0 0 76199 9 0 0 25 0 1 0 1093797466 38899712 9037 1992294400 4194304 5102648 548682068800 18446744073709551615 4249766 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 9497 9037 113 221 0 9273 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 37988

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/70 4053
/proc/meminfo: memFree=896208/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=38584 CPUtime=822.06
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 9256 0 0 0 82197 9 0 0 25 0 1 0 1093797466 39510016 9176 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 9646 9176 113 221 0 9422 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 38584

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.96 2/70 4053
/proc/meminfo: memFree=895888/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=38856 CPUtime=882.04
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 9335 0 0 0 88195 9 0 0 25 0 1 0 1093797466 39788544 9255 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 9714 9255 113 221 0 9490 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 38856

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.96 2/70 4053
/proc/meminfo: memFree=895248/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=39560 CPUtime=942.02
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 9497 0 0 0 94193 9 0 0 25 0 1 0 1093797466 40509440 9417 1992294400 4194304 5102648 548682068800 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 9890 9417 113 221 0 9666 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 39560

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.96 2/70 4053
/proc/meminfo: memFree=893776/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=41232 CPUtime=1002.01
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 9898 0 0 0 100191 10 0 0 25 0 1 0 1093797466 42221568 9818 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 10308 9818 113 221 0 10084 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 41232

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.96 2/70 4053
/proc/meminfo: memFree=891920/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=43036 CPUtime=1062
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 10312 0 0 0 106189 11 0 0 25 0 1 0 1093797466 44068864 10232 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 10759 10232 113 221 0 10535 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 43036

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.96 2/70 4053
/proc/meminfo: memFree=891664/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=43448 CPUtime=1121.98
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 10422 0 0 0 112187 11 0 0 25 0 1 0 1093797466 44490752 10342 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 10862 10342 113 221 0 10638 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 43448

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.96 2/70 4053
/proc/meminfo: memFree=891536/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=43580 CPUtime=1181.96
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 10456 0 0 0 118185 11 0 0 25 0 1 0 1093797466 44625920 10376 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 10895 10376 113 221 0 10671 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 43580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.96 2/70 4053
/proc/meminfo: memFree=891408/2055920 swapFree=4169124/4192956
[pid=4050] ppid=4048 vsize=43712 CPUtime=1200.06
/proc/4050/stat : 4050 (varsat-crafted_) R 4048 4050 1763 0 -1 4194304 10478 0 0 0 119995 11 0 0 25 0 1 0 1093797466 44761088 10398 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/4050/statm: 10928 10398 113 221 0 10704 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 43712

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.08
CPU user time (s): 1199.95
CPU system time (s): 0.121981
CPU usage (%): 99.9718
Max. virtual memory (cumulated for all children) (KiB): 43712

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

runsolver used 1.11183 second user time and 3.2645 second system time

The end

Launcher Data

Begin job on node44 at 2009-03-28 04:35:43
IDJOB=1512975
IDBENCH=70224
IDSOLVER=537
FILE ID=node44/1512975-1238211343
PBS_JOBID= 9060521
Free space on /tmp= 66400 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/700/unif-k5-r20-v700-c14000-S962875623-008.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1512975-1238211343/watcher-1512975-1238211343 -o /tmp/evaluation-result-1512975-1238211343/solver-1512975-1238211343 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=295523778 HOME/instance-1512975-1238211343.cnf

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

MD5SUM BENCH= dc58d201aad12c2725ed362695aa3edc
RANDOM SEED=295523778

node44.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.241
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.241
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:        933368 kB
Buffers:         99872 kB
Cached:         912960 kB
SwapCached:      13220 kB
Active:         279340 kB
Inactive:       748172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        933368 kB
SwapTotal:     4192956 kB
SwapFree:      4169124 kB
Dirty:            1344 kB
Writeback:           0 kB
Mapped:          18116 kB
Slab:            80388 kB
Committed_AS:  2539880 kB
PageTables:       1796 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= 66396 MiB
End job on node44 at 2009-03-28 04:55:46