Trace number 1513515

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

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/160/
unif-k7-r85-v160-c13600-S91288590-071.cnf
MD5SUMfa1c9f583a9135f82181313be8dfbb29
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.0699
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses13600
Sum of the clauses size95200
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 513600

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  160                                                  |
0.00/0.00	c |  Number of clauses:    13600                                                |
0.00/0.03	c |  Parsing time:         0.02         s                                       |
0.00/0.03	c |  Timeout:              43200 s
0.00/0.03	c |  Random Seed:          271944001.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.39/0.40	c ============================[ Search Statistics ]==============================
0.39/0.40	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.40	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.40	c ===============================================================================
0.39/0.40	c |         0 |     160    13600    95200 |     4533        0    nan |  0.000 % |
0.39/0.45	c |       101 |     160    13600    95200 |     4986      101     48 |  0.004 % |
0.49/0.51	c |       252 |     160    13600    95200 |     5485      252     47 |  0.004 % |
0.49/0.57	c |       477 |     160    13600    95200 |     6033      477     47 |  0.004 % |
0.59/0.64	c |       814 |     160    13600    95200 |     6637      814     47 |  0.004 % |
0.69/0.72	c |      1320 |     160    13600    95200 |     7300     1320     47 |  0.004 % |
0.79/0.82	c |      2079 |     160    13600    95200 |     8031     2079     48 |  0.004 % |
0.89/0.97	c |      3218 |     160    13600    95200 |     8834     3218     48 |  0.004 % |
1.09/1.17	c |      4926 |     160    13600    95200 |     9717     4926     48 |  0.004 % |
1.49/1.53	c |      7489 |     160    13600    95200 |    10689     7489     49 |  0.004 % |
2.10/2.15	c |     11333 |     160    13600    95200 |    11758     5948     48 |  0.004 % |
3.09/3.10	c |     17101 |     160    13600    95200 |    12934    11716     48 |  0.004 % |
4.49/4.51	c |     25750 |     160    13600    95200 |    14227     7357     47 |  0.004 % |
6.59/6.62	c |     38726 |     160    13600    95200 |    15650    13188     49 |  0.004 % |
10.19/10.27	c |     58188 |     160    13600    95200 |    17215     9066     47 |  0.004 % |
16.09/16.19	c |     87380 |     160    13600    95200 |    18936    12325     48 |  0.004 % |
25.58/25.60	c |    131169 |     160    13600    95200 |    20830    18105     48 |  0.004 % |
40.78/40.86	c |    196854 |     160    13600    95200 |    22913    10630     47 |  0.004 % |
65.18/65.21	c |    295381 |     160    13600    95200 |    25204    16781     48 |  0.004 % |
106.26/106.38	c |    443170 |     160    13600    95200 |    27725    19138     48 |  0.004 % |
171.54/171.62	c |    664855 |     160    13600    95200 |    30497    22280     49 |  0.004 % |
274.11/274.21	c |    997381 |     160    13600    95200 |    33547    30366     49 |  0.004 % |
437.67/437.82	c |   1496170 |     160    13600    95200 |    36902    28572     49 |  0.004 % |
706.08/706.34	c |   2244352 |     160    13600    95200 |    40592    34226     49 |  0.004 % |
1127.55/1127.99	c |   3366626 |     160    13600    95200 |    44652    33233     49 |  0.004 % |

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-1513515-1238218562/watcher-1513515-1238218562 -o /tmp/evaluation-result-1513515-1238218562/solver-1513515-1238218562 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=271944001 HOME/instance-1513515-1238218562.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: 1.00 1.00 0.95 3/64 10379
/proc/meminfo: memFree=908384/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=2412 CPUtime=0
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 304 0 0 0 0 0 0 0 18 0 1 0 860447682 2469888 289 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 603 290 87 221 0 379 0

