Trace number 1730516

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

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
counting-harder-php-018-017.sat05-1189.reshuffled-07.cnf
MD5SUM51a1a3a012cf07e3662164064eca4702
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark179.938
Satisfiable
(Un)Satisfiability was proved
Number of variables306
Number of clauses2619
Sum of the clauses size5508
Maximum clause length17
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22601
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  306                                                  |
0.00/0.00	c |  Number of clauses:    2619                                                 |
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:          1066635199.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 |     288     2601     9792 |      867        0    nan |  0.000 % |
0.00/0.02	c |       100 |     288     2601     9792 |      953      100     69 |  0.001 % |
0.02/0.03	c |       250 |     288     2601     9792 |     1049      250     78 |  0.001 % |
0.02/0.04	c |       477 |     288     2601     9792 |     1153      477     86 |  0.001 % |
0.02/0.06	c |       816 |     288     2601     9792 |     1269      816     88 |  0.001 % |
0.02/0.09	c |      1322 |     288     2601     9792 |     1396     1322     90 |  0.001 % |
0.09/0.14	c |      2082 |     288     2601     9792 |     1535     1264     88 |  0.001 % |
0.19/0.23	c |      3222 |     288     2601     9792 |     1689     1525     95 |  0.001 % |
0.29/0.37	c |      4930 |     288     2601     9792 |     1858     1342     98 |  0.001 % |
0.49/0.57	c |      7495 |     288     2601     9792 |     2044     1836    104 |  0.001 % |
0.99/1.02	c |     11343 |     288     2601     9792 |     2248     1203    109 |  0.001 % |
1.59/1.68	c |     17109 |     288     2601     9792 |     2473     2072    114 |  0.001 % |
2.69/2.75	c |     25760 |     288     2601     9792 |     2721     2677    118 |  0.001 % |
4.59/4.63	c |     38734 |     288     2601     9792 |     2993     2429    129 |  0.001 % |
7.29/7.32	c |     58196 |     288     2601     9792 |     3292     2652    127 |  0.001 % |
11.99/12.02	c |     87388 |     288     2601     9792 |     3621     2029    118 |  0.001 % |
18.89/18.99	c |    131177 |     288     2601     9792 |     3983     3672    132 |  0.001 % |
30.59/30.65	c |    196863 |     288     2601     9792 |     4382     2247    106 |  0.001 % |
47.48/47.52	c |    295389 |     288     2601     9792 |     4820     4378    112 |  0.001 % |
75.37/75.44	c |    443178 |     288     2601     9792 |     5302     3882    128 |  0.001 % |
118.66/118.70	c |    664862 |     288     2601     9792 |     5832     5111    118 |  0.001 % |
188.84/188.99	c |    997389 |     288     2601     9792 |     6416     5512    120 |  0.001 % |
295.61/295.70	c |   1496177 |     288     2601     9792 |     7057     4288    112 |  0.001 % |
474.17/474.37	c |   2244360 |     288     2601     9792 |     7763     4848    115 |  0.001 % |
757.70/757.97	c |   3366634 |     288     2601     9792 |     8539     4276    114 |  0.001 % |

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1730516-1240760324/watcher-1730516-1240760324 -o /tmp/evaluation-result-1730516-1240760324/solver-1730516-1240760324 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1066635199 HOME/instance-1730516-1240760324.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 1.10 2/65 23682
/proc/meminfo: memFree=1769504/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=2552 CPUtime=0
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 239 0 0 0 0 0 0 0 18 0 1 0 104061592 2613248 224 1992294400 4194304 5102648 548682068768 18446744073709551615 4239296 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 638 224 99 221 0 414 0

[startup+0.0224959 s]
/proc/loadavg: 0.92 0.98 1.10 2/65 23682
/proc/meminfo: memFree=1769504/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=2684 CPUtime=0.02
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 295 0 0 0 2 0 0 0 18 0 1 0 104061592 2748416 280 1992294400 4194304 5102648 548682068768 18446744073709551615 4214195 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 671 280 111 221 0 447 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2684

[startup+0.101507 s]
/proc/loadavg: 0.92 0.98 1.10 2/65 23682
/proc/meminfo: memFree=1769504/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=3080 CPUtime=0.09
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 395 0 0 0 9 0 0 0 18 0 1 0 104061592 3153920 380 1992294400 4194304 5102648 548682068768 18446744073709551615 4215214 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 770 380 111 221 0 546 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3080

[startup+0.301528 s]
/proc/loadavg: 0.92 0.98 1.10 2/65 23682
/proc/meminfo: memFree=1769504/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=3476 CPUtime=0.29
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 500 0 0 0 29 0 0 0 20 0 1 0 104061592 3559424 485 1992294400 4194304 5102648 548682068768 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 869 485 111 221 0 645 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3476

[startup+0.701572 s]
/proc/loadavg: 0.92 0.98 1.10 2/65 23682
/proc/meminfo: memFree=1769504/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=4004 CPUtime=0.69
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 624 0 0 0 69 0 0 0 24 0 1 0 104061592 4100096 609 1992294400 4194304 5102648 548682068768 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 1001 609 111 221 0 777 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4004

