Trace number 1515255

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.51

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/SATISFIABLE/110/
unif-k5-r21.3-v110-c2343-S398733532-072.cnf
MD5SUMd9f4caf675a8f6d697dc5efdb9aa8c41
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015996
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of clauses2343
Sum of the clauses size11715
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 52343
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:  110                                                  |
0.00/0.00	c |  Number of clauses:    2343                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c |  Timeout:              43200 s
0.00/0.00	c |  Random Seed:          1915836672.000000
0.00/0.00	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.00/0.00	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.00	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.00	c |                                                                             |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     110     2343    11715 |      781        0    nan |  0.000 % |
0.00/0.01	c |       100 |     110     2343    11715 |      859      100     25 |  0.008 % |
0.00/0.02	c |       253 |     110     2343    11715 |      945      253     25 |  0.008 % |
0.00/0.03	c |       478 |     110     2343    11715 |     1039      478     24 |  0.008 % |
0.03/0.05	c |       817 |     110     2343    11715 |     1143      817     24 |  0.008 % |
0.03/0.07	c |      1324 |     110     2343    11715 |     1257      736     22 |  0.008 % |
0.03/0.10	c |      2086 |     110     2343    11715 |     1383      857     22 |  0.008 % |
0.09/0.14	c |      3225 |     110     2343    11715 |     1521     1287     23 |  0.008 % |
0.19/0.20	c |      4934 |     110     2343    11715 |     1674     1446     23 |  0.008 % |
0.19/0.29	c |      7498 |     110     2343    11715 |     1841     1454     23 |  0.008 % |
0.39/0.43	c |     11342 |     110     2343    11715 |     2025     1566     22 |  0.008 % |
0.59/0.66	c |     17108 |     110     2343    11715 |     2228     1158     22 |  0.008 % |
0.89/0.99	c |     25757 |     110     2343    11715 |     2451     1899     23 |  0.008 % |
1.49/1.53	c |     38732 |     110     2343    11715 |     2696     2459     23 |  0.008 % |
2.29/2.35	c |     58193 |     110     2343    11715 |     2965     1441     21 |  0.008 % |
3.49/3.60	c |     87386 |     110     2343    11715 |     3262     2164     22 |  0.008 % |
5.49/5.56	c |    131175 |     110     2343    11715 |     3588     3142     22 |  0.008 % |
8.59/8.63	c |    196861 |     110     2343    11715 |     3947     3606     23 |  0.008 % |
13.39/13.47	c |    295387 |     110     2343    11715 |     4342     2684     22 |  0.008 % |
20.79/20.88	c |    443177 |     110     2343    11715 |     4776     4003     23 |  0.008 % |
32.68/32.74	c |    664861 |     110     2343    11715 |     5254     4540     22 |  0.008 % |
51.07/51.14	c |    997386 |     110     2343    11715 |     5779     4142     23 |  0.008 % |
79.66/79.70	c |   1496175 |     110     2343    11715 |     6357     3288     21 |  0.008 % |
124.74/124.83	c |   2244358 |     110     2343    11715 |     6993     4041     22 |  0.008 % |
195.73/195.83	c |   3366632 |     110     2343    11715 |     7692     5918     23 |  0.008 % |
307.37/307.54	c |   5050043 |     110     2343    11715 |     8461     5996     23 |  0.008 % |
483.10/483.33	c |   7575159 |     110     2343    11715 |     9308     5297     22 |  0.008 % |
766.41/766.73	c |  11362835 |     110     2343    11715 |    10238     6707     22 |  0.008 % |

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-1515255-1238252252/watcher-1515255-1238252252 -o /tmp/evaluation-result-1515255-1238252252/solver-1515255-1238252252 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1915836672 HOME/instance-1515255-1238252252.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.91 0.95 0.98 3/64 9994
/proc/meminfo: memFree=1484968/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=2552 CPUtime=0
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 253 0 0 0 0 0 0 0 18 0 1 0 1097886192 2613248 238 1992294400 4194304 5102648 548682068800 18446744073709551615 4227002 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 638 238 87 221 0 414 0

