Trace number 1580357

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.11 1200.65

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-15-10p1.cnf
MD5SUM4f02dda0c6b1f76f43bce732093e4f1f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1071.68
Satisfiable
(Un)Satisfiability was proved
Number of variables268258
Number of clauses1155731
Sum of the clauses size2704052
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2895523
Number of clauses of size 3198999
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.69/1.74	c |  Number of variables:        268258                                         |
1.69/1.74	c |  Number of clauses:         1144732                                         |
1.69/1.74	c |  Parse time:                   1.60 s                                       |
4.39/4.49	c |  Simplification time:          2.72 s                                       |
4.39/4.49	c |                                                                             |
4.39/4.49	c ============================[ Search Statistics ]==============================
4.39/4.49	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.39/4.49	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.39/4.49	c ===============================================================================
4.59/4.70	c |       100 |  164065   782975  2054569 |   287090      100     97 | 17.947 % |
5.19/5.21	c |       250 |  163925   782975  2054569 |   315799      249     87 | 17.999 % |
5.89/5.94	c |       475 |  163754   781401  2050893 |   347379      472    177 | 18.063 % |
6.79/6.88	c |       812 |  163243   778651  2044808 |   382117      796    154 | 18.254 % |
7.99/8.10	c |      1318 |  163005   777225  2041956 |   420329     1300    160 | 18.342 % |
10.38/10.49	c |      2077 |  161240   767448  2017491 |   462362     2041    223 | 19.000 % |
12.29/12.36	c |      3216 |  161203   767198  2016854 |   508598     3178    226 | 19.014 % |
15.98/16.04	c |      4924 |  159716   759358  1997571 |   559458     4863    219 | 19.568 % |
22.78/22.85	c |      7486 |  157525   747638  1969118 |   615404     7404    231 | 20.385 % |
33.78/33.86	c |     11330 |  152206   720956  1904886 |   676945    11199    274 | 22.368 % |
54.67/54.70	c |     17096 |  151100   715125  1891879 |   744639    16917    338 | 22.780 % |
91.26/91.35	c |     25745 |  150899   714163  1889800 |   819103    25515    363 | 22.855 % |
164.92/165.09	c |     38719 |  149891   708706  1876446 |   901014    38365    401 | 23.231 % |
268.28/268.40	c |     58180 |  149107   704177  1865430 |   991115    57622    388 | 23.523 % |
448.19/448.46	c |     87372 |  146360   691422  1836146 |  1090226    85669    374 | 24.547 % |
739.18/739.50	c |    131161 |  146247   687639  1827412 |  1199249   129294    312 | 24.589 % |
1179.75/1180.32	c |    196845 |  144941   681121  1810945 |  1319174   194883    266 | 25.076 % |

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-1580357-1238918575/watcher-1580357-1238918575 -o /tmp/evaluation-result-1580357-1238918575/solver-1580357-1238918575 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1580357-1238918575.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.92 0.95 0.98 3/64 25184
/proc/meminfo: memFree=1561000/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=8188 CPUtime=0
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 544 0 0 0 0 0 0 0 18 0 1 0 1164520835 8384512 528 1992294400 4194304 5092341 548682068848 18446744073709551615 4244968 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 2047 530 63 219 0 1825 0

[startup+0.067936 s]
/proc/loadavg: 0.92 0.95 0.98 3/64 25184
/proc/meminfo: memFree=1561000/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=29108 CPUtime=0.05
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 4280 0 0 0 4 1 0 0 18 0 1 0 1164520835 29806592 4223 1992294400 4194304 5092341 548682068848 18446744073709551615 4209789 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 7277 4224 63 219 0 7055 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29108

[startup+0.10194 s]
/proc/loadavg: 0.92 0.95 0.98 3/64 25184
/proc/meminfo: memFree=1561000/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=30568 CPUtime=0.09
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 5107 0 0 0 8 1 0 0 18 0 1 0 1164520835 31301632 5009 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 7642 5010 63 219 0 7420 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30568

[startup+0.30196 s]
/proc/loadavg: 0.92 0.95 0.98 3/64 25184
/proc/meminfo: memFree=1561000/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=42264 CPUtime=0.29
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 9004 0 0 0 26 3 0 0 19 0 1 0 1164520835 43278336 8618 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 10566 8618 63 219 0 10344 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42264

[startup+0.702004 s]
/proc/loadavg: 0.92 0.95 0.98 3/64 25184
/proc/meminfo: memFree=1561000/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=52560 CPUtime=0.69
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 12335 0 0 0 64 5 0 0 23 0 1 0 1164520835 53821440 11442 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 13140 11442 63 219 0 12918 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52560

