Trace number 1729456

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.03 1199.91

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hidden-k3-s0-r5-n700-02-S350203913.sat05-486.reshuffled-07.cnf
MD5SUMd27bb4ae488674c0e5d303cf0ee23c59
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 variables700
Number of clauses3500
Sum of the clauses size10500
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33500
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:  700                                                  |
0.00/0.00	c |  Number of clauses:    3500                                                 |
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:          422398003.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 |     692     3492    10547 |     1164        0    nan |  0.000 % |
0.00/0.01	c |       100 |     692     3492    10547 |     1280      100     26 |  0.000 % |
0.00/0.02	c |       250 |     692     3492    10547 |     1408      250     24 |  0.000 % |
0.00/0.04	c |       475 |     692     3492    10547 |     1549      475     24 |  0.000 % |
0.00/0.05	c |       813 |     692     3492    10547 |     1704      813     24 |  0.000 % |
0.08/0.08	c |      1319 |     692     3492    10547 |     1874     1319     25 |  0.000 % |
0.09/0.12	c |      2078 |     692     3492    10547 |     2062     1108     25 |  0.000 % |
0.09/0.18	c |      3218 |     692     3492    10547 |     2268     1185     23 |  0.000 % |
0.19/0.28	c |      4926 |     692     3492    10547 |     2495     1734     23 |  0.000 % |
0.39/0.43	c |      7488 |     692     3492    10547 |     2744     1719     23 |  0.000 % |
0.59/0.65	c |     11333 |     692     3492    10547 |     3019     2743     25 |  0.000 % |
1.00/1.01	c |     17100 |     692     3492    10547 |     3321     2349     25 |  0.000 % |
1.49/1.57	c |     25750 |     692     3492    10547 |     3653     2546     24 |  0.000 % |
2.39/2.44	c |     38726 |     692     3492    10547 |     4018     2519     24 |  0.000 % |
3.69/3.77	c |     58187 |     692     3492    10547 |     4420     3634     24 |  0.000 % |
5.89/5.91	c |     87380 |     692     3492    10547 |     4862     3677     23 |  0.000 % |
9.09/9.18	c |    131169 |     692     3492    10547 |     5348     3138     22 |  0.000 % |
14.09/14.19	c |    196853 |     692     3492    10547 |     5883     3904     24 |  0.000 % |
22.19/22.22	c |    295381 |     692     3492    10547 |     6471     4337     26 |  0.000 % |
34.80/34.82	c |    443170 |     692     3492    10547 |     7118     5151     25 |  0.000 % |
54.20/54.22	c |    664853 |     692     3492    10547 |     7830     4234     24 |  0.000 % |
85.30/85.36	c |    997379 |     692     3492    10547 |     8613     5209     25 |  0.000 % |
134.01/134.05	c |   1496168 |     692     3492    10547 |     9475     4888     25 |  0.000 % |
211.22/211.22	c |   2244351 |     692     3492    10547 |    10422     9043     27 |  0.000 % |
332.63/332.63	c |   3366626 |     692     3492    10547 |    11465     9759     25 |  0.000 % |
527.95/527.98	c |   5050037 |     692     3492    10547 |    12611    10872     25 |  0.000 % |
844.48/844.43	c |   7575154 |     692     3492    10547 |    13872     8599     24 |  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-1729456-1240749667/watcher-1729456-1240749667 -o /tmp/evaluation-result-1729456-1240749667/solver-1729456-1240749667 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=422398003 HOME/instance-1729456-1240749667.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 0.99 1.00 3/64 25054
/proc/meminfo: memFree=1715192/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=2688 CPUtime=0
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 258 0 0 0 0 0 0 0 18 0 1 0 103000128 2752512 243 1992294400 4194304 5102648 548682068800 18446744073709551615 4515514 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 672 244 87 221 0 448 0

[startup+0.086174 s]
/proc/loadavg: 1.00 0.99 1.00 3/64 25054
/proc/meminfo: memFree=1715192/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=2784 CPUtime=0.08
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 333 0 0 0 8 0 0 0 18 0 1 0 103000128 2850816 318 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 696 318 111 221 0 472 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2784

[startup+0.101169 s]
/proc/loadavg: 1.00 0.99 1.00 3/64 25054
/proc/meminfo: memFree=1715192/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=2916 CPUtime=0.09
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 344 0 0 0 9 0 0 0 18 0 1 0 103000128 2985984 329 1992294400 4194304 5102648 548682068800 18446744073709551615 4250324 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 729 329 111 221 0 505 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2916

[startup+0.301113 s]
/proc/loadavg: 1.00 0.99 1.00 3/64 25054
/proc/meminfo: memFree=1715192/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=3048 CPUtime=0.29
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 385 0 0 0 29 0 0 0 19 0 1 0 103000128 3121152 370 1992294400 4194304 5102648 548682068800 18446744073709551615 4249828 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 762 370 111 221 0 538 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3048

