Trace number 1729615

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
VARSAT-crafted 2009-03-22? (TO) 1200.08 1200.51

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hgen6-4-24-n650-03-S528656311.sat05-477.reshuffled-07.cnf
MD5SUMe6cd66a115f70af2c02b5cac2d51607a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2756
Sum of the clauses size8268
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32756
Number of clauses of size 40
Number of clauses of size 50
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:  650                                                  |
0.00/0.00	c |  Number of clauses:    2756                                                 |
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:          42087106.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.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     650     2756     8268 |      918        0    nan |  0.000 % |
0.00/0.01	c |       102 |     650     2756     8268 |     1010      102     33 |  0.000 % |
0.00/0.02	c |       254 |     650     2756     8268 |     1111      254     37 |  0.000 % |
0.00/0.03	c |       480 |     650     2756     8268 |     1222      480     35 |  0.000 % |
0.00/0.05	c |       817 |     650     2756     8268 |     1345      817     37 |  0.000 % |
0.00/0.08	c |      1323 |     650     2756     8268 |     1479     1323     38 |  0.000 % |
0.09/0.12	c |      2082 |     650     2756     8268 |     1627     1286     36 |  0.000 % |
0.09/0.19	c |      3221 |     650     2756     8268 |     1790     1564     34 |  0.000 % |
0.19/0.29	c |      4930 |     650     2756     8268 |     1969     1350     34 |  0.000 % |
0.39/0.45	c |      7493 |     650     2756     8268 |     2166     1844     35 |  0.000 % |
0.69/0.70	c |     11338 |     650     2756     8268 |     2382     2261     39 |  0.000 % |
1.00/1.09	c |     17105 |     650     2756     8268 |     2621     1820     36 |  0.000 % |
1.60/1.70	c |     25756 |     650     2756     8268 |     2883     2258     36 |  0.000 % |
2.59/2.62	c |     38730 |     650     2756     8268 |     3171     1750     35 |  0.000 % |
4.09/4.11	c |     58192 |     650     2756     8268 |     3488     3125     37 |  0.000 % |
6.29/6.39	c |     87384 |     650     2756     8268 |     3837     3536     38 |  0.000 % |
9.89/9.96	c |    131174 |     650     2756     8268 |     4221     1996     34 |  0.000 % |
15.39/15.48	c |    196858 |     650     2756     8268 |     4643     2549     36 |  0.000 % |
23.98/24.06	c |    295384 |     650     2756     8268 |     5107     3644     36 |  0.000 % |
37.57/37.65	c |    443174 |     650     2756     8268 |     5618     2778     35 |  0.000 % |
58.36/58.47	c |    664857 |     650     2756     8268 |     6180     4001     37 |  0.000 % |
91.05/91.13	c |    997384 |     650     2756     8268 |     6798     3180     36 |  0.000 % |
142.24/142.37	c |   1496172 |     650     2756     8268 |     7478     4547     37 |  0.000 % |
224.21/224.34	c |   2244354 |     650     2756     8268 |     8226     4980     41 |  0.000 % |
352.46/352.67	c |   3366628 |     650     2756     8268 |     9048     6633     39 |  0.000 % |
554.39/554.67	c |   5050040 |     650     2756     8268 |     9953     6046     37 |  0.000 % |
879.78/880.19	c |   7575156 |     650     2756     8268 |    10948     6011     36 |  0.000 % |

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-1729615-1240751768/watcher-1729615-1240751768 -o /tmp/evaluation-result-1729615-1240751768/solver-1729615-1240751768 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=42087106 HOME/instance-1729615-1240751768.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.06 0.99 0.98 3/64 24568
/proc/meminfo: memFree=1828544/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=2696 CPUtime=0
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 257 0 0 0 0 0 0 0 18 0 1 0 103210869 2760704 242 1992294400 4194304 5102648 548682068800 18446744073709551615 4516096 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 674 242 87 221 0 450 0

[startup+0.0997449 s]
/proc/loadavg: 1.06 0.99 0.98 3/64 24568
/proc/meminfo: memFree=1828544/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=2824 CPUtime=0.09
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 347 0 0 0 9 0 0 0 18 0 1 0 103210869 2891776 332 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 706 332 110 221 0 482 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2824

[startup+0.101745 s]
/proc/loadavg: 1.06 0.99 0.98 3/64 24568
/proc/meminfo: memFree=1828544/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=2824 CPUtime=0.09
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 348 0 0 0 9 0 0 0 18 0 1 0 103210869 2891776 333 1992294400 4194304 5102648 548682068800 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 706 333 110 221 0 482 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2824

