Trace number 1728662

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) 1200.05 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.01         s                                       |
0.00/0.01	c |  Timeout:              43200 s
0.00/0.01	c |  Random Seed:          1371529808.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 |       101 |     429    15280    69916 |     5602      101     34 |  0.000 % |
0.19/0.25	c |       253 |     429    15280    69916 |     6162      253     41 |  0.000 % |
0.19/0.29	c |       478 |     429    15280    69916 |     6779      478     45 |  0.000 % |
0.29/0.35	c |       815 |     429    15280    69916 |     7457      815     46 |  0.000 % |
0.39/0.41	c |      1321 |     429    15280    69916 |     8202     1321     46 |  0.000 % |
0.39/0.48	c |      2080 |     429    15280    69916 |     9023     2080     47 |  0.000 % |
0.49/0.57	c |      3220 |     429    15280    69916 |     9925     3220     51 |  0.000 % |
0.69/0.70	c |      4931 |     429    15280    69916 |    10918     4931     52 |  0.000 % |
0.89/0.90	c |      7498 |     429    15280    69916 |    12009     7498     53 |  0.000 % |
1.19/1.28	c |     11344 |     429    15280    69916 |    13210    11344     53 |  0.000 % |
1.89/1.93	c |     17110 |     429    15280    69916 |    14531    10318     64 |  0.000 % |
3.00/3.03	c |     25759 |     429    15280    69916 |    15985    11572     64 |  0.000 % |
4.79/4.89	c |     38733 |     429    15280    69916 |    17583     8405     53 |  0.000 % |
9.18/9.27	c |     58195 |     429    15280    69916 |    19341     9955     64 |  0.000 % |
15.79/15.87	c |     87387 |     429    15280    69916 |    21276     9817     60 |  0.000 % |
28.59/28.64	c |    131176 |     429    15280    69916 |    23403    21172     88 |  0.000 % |
42.08/42.17	c |    196862 |     429    15280    69916 |    25744    15785     52 |  0.000 % |
69.47/69.58	c |    295388 |     429    15280    69916 |    28318    20257     82 |  0.000 % |
112.96/113.03	c |    443177 |     429    15280    69916 |    31150    19515     67 |  0.000 % |
189.23/189.36	c |    664862 |     429    15280    69916 |    34265    21368     69 |  0.000 % |
300.50/300.65	c |    997387 |     429    15280    69916 |    37691    19743     65 |  0.000 % |
560.42/560.66	c |   1496177 |     429    15280    69916 |    41461    24694     89 |  0.000 % |
773.56/773.86	c |   2244359 |     429    15280    69916 |    45607    33418     57 |  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-1728662-1240739678/watcher-1728662-1240739678 -o /tmp/evaluation-result-1728662-1240739678/solver-1728662-1240739678 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1371529808 HOME/instance-1728662-1240739678.cnf 

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


