Trace number 1728663

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-random 2009-03-22? (TO) 1200.1 1200.41

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-a-clqcolor-16-10-11.sat05-1253.reshuffled-07.cnf
MD5SUMb75724237432e4d0e86c18e7a0ef5859
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 variables456
Number of clauses15307
Sum of the clauses size45296
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2880
Number of clauses of size 314400
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 527

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  456                                                  |
0.00/0.00	c |  Number of clauses:    15307                                                |
0.00/0.01	c |  Parsing time:         0.02         s                                       |
0.00/0.01	c |  Timeout:              43200 s
0.00/0.01	c |  Random Seed:          1898721133.000000
0.00/0.01	c |  Heuristic:            EMSP-G, threshold 0.750                              |
0.00/0.01	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.01	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.01	c |                                                                             |
0.09/0.16	c ============================[ Search Statistics ]==============================
0.09/0.16	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.16	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.16	c ===============================================================================
0.09/0.16	c |         0 |     429    15280    69916 |     5093        0    nan |  0.000 % |
5.29/5.34	c |       102 |     429    15280    69916 |     5602      102     45 |  0.000 % |
10.69/10.78	c |       252 |     429    15280    69916 |     6162      252     50 |  0.000 % |
16.19/16.27	c |       477 |     429    15280    69916 |     6779      477     52 |  0.000 % |
21.69/21.71	c |       814 |     429    15280    69916 |     7457      814     53 |  0.000 % |
27.08/27.16	c |      1320 |     429    15280    69916 |     8202     1320     54 |  0.000 % |
32.58/32.64	c |      2081 |     429    15280    69916 |     9023     2081     59 |  0.000 % |
38.08/38.19	c |      3220 |     429    15280    69916 |     9925     3220     60 |  0.000 % |
43.68/43.79	c |      4931 |     429    15280    69916 |    10918     4931     62 |  0.000 % |
49.48/49.51	c |      7494 |     429    15280    69916 |    12009     7494     66 |  0.000 % |
55.48/55.53	c |     11339 |     429    15280    69916 |    13210    11339     68 |  0.000 % |
61.78/61.87	c |     17106 |     429    15280    69916 |    14531    10412     68 |  0.000 % |
68.97/69.09	c |     25755 |     429    15280    69916 |    15985    11710     71 |  0.000 % |
76.88/76.98	c |     38730 |     429    15280    69916 |    17583     8549     63 |  0.000 % |
86.17/86.25	c |     58191 |     429    15280    69916 |    19341    10273     62 |  0.000 % |
99.06/99.17	c |     87383 |     429    15280    69916 |    21276    10223     65 |  0.000 % |
115.56/115.64	c |    131172 |     429    15280    69916 |    23403    11153     64 |  0.000 % |
140.16/140.29	c |    196856 |     429    15280    69916 |    25744    17960     65 |  0.000 % |
177.54/177.69	c |    295386 |     429    15280    69916 |    28318    13000     64 |  0.000 % |
237.73/237.86	c |    443176 |     429    15280    69916 |    31150    14068     63 |  0.000 % |
326.01/326.18	c |    664861 |     429    15280    69916 |    34265    18011     61 |  0.000 % |
420.68/420.82	c |    997387 |     429    15280    69916 |    37691    18846     63 |  0.000 % |
692.11/692.32	c |   1496177 |     429    15280    69916 |    41461    29624     99 |  0.000 % |
879.36/879.63	c |   2244360 |     429    15280    69916 |    45607    27190     47 |  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-1728663-1240739699/watcher-1728663-1240739699 -o /tmp/evaluation-result-1728663-1240739699/solver-1728663-1240739699 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-random_static -seed=1898721133 HOME/instance-1728663-1240739699.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.83 1.82 1.44 3/65 24355
/proc/meminfo: memFree=1481216/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=2564 CPUtime=0
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 293 0 0 0 0 0 0 0 20 0 1 0 101999863 2625536 278 1992294400 4194304 5102416 548682068784 18446744073709551615 4491479 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 641 279 88 221 0 417 0

