Trace number 1514907

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.1 1200.51

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/90/
unif-k5-r21.3-v90-c1917-S122462268-047.cnf
MD5SUM5d0778d9bbd17c145825bd8d03b4a06d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark172.314
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
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 51917
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:  90                                                   |
0.00/0.00	c |  Number of clauses:    1917                                                 |
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:          1341705911.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 |      90     1917     9585 |      639        0    nan |  0.000 % |
0.00/0.01	c |       100 |      90     1917     9585 |      702      100     21 |  0.012 % |
0.00/0.02	c |       250 |      90     1917     9585 |      773      250     20 |  0.012 % |
0.00/0.03	c |       477 |      90     1917     9585 |      850      477     20 |  0.012 % |
0.00/0.04	c |       814 |      90     1917     9585 |      935      814     20 |  0.012 % |
0.00/0.06	c |      1321 |      90     1917     9585 |     1029      839     20 |  0.012 % |
0.00/0.08	c |      2080 |      90     1917     9585 |     1132      548     18 |  0.012 % |
0.10/0.12	c |      3220 |      90     1917     9585 |     1245     1109     19 |  0.012 % |
0.10/0.17	c |      4930 |      90     1917     9585 |     1369      920     18 |  0.012 % |
0.19/0.25	c |      7493 |      90     1917     9585 |     1506      710     17 |  0.012 % |
0.29/0.38	c |     11338 |      90     1917     9585 |     1657     1498     17 |  0.012 % |
0.49/0.58	c |     17104 |      90     1917     9585 |     1823     1397     18 |  0.012 % |
0.79/0.87	c |     25753 |      90     1917     9585 |     2005     1738     18 |  0.012 % |
1.29/1.33	c |     38727 |      90     1917     9585 |     2206     1507     18 |  0.012 % |
1.99/2.03	c |     58190 |      90     1917     9585 |     2426     2031     18 |  0.012 % |
3.09/3.10	c |     87384 |      90     1917     9585 |     2669     1809     18 |  0.012 % |
4.69/4.78	c |    131175 |      90     1917     9585 |     2936     2531     18 |  0.012 % |
7.29/7.38	c |    196859 |      90     1917     9585 |     3229     1561     17 |  0.012 % |
11.29/11.40	c |    295385 |      90     1917     9585 |     3552     2513     17 |  0.012 % |
17.59/17.68	c |    443176 |      90     1917     9585 |     3908     1926     17 |  0.012 % |
27.38/27.45	c |    664859 |      90     1917     9585 |     4298     3426     18 |  0.012 % |
42.67/42.70	c |    997384 |      90     1917     9585 |     4728     3159     18 |  0.012 % |
66.26/66.37	c |   1496173 |      90     1917     9585 |     5201     3080     19 |  0.012 % |
103.76/103.85	c |   2244355 |      90     1917     9585 |     5721     4209     18 |  0.012 % |
162.64/162.74	c |   3366632 |      90     1917     9585 |     6293     3654     19 |  0.012 % |
255.21/255.37	c |   5050044 |      90     1917     9585 |     6923     4085     18 |  0.012 % |
400.86/401.01	c |   7575160 |      90     1917     9585 |     7615     4867     17 |  0.012 % |
631.18/631.44	c |  11362835 |      90     1917     9585 |     8377     5488     18 |  0.012 % |
992.26/992.64	c |  17044347 |      90     1917     9585 |     9215     5893     18 |  0.013 % |

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-1514907-1238246353/watcher-1514907-1238246353 -o /tmp/evaluation-result-1514907-1238246353/solver-1514907-1238246353 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1341705911 HOME/instance-1514907-1238246353.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.97 0.98 3/64 12434
/proc/meminfo: memFree=833920/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=2544 CPUtime=0
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 241 0 0 0 0 0 0 0 18 0 1 0 1097301064 2605056 226 1992294400 4194304 5102648 548682068800 18446744073709551615 4272272 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 636 226 98 221 0 412 0