[startup+0.301782 s]
/proc/loadavg: 1.06 0.99 0.98 3/64 24568
/proc/meminfo: memFree=1828544/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=2956 CPUtime=0.29
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 378 0 0 0 29 0 0 0 19 0 1 0 103210869 3026944 363 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 739 363 110 221 0 515 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2956

[startup+0.701854 s]
/proc/loadavg: 1.06 0.99 0.98 3/64 24568
/proc/meminfo: memFree=1828544/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=3220 CPUtime=0.69
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 433 0 0 0 69 0 0 0 22 0 1 0 103210869 3297280 418 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 805 418 110 221 0 581 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3220

[startup+1.502 s]
/proc/loadavg: 1.06 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1827128/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=3492 CPUtime=1.49
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 500 0 0 0 149 0 0 0 25 0 1 0 103210869 3575808 485 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 873 485 110 221 0 649 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3492

[startup+3.10129 s]
/proc/loadavg: 1.06 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1826680/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=3888 CPUtime=3.09
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 595 0 0 0 309 0 0 0 25 0 1 0 103210869 3981312 580 1992294400 4194304 5102648 548682068800 18446744073709551615 4250292 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 972 580 110 221 0 748 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3888

[startup+6.30188 s]
/proc/loadavg: 1.06 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1826168/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=4288 CPUtime=6.29
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 690 0 0 0 629 0 0 0 25 0 1 0 103210869 4390912 675 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 1072 675 110 221 0 848 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4288

[startup+12.701 s]
/proc/loadavg: 1.05 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1825400/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=4816 CPUtime=12.69
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 838 0 0 0 1269 0 0 0 25 0 1 0 103210869 4931584 823 1992294400 4194304 5102648 548682068800 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 1204 823 110 221 0 980 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4816

[startup+25.5014 s]
/proc/loadavg: 1.04 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1824504/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=5748 CPUtime=25.48
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 1056 0 0 0 2548 0 0 0 25 0 1 0 103210869 5885952 1041 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 1437 1041 110 221 0 1213 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5748

[startup+51.1011 s]
/proc/loadavg: 1.03 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1823544/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=6696 CPUtime=51.07
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 1288 0 0 0 5107 0 0 0 25 0 1 0 103210869 6856704 1273 1992294400 4194304 5102648 548682068800 18446744073709551615 4249400 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 1674 1273 110 221 0 1450 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 6696

[startup+102.305 s]
/proc/loadavg: 1.01 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1822008/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=8176 CPUtime=102.26
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 1675 0 0 0 10225 1 0 0 25 0 1 0 103210869 8372224 1660 1992294400 4194304 5102648 548682068800 18446744073709551615 4254266 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 2044 1660 110 221 0 1820 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8176

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1820664/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=9524 CPUtime=162.23
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 1998 0 0 0 16222 1 0 0 25 0 1 0 103210869 9752576 1983 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 2381 1983 110 221 0 2157 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 9524

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1819832/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=10324 CPUtime=222.21
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 2196 0 0 0 22220 1 0 0 25 0 1 0 103210869 10571776 2181 1992294400 4194304 5102648 548682068800 18446744073709551615 4255938 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 2581 2181 110 221 0 2357 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 10324

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1818808/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=11328 CPUtime=282.19
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 2448 0 0 0 28218 1 0 0 25 0 1 0 103210869 11599872 2433 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 2832 2433 110 221 0 2608 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 11328

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1818232/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=11864 CPUtime=342.16
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 2588 0 0 0 34215 1 0 0 25 0 1 0 103210869 12148736 2573 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 2966 2573 110 221 0 2742 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 11864

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1817400/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=12700 CPUtime=402.15
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 2791 0 0 0 40213 2 0 0 25 0 1 0 103210869 13004800 2776 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 3175 2776 110 221 0 2951 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 12700

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1816760/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=13380 CPUtime=462.12
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 2941 0 0 0 46210 2 0 0 25 0 1 0 103210869 13701120 2926 1992294400 4194304 5102648 548682068800 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 3345 2926 110 221 0 3121 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 13380

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1816440/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=13648 CPUtime=522.1
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 3015 0 0 0 52208 2 0 0 25 0 1 0 103210869 13975552 3000 1992294400 4194304 5102648 548682068800 18446744073709551615 4249799 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 3412 3000 110 221 0 3188 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 13648

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1815864/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=14200 CPUtime=582.08
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 3152 0 0 0 58205 3 0 0 25 0 1 0 103210869 14540800 3137 1992294400 4194304 5102648 548682068800 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 3550 3137 110 221 0 3326 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 14200

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1815416/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=14612 CPUtime=642.07
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 3252 0 0 0 64204 3 0 0 25 0 1 0 103210869 14962688 3237 1992294400 4194304 5102648 548682068800 18446744073709551615 4254533 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 3653 3237 110 221 0 3429 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 14612