[startup+0.0301471 s]
/proc/loadavg: 1.83 1.82 1.44 3/65 24355
/proc/meminfo: memFree=1481216/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=4328 CPUtime=0.02
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 739 0 0 0 2 0 0 0 20 0 1 0 101999863 4431872 724 1992294400 4194304 5102416 548682068784 18446744073709551615 4272801 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 1082 724 97 221 0 858 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4328

[startup+0.102155 s]
/proc/loadavg: 1.83 1.82 1.44 3/65 24355
/proc/meminfo: memFree=1481216/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=5432 CPUtime=0.09
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 986 0 0 0 9 0 0 0 20 0 1 0 101999863 5562368 971 1992294400 4194304 5102416 548682068784 18446744073709551615 4272646 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 1358 971 99 221 0 1134 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5432

[startup+0.301176 s]
/proc/loadavg: 1.83 1.82 1.44 3/65 24355
/proc/meminfo: memFree=1481216/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=5084 CPUtime=0.29
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 991 0 0 0 29 0 0 0 22 0 1 0 101999863 5206016 909 1992294400 4194304 5102416 548682068784 18446744073709551615 4220500 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 1271 909 102 221 0 1047 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5084

[startup+0.701217 s]
/proc/loadavg: 1.83 1.82 1.44 3/65 24355
/proc/meminfo: memFree=1481216/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=5084 CPUtime=0.69
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 991 0 0 0 69 0 0 0 25 0 1 0 101999863 5206016 909 1992294400 4194304 5102416 548682068784 18446744073709551615 4220253 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 1271 909 102 221 0 1047 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5084

[startup+1.5013 s]
/proc/loadavg: 1.83 1.82 1.44 2/66 24356
/proc/meminfo: memFree=1477688/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=5084 CPUtime=1.49
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 991 0 0 0 149 0 0 0 25 0 1 0 101999863 5206016 909 1992294400 4194304 5102416 548682068784 18446744073709551615 4220260 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 1271 909 102 221 0 1047 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5084

[startup+3.10147 s]
/proc/loadavg: 1.83 1.82 1.44 2/66 24356
/proc/meminfo: memFree=1477560/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=5084 CPUtime=3.09
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 991 0 0 0 309 0 0 0 25 0 1 0 101999863 5206016 909 1992294400 4194304 5102416 548682068784 18446744073709551615 4220224 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 1271 909 102 221 0 1047 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5084

[startup+6.3018 s]
/proc/loadavg: 1.77 1.81 1.44 2/66 24356
/proc/meminfo: memFree=1477560/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=5084 CPUtime=6.29
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 1005 0 0 0 629 0 0 0 25 0 1 0 101999863 5206016 923 1992294400 4194304 5102416 548682068784 18446744073709551615 4220643 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 1271 923 116 221 0 1047 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5084

[startup+12.7015 s]
/proc/loadavg: 1.71 1.79 1.44 2/66 24356
/proc/meminfo: memFree=1477504/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=5084 CPUtime=12.69
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 1005 0 0 0 1269 0 0 0 25 0 1 0 101999863 5206016 923 1992294400 4194304 5102416 548682068784 18446744073709551615 4220253 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 1271 923 116 221 0 1047 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5084

[startup+25.5028 s]
/proc/loadavg: 1.55 1.75 1.43 2/66 24356
/proc/meminfo: memFree=1477504/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=5084 CPUtime=25.49
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 1005 0 0 0 2549 0 0 0 25 0 1 0 101999863 5206016 923 1992294400 4194304 5102416 548682068784 18446744073709551615 4220347 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 1271 923 116 221 0 1047 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5084

[startup+51.1025 s]
/proc/loadavg: 1.36 1.69 1.42 2/66 24356
/proc/meminfo: memFree=1475712/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=6956 CPUtime=51.08
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 1495 0 0 0 5108 0 0 0 25 0 1 0 101999863 7122944 1413 1992294400 4194304 5102416 548682068784 18446744073709551615 4220204 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 1739 1413 116 221 0 1515 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6956

[startup+102.306 s]
/proc/loadavg: 1.15 1.58 1.40 2/66 24356
/proc/meminfo: memFree=1469504/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=13520 CPUtime=102.26
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 3038 0 0 0 10225 1 0 0 25 0 1 0 101999863 13844480 2956 1992294400 4194304 5102416 548682068784 18446744073709551615 4220540 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 3380 2956 116 221 0 3156 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 13520

