Trace number 1728608

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.04 1200.41

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-clqcolor-16-11-14.sat05-1261.reshuffled-07.cnf
MD5SUMcd57d37a316c4dccaae3ab131e3f8090
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 variables520
Number of clauses24646
Sum of the clauses size72792
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21456
Number of clauses of size 323160
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  520                                                  |
0.00/0.00	c |  Number of clauses:    24646                                                |
0.00/0.02	c |  Parsing time:         0.02         s                                       |
0.00/0.02	c |  Timeout:              43200 s
0.00/0.02	c |  Random Seed:          1465280116.000000
0.00/0.02	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.00/0.02	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.02	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.02	c |                                                                             |
0.39/0.41	c ============================[ Search Statistics ]==============================
0.39/0.41	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.41	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.41	c ===============================================================================
0.39/0.41	c |         0 |     490    24616   112678 |     8205        0    nan |  0.000 % |
4.19/4.25	c |       100 |     490    24616   112678 |     9025      100     57 |  0.000 % |
8.09/8.15	c |       250 |     490    24616   112678 |     9928      250     57 |  0.000 % |
11.99/12.10	c |       475 |     490    24616   112678 |    10921      475     72 |  0.000 % |
15.98/16.04	c |       812 |     490    24616   112678 |    12013      812     79 |  0.000 % |
19.98/20.00	c |      1320 |     490    24616   112678 |    13214     1320     85 |  0.000 % |
23.88/23.96	c |      2081 |     490    24616   112678 |    14536     2081     95 |  0.000 % |
27.88/27.95	c |      3220 |     490    24616   112678 |    15989     3220     97 |  0.000 % |
31.98/32.07	c |      4929 |     490    24616   112678 |    17588     4929    105 |  0.000 % |
36.29/36.33	c |      7491 |     490    24616   112678 |    19347     7491    109 |  0.000 % |
40.98/41.02	c |     11336 |     490    24616   112678 |    21282    11336    113 |  0.000 % |
45.78/45.83	c |     17103 |     490    24616   112678 |    23410    17103    109 |  0.000 % |
52.47/52.59	c |     25754 |     490    24616   112678 |    25751    13941    110 |  0.000 % |
60.28/60.39	c |     38728 |     490    24616   112678 |    28327    13574    119 |  0.000 % |
70.27/70.40	c |     58189 |     490    24616   112678 |    31159    17262    111 |  0.000 % |
85.67/85.77	c |     87381 |     490    24616   112678 |    34275    28430    107 |  0.000 % |
108.76/108.83	c |    131172 |     490    24616   112678 |    37703    30552    116 |  0.000 % |
145.45/145.55	c |    196857 |     490    24616   112678 |    41473    27895    118 |  0.000 % |
200.13/200.21	c |    295385 |     490    24616   112678 |    45620    22192    117 |  0.000 % |
288.01/288.12	c |    443174 |     490    24616   112678 |    50183    21694    121 |  0.000 % |
460.65/460.81	c |    664859 |     490    24616   112678 |    55201    47015    114 |  0.000 % |
744.66/744.92	c |    997385 |     490    24616   112678 |    60721    46755    111 |  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-1728608-1240738961/watcher-1728608-1240738961 -o /tmp/evaluation-result-1728608-1240738961/solver-1728608-1240738961 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1465280116 HOME/instance-1728608-1240738961.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.43 3/64 26177
/proc/meminfo: memFree=1526200/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=2560 CPUtime=0
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 319 0 0 0 0 0 0 0 18 0 1 0 101929566 2621440 304 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 640 311 87 221 0 416 0

[startup+0.00743991 s]
/proc/loadavg: 1.83 1.82 1.43 3/64 26177
/proc/meminfo: memFree=1526200/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=2824 CPUtime=0
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 391 0 0 0 0 0 0 0 18 0 1 0 101929566 2891776 376 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 706 378 87 221 0 482 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2824