[startup+702.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1815032/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=15032 CPUtime=702.04
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 3342 0 0 0 70201 3 0 0 25 0 1 0 103210869 15392768 3327 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 3758 3327 110 221 0 3534 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 15032

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1814776/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=15168 CPUtime=762.02
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 3387 0 0 0 76199 3 0 0 25 0 1 0 103210869 15532032 3372 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 3792 3372 110 221 0 3568 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 15168

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1814456/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=15448 CPUtime=821.99
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 3460 0 0 0 82196 3 0 0 25 0 1 0 103210869 15818752 3445 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 3862 3445 110 221 0 3638 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 15448

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1814072/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=15860 CPUtime=881.98
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 3559 0 0 0 88194 4 0 0 25 0 1 0 103210869 16240640 3544 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 3965 3544 110 221 0 3741 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 15860

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1813496/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=16432 CPUtime=941.95
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 3688 0 0 0 94191 4 0 0 25 0 1 0 103210869 16826368 3673 1992294400 4194304 5102648 548682068800 18446744073709551615 4250292 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 4108 3673 110 221 0 3884 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 16432

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1813048/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=16860 CPUtime=1001.93
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 3801 0 0 0 100189 4 0 0 25 0 1 0 103210869 17264640 3786 1992294400 4194304 5102648 548682068800 18446744073709551615 4249033 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 4215 3786 110 221 0 3991 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 16860

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1812664/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=17280 CPUtime=1061.9
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 3887 0 0 0 106186 4 0 0 25 0 1 0 103210869 17694720 3872 1992294400 4194304 5102648 548682068800 18446744073709551615 4244928 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 4320 3872 110 221 0 4096 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 17280

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1812408/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=17572 CPUtime=1121.89
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 3947 0 0 0 112184 5 0 0 25 0 1 0 103210869 17993728 3932 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 4393 3932 110 221 0 4169 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 17572

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1812152/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=17720 CPUtime=1181.87
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 3992 0 0 0 118182 5 0 0 25 0 1 0 103210869 18145280 3977 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 4430 3977 110 221 0 4206 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 17720



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1812152/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=17720 CPUtime=1200.06
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 3998 0 0 0 120001 5 0 0 25 0 1 0 103210869 18145280 3983 1992294400 4194304 5102648 548682068800 18446744073709551615 4250304 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 4430 3983 110 221 0 4206 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 17720

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: 1.00 0.99 0.98 2/65 24569
/proc/meminfo: memFree=1812152/2055920 swapFree=4180820/4192956
[pid=24568] ppid=24566 vsize=17720 CPUtime=1200.06
/proc/24568/stat : 24568 (varsat-crafted_) R 24566 24568 24346 0 -1 4194304 3998 0 0 0 120001 5 0 0 25 0 1 0 103210869 18145280 3983 1992294400 4194304 5102648 548682068800 18446744073709551615 4250304 0 0 4096 3 0 0 0 17 1 0 0
/proc/24568/statm: 4430 3983 110 221 0 4206 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 17720

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.08
CPU user time (s): 1200.02
CPU system time (s): 0.058991
CPU usage (%): 99.964
Max. virtual memory (cumulated for all children) (KiB): 17720

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

runsolver used 0.990849 second user time and 2.33164 second system time

The end

Launcher Data

Begin job on node2 at 2009-04-26 15:16:08
IDJOB=1729615
IDBENCH=24708
IDSOLVER=537
FILE ID=node2/1729615-1240751768
PBS_JOBID= 9187049
Free space on /tmp= 66316 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest03/looksrandom/hgen6-4-24-n650-03-S528656311.sat05-477.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729615-1240751768/watcher-1729615-1240751768 -o /tmp/evaluation-result-1729615-1240751768/solver-1729615-1240751768 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=42087106 HOME/instance-1729615-1240751768.cnf

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

MD5SUM BENCH= e6cd66a115f70af2c02b5cac2d51607a
RANDOM SEED=42087106

node2.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.265
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.265
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:       1829024 kB
Buffers:         26260 kB
Cached:         123548 kB
SwapCached:       5980 kB
Active:          27716 kB
Inactive:       130576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829024 kB
SwapTotal:     4192956 kB
SwapFree:      4180820 kB
Dirty:            1052 kB
Writeback:           0 kB
Mapped:          14084 kB
Slab:            54600 kB
Committed_AS:   396156 kB
PageTables:       1468 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= 66316 MiB
End job on node2 at 2009-04-26 15:36:10