[startup+0.0653279 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 10379
/proc/meminfo: memFree=908384/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=5572 CPUtime=0.05
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 1085 0 0 0 5 0 0 0 18 0 1 0 860447682 5705728 1070 1992294400 4194304 5102648 548682068800 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 1393 1070 98 221 0 1169 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5572

[startup+0.101333 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 10379
/proc/meminfo: memFree=908384/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=5572 CPUtime=0.09
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 1085 0 0 0 9 0 0 0 18 0 1 0 860447682 5705728 1070 1992294400 4194304 5102648 548682068800 18446744073709551615 4272886 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 1393 1070 98 221 0 1169 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5572

[startup+0.301362 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 10379
/proc/meminfo: memFree=908384/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=5644 CPUtime=0.29
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 1112 0 0 0 29 0 0 0 19 0 1 0 860447682 5779456 1097 1992294400 4194304 5102648 548682068800 18446744073709551615 4273068 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 1411 1097 98 221 0 1187 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5644

[startup+0.701421 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 10379
/proc/meminfo: memFree=908384/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=4980 CPUtime=0.69
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 1124 0 0 0 69 0 0 0 22 0 1 0 860447682 5099520 949 1992294400 4194304 5102648 548682068800 18446744073709551615 4249977 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 1245 949 110 221 0 1021 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4980

[startup+1.50154 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 10380
/proc/meminfo: memFree=904728/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=6196 CPUtime=1.49
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 1401 0 0 0 149 0 0 0 25 0 1 0 860447682 6344704 1226 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 1549 1226 110 221 0 1325 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6196

[startup+3.10177 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 10380
/proc/meminfo: memFree=902808/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=7488 CPUtime=3.09
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 1720 0 0 0 308 1 0 0 25 0 1 0 860447682 7667712 1545 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 1872 1545 110 221 0 1648 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7488

[startup+6.30124 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 10380
/proc/meminfo: memFree=901784/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=8332 CPUtime=6.29
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 1953 0 0 0 628 1 0 0 25 0 1 0 860447682 8531968 1778 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 2083 1778 110 221 0 1859 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8332

[startup+12.7022 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 10380
/proc/meminfo: memFree=900056/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=9712 CPUtime=12.69
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 2279 0 0 0 1267 2 0 0 25 0 1 0 860447682 9945088 2104 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 2428 2104 110 221 0 2204 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9712

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 10380
/proc/meminfo: memFree=898776/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=11012 CPUtime=25.48
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 2596 0 0 0 2546 2 0 0 25 0 1 0 860447682 11276288 2421 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 2753 2421 110 221 0 2529 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11012

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 10380
/proc/meminfo: memFree=896728/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=13180 CPUtime=51.07
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 3097 0 0 0 5105 2 0 0 25 0 1 0 860447682 13496320 2922 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 3295 2922 110 221 0 3071 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 13180

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 10380
/proc/meminfo: memFree=894808/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=15340 CPUtime=102.27
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 3582 0 0 0 10224 3 0 0 25 0 1 0 860447682 15708160 3407 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 3835 3407 110 221 0 3611 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 15340

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 10380
/proc/meminfo: memFree=893208/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=17044 CPUtime=162.24
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 3967 0 0 0 16221 3 0 0 25 0 1 0 860447682 17453056 3792 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 4261 3792 110 221 0 4037 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 17044

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 10380
/proc/meminfo: memFree=891480/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=18792 CPUtime=222.23
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 4392 0 0 0 22219 4 0 0 25 0 1 0 860447682 19243008 4217 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 4698 4217 110 221 0 4474 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 18792

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 10380
/proc/meminfo: memFree=890392/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=19984 CPUtime=282.21
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 4659 0 0 0 28217 4 0 0 25 0 1 0 860447682 20463616 4484 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 4996 4484 110 221 0 4772 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 19984

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 10380
/proc/meminfo: memFree=889368/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=21024 CPUtime=342.19
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 4899 0 0 0 34215 4 0 0 25 0 1 0 860447682 21528576 4724 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 5256 4724 110 221 0 5032 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 21024

[startup+402.301 s]
/proc/loadavg: 1.04 1.01 0.96 2/65 10380
/proc/meminfo: memFree=888856/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=21516 CPUtime=402.17
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 5023 0 0 0 40212 5 0 0 25 0 1 0 860447682 22032384 4848 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 5379 4848 110 221 0 5155 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 21516

[startup+462.302 s]
/proc/loadavg: 1.01 1.01 0.96 2/65 10382
/proc/meminfo: memFree=887320/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=23100 CPUtime=462.16
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 5399 0 0 0 46211 5 0 0 25 0 1 0 860447682 23654400 5224 1992294400 4194304 5102648 548682068800 18446744073709551615 4249757 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 5775 5224 110 221 0 5551 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 23100

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10382
/proc/meminfo: memFree=886744/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=23952 CPUtime=522.14
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 5557 0 0 0 52209 5 0 0 25 0 1 0 860447682 24526848 5382 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 5988 5382 110 221 0 5764 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 23952

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10382
/proc/meminfo: memFree=886104/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=24504 CPUtime=582.12
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 5710 0 0 0 58207 5 0 0 25 0 1 0 860447682 25092096 5535 1992294400 4194304 5102648 548682068800 18446744073709551615 4255524 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 6126 5535 110 221 0 5902 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 24504

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10382
/proc/meminfo: memFree=885720/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=24980 CPUtime=642.1
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 5814 0 0 0 64205 5 0 0 25 0 1 0 860447682 25579520 5639 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 6245 5639 110 221 0 6021 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 24980

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10382
/proc/meminfo: memFree=885528/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=25120 CPUtime=702.08
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 5853 0 0 0 70203 5 0 0 25 0 1 0 860447682 25722880 5678 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 6280 5678 110 221 0 6056 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 25120

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10382
/proc/meminfo: memFree=884248/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=26588 CPUtime=762.06
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 6164 0 0 0 76201 5 0 0 25 0 1 0 860447682 27226112 5989 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 6647 5989 110 221 0 6423 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 26588

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10382
/proc/meminfo: memFree=883416/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=27456 CPUtime=822.05
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 6367 0 0 0 82199 6 0 0 25 0 1 0 860447682 28114944 6192 1992294400 4194304 5102648 548682068800 18446744073709551615 4249890 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 6864 6192 110 221 0 6640 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 27456

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10382
/proc/meminfo: memFree=883224/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=27744 CPUtime=882.03
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 6431 0 0 0 88197 6 0 0 25 0 1 0 860447682 28409856 6256 1992294400 4194304 5102648 548682068800 18446744073709551615 4249878 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 6936 6256 110 221 0 6712 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 27744

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10382
/proc/meminfo: memFree=882904/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=28028 CPUtime=942.01
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 6502 0 0 0 94195 6 0 0 25 0 1 0 860447682 28700672 6327 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 7007 6327 110 221 0 6783 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 28028

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10382
/proc/meminfo: memFree=882712/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=28312 CPUtime=1001.99
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 6556 0 0 0 100193 6 0 0 25 0 1 0 860447682 28991488 6381 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 7078 6381 110 221 0 6854 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 28312

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10382
/proc/meminfo: memFree=882520/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=28452 CPUtime=1061.97
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 6584 0 0 0 106191 6 0 0 25 0 1 0 860447682 29134848 6409 1992294400 4194304 5102648 548682068800 18446744073709551615 4249888 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 7113 6409 110 221 0 6889 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 28452

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10382
/proc/meminfo: memFree=882456/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=28596 CPUtime=1121.95
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 6617 0 0 0 112189 6 0 0 25 0 1 0 860447682 29282304 6442 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 7149 6442 110 221 0 6925 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 28596

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10382
/proc/meminfo: memFree=881112/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=30076 CPUtime=1181.94
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 6939 0 0 0 118187 7 0 0 25 0 1 0 860447682 30797824 6764 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 7519 6764 110 221 0 7295 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 30076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 10382
/proc/meminfo: memFree=880856/2055920 swapFree=4178260/4192956
[pid=10379] ppid=10377 vsize=30396 CPUtime=1200.04
/proc/10379/stat : 10379 (varsat-crafted_) R 10377 10379 9524 0 -1 4194304 7001 0 0 0 119997 7 0 0 25 0 1 0 860447682 31125504 6826 1992294400 4194304 5102648 548682068800 18446744073709551615 4249795 0 0 4096 3 0 0 0 17 1 0 0
/proc/10379/statm: 7599 6826 110 221 0 7375 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 30396

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.05
CPU user time (s): 1199.97
CPU system time (s): 0.078987
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 30396

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

runsolver used 0.963853 second user time and 2.44963 second system time

The end

Launcher Data

Begin job on node39 at 2009-03-28 06:36:02
IDJOB=1513515
IDBENCH=70269
IDSOLVER=537
FILE ID=node39/1513515-1238218562
PBS_JOBID= 9060525
Free space on /tmp= 66228 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/160/unif-k7-r85-v160-c13600-S91288590-071.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1513515-1238218562/watcher-1513515-1238218562 -o /tmp/evaluation-result-1513515-1238218562/solver-1513515-1238218562 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=271944001 HOME/instance-1513515-1238218562.cnf

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

MD5SUM BENCH= fa1c9f583a9135f82181313be8dfbb29
RANDOM SEED=271944001

node39.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.285
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.285
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:        908800 kB
Buffers:         81572 kB
Cached:         970448 kB
SwapCached:       8168 kB
Active:          99932 kB
Inactive:       962072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        908800 kB
SwapTotal:     4192956 kB
SwapFree:      4178260 kB
Dirty:            1404 kB
Writeback:           0 kB
Mapped:          16696 kB
Slab:            71388 kB
Committed_AS:  2184440 kB
PageTables:       1188 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= 66228 MiB
End job on node39 at 2009-03-28 06:56:04