[startup+0.101452 s]
/proc/loadavg: 1.83 1.82 1.43 3/64 26177
/proc/meminfo: memFree=1526200/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=5416 CPUtime=0.09
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 1020 0 0 0 9 0 0 0 18 0 1 0 101929566 5545984 1005 1992294400 4194304 5102648 548682068768 18446744073709551615 4273182 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 1354 1005 98 221 0 1130 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5416

[startup+0.301478 s]
/proc/loadavg: 1.83 1.82 1.43 3/64 26177
/proc/meminfo: memFree=1526200/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=6848 CPUtime=0.29
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 1361 0 0 0 29 0 0 0 19 0 1 0 101929566 7012352 1346 1992294400 4194304 5102648 548682068768 18446744073709551615 4273041 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 1712 1346 100 221 0 1488 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6848

[startup+0.701531 s]
/proc/loadavg: 1.83 1.82 1.43 3/64 26177
/proc/meminfo: memFree=1526200/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=6364 CPUtime=0.69
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 1367 0 0 0 69 0 0 0 22 0 1 0 101929566 6516736 1244 1992294400 4194304 5102648 548682068768 18446744073709551615 4214156 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 1591 1244 102 221 0 1367 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6364

[startup+1.50164 s]
/proc/loadavg: 1.83 1.82 1.43 2/65 26178
/proc/meminfo: memFree=1521328/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=6364 CPUtime=1.49
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 1367 0 0 0 149 0 0 0 25 0 1 0 101929566 6516736 1244 1992294400 4194304 5102648 548682068768 18446744073709551615 4213899 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 1591 1244 102 221 0 1367 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6364

[startup+3.10185 s]
/proc/loadavg: 1.83 1.82 1.43 2/65 26178
/proc/meminfo: memFree=1521200/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=6364 CPUtime=3.09
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 1367 0 0 0 309 0 0 0 25 0 1 0 101929566 6516736 1244 1992294400 4194304 5102648 548682068768 18446744073709551615 4215205 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 1591 1244 102 221 0 1367 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6364

[startup+6.30127 s]
/proc/loadavg: 1.77 1.80 1.43 2/65 26178
/proc/meminfo: memFree=1521136/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=6364 CPUtime=6.29
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 1380 0 0 0 629 0 0 0 25 0 1 0 101929566 6516736 1257 1992294400 4194304 5102648 548682068768 18446744073709551615 4213899 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 1591 1257 115 221 0 1367 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6364

[startup+12.7011 s]
/proc/loadavg: 1.71 1.79 1.43 2/65 26178
/proc/meminfo: memFree=1521072/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=6364 CPUtime=12.69
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 1380 0 0 0 1269 0 0 0 25 0 1 0 101929566 6516736 1257 1992294400 4194304 5102648 548682068768 18446744073709551615 4213899 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 1591 1257 115 221 0 1367 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6364

[startup+25.5018 s]
/proc/loadavg: 1.55 1.75 1.42 2/65 26178
/proc/meminfo: memFree=1521072/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=6364 CPUtime=25.48
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 1380 0 0 0 2548 0 0 0 25 0 1 0 101929566 6516736 1257 1992294400 4194304 5102648 548682068768 18446744073709551615 4213802 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 1591 1257 115 221 0 1367 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6364

[startup+51.1012 s]
/proc/loadavg: 1.36 1.69 1.41 2/65 26178
/proc/meminfo: memFree=1511920/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=16892 CPUtime=51.07
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 3986 0 0 0 5105 2 0 0 25 0 1 0 101929566 17297408 3863 1992294400 4194304 5102648 548682068768 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 4223 3863 115 221 0 3999 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 16892

[startup+102.305 s]
/proc/loadavg: 1.15 1.58 1.38 2/65 26178
/proc/meminfo: memFree=1501808/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=26216 CPUtime=102.26
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 6247 0 0 0 10222 4 0 0 25 0 1 0 101929566 26845184 6124 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 6554 6124 115 221 0 6330 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 26216