[startup+0.0397571 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 9994
/proc/meminfo: memFree=1484968/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=2660 CPUtime=0.03
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 289 0 0 0 3 0 0 0 18 0 1 0 1097886192 2723840 274 1992294400 4194304 5102648 548682068800 18446744073709551615 4214195 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 665 274 110 221 0 441 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2660

[startup+0.10177 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 9994
/proc/meminfo: memFree=1484968/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=2660 CPUtime=0.09
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 293 0 0 0 9 0 0 0 18 0 1 0 1097886192 2723840 278 1992294400 4194304 5102648 548682068800 18446744073709551615 4213932 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 665 278 110 221 0 441 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2660

[startup+0.301813 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 9994
/proc/meminfo: memFree=1484968/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=2792 CPUtime=0.29
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 335 0 0 0 29 0 0 0 19 0 1 0 1097886192 2859008 320 1992294400 4194304 5102648 548682068800 18446744073709551615 4249907 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 698 320 110 221 0 474 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2792

[startup+0.701898 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 9994
/proc/meminfo: memFree=1484968/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=3056 CPUtime=0.69
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 377 0 0 0 69 0 0 0 22 0 1 0 1097886192 3129344 362 1992294400 4194304 5102648 548682068800 18446744073709551615 4492101 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 764 362 110 221 0 540 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3056

[startup+1.50107 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 9995
/proc/meminfo: memFree=1483808/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=3188 CPUtime=1.49
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 426 0 0 0 149 0 0 0 25 0 1 0 1097886192 3264512 411 1992294400 4194304 5102648 548682068800 18446744073709551615 4249769 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 797 411 110 221 0 573 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3188

[startup+3.10141 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 9995
/proc/meminfo: memFree=1483488/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=3452 CPUtime=3.09
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 493 0 0 0 309 0 0 0 25 0 1 0 1097886192 3534848 478 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 863 478 110 221 0 639 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3452

[startup+6.30111 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 9995
/proc/meminfo: memFree=1483104/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=3856 CPUtime=6.29
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 577 0 0 0 629 0 0 0 25 0 1 0 1097886192 3948544 562 1992294400 4194304 5102648 548682068800 18446744073709551615 4254657 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 964 562 110 221 0 740 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3856

[startup+12.7015 s]
/proc/loadavg: 0.93 0.96 0.98 2/65 9995
/proc/meminfo: memFree=1482592/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=4120 CPUtime=12.69
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 658 0 0 0 1269 0 0 0 25 0 1 0 1097886192 4218880 643 1992294400 4194304 5102648 548682068800 18446744073709551615 4249972 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 1030 643 110 221 0 806 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4120

[startup+25.5012 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 9995
/proc/meminfo: memFree=1482016/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=4676 CPUtime=25.48
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 792 0 0 0 2548 0 0 0 25 0 1 0 1097886192 4788224 777 1992294400 4194304 5102648 548682068800 18446744073709551615 4254226 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 1169 777 110 221 0 945 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4676

[startup+51.1018 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 9995
/proc/meminfo: memFree=1481504/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=5228 CPUtime=51.07
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 921 0 0 0 5107 0 0 0 25 0 1 0 1097886192 5353472 906 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 1307 906 110 221 0 1083 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 5228

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 9995
/proc/meminfo: memFree=1480800/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=5916 CPUtime=102.25
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 1089 0 0 0 10225 0 0 0 25 0 1 0 1097886192 6057984 1074 1992294400 4194304 5102648 548682068800 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 1479 1074 110 221 0 1255 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 5916

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 9995
/proc/meminfo: memFree=1480288/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=6352 CPUtime=162.23
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 1201 0 0 0 16222 1 0 0 25 0 1 0 1097886192 6504448 1186 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 1588 1186 110 221 0 1364 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 6352

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 10001
/proc/meminfo: memFree=1479712/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=6928 CPUtime=222.21
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 1315 0 0 0 22220 1 0 0 25 0 1 0 1097886192 7094272 1300 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 1732 1300 110 221 0 1508 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 6928

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 10001
/proc/meminfo: memFree=1479520/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=7068 CPUtime=282.18
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 1370 0 0 0 28217 1 0 0 25 0 1 0 1097886192 7237632 1355 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 1767 1355 110 221 0 1543 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 7068

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 10001
/proc/meminfo: memFree=1479264/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=7372 CPUtime=342.16
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 1441 0 0 0 34215 1 0 0 25 0 1 0 1097886192 7548928 1426 1992294400 4194304 5102648 548682068800 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 1843 1426 110 221 0 1619 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 7372

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 10001
/proc/meminfo: memFree=1479072/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=7668 CPUtime=402.13
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 1492 0 0 0 40212 1 0 0 25 0 1 0 1097886192 7852032 1477 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 1917 1477 110 221 0 1693 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 7668

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 10001
/proc/meminfo: memFree=1478944/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=7668 CPUtime=462.11
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 1512 0 0 0 46210 1 0 0 25 0 1 0 1097886192 7852032 1497 1992294400 4194304 5102648 548682068800 18446744073709551615 4249769 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 1917 1497 110 221 0 1693 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 7668

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 10001
/proc/meminfo: memFree=1478752/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=7836 CPUtime=522.1
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 1542 0 0 0 52208 2 0 0 25 0 1 0 1097886192 8024064 1527 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 1959 1527 110 221 0 1735 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 7836

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 10001
/proc/meminfo: memFree=1478496/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=8004 CPUtime=582.07
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 1604 0 0 0 58205 2 0 0 25 0 1 0 1097886192 8196096 1589 1992294400 4194304 5102648 548682068800 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 2001 1589 110 221 0 1777 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 8004

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 10001
/proc/meminfo: memFree=1478368/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=8176 CPUtime=642.05
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 1630 0 0 0 64203 2 0 0 25 0 1 0 1097886192 8372224 1615 1992294400 4194304 5102648 548682068800 18446744073709551615 4225411 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 2044 1615 110 221 0 1820 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 8176

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 10001
/proc/meminfo: memFree=1478176/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=8512 CPUtime=702.03
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 1683 0 0 0 70201 2 0 0 25 0 1 0 1097886192 8716288 1668 1992294400 4194304 5102648 548682068800 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 2128 1668 110 221 0 1904 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 8512

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 10001
/proc/meminfo: memFree=1477984/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=8680 CPUtime=762.01
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 1719 0 0 0 76199 2 0 0 25 0 1 0 1097886192 8888320 1704 1992294400 4194304 5102648 548682068800 18446744073709551615 4255301 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 2170 1704 110 221 0 1946 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 8680

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 10001
/proc/meminfo: memFree=1477600/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=9016 CPUtime=821.98
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 1811 0 0 0 82196 2 0 0 25 0 1 0 1097886192 9232384 1796 1992294400 4194304 5102648 548682068800 18446744073709551615 4249769 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 2254 1796 110 221 0 2030 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 9016

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 10001
/proc/meminfo: memFree=1477344/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=9356 CPUtime=881.96
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 1869 0 0 0 88194 2 0 0 25 0 1 0 1097886192 9580544 1854 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 2339 1854 110 221 0 2115 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 9356

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 10001
/proc/meminfo: memFree=1477280/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=9356 CPUtime=941.93
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 1889 0 0 0 94191 2 0 0 25 0 1 0 1097886192 9580544 1874 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 2339 1874 110 221 0 2115 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 9356

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 10001
/proc/meminfo: memFree=1477088/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=9524 CPUtime=1001.92
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 1929 0 0 0 100189 3 0 0 25 0 1 0 1097886192 9752576 1914 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 2381 1914 110 221 0 2157 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 9524

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 10001
/proc/meminfo: memFree=1476960/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=9692 CPUtime=1061.9
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 1950 0 0 0 106187 3 0 0 25 0 1 0 1097886192 9924608 1935 1992294400 4194304 5102648 548682068800 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 2423 1935 110 221 0 2199 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 9692

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 10001
/proc/meminfo: memFree=1476896/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=9692 CPUtime=1121.88
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 1970 0 0 0 112185 3 0 0 25 0 1 0 1097886192 9924608 1955 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 2423 1955 110 221 0 2199 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 9692

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 10001
/proc/meminfo: memFree=1476768/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=9860 CPUtime=1181.85
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 1998 0 0 0 118182 3 0 0 25 0 1 0 1097886192 10096640 1983 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 2465 1983 110 221 0 2241 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 9860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 10001
/proc/meminfo: memFree=1476704/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=9860 CPUtime=1200.05
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 2006 0 0 0 120002 3 0 0 25 0 1 0 1097886192 10096640 1991 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 2465 1991 110 221 0 2241 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 9860

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 10001
/proc/meminfo: memFree=1476704/2055920 swapFree=4177912/4192956
[pid=9994] ppid=9992 vsize=9860 CPUtime=1200.05
/proc/9994/stat : 9994 (varsat-crafted_) R 9992 9994 9957 0 -1 4194304 2006 0 0 0 120002 3 0 0 25 0 1 0 1097886192 10096640 1991 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/9994/statm: 2465 1991 110 221 0 2241 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 9860

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.06
CPU user time (s): 1200.02
CPU system time (s): 0.035994
CPU usage (%): 99.9627
Max. virtual memory (cumulated for all children) (KiB): 9860

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

runsolver used 0.85287 second user time and 2.49762 second system time

The end

Launcher Data

Begin job on node71 at 2009-03-28 15:57:32
IDJOB=1515255
IDBENCH=70414
IDSOLVER=537
FILE ID=node71/1515255-1238252252
PBS_JOBID= 9060767
Free space on /tmp= 66352 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/SATISFIABLE/110/unif-k5-r21.3-v110-c2343-S398733532-072.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1515255-1238252252/watcher-1515255-1238252252 -o /tmp/evaluation-result-1515255-1238252252/solver-1515255-1238252252 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1915836672 HOME/instance-1515255-1238252252.cnf

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

MD5SUM BENCH= d9f4caf675a8f6d697dc5efdb9aa8c41
RANDOM SEED=1915836672

node71.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.270
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.270
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:       1485448 kB
Buffers:         61956 kB
Cached:         424600 kB
SwapCached:       9096 kB
Active:         125296 kB
Inactive:       371880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1485448 kB
SwapTotal:     4192956 kB
SwapFree:      4177912 kB
Dirty:            1268 kB
Writeback:           0 kB
Mapped:          16308 kB
Slab:            59260 kB
Committed_AS:  2415096 kB
PageTables:       1444 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= 66352 MiB
End job on node71 at 2009-03-28 16:17:35