Trace number 1785034

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-industrial 2009-03-22? (TO) 5000.1 5001.52

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:          1341705235.000000
0.00/0.01	c |  Heuristic:            EMBP-G, threshold 0.950                              |
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.17	c ============================[ Search Statistics ]==============================
0.09/0.17	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.17	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.17	c ===============================================================================
0.09/0.17	c |         0 |     429    15280    69916 |     5093        0    nan |  0.000 % |
0.19/0.21	c |       100 |     429    15280    69916 |     5602      100     37 |  0.000 % |
0.19/0.25	c |       250 |     429    15280    69916 |     6162      250     38 |  0.000 % |
0.19/0.29	c |       475 |     429    15280    69916 |     6779      475     43 |  0.000 % |
0.29/0.35	c |       813 |     429    15280    69916 |     7457      813     45 |  0.000 % |
0.39/0.41	c |      1320 |     429    15280    69916 |     8202     1320     46 |  0.000 % |
0.39/0.47	c |      2079 |     429    15280    69916 |     9023     2079     50 |  0.000 % |
0.49/0.57	c |      3218 |     429    15280    69916 |     9925     3218     48 |  0.000 % |
0.59/0.69	c |      4927 |     429    15280    69916 |    10918     4927     49 |  0.000 % |
0.89/0.91	c |      7489 |     429    15280    69916 |    12009     7489     52 |  0.000 % |
1.19/1.29	c |     11334 |     429    15280    69916 |    13210    11334     49 |  0.000 % |
1.79/1.87	c |     17100 |     429    15280    69916 |    14531    10388     45 |  0.000 % |
2.89/2.98	c |     25751 |     429    15280    69916 |    15985    11607     72 |  0.000 % |
4.49/4.58	c |     38726 |     429    15280    69916 |    17583     8357     58 |  0.000 % |
7.89/7.91	c |     58188 |     429    15280    69916 |    19341     9914     49 |  0.000 % |
12.39/12.46	c |     87380 |     429    15280    69916 |    21276    19506     62 |  0.000 % |
24.39/24.49	c |    131169 |     429    15280    69916 |    23403    20039     80 |  0.000 % |
45.38/45.48	c |    196853 |     429    15280    69916 |    25744    14873     53 |  0.000 % |
76.17/76.23	c |    295381 |     429    15280    69916 |    28318    19709     86 |  0.000 % |
104.97/105.01	c |    443170 |     429    15280    69916 |    31150    21231     58 |  0.000 % |
147.05/147.19	c |    664853 |     429    15280    69916 |    34265    28583     46 |  0.000 % |
212.93/213.05	c |    997380 |     429    15280    69916 |    37691    28220     50 |  0.000 % |
446.17/446.40	c |   1496168 |     429    15280    69916 |    41461    29068     71 |  0.000 % |
700.60/700.85	c |   2244350 |     429    15280    69916 |    45607    25742     61 |  0.000 % |
1227.54/1227.91	c |   3366625 |     429    15280    69916 |    50167    39975     85 |  0.000 % |
1862.16/1862.75	c |   5050038 |     429    15280    69916 |    55184    28081     52 |  0.000 % |
2933.36/2934.23	c |   7575154 |     429    15280    69916 |    60703    48575     59 |  0.000 % |
4263.88/4265.18	c |  11362829 |     429    15280    69916 |    66773    54287     55 |  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-1785034-1241883891/watcher-1785034-1241883891 -o /tmp/evaluation-result-1785034-1241883891/solver-1785034-1241883891 -C 5000 -W 6000 -M 1800 HOME/varsat-industrial_static -seed=1341705235 HOME/instance-1785034-1241883891.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 25334
/proc/meminfo: memFree=1903800/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=2564 CPUtime=0
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 216422636 2625536 274 1992294400 4194304 5102648 548682068784 18446744073709551615 4516095 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 641 274 87 221 0 417 0