[startup+162.302 s]
/proc/loadavg: 1.06 1.47 1.36 2/65 26178
/proc/meminfo: memFree=1495088/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=33508 CPUtime=162.24
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 7914 0 0 0 16218 6 0 0 25 0 1 0 101929566 34312192 7791 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 8377 7791 115 221 0 8153 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 33508

[startup+222.302 s]
/proc/loadavg: 1.02 1.38 1.33 2/65 26178
/proc/meminfo: memFree=1491568/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=37064 CPUtime=222.22
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 8779 0 0 0 22215 7 0 0 25 0 1 0 101929566 37953536 8656 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 9266 8656 115 221 0 9042 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 37064

[startup+282.302 s]
/proc/loadavg: 1.00 1.31 1.31 2/65 26178
/proc/meminfo: memFree=1487792/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=41172 CPUtime=282.21
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 9713 0 0 0 28213 8 0 0 25 0 1 0 101929566 42160128 9590 1992294400 4194304 5102648 548682068768 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 10293 9590 115 221 0 10069 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 41172

[startup+342.302 s]
/proc/loadavg: 1.00 1.25 1.29 2/65 26178
/proc/meminfo: memFree=1485168/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=43860 CPUtime=342.18
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 10355 0 0 0 34210 8 0 0 25 0 1 0 101929566 44912640 10232 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 10965 10232 115 221 0 10741 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 43860

[startup+402.301 s]
/proc/loadavg: 1.00 1.20 1.26 2/65 26178
/proc/meminfo: memFree=1482032/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=47376 CPUtime=402.17
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 11129 0 0 0 40208 9 0 0 25 0 1 0 101929566 48513024 11006 1992294400 4194304 5102648 548682068768 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 11844 11006 115 221 0 11620 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 47376

[startup+462.301 s]
/proc/loadavg: 1.00 1.16 1.25 2/65 26178
/proc/meminfo: memFree=1480688/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=48756 CPUtime=462.14
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 11465 0 0 0 46205 9 0 0 25 0 1 0 101929566 49926144 11342 1992294400 4194304 5102648 548682068768 18446744073709551615 4215149 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 12189 11342 115 221 0 11965 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 48756

[startup+522.301 s]
/proc/loadavg: 1.00 1.13 1.23 2/65 26178
/proc/meminfo: memFree=1479728/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=49612 CPUtime=522.13
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 11699 0 0 0 52203 10 0 0 25 0 1 0 101929566 50802688 11576 1992294400 4194304 5102648 548682068768 18446744073709551615 4249819 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 12403 11576 115 221 0 12179 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 49612

[startup+582.301 s]
/proc/loadavg: 1.00 1.10 1.21 2/65 26178
/proc/meminfo: memFree=1476144/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=53632 CPUtime=582.11
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 12589 0 0 0 58200 11 0 0 25 0 1 0 101929566 54919168 12466 1992294400 4194304 5102648 548682068768 18446744073709551615 4249883 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 13408 12466 115 221 0 13184 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 53632