[startup+162.302 s]
/proc/loadavg: 1.06 1.47 1.37 2/66 24356
/proc/meminfo: memFree=1465728/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=17444 CPUtime=162.25
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 3982 0 0 0 16223 2 0 0 25 0 1 0 101999863 17862656 3900 1992294400 4194304 5102416 548682068784 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 4361 3900 116 221 0 4137 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 17444

[startup+222.302 s]
/proc/loadavg: 1.02 1.38 1.34 2/66 24356
/proc/meminfo: memFree=1463488/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=19988 CPUtime=222.24
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 4525 0 0 0 22221 3 0 0 25 0 1 0 101999863 20467712 4443 1992294400 4194304 5102416 548682068784 18446744073709551615 4249655 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 4997 4443 116 221 0 4773 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 19988

[startup+282.303 s]
/proc/loadavg: 1.00 1.31 1.32 2/66 24356
/proc/meminfo: memFree=1461760/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=21812 CPUtime=282.22
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 4948 0 0 0 28219 3 0 0 25 0 1 0 101999863 22335488 4866 1992294400 4194304 5102416 548682068784 18446744073709551615 4250067 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 5453 4866 116 221 0 5229 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 21812

[startup+342.303 s]
/proc/loadavg: 1.00 1.25 1.29 2/66 24356
/proc/meminfo: memFree=1460096/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=23508 CPUtime=342.2
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 5356 0 0 0 34217 3 0 0 25 0 1 0 101999863 24072192 5274 1992294400 4194304 5102416 548682068784 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 5877 5274 116 221 0 5653 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 23508

[startup+402.302 s]
/proc/loadavg: 1.00 1.20 1.27 2/66 24362
/proc/meminfo: memFree=1457536/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=26168 CPUtime=402.19
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 5976 0 0 0 40215 4 0 0 25 0 1 0 101999863 26796032 5894 1992294400 4194304 5102416 548682068784 18446744073709551615 4249638 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 6542 5894 116 221 0 6318 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 26168

[startup+462.301 s]
/proc/loadavg: 1.00 1.16 1.25 2/66 24362
/proc/meminfo: memFree=1449216/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=34764 CPUtime=462.17
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 8055 0 0 0 46211 6 0 0 25 0 1 0 101999863 35598336 7973 1992294400 4194304 5102416 548682068784 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 8691 7973 116 221 0 8467 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 34764

[startup+522.302 s]
/proc/loadavg: 1.00 1.13 1.24 2/66 24362
/proc/meminfo: memFree=1445952/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=38424 CPUtime=522.15
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 8866 0 0 0 52209 6 0 0 25 0 1 0 101999863 39346176 8784 1992294400 4194304 5102416 548682068784 18446744073709551615 4249638 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 9606 8784 116 221 0 9382 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 38424

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.22 2/66 24362
/proc/meminfo: memFree=1443648/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=40928 CPUtime=582.14
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 9423 0 0 0 58208 6 0 0 25 0 1 0 101999863 41910272 9341 1992294400 4194304 5102416 548682068784 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 10232 9341 116 221 0 10008 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 40928