[startup+1.50166 s]
/proc/loadavg: 0.92 0.98 1.10 2/66 23683
/proc/meminfo: memFree=1767384/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=4536 CPUtime=1.49
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 742 0 0 0 149 0 0 0 25 0 1 0 104061592 4644864 727 1992294400 4194304 5102648 548682068768 18446744073709551615 4248866 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 1134 727 111 221 0 910 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4536

[startup+3.10184 s]
/proc/loadavg: 0.92 0.98 1.10 2/66 23683
/proc/meminfo: memFree=1766744/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=5072 CPUtime=3.09
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 883 0 0 0 309 0 0 0 25 0 1 0 104061592 5193728 868 1992294400 4194304 5102648 548682068768 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 1268 868 111 221 0 1044 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5072

[startup+6.3012 s]
/proc/loadavg: 0.93 0.98 1.09 2/66 23683
/proc/meminfo: memFree=1765592/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=5880 CPUtime=6.29
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 1096 0 0 0 629 0 0 0 25 0 1 0 104061592 6021120 1081 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 1470 1081 111 221 0 1246 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5880

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 1.09 2/66 23683
/proc/meminfo: memFree=1764568/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=6712 CPUtime=12.69
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 1304 0 0 0 1269 0 0 0 25 0 1 0 104061592 6873088 1289 1992294400 4194304 5102648 548682068768 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 1678 1289 111 221 0 1454 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6712

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 1.09 2/66 23685
/proc/meminfo: memFree=1763288/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=7800 CPUtime=25.48
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 1555 0 0 0 2548 0 0 0 25 0 1 0 104061592 7987200 1540 1992294400 4194304 5102648 548682068768 18446744073709551615 4249878 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 1950 1540 111 221 0 1726 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7800

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 1.09 2/66 23685
/proc/meminfo: memFree=1762200/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=9028 CPUtime=51.08
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 1879 0 0 0 5107 1 0 0 25 0 1 0 104061592 9244672 1864 1992294400 4194304 5102648 548682068768 18446744073709551615 4249878 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 2257 1864 111 221 0 2033 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 9028

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 1.08 2/66 23685
/proc/meminfo: memFree=1761048/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=10340 CPUtime=102.27
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 2154 0 0 0 10226 1 0 0 25 0 1 0 104061592 10588160 2139 1992294400 4194304 5102648 548682068768 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 2585 2139 111 221 0 2361 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 10340

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.08 2/66 23685
/proc/meminfo: memFree=1759640/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=11756 CPUtime=162.24
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 2490 0 0 0 16223 1 0 0 25 0 1 0 104061592 12038144 2475 1992294400 4194304 5102648 548682068768 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 2939 2475 111 221 0 2715 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 11756

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.07 2/66 23685
/proc/meminfo: memFree=1758360/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=13044 CPUtime=222.23
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 2794 0 0 0 22221 2 0 0 25 0 1 0 104061592 13357056 2779 1992294400 4194304 5102648 548682068768 18446744073709551615 4249888 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 3261 2779 111 221 0 3037 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 13044

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.07 2/66 23685
/proc/meminfo: memFree=1757784/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=13624 CPUtime=282.22
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 2929 0 0 0 28220 2 0 0 25 0 1 0 104061592 13950976 2914 1992294400 4194304 5102648 548682068768 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 3406 2914 111 221 0 3182 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 13624

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.06 2/66 23685
/proc/meminfo: memFree=1756568/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=14812 CPUtime=342.2
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 3219 0 0 0 34218 2 0 0 25 0 1 0 104061592 15167488 3204 1992294400 4194304 5102648 548682068768 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 3703 3204 111 221 0 3479 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 14812

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.05 2/66 23685
/proc/meminfo: memFree=1756312/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=14812 CPUtime=402.18
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 3256 0 0 0 40216 2 0 0 25 0 1 0 104061592 15167488 3241 1992294400 4194304 5102648 548682068768 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 3703 3241 111 221 0 3479 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 14812

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 1.05 2/66 23685
/proc/meminfo: memFree=1755096/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=16128 CPUtime=462.17
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 3547 0 0 0 46215 2 0 0 25 0 1 0 104061592 16515072 3532 1992294400 4194304 5102648 548682068768 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 4032 3532 111 221 0 3808 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 16128

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 1.04 2/66 23685
/proc/meminfo: memFree=1754584/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=16600 CPUtime=522.15
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 3668 0 0 0 52213 2 0 0 25 0 1 0 104061592 16998400 3653 1992294400 4194304 5102648 548682068768 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 4150 3653 111 221 0 3926 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 16600

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 1.04 2/66 23685
/proc/meminfo: memFree=1754136/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=17088 CPUtime=582.14
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 3781 0 0 0 58212 2 0 0 25 0 1 0 104061592 17498112 3766 1992294400 4194304 5102648 548682068768 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 4272 3766 111 221 0 4048 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 17088

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.03 2/66 23685
/proc/meminfo: memFree=1753944/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=17232 CPUtime=642.13
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 3810 0 0 0 64211 2 0 0 25 0 1 0 104061592 17645568 3795 1992294400 4194304 5102648 548682068768 18446744073709551615 4255682 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 4308 3795 111 221 0 4084 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 17232

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 1.02 2/66 23685
/proc/meminfo: memFree=1753432/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=17740 CPUtime=702.11
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 3914 0 0 0 70209 2 0 0 25 0 1 0 104061592 18165760 3899 1992294400 4194304 5102648 548682068768 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 4435 3899 111 221 0 4211 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 17740

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 1.02 2/66 23685
/proc/meminfo: memFree=1753176/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=18060 CPUtime=762.09
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 3982 0 0 0 76207 2 0 0 25 0 1 0 104061592 18493440 3967 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 4515 3967 111 221 0 4291 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 18060

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 1.01 2/66 23685
/proc/meminfo: memFree=1752280/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=18924 CPUtime=822.07
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 4215 0 0 0 82205 2 0 0 25 0 1 0 104061592 19378176 4200 1992294400 4194304 5102648 548682068768 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 4731 4200 111 221 0 4507 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 18924

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 1.01 2/66 23685
/proc/meminfo: memFree=1752024/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=19096 CPUtime=882.05
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 4263 0 0 0 88203 2 0 0 25 0 1 0 104061592 19554304 4248 1992294400 4194304 5102648 548682068768 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 4774 4248 111 221 0 4550 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 19096

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 23685
/proc/meminfo: memFree=1751768/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=19276 CPUtime=942.04
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 4307 0 0 0 94202 2 0 0 25 0 1 0 104061592 19738624 4292 1992294400 4194304 5102648 548682068768 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 4819 4292 111 221 0 4595 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 19276

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 23685
/proc/meminfo: memFree=1751768/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=19276 CPUtime=1002.02
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 4310 0 0 0 100200 2 0 0 25 0 1 0 104061592 19738624 4295 1992294400 4194304 5102648 548682068768 18446744073709551615 4254994 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 4819 4295 111 221 0 4595 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 19276

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 23685
/proc/meminfo: memFree=1751512/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=19572 CPUtime=1062.01
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 4366 0 0 0 106199 2 0 0 25 0 1 0 104061592 20041728 4351 1992294400 4194304 5102648 548682068768 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 4893 4351 111 221 0 4669 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 19572

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 23685
/proc/meminfo: memFree=1751384/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=19740 CPUtime=1121.99
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 4398 0 0 0 112197 2 0 0 25 0 1 0 104061592 20213760 4383 1992294400 4194304 5102648 548682068768 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 4935 4383 111 221 0 4711 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 19740

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 23685
/proc/meminfo: memFree=1751384/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=19740 CPUtime=1181.98
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 4414 0 0 0 118196 2 0 0 25 0 1 0 104061592 20213760 4399 1992294400 4194304 5102648 548682068768 18446744073709551615 4249972 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 4935 4399 111 221 0 4711 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 19740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 23685
/proc/meminfo: memFree=1751320/2055920 swapFree=4181392/4192956
[pid=23682] ppid=23680 vsize=19908 CPUtime=1200.08
/proc/23682/stat : 23682 (varsat-crafted_) R 23680 23682 23279 0 -1 4194304 4426 0 0 0 120006 2 0 0 25 0 1 0 104061592 20385792 4411 1992294400 4194304 5102648 548682068768 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/23682/statm: 4977 4411 111 221 0 4753 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 19908

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.09
CPU user time (s): 1200.06
CPU system time (s): 0.032994
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 19908

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

runsolver used 1.2898 second user time and 2.74058 second system time

The end

Launcher Data

Begin job on node87 at 2009-04-26 17:38:44
IDJOB=1730516
IDBENCH=24731
IDSOLVER=537
FILE ID=node87/1730516-1240760324
PBS_JOBID= 9187113
Free space on /tmp= 66444 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/counting-harder-php-018-017.sat05-1189.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730516-1240760324/watcher-1730516-1240760324 -o /tmp/evaluation-result-1730516-1240760324/solver-1730516-1240760324 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1066635199 HOME/instance-1730516-1240760324.cnf

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

MD5SUM BENCH= 51a1a3a012cf07e3662164064eca4702
RANDOM SEED=1066635199

node87.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1769984 kB
Buffers:         30516 kB
Cached:         186412 kB
SwapCached:       5432 kB
Active:          35552 kB
Inactive:       189288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769984 kB
SwapTotal:     4192956 kB
SwapFree:      4181392 kB
Dirty:            1044 kB
Writeback:           0 kB
Mapped:          13556 kB
Slab:            46940 kB
Committed_AS:   377180 kB
PageTables:       1464 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= 66444 MiB
End job on node87 at 2009-04-26 17:58:47