[startup+642.301 s]
/proc/loadavg: 1.00 1.08 1.19 2/65 26178
/proc/meminfo: memFree=1475760/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=54060 CPUtime=642.1
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 12685 0 0 0 64199 11 0 0 25 0 1 0 101929566 55357440 12562 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 13515 12562 115 221 0 13291 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 54060

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.18 2/65 26178
/proc/meminfo: memFree=1474736/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=55124 CPUtime=702.07
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 12917 0 0 0 70196 11 0 0 25 0 1 0 101929566 56446976 12794 1992294400 4194304 5102648 548682068768 18446744073709551615 4249892 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 13781 12794 115 221 0 13557 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 55124

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.17 2/65 26178
/proc/meminfo: memFree=1474480/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=55340 CPUtime=762.06
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 12974 0 0 0 76194 12 0 0 25 0 1 0 101929566 56668160 12851 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 13835 12851 115 221 0 13611 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 55340

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.15 2/65 26178
/proc/meminfo: memFree=1472624/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=57344 CPUtime=822.04
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 13427 0 0 0 82192 12 0 0 25 0 1 0 101929566 58720256 13304 1992294400 4194304 5102648 548682068768 18446744073709551615 4249856 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 14336 13304 115 221 0 14112 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 57344

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.14 2/65 26178
/proc/meminfo: memFree=1471920/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=57984 CPUtime=882.02
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 13620 0 0 0 88189 13 0 0 25 0 1 0 101929566 59375616 13497 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 14496 13497 115 221 0 14272 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 57984

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 26178
/proc/meminfo: memFree=1471472/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=58516 CPUtime=942
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 13710 0 0 0 94187 13 0 0 25 0 1 0 101929566 59920384 13587 1992294400 4194304 5102648 548682068768 18446744073709551615 4249878 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 14629 13587 115 221 0 14405 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 58516

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/65 26178
/proc/meminfo: memFree=1470256/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=59796 CPUtime=1001.98
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 14017 0 0 0 100185 13 0 0 25 0 1 0 101929566 61231104 13894 1992294400 4194304 5102648 548682068768 18446744073709551615 4249766 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 14949 13894 115 221 0 14725 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 59796

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 26178
/proc/meminfo: memFree=1469296/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=60864 CPUtime=1061.96
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 14262 0 0 0 106183 13 0 0 25 0 1 0 101929566 62324736 14139 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 15216 14139 115 221 0 14992 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 60864

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 26184
/proc/meminfo: memFree=1468656/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=61504 CPUtime=1121.94
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 14412 0 0 0 112180 14 0 0 25 0 1 0 101929566 62980096 14289 1992294400 4194304 5102648 548682068768 18446744073709551615 4249874 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 15376 14289 115 221 0 15152 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 61504

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 26184
/proc/meminfo: memFree=1467760/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=62572 CPUtime=1181.92
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 14621 0 0 0 118178 14 0 0 25 0 1 0 101929566 64073728 14498 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 15643 14498 115 221 0 15419 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 62572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 26184
/proc/meminfo: memFree=1467824/2055920 swapFree=4181092/4192956
[pid=26177] ppid=26175 vsize=62572 CPUtime=1200.02
/proc/26177/stat : 26177 (varsat-crafted_) R 26175 26177 25988 0 -1 4194304 14628 0 0 0 119988 14 0 0 25 0 1 0 101929566 64073728 14505 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 1 0 0
/proc/26177/statm: 15643 14505 115 221 0 15419 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 62572

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.04
CPU user time (s): 1199.88
CPU system time (s): 0.156976
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (KiB): 62572

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

runsolver used 1.01085 second user time and 2.30165 second system time

The end

Launcher Data

Begin job on node13 at 2009-04-26 11:42:41
IDJOB=1728608
IDBENCH=24680
IDSOLVER=537
FILE ID=node13/1728608-1240738961
PBS_JOBID= 9186987
Free space on /tmp= 66232 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-clqcolor-16-11-14.sat05-1261.reshuffled-07.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728608-1240738961/watcher-1728608-1240738961 -o /tmp/evaluation-result-1728608-1240738961/solver-1728608-1240738961 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1465280116 HOME/instance-1728608-1240738961.cnf

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

MD5SUM BENCH= cd57d37a316c4dccaae3ab131e3f8090
RANDOM SEED=1465280116

node13.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.227
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.227
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:       1526616 kB
Buffers:         58884 kB
Cached:         391120 kB
SwapCached:       5664 kB
Active:         177404 kB
Inactive:       280676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1526616 kB
SwapTotal:     4192956 kB
SwapFree:      4181092 kB
Dirty:            1364 kB
Writeback:           0 kB
Mapped:          13472 kB
Slab:            57136 kB
Committed_AS:   339460 kB
PageTables:       1460 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= 66232 MiB
End job on node13 at 2009-04-26 12:02:43