[startup+0.091136 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 25334
/proc/meminfo: memFree=1903800/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=5252 CPUtime=0.08
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 956 0 0 0 8 0 0 0 18 0 1 0 216422636 5378048 941 1992294400 4194304 5102648 548682068784 18446744073709551615 4283528 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 1313 941 100 221 0 1089 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5252

[startup+0.101135 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 25334
/proc/meminfo: memFree=1903800/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=5432 CPUtime=0.09
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 986 0 0 0 9 0 0 0 18 0 1 0 216422636 5562368 971 1992294400 4194304 5102648 548682068784 18446744073709551615 4273267 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 1358 971 100 221 0 1134 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5432

[startup+0.301156 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 25334
/proc/meminfo: memFree=1903800/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=5084 CPUtime=0.29
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 1001 0 0 0 29 0 0 0 19 0 1 0 216422636 5206016 919 1992294400 4194304 5102648 548682068784 18446744073709551615 4213941 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 1271 919 112 221 0 1047 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5084

[startup+0.701197 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 25334
/proc/meminfo: memFree=1903800/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=5744 CPUtime=0.69
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 1175 0 0 0 69 0 0 0 22 0 1 0 216422636 5881856 1093 1992294400 4194304 5102648 548682068784 18446744073709551615 4214299 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 1436 1093 115 221 0 1212 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5744

[startup+1.50128 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25335
/proc/meminfo: memFree=1898992/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=8080 CPUtime=1.49
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 1765 0 0 0 149 0 0 0 25 0 1 0 216422636 8273920 1683 1992294400 4194304 5102648 548682068784 18446744073709551615 4249136 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 2020 1683 115 221 0 1796 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8080

[startup+3.10144 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25335
/proc/meminfo: memFree=1897008/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=9948 CPUtime=3.09
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 2222 0 0 0 309 0 0 0 25 0 1 0 216422636 10186752 2140 1992294400 4194304 5102648 548682068784 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 2487 2140 115 221 0 2263 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9948

[startup+6.30177 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25335
/proc/meminfo: memFree=1894256/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=11784 CPUtime=6.29
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 2648 0 0 0 628 1 0 0 25 0 1 0 216422636 12066816 2566 1992294400 4194304 5102648 548682068784 18446744073709551615 4250104 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 2946 2566 115 221 0 2722 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11784

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25335
/proc/meminfo: memFree=1891248/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=15164 CPUtime=12.69
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 3465 0 0 0 1268 1 0 0 25 0 1 0 216422636 15527936 3383 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 3791 3383 115 221 0 3567 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15164

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25335
/proc/meminfo: memFree=1886896/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=18988 CPUtime=25.49
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 4362 0 0 0 2547 2 0 0 25 0 1 0 216422636 19443712 4280 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 4747 4280 115 221 0 4523 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18988

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25335
/proc/meminfo: memFree=1884720/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=21700 CPUtime=51.08
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 4957 0 0 0 5105 3 0 0 25 0 1 0 216422636 22220800 4875 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 5425 4875 115 221 0 5201 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21700

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25335
/proc/meminfo: memFree=1879152/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=27392 CPUtime=102.27
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 6290 0 0 0 10223 4 0 0 25 0 1 0 216422636 28049408 6208 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 6848 6208 115 221 0 6624 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 27392

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25335
/proc/meminfo: memFree=1877232/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=29572 CPUtime=162.24
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 6799 0 0 0 16220 4 0 0 25 0 1 0 216422636 30281728 6717 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 7393 6717 115 221 0 7169 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 29572

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25335
/proc/meminfo: memFree=1872944/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=33916 CPUtime=222.23
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 7831 0 0 0 22218 5 0 0 25 0 1 0 216422636 34729984 7749 1992294400 4194304 5102648 548682068784 18446744073709551615 4250272 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 8479 7749 115 221 0 8255 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 33916

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25335
/proc/meminfo: memFree=1866864/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=40436 CPUtime=282.21
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 9368 0 0 0 28215 6 0 0 25 0 1 0 216422636 41406464 9286 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 10109 9286 115 221 0 9885 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 40436

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25335
/proc/meminfo: memFree=1865712/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=41400 CPUtime=342.2
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 9616 0 0 0 34213 7 0 0 25 0 1 0 216422636 42393600 9534 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 10350 9534 115 221 0 10126 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 41400

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25335
/proc/meminfo: memFree=1864432/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=42704 CPUtime=402.18
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 9932 0 0 0 40211 7 0 0 25 0 1 0 216422636 43728896 9850 1992294400 4194304 5102648 548682068784 18446744073709551615 4250272 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 10676 9850 115 221 0 10452 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 42704

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25335
/proc/meminfo: memFree=1863344/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=44040 CPUtime=462.16
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 10210 0 0 0 46209 7 0 0 25 0 1 0 216422636 45096960 10128 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 11010 10128 115 221 0 10786 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 44040

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25335
/proc/meminfo: memFree=1860272/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=47620 CPUtime=522.15
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 10978 0 0 0 52207 8 0 0 25 0 1 0 216422636 48762880 10896 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 11905 10896 115 221 0 11681 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 47620

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25335
/proc/meminfo: memFree=1859312/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=48664 CPUtime=582.13
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 11214 0 0 0 58204 9 0 0 25 0 1 0 216422636 49831936 11132 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 12166 11132 115 221 0 11942 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 48664

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25335
/proc/meminfo: memFree=1858544/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=49376 CPUtime=642.12
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 11390 0 0 0 64203 9 0 0 25 0 1 0 216422636 50561024 11308 1992294400 4194304 5102648 548682068784 18446744073709551615 4244289 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 12344 11308 115 221 0 12120 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 49376

[startup+702.302 s]

################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25343
/proc/meminfo: memFree=1822128/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=85948 CPUtime=4061.15
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 20186 0 0 0 406092 23 0 0 25 0 1 0 216422636 88010752 20104 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 21487 20104 115 221 0 21263 0
Current children cumulated CPU time (s) 4061.15
Current children cumulated vsize (KiB) 85948

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25343
/proc/meminfo: memFree=1822128/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=85948 CPUtime=4121.12
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 20187 0 0 0 412089 23 0 0 25 0 1 0 216422636 88010752 20105 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 21487 20105 115 221 0 21263 0
Current children cumulated CPU time (s) 4121.12
Current children cumulated vsize (KiB) 85948

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25343
/proc/meminfo: memFree=1822064/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=85948 CPUtime=4181.11
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 20192 0 0 0 418088 23 0 0 25 0 1 0 216422636 88010752 20110 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 21487 20110 115 221 0 21263 0
Current children cumulated CPU time (s) 4181.11
Current children cumulated vsize (KiB) 85948

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25343
/proc/meminfo: memFree=1822000/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=85948 CPUtime=4241.09
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 20204 0 0 0 424086 23 0 0 25 0 1 0 216422636 88010752 20122 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 21487 20122 115 221 0 21263 0
Current children cumulated CPU time (s) 4241.09
Current children cumulated vsize (KiB) 85948

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25343
/proc/meminfo: memFree=1821936/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=86188 CPUtime=4301.08
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 20216 0 0 0 430084 24 0 0 25 0 1 0 216422636 88256512 20134 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 21547 20134 115 221 0 21323 0
Current children cumulated CPU time (s) 4301.08
Current children cumulated vsize (KiB) 86188

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25343
/proc/meminfo: memFree=1818992/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=89160 CPUtime=4361.06
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 20949 0 0 0 436081 25 0 0 25 0 1 0 216422636 91299840 20867 1992294400 4194304 5102648 548682068784 18446744073709551615 4249967 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 22290 20867 115 221 0 22066 0
Current children cumulated CPU time (s) 4361.06
Current children cumulated vsize (KiB) 89160

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25343
/proc/meminfo: memFree=1818928/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=89160 CPUtime=4421.04
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 20951 0 0 0 442079 25 0 0 25 0 1 0 216422636 91299840 20869 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 22290 20869 115 221 0 22066 0
Current children cumulated CPU time (s) 4421.04
Current children cumulated vsize (KiB) 89160

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25343
/proc/meminfo: memFree=1818928/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=89160 CPUtime=4481.02
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 20951 0 0 0 448077 25 0 0 25 0 1 0 216422636 91299840 20869 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 22290 20869 115 221 0 22066 0
Current children cumulated CPU time (s) 4481.02
Current children cumulated vsize (KiB) 89160

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25343
/proc/meminfo: memFree=1818864/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=89160 CPUtime=4541
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 20951 0 0 0 454075 25 0 0 25 0 1 0 216422636 91299840 20869 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 22290 20869 115 221 0 22066 0
Current children cumulated CPU time (s) 4541
Current children cumulated vsize (KiB) 89160

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25349
/proc/meminfo: memFree=1818664/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=89160 CPUtime=4600.98
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 20953 0 0 0 460073 25 0 0 25 0 1 0 216422636 91299840 20871 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 22290 20871 115 221 0 22066 0
Current children cumulated CPU time (s) 4600.98
Current children cumulated vsize (KiB) 89160

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25349
/proc/meminfo: memFree=1818664/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=89160 CPUtime=4660.96
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 20953 0 0 0 466071 25 0 0 25 0 1 0 216422636 91299840 20871 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 22290 20871 115 221 0 22066 0
Current children cumulated CPU time (s) 4660.96
Current children cumulated vsize (KiB) 89160

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25349
/proc/meminfo: memFree=1818664/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=89160 CPUtime=4720.96
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 20955 0 0 0 472070 26 0 0 25 0 1 0 216422636 91299840 20873 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 22290 20873 115 221 0 22066 0
Current children cumulated CPU time (s) 4720.96
Current children cumulated vsize (KiB) 89160

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25349
/proc/meminfo: memFree=1818664/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=89160 CPUtime=4780.93
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 20964 0 0 0 478067 26 0 0 25 0 1 0 216422636 91299840 20882 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 22290 20882 115 221 0 22066 0
Current children cumulated CPU time (s) 4780.93
Current children cumulated vsize (KiB) 89160

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25349
/proc/meminfo: memFree=1818664/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=89160 CPUtime=4840.92
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 20968 0 0 0 484066 26 0 0 25 0 1 0 216422636 91299840 20886 1992294400 4194304 5102648 548682068784 18446744073709551615 4250297 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 22290 20886 115 221 0 22066 0
Current children cumulated CPU time (s) 4840.92
Current children cumulated vsize (KiB) 89160

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25349
/proc/meminfo: memFree=1818672/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=89160 CPUtime=4900.9
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 20970 0 0 0 490064 26 0 0 25 0 1 0 216422636 91299840 20888 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 22290 20888 115 221 0 22066 0
Current children cumulated CPU time (s) 4900.9
Current children cumulated vsize (KiB) 89160

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25349
/proc/meminfo: memFree=1818608/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=89160 CPUtime=4960.88
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 20970 0 0 0 496062 26 0 0 25 0 1 0 216422636 91299840 20888 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 22290 20888 115 221 0 22066 0
Current children cumulated CPU time (s) 4960.88
Current children cumulated vsize (KiB) 89160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.5 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25349
/proc/meminfo: memFree=1818608/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=89160 CPUtime=5000.07
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 20970 0 0 0 499981 26 0 0 25 0 1 0 216422636 91299840 20888 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 22290 20888 115 221 0 22066 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 89160

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

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

[startup+5001.5 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 25349
/proc/meminfo: memFree=1818608/2055920 swapFree=4180188/4192956
[pid=25334] ppid=25332 vsize=89160 CPUtime=5000.07
/proc/25334/stat : 25334 (varsat-industri) R 25332 25334 25226 0 -1 4194304 20970 0 0 0 499981 26 0 0 25 0 1 0 216422636 91299840 20888 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25334/statm: 22290 20888 115 221 0 22066 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 89160

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.52
CPU time (s): 5000.1
CPU user time (s): 4999.82
CPU system time (s): 0.281957
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 89160

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

runsolver used 3.79642 second user time and 10.0775 second system time

The end

Launcher Data

Begin job on node24 at 2009-05-09 17:44:51
IDJOB=1785034
IDBENCH=24681
IDSOLVER=641
FILE ID=node24/1785034-1241883891
PBS_JOBID= 9264682
Free space on /tmp= 66316 MiB

SOLVER NAME= VARSAT-industrial 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-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785034-1241883891/watcher-1785034-1241883891 -o /tmp/evaluation-result-1785034-1241883891/solver-1785034-1241883891 -C 5000 -W 6000 -M 1800  HOME/varsat-industrial_static -seed=1341705235 HOME/instance-1785034-1241883891.cnf

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

MD5SUM BENCH= b75724237432e4d0e86c18e7a0ef5859
RANDOM SEED=1341705235

node24.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.232
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.232
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:       1904280 kB
Buffers:         30704 kB
Cached:          74436 kB
SwapCached:       7060 kB
Active:          47328 kB
Inactive:        66892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1904280 kB
SwapTotal:     4192956 kB
SwapFree:      4180188 kB
Dirty:            1232 kB
Writeback:           0 kB
Mapped:          14012 kB
Slab:            23288 kB
Committed_AS:   733896 kB
PageTables:       1440 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= 66312 MiB
End job on node24 at 2009-05-09 19:08:15