[startup+0.700999 s]
/proc/loadavg: 1.00 0.99 1.00 3/64 25054
/proc/meminfo: memFree=1715192/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=3312 CPUtime=0.69
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 451 0 0 0 69 0 0 0 22 0 1 0 103000128 3391488 436 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 828 436 111 221 0 604 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3312

[startup+1.50177 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1713768/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=3576 CPUtime=1.49
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 511 0 0 0 149 0 0 0 25 0 1 0 103000128 3661824 496 1992294400 4194304 5102648 548682068800 18446744073709551615 4250297 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 894 496 111 221 0 670 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3576

[startup+3.10132 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1713320/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=3840 CPUtime=3.09
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 593 0 0 0 309 0 0 0 25 0 1 0 103000128 3932160 578 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 960 578 111 221 0 736 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3840

[startup+6.30141 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1712760/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=4372 CPUtime=6.29
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 718 0 0 0 629 0 0 0 25 0 1 0 103000128 4476928 703 1992294400 4194304 5102648 548682068800 18446744073709551615 4255188 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 1093 703 111 221 0 869 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4372

[startup+12.7016 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1712000/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=4956 CPUtime=12.69
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 857 0 0 0 1269 0 0 0 25 0 1 0 103000128 5074944 842 1992294400 4194304 5102648 548682068800 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 1239 842 111 221 0 1015 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4956

[startup+25.502 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1711104/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=5756 CPUtime=25.49
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 1077 0 0 0 2549 0 0 0 25 0 1 0 103000128 5894144 1062 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 1439 1062 111 221 0 1215 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5756

[startup+51.1017 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1710144/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=6840 CPUtime=51.1
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 1329 0 0 0 5109 1 0 0 25 0 1 0 103000128 7004160 1314 1992294400 4194304 5102648 548682068800 18446744073709551615 4250197 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 1710 1314 111 221 0 1486 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 6840

[startup+102.305 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1708800/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=8064 CPUtime=102.3
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 1647 0 0 0 10229 1 0 0 25 0 1 0 103000128 8257536 1632 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 2016 1632 111 221 0 1792 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 8064

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1707520/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=9452 CPUtime=162.31
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 1966 0 0 0 16229 2 0 0 25 0 1 0 103000128 9678848 1951 1992294400 4194304 5102648 548682068800 18446744073709551615 4249859 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 2363 1951 111 221 0 2139 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 9452

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1706624/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=10296 CPUtime=222.31
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 2189 0 0 0 22229 2 0 0 25 0 1 0 103000128 10543104 2174 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 2574 2174 111 221 0 2350 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 10296

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1705920/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=10980 CPUtime=282.32
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 2358 0 0 0 28229 3 0 0 25 0 1 0 103000128 11243520 2343 1992294400 4194304 5102648 548682068800 18446744073709551615 4249776 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 2745 2343 111 221 0 2521 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 10980

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1705216/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=11696 CPUtime=342.32
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 2532 0 0 0 34229 3 0 0 25 0 1 0 103000128 11976704 2517 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 2924 2517 111 221 0 2700 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 11696

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1704576/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=12252 CPUtime=402.34
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 2661 0 0 0 40230 4 0 0 25 0 1 0 103000128 12546048 2646 1992294400 4194304 5102648 548682068800 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 3063 2646 111 221 0 2839 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 12252

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1704000/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=12924 CPUtime=462.34
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 2805 0 0 0 46230 4 0 0 25 0 1 0 103000128 13234176 2790 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 3231 2790 111 221 0 3007 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 12924

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1703488/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=13476 CPUtime=522.35
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 2937 0 0 0 52231 4 0 0 25 0 1 0 103000128 13799424 2922 1992294400 4194304 5102648 548682068800 18446744073709551615 4249900 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 3369 2922 111 221 0 3145 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 13476

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1702720/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=14164 CPUtime=582.35
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 3120 0 0 0 58231 4 0 0 25 0 1 0 103000128 14503936 3105 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 3541 3105 111 221 0 3317 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 14164

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1702336/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=14600 CPUtime=642.36
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 3214 0 0 0 64232 4 0 0 25 0 1 0 103000128 14950400 3199 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 3650 3199 111 221 0 3426 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 14600

[startup+702.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1702016/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=14908 CPUtime=702.36
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 3283 0 0 0 70232 4 0 0 25 0 1 0 103000128 15265792 3268 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 3727 3268 111 221 0 3503 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 14908

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1701696/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=15172 CPUtime=762.38
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 3356 0 0 0 76233 5 0 0 25 0 1 0 103000128 15536128 3341 1992294400 4194304 5102648 548682068800 18446744073709551615 4249948 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 3793 3341 111 221 0 3569 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 15172

[startup+822.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1701312/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=15632 CPUtime=822.38
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 3446 0 0 0 82233 5 0 0 25 0 1 0 103000128 16007168 3431 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 3908 3431 111 221 0 3684 0
Current children cumulated CPU time (s) 822.38
Current children cumulated vsize (KiB) 15632

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1700864/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=16036 CPUtime=882.38
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 3568 0 0 0 88233 5 0 0 25 0 1 0 103000128 16420864 3553 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 4009 3553 111 221 0 3785 0
Current children cumulated CPU time (s) 882.38
Current children cumulated vsize (KiB) 16036

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1700608/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=16448 CPUtime=942.39
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 3641 0 0 0 94234 5 0 0 25 0 1 0 103000128 16842752 3626 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 4112 3626 111 221 0 3888 0
Current children cumulated CPU time (s) 942.39
Current children cumulated vsize (KiB) 16448

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1700416/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=16588 CPUtime=1002.39
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 3684 0 0 0 100234 5 0 0 25 0 1 0 103000128 16986112 3669 1992294400 4194304 5102648 548682068800 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 4147 3669 111 221 0 3923 0
Current children cumulated CPU time (s) 1002.39
Current children cumulated vsize (KiB) 16588

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1700224/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=16720 CPUtime=1062.41
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 3731 0 0 0 106235 6 0 0 25 0 1 0 103000128 17121280 3716 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 4180 3716 111 221 0 3956 0
Current children cumulated CPU time (s) 1062.41
Current children cumulated vsize (KiB) 16720

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1699968/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=17016 CPUtime=1122.41
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 3790 0 0 0 112235 6 0 0 25 0 1 0 103000128 17424384 3775 1992294400 4194304 5102648 548682068800 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 4254 3775 111 221 0 4030 0
Current children cumulated CPU time (s) 1122.41
Current children cumulated vsize (KiB) 17016

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25055
/proc/meminfo: memFree=1699840/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=17172 CPUtime=1182.42
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 3819 0 0 0 118236 6 0 0 25 0 1 0 103000128 17584128 3804 1992294400 4194304 5102648 548682068800 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 4293 3804 111 221 0 4069 0
Current children cumulated CPU time (s) 1182.42
Current children cumulated vsize (KiB) 17172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.9 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25061
/proc/meminfo: memFree=1699576/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=17172 CPUtime=1200.02
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 3826 0 0 0 119996 6 0 0 25 0 1 0 103000128 17584128 3811 1992294400 4194304 5102648 548682068800 18446744073709551615 4249888 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 4293 3811 111 221 0 4069 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 17172

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

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

[startup+1199.9 s]
/proc/loadavg: 1.00 0.99 1.00 2/65 25061
/proc/meminfo: memFree=1699576/2055920 swapFree=4181368/4192956
[pid=25054] ppid=25052 vsize=17172 CPUtime=1200.02
/proc/25054/stat : 25054 (varsat-crafted_) R 25052 25054 24985 0 -1 4194304 3826 0 0 0 119996 6 0 0 25 0 1 0 103000128 17584128 3811 1992294400 4194304 5102648 548682068800 18446744073709551615 4249888 0 0 4096 3 0 0 0 17 1 0 0
/proc/25054/statm: 4293 3811 111 221 0 4069 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 17172

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1199.91
CPU time (s): 1200.03
CPU user time (s): 1199.96
CPU system time (s): 0.069989
CPU usage (%): 100.01
Max. virtual memory (cumulated for all children) (KiB): 17172

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

runsolver used 0.990849 second user time and 2.32465 second system time

The end

Launcher Data

Begin job on node16 at 2009-04-26 14:41:07
IDJOB=1729456
IDBENCH=24703
IDSOLVER=537
FILE ID=node16/1729456-1240749667
PBS_JOBID= 9187088
Free space on /tmp= 66324 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest03/looksrandom/hidden-k3-s0-r5-n700-02-S350203913.sat05-486.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729456-1240749667/watcher-1729456-1240749667 -o /tmp/evaluation-result-1729456-1240749667/solver-1729456-1240749667 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=422398003 HOME/instance-1729456-1240749667.cnf

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

MD5SUM BENCH= d27bb4ae488674c0e5d303cf0ee23c59
RANDOM SEED=422398003

node16.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.234
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.234
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:       1715672 kB
Buffers:         41336 kB
Cached:         244640 kB
SwapCached:       5472 kB
Active:         126120 kB
Inactive:       167832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1715672 kB
SwapTotal:     4192956 kB
SwapFree:      4181368 kB
Dirty:            1060 kB
Writeback:           0 kB
Mapped:          13612 kB
Slab:            32396 kB
Committed_AS:   402900 kB
PageTables:       1436 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= 66320 MiB
End job on node16 at 2009-04-26 15:01:09