[startup+0 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 27245
/proc/meminfo: memFree=1701328/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=2564 CPUtime=0
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 102001336 2625536 273 1992294400 4194304 5102648 548682068784 18446744073709551615 4516095 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 641 274 87 221 0 417 0

[startup+0.058149 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 27245
/proc/meminfo: memFree=1701328/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=4328 CPUtime=0.05
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 740 0 0 0 5 0 0 0 18 0 1 0 102001336 4431872 725 1992294400 4194304 5102648 548682068784 18446744073709551615 4273052 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 1082 725 98 221 0 858 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4328

[startup+0.101153 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 27245
/proc/meminfo: memFree=1701328/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=5432 CPUtime=0.09
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 986 0 0 0 9 0 0 0 18 0 1 0 102001336 5562368 971 1992294400 4194304 5102648 548682068784 18446744073709551615 4274059 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 1358 971 100 221 0 1134 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5432

[startup+0.301175 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 27245
/proc/meminfo: memFree=1701328/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=5084 CPUtime=0.29
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 1001 0 0 0 29 0 0 0 19 0 1 0 102001336 5206016 919 1992294400 4194304 5102648 548682068784 18446744073709551615 4242266 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 1271 919 112 221 0 1047 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5084

[startup+0.701221 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 27245
/proc/meminfo: memFree=1701328/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=5744 CPUtime=0.69
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 1181 0 0 0 69 0 0 0 22 0 1 0 102001336 5881856 1099 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 1436 1099 115 221 0 1212 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5744

[startup+1.50131 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 27246
/proc/meminfo: memFree=1696392/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=8340 CPUtime=1.49
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 1835 0 0 0 149 0 0 0 25 0 1 0 102001336 8540160 1753 1992294400 4194304 5102648 548682068784 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 2085 1753 115 221 0 1861 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8340

[startup+3.10249 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 27246
/proc/meminfo: memFree=1694216/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=9672 CPUtime=3.1
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 2159 0 0 0 309 1 0 0 25 0 1 0 102001336 9904128 2077 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 2418 2077 115 221 0 2194 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 9672

[startup+6.30186 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 27246
/proc/meminfo: memFree=1692040/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=12076 CPUtime=6.29
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 2753 0 0 0 628 1 0 0 25 0 1 0 102001336 12365824 2671 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 3019 2671 115 221 0 2795 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12076

[startup+12.7016 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 27246
/proc/meminfo: memFree=1689032/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=14316 CPUtime=12.68
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 3260 0 0 0 1267 1 0 0 25 0 1 0 102001336 14659584 3178 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 3579 3178 115 221 0 3355 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 14316

[startup+25.501 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 27246
/proc/meminfo: memFree=1684936/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=18440 CPUtime=25.48
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 4218 0 0 0 2546 2 0 0 25 0 1 0 102001336 18882560 4136 1992294400 4194304 5102648 548682068784 18446744073709551615 4249867 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 4610 4136 115 221 0 4386 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18440

[startup+51.102 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 27246
/proc/meminfo: memFree=1681672/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=21680 CPUtime=51.08
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 5016 0 0 0 5105 3 0 0 25 0 1 0 102001336 22200320 4934 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 5420 4934 115 221 0 5196 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21680

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 27246
/proc/meminfo: memFree=1676616/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=27284 CPUtime=102.27
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 6253 0 0 0 10222 5 0 0 25 0 1 0 102001336 27938816 6171 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 6821 6171 115 221 0 6597 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 27284

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1672520/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=31680 CPUtime=162.24
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 7269 0 0 0 16219 5 0 0 25 0 1 0 102001336 32440320 7187 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 7920 7187 115 221 0 7696 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 31680

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1668424/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=36284 CPUtime=222.23
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 8285 0 0 0 22217 6 0 0 25 0 1 0 102001336 37154816 8203 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 9071 8203 115 221 0 8847 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 36284

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1667016/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=37708 CPUtime=282.21
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 8624 0 0 0 28215 6 0 0 25 0 1 0 102001336 38612992 8542 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 9427 8542 115 221 0 9203 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 37708

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 27246
/proc/meminfo: memFree=1662984/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=41892 CPUtime=342.19
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 9617 0 0 0 34213 6 0 0 25 0 1 0 102001336 42897408 9535 1992294400 4194304 5102648 548682068784 18446744073709551615 4250370 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 10473 9535 115 221 0 10249 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 41892

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 27252
/proc/meminfo: memFree=1660800/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=44152 CPUtime=402.16
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 10136 0 0 0 40209 7 0 0 25 0 1 0 102001336 45211648 10054 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 11038 10054 115 221 0 10814 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 44152

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 27252
/proc/meminfo: memFree=1659968/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=45004 CPUtime=462.14
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 10343 0 0 0 46207 7 0 0 25 0 1 0 102001336 46084096 10261 1992294400 4194304 5102648 548682068784 18446744073709551615 4249977 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 11251 10261 115 221 0 11027 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 45004

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 27252
/proc/meminfo: memFree=1658688/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=46500 CPUtime=522.13
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 10665 0 0 0 52205 8 0 0 25 0 1 0 102001336 47616000 10583 1992294400 4194304 5102648 548682068784 18446744073709551615 4225395 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 11625 10583 115 221 0 11401 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 46500

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 27252
/proc/meminfo: memFree=1657984/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=47412 CPUtime=582.11
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 10840 0 0 0 58203 8 0 0 25 0 1 0 102001336 48549888 10758 1992294400 4194304 5102648 548682068784 18446744073709551615 4249772 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 11853 10758 115 221 0 11629 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 47412

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 27252
/proc/meminfo: memFree=1657472/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=47980 CPUtime=642.1
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 10957 0 0 0 64202 8 0 0 25 0 1 0 102001336 49131520 10875 1992294400 4194304 5102648 548682068784 18446744073709551615 4249879 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 11995 10875 115 221 0 11771 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 47980

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 27252
/proc/meminfo: memFree=1657352/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=48120 CPUtime=702.08
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 10992 0 0 0 70200 8 0 0 25 0 1 0 102001336 49274880 10910 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 12030 10910 115 221 0 11806 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 48120

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 27252
/proc/meminfo: memFree=1657288/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=48120 CPUtime=762.06
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 11013 0 0 0 76198 8 0 0 25 0 1 0 102001336 49274880 10931 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 12030 10931 115 221 0 11806 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 48120

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 27252
/proc/meminfo: memFree=1653000/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=52544 CPUtime=822.05
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 12064 0 0 0 82196 9 0 0 25 0 1 0 102001336 53805056 11982 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 13136 11982 115 221 0 12912 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 52544

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 27252
/proc/meminfo: memFree=1651592/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=53940 CPUtime=882.02
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 12404 0 0 0 88193 9 0 0 25 0 1 0 102001336 55234560 12322 1992294400 4194304 5102648 548682068784 18446744073709551615 4249849 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 13485 12322 115 221 0 13261 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 53940

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 27252
/proc/meminfo: memFree=1650824/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=54712 CPUtime=942
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 12587 0 0 0 94191 9 0 0 25 0 1 0 102001336 56025088 12505 1992294400 4194304 5102648 548682068784 18446744073709551615 4249876 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 13678 12505 115 221 0 13454 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 54712

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 27252
/proc/meminfo: memFree=1646728/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=58964 CPUtime=1001.99
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 13609 0 0 0 100189 10 0 0 25 0 1 0 102001336 60379136 13527 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 14741 13527 115 221 0 14517 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 58964

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 27252
/proc/meminfo: memFree=1646344/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=59496 CPUtime=1061.97
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 13709 0 0 0 106187 10 0 0 25 0 1 0 102001336 60923904 13627 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 14874 13627 115 221 0 14650 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 59496

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 27252
/proc/meminfo: memFree=1646280/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=59496 CPUtime=1121.95
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 13721 0 0 0 112185 10 0 0 25 0 1 0 102001336 60923904 13639 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 14874 13639 115 221 0 14650 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 59496

[startup+1182.3 s]
/proc/loadavg: 1.05 0.99 0.98 2/65 27252
/proc/meminfo: memFree=1646216/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=59496 CPUtime=1181.94
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 13726 0 0 0 118183 11 0 0 25 0 1 0 102001336 60923904 13644 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 14874 13644 115 221 0 14650 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 59496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.04 0.99 0.98 2/65 27252
/proc/meminfo: memFree=1646216/2055920 swapFree=4180724/4192956
[pid=27245] ppid=27243 vsize=59496 CPUtime=1200.04
/proc/27245/stat : 27245 (varsat-industri) R 27243 27245 27053 0 -1 4194304 13730 0 0 0 119993 11 0 0 25 0 1 0 102001336 60923904 13648 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/27245/statm: 14874 13648 115 221 0 14650 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 59496

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.05
CPU user time (s): 1199.93
CPU system time (s): 0.120981
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 59496

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

runsolver used 0.819875 second user time and 2.6586 second system time

The end

Launcher Data

Begin job on node23 at 2009-04-26 11:54:38
IDJOB=1728662
IDBENCH=24681
IDSOLVER=538
FILE ID=node23/1728662-1240739678
PBS_JOBID= 9186988
Free space on /tmp= 66320 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-1728662-1240739678/watcher-1728662-1240739678 -o /tmp/evaluation-result-1728662-1240739678/solver-1728662-1240739678 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1371529808 HOME/instance-1728662-1240739678.cnf

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

MD5SUM BENCH= b75724237432e4d0e86c18e7a0ef5859
RANDOM SEED=1371529808

node23.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.238
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.238
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:       1701744 kB
Buffers:         30760 kB
Cached:         267988 kB
SwapCached:       6164 kB
Active:          49024 kB
Inactive:       258208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1701744 kB
SwapTotal:     4192956 kB
SwapFree:      4180724 kB
Dirty:            1228 kB
Writeback:           0 kB
Mapped:          14004 kB
Slab:            32896 kB
Committed_AS:   429156 kB
PageTables:       1388 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 node23 at 2009-04-26 12:14:41