Trace number 1578953

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
MiniSat 2.1 (Sat-race'08 Edition)? (TO) 1200.12 1200.46

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-15-10p0.cnf
MD5SUMd8dd0726277891eae9a2807dfd8946db
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1115.23
Satisfiable
(Un)Satisfiability was proved
Number of variables262253
Number of clauses1131732
Sum of the clauses size2644763
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2882815
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
1.79/1.81	c |  Number of variables:        262253                                         |
1.79/1.81	c |  Number of clauses:         1120733                                         |
1.79/1.81	c |  Parse time:                   1.65 s                                       |
4.59/4.69	c |  Simplification time:          2.85 s                                       |
4.59/4.69	c |                                                                             |
4.59/4.69	c ============================[ Search Statistics ]==============================
4.59/4.69	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.59/4.69	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.59/4.69	c ===============================================================================
5.19/5.22	c |       100 |  155557   758580  1995040 |   278146       96    100 | 19.300 % |
5.59/5.63	c |       250 |  153868   758580  1995040 |   305960      244     65 | 19.944 % |
6.09/6.14	c |       475 |  153702   738353  1950378 |   336556      467     59 | 20.007 % |
6.69/6.71	c |       812 |  151753   738353  1950378 |   370212      801     65 | 20.751 % |
8.19/8.27	c |      1318 |  149910   717718  1897983 |   407233     1296    100 | 21.453 % |
10.90/10.92	c |      2077 |  149624   716291  1894946 |   447956     2047    139 | 21.562 % |
14.68/14.79	c |      3216 |  148809   712165  1885252 |   492752     3177    221 | 21.873 % |
19.80/19.88	c |      4924 |  146829   700768  1856873 |   542027     4872    239 | 22.628 % |
30.99/31.03	c |      7486 |  146800   700597  1856453 |   596230     7425    272 | 22.639 % |
43.18/43.27	c |     11330 |  145236   692880  1837761 |   655853    11242    281 | 23.236 % |
70.38/70.42	c |     17096 |  143309   688790  1828001 |   721439    16959    332 | 23.970 % |
115.36/115.44	c |     25745 |  143231   681377  1809454 |   793582    25557    363 | 24.000 % |
184.74/184.82	c |     38719 |  142938   679898  1806093 |   872941    38445    383 | 24.112 % |
292.91/293.04	c |     58180 |  142854   679397  1804916 |   960235    57787    365 | 24.144 % |
459.16/459.39	c |     87372 |  138911   657091  1753541 |  1056258    62774    399 | 25.647 % |
749.08/749.31	c |    131161 |  138019   652097  1740877 |  1161884   106305    345 | 25.988 % |
1172.17/1172.59	c |    196845 |  137730   650349  1736819 |  1278073   171884    293 | 26.098 % |

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-1578953-1238902745/watcher-1578953-1238902745 -o /tmp/evaluation-result-1578953-1238902745/solver-1578953-1238902745 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1578953-1238902745.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/69 11277
/proc/meminfo: memFree=1572184/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=8188 CPUtime=0
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 543 0 0 0 0 0 0 0 18 0 1 0 1162937809 8384512 527 1992294400 4194304 5092341 548682068848 18446744073709551615 4244968 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 2047 528 63 219 0 1825 0

[startup+0.0541979 s]
/proc/loadavg: 0.91 0.95 0.98 3/69 11277
/proc/meminfo: memFree=1572184/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=22028 CPUtime=0.04
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 3276 0 0 0 3 1 0 0 18 0 1 0 1162937809 22556672 3219 1992294400 4194304 5092341 548682068848 18446744073709551615 4245127 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 5507 3222 63 219 0 5285 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 22028

[startup+0.101203 s]
/proc/loadavg: 0.91 0.95 0.98 3/69 11277
/proc/meminfo: memFree=1572184/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=30144 CPUtime=0.09
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 4950 0 0 0 7 2 0 0 18 0 1 0 1162937809 30867456 4893 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 7536 4894 63 219 0 7314 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30144

[startup+0.301223 s]
/proc/loadavg: 0.91 0.95 0.98 3/69 11277
/proc/meminfo: memFree=1572184/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=41604 CPUtime=0.29
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 8800 0 0 0 25 4 0 0 19 0 1 0 1162937809 42602496 8414 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 10401 8414 63 219 0 10179 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41604

[startup+0.701265 s]
/proc/loadavg: 0.91 0.95 0.98 3/69 11277
/proc/meminfo: memFree=1572184/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=52428 CPUtime=0.69
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 12233 0 0 0 62 7 0 0 22 0 1 0 1162937809 53686272 11340 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 13107 11340 63 219 0 12885 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52428

[startup+1.50135 s]
/proc/loadavg: 0.91 0.95 0.98 2/70 11278
/proc/meminfo: memFree=1519760/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=80712 CPUtime=1.5
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 20502 0 0 0 138 12 0 0 25 0 1 0 1162937809 82649088 18469 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 20178 18470 63 219 0 19956 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 80712

[startup+3.10151 s]
/proc/loadavg: 1.00 0.97 0.98 2/70 11278
/proc/meminfo: memFree=1474512/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=118608 CPUtime=3.09
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 29616 0 0 0 293 16 0 0 25 0 1 0 1162937809 121454592 26557 1992294400 4194304 5092341 548682068848 18446744073709551615 4484126 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 29652 26557 87 219 0 29430 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 118608

[startup+6.30184 s]
/proc/loadavg: 1.00 0.97 0.98 2/70 11278
/proc/meminfo: memFree=1484624/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=95088 CPUtime=6.29
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 34484 0 0 0 610 19 0 0 25 0 1 0 1162937809 97370112 21937 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 23772 21937 102 219 0 23550 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 95088

[startup+12.7015 s]
/proc/loadavg: 1.00 0.97 0.98 2/70 11278
/proc/meminfo: memFree=1483280/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=100928 CPUtime=12.69
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 34855 0 0 0 1249 20 0 0 25 0 1 0 1162937809 103350272 22308 1992294400 4194304 5092341 548682068848 18446744073709551615 4244040 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 25232 22308 102 219 0 25010 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 100928

[startup+25.5018 s]
/proc/loadavg: 1.00 0.97 0.98 2/70 11278
/proc/meminfo: memFree=1478992/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=100928 CPUtime=25.49
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 35932 0 0 0 2528 21 0 0 25 0 1 0 1162937809 103350272 23385 1992294400 4194304 5092341 548682068848 18446744073709551615 4244035 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 25232 23385 102 219 0 25010 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 100928

[startup+51.1014 s]
/proc/loadavg: 1.00 0.97 0.98 2/70 11278
/proc/meminfo: memFree=1470480/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=109688 CPUtime=51.08
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 38144 0 0 0 5084 24 0 0 25 0 1 0 1162937809 112320512 25597 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 27422 25597 102 219 0 27200 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 109688

[startup+102.306 s]
/proc/loadavg: 1.00 0.97 0.98 2/70 11278
/proc/meminfo: memFree=1452112/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=142532 CPUtime=102.26
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 42647 0 0 0 10198 28 0 0 25 0 1 0 1162937809 145952768 30100 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 35633 30100 102 219 0 35411 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 142532

[startup+162.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/70 11278
/proc/meminfo: memFree=1434384/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=172092 CPUtime=162.25
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 47098 0 0 0 16191 34 0 0 25 0 1 0 1162937809 176222208 34551 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 43023 34551 102 219 0 42801 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 172092

[startup+222.302 s]
/proc/loadavg: 1.00 0.97 0.98 2/70 11278
/proc/meminfo: memFree=1411792/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=172092 CPUtime=222.23
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 52691 0 0 0 22182 41 0 0 25 0 1 0 1162937809 176222208 40144 1992294400 4194304 5092341 548682068848 18446744073709551615 4248209 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 43023 40144 102 219 0 42801 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 172092

[startup+282.301 s]
/proc/loadavg: 1.00 0.97 0.98 2/70 11278
/proc/meminfo: memFree=1402832/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=216436 CPUtime=282.22
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 54913 0 0 0 28178 44 0 0 25 0 1 0 1162937809 221630464 42366 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 54109 42366 102 219 0 53887 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 216436

[startup+342.301 s]
/proc/loadavg: 1.00 0.97 0.98 2/70 11280
/proc/meminfo: memFree=1388624/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=216436 CPUtime=342.2
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 58419 0 0 0 34171 49 0 0 25 0 1 0 1162937809 221630464 45872 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 54109 45872 102 219 0 53887 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 216436

[startup+402.301 s]
/proc/loadavg: 1.03 0.99 0.99 2/70 11280
/proc/meminfo: memFree=1374416/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=216436 CPUtime=402.17
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 62020 0 0 0 40164 53 0 0 25 0 1 0 1162937809 221630464 49473 1992294400 4194304 5092341 548682068848 18446744073709551615 4240672 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 54109 49473 102 219 0 53887 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 216436

[startup+462.302 s]
/proc/loadavg: 1.11 1.02 1.00 2/70 11280
/proc/meminfo: memFree=1355344/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=282948 CPUtime=462.16
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 66787 0 0 0 46158 58 0 0 25 0 1 0 1162937809 289738752 54240 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 70737 54240 102 219 0 70515 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 282948

[startup+522.302 s]
/proc/loadavg: 1.12 1.03 1.00 2/70 11280
/proc/meminfo: memFree=1343632/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=282948 CPUtime=522.14
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 69693 0 0 0 52153 61 0 0 25 0 1 0 1162937809 289738752 57146 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 70737 57146 102 219 0 70515 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 282948

[startup+582.302 s]
/proc/loadavg: 1.10 1.04 1.00 2/70 11280
/proc/meminfo: memFree=1332112/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=282948 CPUtime=582.12
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 72550 0 0 0 58147 65 0 0 25 0 1 0 1162937809 289738752 60003 1992294400 4194304 5092341 548682068848 18446744073709551615 4240665 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 70737 60003 102 219 0 70515 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 282948

[startup+642.301 s]
/proc/loadavg: 1.04 1.03 1.00 2/70 11280
/proc/meminfo: memFree=1324880/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=282948 CPUtime=642.12
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 74340 0 0 0 64144 68 0 0 25 0 1 0 1162937809 289738752 61793 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 70737 61793 102 219 0 70515 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 282948

[startup+702.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/70 11280
/proc/meminfo: memFree=1316304/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=282948 CPUtime=702.09
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 76476 0 0 0 70139 70 0 0 25 0 1 0 1162937809 289738752 63929 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 70737 63929 102 219 0 70515 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 282948

[startup+762.306 s]
/proc/loadavg: 1.00 1.02 1.00 2/70 11280
/proc/meminfo: memFree=1308496/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=282948 CPUtime=762.09
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 78436 0 0 0 76135 74 0 0 25 0 1 0 1162937809 289738752 65889 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 70737 65889 102 219 0 70515 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 282948

[startup+822.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/70 11280
/proc/meminfo: memFree=1301456/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=282948 CPUtime=822.06
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 80209 0 0 0 82130 76 0 0 25 0 1 0 1162937809 289738752 67662 1992294400 4194304 5092341 548682068848 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 70737 67662 102 219 0 70515 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 282948

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 11280
/proc/meminfo: memFree=1289808/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=382716 CPUtime=882.04
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 83080 0 0 0 88125 79 0 0 25 0 1 0 1162937809 391901184 70533 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 95679 70533 102 219 0 95457 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 382716

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 11280
/proc/meminfo: memFree=1284048/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=383320 CPUtime=942.02
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 84537 0 0 0 94121 81 0 0 25 0 1 0 1162937809 392519680 71990 1992294400 4194304 5092341 548682068848 18446744073709551615 4250088 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 95830 71990 102 219 0 95608 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 383320

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 11280
/proc/meminfo: memFree=1275280/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=384556 CPUtime=1002.01
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 86703 0 0 0 100116 85 0 0 25 0 1 0 1162937809 393785344 74156 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 96139 74156 102 219 0 95917 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 384556

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 11280
/proc/meminfo: memFree=1265936/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=385316 CPUtime=1061.99
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 89072 0 0 0 106111 88 0 0 25 0 1 0 1162937809 394563584 76525 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 96329 76525 102 219 0 96107 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 385316

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 11280
/proc/meminfo: memFree=1259216/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=385868 CPUtime=1121.98
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 90716 0 0 0 112108 90 0 0 25 0 1 0 1162937809 395128832 78169 1992294400 4194304 5092341 548682068848 18446744073709551615 4244035 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 96467 78169 102 219 0 96245 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 385868

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 11280
/proc/meminfo: memFree=1252368/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=386508 CPUtime=1181.96
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 92442 0 0 0 118104 92 0 0 25 0 1 0 1162937809 395784192 79895 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 96627 79895 102 219 0 96405 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 386508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/70 11280
/proc/meminfo: memFree=1250512/2055920 swapFree=4171316/4192956
[pid=11277] ppid=11275 vsize=386508 CPUtime=1200.06
/proc/11277/stat : 11277 (minisat) R 11275 11277 11070 0 -1 4194304 92874 0 0 0 119914 92 0 0 25 0 1 0 1162937809 395784192 80327 1992294400 4194304 5092341 548682068848 18446744073709551615 4240620 0 0 4096 3 0 0 0 17 1 0 0
/proc/11277/statm: 96627 80327 102 219 0 96405 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 386508

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.46
CPU time (s): 1200.12
CPU user time (s): 1199.14
CPU system time (s): 0.976851
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 386508

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

runsolver used 0.98485 second user time and 3.39248 second system time

The end

Launcher Data

Begin job on node44 at 2009-04-05 05:39:07
IDJOB=1578953
IDBENCH=70988
IDSOLVER=546
FILE ID=node44/1578953-1238902745
PBS_JOBID= 9101344
Free space on /tmp= 66540 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-15-10p0.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1578953-1238902745/watcher-1578953-1238902745 -o /tmp/evaluation-result-1578953-1238902745/solver-1578953-1238902745 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1578953-1238902745.cnf

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

MD5SUM BENCH= d8dd0726277891eae9a2807dfd8946db
RANDOM SEED=1834520646

node44.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.241
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.241
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:       1572664 kB
Buffers:         58880 kB
Cached:         335044 kB
SwapCached:      11084 kB
Active:         182824 kB
Inactive:       223612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1572664 kB
SwapTotal:     4192956 kB
SwapFree:      4171316 kB
Dirty:           21520 kB
Writeback:           0 kB
Mapped:          18244 kB
Slab:            62216 kB
Committed_AS:  3120184 kB
PageTables:       1804 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= 66540 MiB
End job on node44 at 2009-04-05 05:59:09