[startup+0.104716 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 12434
/proc/meminfo: memFree=833920/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=2544 CPUtime=0.1
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 271 0 0 0 10 0 0 0 18 0 1 0 1097301064 2605056 256 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 636 256 109 221 0 412 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2544

[startup+0.201734 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 12434
/proc/meminfo: memFree=833920/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=2676 CPUtime=0.19
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 286 0 0 0 19 0 0 0 18 0 1 0 1097301064 2740224 271 1992294400 4194304 5102648 548682068800 18446744073709551615 4249033 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 669 271 109 221 0 445 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 2676

[startup+0.301753 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 12434
/proc/meminfo: memFree=833920/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=2676 CPUtime=0.29
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 299 0 0 0 29 0 0 0 19 0 1 0 1097301064 2740224 284 1992294400 4194304 5102648 548682068800 18446744073709551615 4249865 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 669 284 109 221 0 445 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2676

[startup+0.701828 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 12434
/proc/meminfo: memFree=833920/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=2816 CPUtime=0.69
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 335 0 0 0 69 0 0 0 23 0 1 0 1097301064 2883584 320 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 704 320 109 221 0 480 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2816

[startup+1.50198 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=832952/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=2948 CPUtime=1.49
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 377 0 0 0 149 0 0 0 25 0 1 0 1097301064 3018752 362 1992294400 4194304 5102648 548682068800 18446744073709551615 4249977 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 737 362 109 221 0 513 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2948

[startup+3.10128 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=832696/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=3216 CPUtime=3.09
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 415 0 0 0 309 0 0 0 25 0 1 0 1097301064 3293184 400 1992294400 4194304 5102648 548682068800 18446744073709551615 4249888 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 804 400 109 221 0 580 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3216

[startup+6.30188 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=832376/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=3480 CPUtime=6.29
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 488 0 0 0 629 0 0 0 25 0 1 0 1097301064 3563520 473 1992294400 4194304 5102648 548682068800 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 870 473 109 221 0 646 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3480

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=831928/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=3748 CPUtime=12.69
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 571 0 0 0 1269 0 0 0 25 0 1 0 1097301064 3837952 556 1992294400 4194304 5102648 548682068800 18446744073709551615 4262460 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 937 556 109 221 0 713 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3748

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=831608/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=4164 CPUtime=25.48
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 649 0 0 0 2548 0 0 0 25 0 1 0 1097301064 4263936 634 1992294400 4194304 5102648 548682068800 18446744073709551615 4262653 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 1041 634 109 221 0 817 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4164

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=831160/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=4572 CPUtime=51.07
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 758 0 0 0 5107 0 0 0 25 0 1 0 1097301064 4681728 743 1992294400 4194304 5102648 548682068800 18446744073709551615 4248976 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 1143 743 109 221 0 919 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 4572

[startup+102.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=830584/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=5124 CPUtime=102.26
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 883 0 0 0 10225 1 0 0 25 0 1 0 1097301064 5246976 868 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 1281 868 109 221 0 1057 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 5124

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=830136/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=5532 CPUtime=162.24
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 987 0 0 0 16223 1 0 0 25 0 1 0 1097301064 5664768 972 1992294400 4194304 5102648 548682068800 18446744073709551615 4249822 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 1383 972 109 221 0 1159 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 5532

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=829560/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=6096 CPUtime=222.22
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 1119 0 0 0 22221 1 0 0 25 0 1 0 1097301064 6242304 1104 1992294400 4194304 5102648 548682068800 18446744073709551615 4250292 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 1524 1104 109 221 0 1300 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 6096

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=829368/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=6236 CPUtime=282.2
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 1169 0 0 0 28219 1 0 0 25 0 1 0 1097301064 6385664 1154 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 1559 1154 109 221 0 1335 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 6236

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=829176/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=6516 CPUtime=342.17
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 1212 0 0 0 34216 1 0 0 25 0 1 0 1097301064 6672384 1197 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 1629 1197 109 221 0 1405 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 6516

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=829048/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=6516 CPUtime=402.16
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 1234 0 0 0 40214 2 0 0 25 0 1 0 1097301064 6672384 1219 1992294400 4194304 5102648 548682068800 18446744073709551615 4249769 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 1629 1219 109 221 0 1405 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 6516

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=828856/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=6684 CPUtime=462.13
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 1274 0 0 0 46211 2 0 0 25 0 1 0 1097301064 6844416 1259 1992294400 4194304 5102648 548682068800 18446744073709551615 4249776 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 1671 1259 109 221 0 1447 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 6684

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=828728/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=6840 CPUtime=522.11
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 1297 0 0 0 52209 2 0 0 25 0 1 0 1097301064 7004160 1282 1992294400 4194304 5102648 548682068800 18446744073709551615 4249983 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 1710 1282 109 221 0 1486 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 6840

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=828600/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=6840 CPUtime=582.09
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 1320 0 0 0 58207 2 0 0 25 0 1 0 1097301064 7004160 1305 1992294400 4194304 5102648 548682068800 18446744073709551615 4249888 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 1710 1305 109 221 0 1486 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 6840

[startup+642.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=828472/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=7032 CPUtime=642.08
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 1358 0 0 0 64205 3 0 0 25 0 1 0 1097301064 7200768 1343 1992294400 4194304 5102648 548682068800 18446744073709551615 4249883 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 1758 1343 109 221 0 1534 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 7032

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=828280/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=7200 CPUtime=702.05
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 1408 0 0 0 70202 3 0 0 25 0 1 0 1097301064 7372800 1393 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 1800 1393 109 221 0 1576 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 7200

[startup+762.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=828152/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=7372 CPUtime=762.03
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 1441 0 0 0 76200 3 0 0 25 0 1 0 1097301064 7548928 1426 1992294400 4194304 5102648 548682068800 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 1843 1426 109 221 0 1619 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 7372

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=828024/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=7540 CPUtime=822.01
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 1459 0 0 0 82198 3 0 0 25 0 1 0 1097301064 7720960 1444 1992294400 4194304 5102648 548682068800 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 1885 1444 109 221 0 1661 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 7540

[startup+882.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=827832/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=7708 CPUtime=881.99
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 1504 0 0 0 88196 3 0 0 25 0 1 0 1097301064 7892992 1489 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 1927 1489 109 221 0 1703 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 7708

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=827832/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=7708 CPUtime=941.97
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 1514 0 0 0 94193 4 0 0 25 0 1 0 1097301064 7892992 1499 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 1927 1499 109 221 0 1703 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 7708

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=827640/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=7876 CPUtime=1001.95
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 1553 0 0 0 100191 4 0 0 25 0 1 0 1097301064 8065024 1538 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 1969 1538 109 221 0 1745 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 7876

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=827512/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=8044 CPUtime=1061.93
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 1582 0 0 0 106189 4 0 0 25 0 1 0 1097301064 8237056 1567 1992294400 4194304 5102648 548682068800 18446744073709551615 4249883 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 2011 1567 109 221 0 1787 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 8044

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=827448/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=8212 CPUtime=1121.91
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 1605 0 0 0 112187 4 0 0 25 0 1 0 1097301064 8409088 1590 1992294400 4194304 5102648 548682068800 18446744073709551615 4225422 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 2053 1590 109 221 0 1829 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 8212

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=827384/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=8212 CPUtime=1181.89
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 1606 0 0 0 118185 4 0 0 25 0 1 0 1097301064 8409088 1591 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 2053 1591 109 221 0 1829 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 8212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 12435
/proc/meminfo: memFree=827384/2055920 swapFree=4178280/4192956
[pid=12434] ppid=12432 vsize=8212 CPUtime=1200.08
/proc/12434/stat : 12434 (varsat-crafted_) R 12432 12434 12133 0 -1 4194304 1606 0 0 0 120004 4 0 0 25 0 1 0 1097301064 8409088 1591 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/12434/statm: 2053 1591 109 221 0 1829 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 8212

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.51
CPU time (s): 1200.1
CPU user time (s): 1200.05
CPU system time (s): 0.048992
CPU usage (%): 99.966
Max. virtual memory (cumulated for all children) (KiB): 8212

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

runsolver used 0.803877 second user time and 2.52961 second system time

The end

Launcher Data

Begin job on node21 at 2009-03-28 14:19:13
IDJOB=1514907
IDBENCH=70385
IDSOLVER=537
FILE ID=node21/1514907-1238246353
PBS_JOBID= 9060709
Free space on /tmp= 66424 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/90/unif-k5-r21.3-v90-c1917-S122462268-047.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1514907-1238246353/watcher-1514907-1238246353 -o /tmp/evaluation-result-1514907-1238246353/solver-1514907-1238246353 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1341705911 HOME/instance-1514907-1238246353.cnf

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

MD5SUM BENCH= 5d0778d9bbd17c145825bd8d03b4a06d
RANDOM SEED=1341705911

node21.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.259
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.259
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:        834336 kB
Buffers:         94104 kB
Cached:        1030612 kB
SwapCached:       8436 kB
Active:         190012 kB
Inactive:       944760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        834336 kB
SwapTotal:     4192956 kB
SwapFree:      4178280 kB
Dirty:            1052 kB
Writeback:           0 kB
Mapped:          15084 kB
Slab:            72784 kB
Committed_AS:  2915852 kB
PageTables:       1380 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= 66424 MiB
End job on node21 at 2009-03-28 14:39:15