[startup+642.301 s]
/proc/loadavg: 1.00 1.08 1.20 2/66 24362
/proc/meminfo: memFree=1442816/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=41780 CPUtime=642.13
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 9634 0 0 0 64207 6 0 0 25 0 1 0 101999863 42782720 9552 1992294400 4194304 5102416 548682068784 18446744073709551615 4249655 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 10445 9552 116 221 0 10221 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 41780

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.18 2/66 24362
/proc/meminfo: memFree=1441664/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=43116 CPUtime=702.11
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 9916 0 0 0 70205 6 0 0 25 0 1 0 101999863 44150784 9834 1992294400 4194304 5102416 548682068784 18446744073709551615 4249652 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 10779 9834 116 221 0 10555 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 43116

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.17 2/66 24362
/proc/meminfo: memFree=1441344/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=43332 CPUtime=762.09
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 9979 0 0 0 76203 6 0 0 25 0 1 0 101999863 44371968 9897 1992294400 4194304 5102416 548682068784 18446744073709551615 4249652 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 10833 9897 116 221 0 10609 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 43332

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.16 2/66 24362
/proc/meminfo: memFree=1441344/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=43332 CPUtime=822.07
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 9993 0 0 0 82201 6 0 0 25 0 1 0 101999863 44371968 9911 1992294400 4194304 5102416 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 10833 9911 116 221 0 10609 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 43332

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.15 2/66 24362
/proc/meminfo: memFree=1441280/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=43332 CPUtime=882.06
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 9997 0 0 0 88200 6 0 0 25 0 1 0 101999863 44371968 9915 1992294400 4194304 5102416 548682068784 18446744073709551615 4220213 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 10833 9915 116 221 0 10609 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 43332

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.14 2/66 24362
/proc/meminfo: memFree=1436608/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=48188 CPUtime=942.04
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 11181 0 0 0 94197 7 0 0 25 0 1 0 101999863 49344512 11099 1992294400 4194304 5102416 548682068784 18446744073709551615 4228254 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 12047 11099 116 221 0 11823 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 48188

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/66 24362
/proc/meminfo: memFree=1434880/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=49932 CPUtime=1002.03
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 11605 0 0 0 100195 8 0 0 25 0 1 0 101999863 51130368 11523 1992294400 4194304 5102416 548682068784 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 12483 11523 116 221 0 12259 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 49932

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/66 24362
/proc/meminfo: memFree=1433664/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=51316 CPUtime=1062.02
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 11920 0 0 0 106194 8 0 0 25 0 1 0 101999863 52547584 11838 1992294400 4194304 5102416 548682068784 18446744073709551615 4249631 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 12829 11838 116 221 0 12605 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 51316

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/66 24362
/proc/meminfo: memFree=1433088/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=51884 CPUtime=1122
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 12057 0 0 0 112192 8 0 0 25 0 1 0 101999863 53129216 11975 1992294400 4194304 5102416 548682068784 18446744073709551615 4249520 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 12971 11975 116 221 0 12747 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 51884

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 24362
/proc/meminfo: memFree=1432512/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=52452 CPUtime=1181.99
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 12191 0 0 0 118191 8 0 0 25 0 1 0 101999863 53710848 12109 1992294400 4194304 5102416 548682068784 18446744073709551615 4249652 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 13113 12109 116 221 0 12889 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 52452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 24362
/proc/meminfo: memFree=1432256/2055920 swapFree=4181316/4192956
[pid=24355] ppid=24353 vsize=52668 CPUtime=1200.09
/proc/24355/stat : 24355 (varsat-random_s) R 24353 24355 24130 0 -1 4194304 12247 0 0 0 120001 8 0 0 25 0 1 0 101999863 53932032 12165 1992294400 4194304 5102416 548682068784 18446744073709551615 4244098 0 0 4096 3 0 0 0 17 1 0 0
/proc/24355/statm: 13167 12165 116 221 0 12943 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 52668

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.1
CPU user time (s): 1200.01
CPU system time (s): 0.091986
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 52668

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

runsolver used 1.40479 second user time and 2.93955 second system time

The end

Launcher Data

Begin job on node79 at 2009-04-26 11:54:59
IDJOB=1728663
IDBENCH=24681
IDSOLVER=539
FILE ID=node79/1728663-1240739699
PBS_JOBID= 9186989
Free space on /tmp= 66164 MiB

SOLVER NAME= VARSAT-random 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest05/counting-clq/unsat-set-a-clqcolor-16-10-11.sat05-1253.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-random_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728663-1240739699/watcher-1728663-1240739699 -o /tmp/evaluation-result-1728663-1240739699/solver-1728663-1240739699 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-random_static -seed=1898721133 HOME/instance-1728663-1240739699.cnf

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

MD5SUM BENCH= b75724237432e4d0e86c18e7a0ef5859
RANDOM SEED=1898721133

node79.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.220
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.220
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:       1481632 kB
Buffers:         60460 kB
Cached:         436928 kB
SwapCached:       5880 kB
Active:         204188 kB
Inactive:       301344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1481632 kB
SwapTotal:     4192956 kB
SwapFree:      4181316 kB
Dirty:            1236 kB
Writeback:           0 kB
Mapped:          13500 kB
Slab:            54688 kB
Committed_AS:   379100 kB
PageTables:       1384 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= 66164 MiB
End job on node79 at 2009-04-26 12:15:01