Trace number 1582021

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.14 1200.57

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-10p0.cnf
MD5SUMa860cf613d4e0cb34c00f8b79611121d
Bench CategoryAPPLICATION (applications 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 variables199290
Number of clauses1005792
Sum of the clauses size2392883
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756875
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.59/1.65	c |  Number of variables:        199290                                         |
1.59/1.65	c |  Number of clauses:          994793                                         |
1.59/1.65	c |  Parse time:                   1.52 s                                       |
4.09/4.18	c |  Simplification time:          2.49 s                                       |
4.09/4.18	c |                                                                             |
4.09/4.18	c ============================[ Search Statistics ]==============================
4.09/4.18	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.09/4.18	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.09/4.18	c ===============================================================================
4.29/4.40	c |       100 |  100997   635785  1748617 |   233121       99    119 | 24.286 % |
4.49/4.56	c |       250 |  100844   635785  1748617 |   256433      246     77 | 24.363 % |
4.79/4.88	c |       475 |  100417   635785  1748617 |   282076      468     92 | 24.577 % |
5.09/5.15	c |       812 |  100378   635785  1748617 |   310284      802     76 | 24.597 % |
5.89/5.91	c |      1318 |  100378   628503  1730481 |   341312     1306     94 | 24.597 % |
7.48/7.53	c |      2077 |   99687   623968  1718773 |   375443     2059    134 | 24.944 % |
9.19/9.28	c |      3216 |   96718   616392  1701641 |   412988     3175    142 | 26.433 % |
12.79/12.87	c |      4924 |   93368   595646  1653100 |   454287     4856    159 | 28.114 % |
17.18/17.21	c |      7486 |   90996   582450  1623127 |   499715     7367    185 | 29.305 % |
24.68/24.80	c |     11330 |   88244   556256  1555873 |   549687    11137    208 | 30.685 % |
36.98/37.09	c |     17096 |   87358   551823  1545766 |   604656    16837    236 | 31.130 % |
57.77/57.84	c |     25745 |   86880   548467  1537924 |   665121    25315    261 | 31.370 % |
95.76/95.89	c |     38719 |   86385   545094  1529620 |   731634    38185    303 | 31.618 % |
157.53/157.64	c |     58180 |   86087   543242  1525111 |   804797    57447    331 | 31.768 % |
278.59/278.76	c |     87372 |   85467   539389  1515267 |   885277    86366    353 | 32.079 % |
476.83/477.06	c |    131161 |   85275   538030  1512090 |   973804   129575    357 | 32.175 % |
843.79/844.18	c |    196845 |   84406   529061  1488978 |  1071185   187321    346 | 32.611 % |

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-1582021-1238935725/watcher-1582021-1238935725 -o /tmp/evaluation-result-1582021-1238935725/solver-1582021-1238935725 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1582021-1238935725.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.91 1.84 1.45 3/64 9622
/proc/meminfo: memFree=1155288/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=8188 CPUtime=0
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 519 0 0 0 0 0 0 0 18 0 1 0 1166237605 8384512 503 1992294400 4194304 5092341 548682068832 18446744073709551615 4515648 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 2047 510 63 219 0 1825 0

[startup+0.0398271 s]
/proc/loadavg: 1.91 1.84 1.45 3/64 9622
/proc/meminfo: memFree=1155288/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=17044 CPUtime=0.03
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 2467 0 0 0 3 0 0 0 18 0 1 0 1166237605 17453056 2425 1992294400 4194304 5092341 548682068832 18446744073709551615 4209789 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 4261 2426 63 219 0 4039 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17044

[startup+0.101837 s]
/proc/loadavg: 1.91 1.84 1.45 3/64 9622
/proc/meminfo: memFree=1155288/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=30276 CPUtime=0.09
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 4994 0 0 0 7 2 0 0 18 0 1 0 1166237605 31002624 4937 1992294400 4194304 5092341 548682068832 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 7569 4937 63 219 0 7347 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30276

[startup+0.301877 s]
/proc/loadavg: 1.91 1.84 1.45 3/64 9622
/proc/meminfo: memFree=1155288/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=41604 CPUtime=0.29
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 8794 0 0 0 25 4 0 0 19 0 1 0 1166237605 42602496 8408 1992294400 4194304 5092341 548682068832 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 10401 8410 63 219 0 10179 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41604

[startup+0.701956 s]
/proc/loadavg: 1.91 1.84 1.45 3/64 9622
/proc/meminfo: memFree=1155288/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=52428 CPUtime=0.69
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 12218 0 0 0 62 7 0 0 23 0 1 0 1166237605 53686272 11325 1992294400 4194304 5092341 548682068832 18446744073709551615 4523536 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 13107 11325 63 219 0 12885 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 52428

[startup+1.50112 s]
/proc/loadavg: 1.91 1.84 1.45 2/65 9623
/proc/meminfo: memFree=1103056/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=80448 CPUtime=1.49
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 20105 0 0 0 138 11 0 0 25 0 1 0 1166237605 82378752 18072 1992294400 4194304 5092341 548682068832 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 20112 18072 63 219 0 19890 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80448

[startup+3.10144 s]
/proc/loadavg: 1.91 1.84 1.45 2/65 9623
/proc/meminfo: memFree=1072144/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=104220 CPUtime=3.09
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 25131 0 0 0 295 14 0 0 25 0 1 0 1166237605 106721280 23098 1992294400 4194304 5092341 548682068832 18446744073709551615 4223450 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 26055 23098 87 219 0 25833 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 104220

[startup+6.30108 s]
/proc/loadavg: 1.84 1.82 1.45 2/65 9623
/proc/meminfo: memFree=1083536/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=79432 CPUtime=6.28
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 27917 0 0 0 612 16 0 0 25 0 1 0 1166237605 81338368 18045 1992294400 4194304 5092341 548682068832 18446744073709551615 4248079 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 19858 18045 102 219 0 19636 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 79432

[startup+12.7014 s]
/proc/loadavg: 1.77 1.81 1.45 2/65 9623
/proc/meminfo: memFree=1081232/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=85272 CPUtime=12.69
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 28500 0 0 0 1252 17 0 0 25 0 1 0 1166237605 87318528 18628 1992294400 4194304 5092341 548682068832 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 21318 18628 103 219 0 21096 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85272

[startup+25.5019 s]
/proc/loadavg: 1.60 1.77 1.44 2/65 9623
/proc/meminfo: memFree=1074704/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=94032 CPUtime=25.48
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 30145 0 0 0 2530 18 0 0 25 0 1 0 1166237605 96288768 20273 1992294400 4194304 5092341 548682068832 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 23508 20273 103 219 0 23286 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 94032

[startup+51.101 s]
/proc/loadavg: 1.40 1.71 1.43 2/65 9623
/proc/meminfo: memFree=1061648/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=107168 CPUtime=51.08
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 33400 0 0 0 5086 22 0 0 25 0 1 0 1166237605 109740032 23528 1992294400 4194304 5092341 548682068832 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 26792 23528 103 219 0 26570 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 107168

[startup+102.305 s]
/proc/loadavg: 1.17 1.60 1.40 2/65 9623
/proc/meminfo: memFree=1034960/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=126876 CPUtime=102.25
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 40020 0 0 0 10197 28 0 0 25 0 1 0 1166237605 129921024 30148 1992294400 4194304 5092341 548682068832 18446744073709551615 4250102 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 31719 30148 103 219 0 31497 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 126876

[startup+162.302 s]
/proc/loadavg: 1.06 1.48 1.37 2/65 9623
/proc/meminfo: memFree=1007632/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=156436 CPUtime=162.24
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 46934 0 0 0 16189 35 0 0 25 0 1 0 1166237605 160190464 37062 1992294400 4194304 5092341 548682068832 18446744073709551615 4248195 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 39109 37062 103 219 0 38887 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 156436

[startup+222.301 s]
/proc/loadavg: 1.02 1.39 1.35 2/65 9623
/proc/meminfo: memFree=983440/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=200780 CPUtime=222.21
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 52907 0 0 0 22180 41 0 0 25 0 1 0 1166237605 205598720 43035 1992294400 4194304 5092341 548682068832 18446744073709551615 4241077 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 50195 43035 103 219 0 49973 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 200780

[startup+282.301 s]
/proc/loadavg: 1.01 1.32 1.32 2/65 9623
/proc/meminfo: memFree=963280/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=200780 CPUtime=282.19
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 58001 0 0 0 28172 47 0 0 25 0 1 0 1166237605 205598720 48129 1992294400 4194304 5092341 548682068832 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 50195 48129 103 219 0 49973 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 200780

[startup+342.301 s]
/proc/loadavg: 1.15 1.29 1.31 2/65 9623
/proc/meminfo: memFree=939728/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=267584 CPUtime=342.17
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 63800 0 0 0 34162 55 0 0 25 0 1 0 1166237605 274006016 53928 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 66896 53928 103 219 0 66674 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 267584

[startup+402.301 s]
/proc/loadavg: 1.09 1.25 1.29 2/65 9623
/proc/meminfo: memFree=920080/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=269020 CPUtime=402.14
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 68761 0 0 0 40153 61 0 0 25 0 1 0 1166237605 275476480 58889 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 67255 58889 103 219 0 67033 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 269020

[startup+462.301 s]
/proc/loadavg: 1.14 1.23 1.28 2/65 9623
/proc/meminfo: memFree=901392/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=270376 CPUtime=462.13
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 73354 0 0 0 46146 67 0 0 25 0 1 0 1166237605 276865024 63482 1992294400 4194304 5092341 548682068832 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 67594 63482 103 219 0 67372 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 270376

[startup+522.301 s]
/proc/loadavg: 1.12 1.20 1.27 2/65 9623
/proc/meminfo: memFree=884112/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=371940 CPUtime=522.1
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 77742 0 0 0 52140 70 0 0 25 0 1 0 1166237605 380866560 67870 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 92985 67870 103 219 0 92763 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 371940

[startup+582.301 s]
/proc/loadavg: 1.11 1.18 1.25 2/65 9623
/proc/meminfo: memFree=867408/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=372952 CPUtime=582.09
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 81853 0 0 0 58134 75 0 0 25 0 1 0 1166237605 381902848 71981 1992294400 4194304 5092341 548682068832 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 93238 71981 103 219 0 93016 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 372952

[startup+642.301 s]
/proc/loadavg: 1.18 1.18 1.25 2/65 9623
/proc/meminfo: memFree=851152/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=373644 CPUtime=642.06
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 85888 0 0 0 64126 80 0 0 25 0 1 0 1166237605 382611456 76016 1992294400 4194304 5092341 548682068832 18446744073709551615 4240665 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 93411 76016 103 219 0 93189 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 373644

[startup+702.301 s]
/proc/loadavg: 1.19 1.19 1.25 2/65 9623
/proc/meminfo: memFree=837392/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=374716 CPUtime=702.04
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 89345 0 0 0 70120 84 0 0 25 0 1 0 1166237605 383709184 79473 1992294400 4194304 5092341 548682068832 18446744073709551615 4248357 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 93679 79473 103 219 0 93457 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 374716

[startup+762.305 s]
/proc/loadavg: 1.12 1.16 1.23 2/65 9629
/proc/meminfo: memFree=824208/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=376028 CPUtime=762.02
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 92570 0 0 0 76114 88 0 0 25 0 1 0 1166237605 385052672 82698 1992294400 4194304 5092341 548682068832 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 94007 82698 103 219 0 93785 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 376028

[startup+822.301 s]
/proc/loadavg: 1.09 1.15 1.22 2/65 9629
/proc/meminfo: memFree=813968/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=377156 CPUtime=822
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 95139 0 0 0 82109 91 0 0 25 0 1 0 1166237605 386207744 85267 1992294400 4194304 5092341 548682068832 18446744073709551615 4241048 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 94289 85267 103 219 0 94067 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 377156

[startup+882.301 s]
/proc/loadavg: 1.08 1.13 1.21 2/65 9629
/proc/meminfo: memFree=801040/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=377784 CPUtime=881.98
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 98364 0 0 0 88102 96 0 0 25 0 1 0 1166237605 386850816 88492 1992294400 4194304 5092341 548682068832 18446744073709551615 4249569 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 94446 88492 103 219 0 94224 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 377784

[startup+942.301 s]
/proc/loadavg: 1.07 1.12 1.20 2/65 9629
/proc/meminfo: memFree=792656/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=378608 CPUtime=941.95
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 100489 0 0 0 94097 98 0 0 25 0 1 0 1166237605 387694592 90617 1992294400 4194304 5092341 548682068832 18446744073709551615 4240665 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 94652 90617 103 219 0 94430 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 378608

[startup+1002.3 s]
/proc/loadavg: 1.06 1.11 1.18 2/65 9629
/proc/meminfo: memFree=777488/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=529920 CPUtime=1001.94
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 104273 0 0 0 100091 103 0 0 25 0 1 0 1166237605 542638080 94401 1992294400 4194304 5092341 548682068832 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 132480 94401 103 219 0 132258 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 529920

[startup+1062.3 s]
/proc/loadavg: 1.06 1.10 1.18 2/65 9629
/proc/meminfo: memFree=768912/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=530520 CPUtime=1061.91
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 106399 0 0 0 106085 106 0 0 25 0 1 0 1166237605 543252480 96527 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 132630 96527 103 219 0 132408 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 530520

[startup+1122.3 s]
/proc/loadavg: 1.13 1.11 1.17 2/65 9629
/proc/meminfo: memFree=762704/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=531016 CPUtime=1121.9
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 107937 0 0 0 112081 109 0 0 25 0 1 0 1166237605 543760384 98065 1992294400 4194304 5092341 548682068832 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 132754 98065 103 219 0 132532 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 531016

[startup+1182.3 s]
/proc/loadavg: 1.12 1.10 1.17 2/65 9629
/proc/meminfo: memFree=754384/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=531632 CPUtime=1181.87
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 110021 0 0 0 118076 111 0 0 25 0 1 0 1166237605 544391168 100149 1992294400 4194304 5092341 548682068832 18446744073709551615 4240624 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 132908 100149 103 219 0 132686 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 531632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.08 1.10 1.16 2/65 9629
/proc/meminfo: memFree=751120/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=532772 CPUtime=1200.07
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 110822 0 0 0 119895 112 0 0 25 0 1 0 1166237605 545558528 100950 1992294400 4194304 5092341 548682068832 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 133193 100950 103 219 0 132971 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 532772

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

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

[startup+1200.5 s]
/proc/loadavg: 1.08 1.10 1.16 2/65 9629
/proc/meminfo: memFree=751120/2055920 swapFree=4175784/4192956
[pid=9622] ppid=9620 vsize=532772 CPUtime=1200.07
/proc/9622/stat : 9622 (minisat) R 9620 9622 9349 0 -1 4194304 110822 0 0 0 119895 112 0 0 25 0 1 0 1166237605 545558528 100950 1992294400 4194304 5092341 548682068832 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 1 0 0
/proc/9622/statm: 133193 100950 103 219 0 132971 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 532772

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.57
CPU time (s): 1200.14
CPU user time (s): 1198.96
CPU system time (s): 1.18382
CPU usage (%): 99.9645
Max. virtual memory (cumulated for all children) (KiB): 532772

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

runsolver used 1.00885 second user time and 2.74958 second system time

The end

Launcher Data

Begin job on node33 at 2009-04-05 14:48:46
IDJOB=1582021
IDBENCH=71047
IDSOLVER=546
FILE ID=node33/1582021-1238935725
PBS_JOBID= 9101466
Free space on /tmp= 66480 MiB

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

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

MD5SUM BENCH= a860cf613d4e0cb34c00f8b79611121d
RANDOM SEED=1022039259

node33.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.266
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.266
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:       1155704 kB
Buffers:         77748 kB
Cached:         733092 kB
SwapCached:      11416 kB
Active:         403920 kB
Inactive:       419940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1155704 kB
SwapTotal:     4192956 kB
SwapFree:      4175784 kB
Dirty:           19424 kB
Writeback:           0 kB
Mapped:          18232 kB
Slab:            62360 kB
Committed_AS:  3475940 kB
PageTables:       1412 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= 66476 MiB
End job on node33 at 2009-04-05 15:08:49