[startup+1.50109 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 25185
/proc/meminfo: memFree=1507360/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=88888 CPUtime=1.49
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 21784 0 0 0 138 11 0 0 25 0 1 0 1164520835 91021312 19751 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 22222 19751 63 219 0 22000 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 88888

[startup+3.10126 s]
/proc/loadavg: 0.93 0.96 0.98 2/65 25185
/proc/meminfo: memFree=1461664/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=121432 CPUtime=3.09
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 30720 0 0 0 293 16 0 0 25 0 1 0 1164520835 124346368 27661 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 30358 27661 87 219 0 30136 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121432

[startup+6.30161 s]
/proc/loadavg: 0.93 0.96 0.98 2/65 25185
/proc/meminfo: memFree=1470944/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=96752 CPUtime=6.29
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 35303 0 0 0 611 18 0 0 25 0 1 0 1164520835 99074048 22615 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 24188 22615 102 219 0 23966 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 96752

[startup+12.7013 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 25185
/proc/meminfo: memFree=1468768/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=102592 CPUtime=12.69
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 35918 0 0 0 1250 19 0 0 25 0 1 0 1164520835 105054208 23230 1992294400 4194304 5092341 548682068848 18446744073709551615 4240584 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 25648 23230 102 219 0 25426 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 102592

[startup+25.5017 s]
/proc/loadavg: 0.95 0.96 0.98 2/65 25185
/proc/meminfo: memFree=1463648/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=111352 CPUtime=25.49
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 37166 0 0 0 2528 21 0 0 25 0 1 0 1164520835 114024448 24478 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 27838 24478 102 219 0 27616 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 111352

[startup+51.1015 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 25185
/proc/meminfo: memFree=1451104/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=124488 CPUtime=51.07
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 40325 0 0 0 5084 23 0 0 25 0 1 0 1164520835 127475712 27637 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 31122 27637 102 219 0 30900 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 124488

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.98 2/65 25185
/proc/meminfo: memFree=1432032/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=144196 CPUtime=102.25
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 45024 0 0 0 10197 28 0 0 25 0 1 0 1164520835 147656704 32336 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 36049 32336 102 219 0 35827 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 144196

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25185
/proc/meminfo: memFree=1411936/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=173756 CPUtime=162.22
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 50085 0 0 0 16189 33 0 0 25 0 1 0 1164520835 177926144 37397 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 43439 37397 102 219 0 43217 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 173756

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25185
/proc/meminfo: memFree=1395360/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=173756 CPUtime=222.19
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 54157 0 0 0 22182 37 0 0 25 0 1 0 1164520835 177926144 41469 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 43439 41469 102 219 0 43217 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 173756

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25185
/proc/meminfo: memFree=1381408/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=218100 CPUtime=282.18
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 57665 0 0 0 28176 42 0 0 25 0 1 0 1164520835 223334400 44977 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 54525 44977 102 219 0 54303 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 218100

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25185
/proc/meminfo: memFree=1368992/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=218100 CPUtime=342.15
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 60723 0 0 0 34170 45 0 0 25 0 1 0 1164520835 223334400 48035 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 54525 48035 102 219 0 54303 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 218100

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25185
/proc/meminfo: memFree=1358816/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=218100 CPUtime=402.12
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 63308 0 0 0 40164 48 0 0 25 0 1 0 1164520835 223334400 50620 1992294400 4194304 5092341 548682068848 18446744073709551615 4240624 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 54525 50620 102 219 0 54303 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 218100

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25185
/proc/meminfo: memFree=1342624/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=284612 CPUtime=462.09
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 67301 0 0 0 46157 52 0 0 25 0 1 0 1164520835 291442688 54613 1992294400 4194304 5092341 548682068848 18446744073709551615 4241086 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 71153 54613 102 219 0 70931 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 284612

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25185
/proc/meminfo: memFree=1329952/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=284612 CPUtime=522.06
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 70470 0 0 0 52150 56 0 0 25 0 1 0 1164520835 291442688 57782 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 71153 57782 102 219 0 70931 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 284612

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25185
/proc/meminfo: memFree=1325408/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=284612 CPUtime=582.04
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 71597 0 0 0 58146 58 0 0 25 0 1 0 1164520835 291442688 58909 1992294400 4194304 5092341 548682068848 18446744073709551615 4240840 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 71153 58909 102 219 0 70931 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 284612

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25185
/proc/meminfo: memFree=1319392/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=284612 CPUtime=642.02
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 73091 0 0 0 64143 59 0 0 25 0 1 0 1164520835 291442688 60403 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 71153 60403 102 219 0 70931 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 284612

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25185
/proc/meminfo: memFree=1315104/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=284612 CPUtime=701.99
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 74159 0 0 0 70139 60 0 0 25 0 1 0 1164520835 291442688 61471 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 71153 61471 102 219 0 70931 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 284612

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25185
/proc/meminfo: memFree=1309920/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=284612 CPUtime=761.97
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 75455 0 0 0 76136 61 0 0 25 0 1 0 1164520835 291442688 62767 1992294400 4194304 5092341 548682068848 18446744073709551615 4244035 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 71153 62767 102 219 0 70931 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 284612

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25185
/proc/meminfo: memFree=1305248/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=284612 CPUtime=821.94
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 76637 0 0 0 82131 63 0 0 25 0 1 0 1164520835 291442688 63949 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 71153 63949 102 219 0 70931 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 284612

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25185
/proc/meminfo: memFree=1299680/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=284612 CPUtime=881.92
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 78029 0 0 0 88127 65 0 0 25 0 1 0 1164520835 291442688 65341 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 71153 65341 102 219 0 70931 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 284612

[startup+942.301 s]
/proc/loadavg: 1.04 0.99 0.99 2/65 25185
/proc/meminfo: memFree=1294496/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=284612 CPUtime=941.88
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 79343 0 0 0 94122 66 0 0 25 0 1 0 1164520835 291442688 66655 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 71153 66655 102 219 0 70931 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 284612

[startup+1002.3 s]
/proc/loadavg: 1.01 0.99 0.99 2/65 25185
/proc/meminfo: memFree=1286240/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=284612 CPUtime=1001.85
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 81385 0 0 0 100117 68 0 0 25 0 1 0 1164520835 291442688 68697 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 71153 68697 102 219 0 70931 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 284612

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25185
/proc/meminfo: memFree=1280544/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=384380 CPUtime=1061.83
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 82822 0 0 0 106113 70 0 0 25 0 1 0 1164520835 393605120 70134 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 96095 70134 102 219 0 95873 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 384380

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25185
/proc/meminfo: memFree=1275168/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=385232 CPUtime=1121.79
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 84136 0 0 0 112107 72 0 0 25 0 1 0 1164520835 394477568 71448 1992294400 4194304 5092341 548682068848 18446744073709551615 4241357 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 96308 71448 102 219 0 96086 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 385232

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25185
/proc/meminfo: memFree=1264800/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=386316 CPUtime=1181.75
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 86708 0 0 0 118101 74 0 0 25 0 1 0 1164520835 395587584 74020 1992294400 4194304 5092341 548682068848 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 96579 74020 102 219 0 96357 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 386316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 25185
/proc/meminfo: memFree=1263008/2055920 swapFree=4175224/4192956
[pid=25184] ppid=25182 vsize=386316 CPUtime=1200.05
/proc/25184/stat : 25184 (minisat) R 25182 25184 24987 0 -1 4194304 87148 0 0 0 119930 75 0 0 25 0 1 0 1164520835 395587584 74460 1992294400 4194304 5092341 548682068848 18446744073709551615 4240964 0 0 4096 3 0 0 0 17 0 0 0
/proc/25184/statm: 96579 74460 102 219 0 96357 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 386316

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.65
CPU time (s): 1200.11
CPU user time (s): 1199.31
CPU system time (s): 0.796878
CPU usage (%): 99.9547
Max. virtual memory (cumulated for all children) (KiB): 386316

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

runsolver used 1.04884 second user time and 3.32849 second system time

The end

Launcher Data

Begin job on node37 at 2009-04-05 10:02:56
IDJOB=1580357
IDBENCH=71015
IDSOLVER=546
FILE ID=node37/1580357-1238918575
PBS_JOBID= 9101390
Free space on /tmp= 66540 MiB

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

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

MD5SUM BENCH= 4f02dda0c6b1f76f43bce732093e4f1f
RANDOM SEED=35333201

node37.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.213
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.213
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:       1561416 kB
Buffers:         51672 kB
Cached:         352812 kB
SwapCached:      11608 kB
Active:         170052 kB
Inactive:       247516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1561416 kB
SwapTotal:     4192956 kB
SwapFree:      4175224 kB
Dirty:           22060 kB
Writeback:           0 kB
Mapped:          18796 kB
Slab:            63016 kB
Committed_AS:  3343680 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node37 at 2009-04-05 10:22:59