Trace number 1589967

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
minisat2-simp 070721? (TO) 1200.14 1200.57

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-5p0.cnf
MD5SUMb21b299f860c56270b509900cff82599
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 variables162926
Number of clauses821689
Sum of the clauses size1954581
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2618514
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  162926                                               |
0.00/0.00	|  Number of clauses:    821689                                               |
1.29/1.31	|  Parsing time:         1.22         s                                       |
3.30/3.38	============================[ Search Statistics ]==============================
3.30/3.38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.30/3.38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.30/3.38	===============================================================================
3.30/3.38	|         0 |   85562   532282  1467678 |   177427        0    nan |  0.000 % |
3.59/3.67	|       102 |   85555   532282  1467678 |   195170       99     52 | 21.849 % |
3.99/4.02	|       252 |   85554   532282  1467678 |   214687      248    106 | 21.857 % |
4.19/4.27	|       480 |   85256   532282  1467678 |   236155      472     75 | 23.739 % |
4.69/4.80	|       818 |   85256   532282  1467678 |   259771      810     85 | 23.739 % |
5.09/5.17	|      1324 |   85229   532282  1467678 |   285748     1315     87 | 24.225 % |
6.09/6.13	|      2086 |   81593   506542  1401494 |   314323     2063     78 | 25.521 % |
7.49/7.50	|      3225 |   78578   485948  1347651 |   345755     3185     91 | 26.171 % |
9.99/10.09	|      4933 |   73525   453716  1265023 |   380331     4867     96 | 29.491 % |
13.58/13.60	|      7496 |   69322   427744  1201827 |   418364     7365     99 | 31.880 % |
17.59/17.64	|     11341 |   68043   418155  1178139 |   460200    11162    100 | 32.598 % |
25.98/26.06	|     17108 |   66233   409508  1156445 |   506220    16723    106 | 34.177 % |
39.67/39.79	|     25758 |   64343   389830  1104977 |   556842    25193    123 | 34.896 % |
61.76/61.81	|     38735 |   63211   377630  1072190 |   612527    37999    141 | 35.588 % |
103.14/103.26	|     58199 |   62900   374729  1064390 |   673780    57339    177 | 35.848 % |
180.91/181.07	|     87394 |   60747   360757  1029985 |   741158    85969    208 | 37.586 % |
308.88/309.10	|    131183 |   58337   332497   953792 |   815273   126931    234 | 38.556 % |
537.09/537.31	|    196867 |   57007   323547   929713 |   896801   192080    267 | 39.478 % |
1008.72/1009.11	|    295393 |   55864   315547   908638 |   986481   289598    288 | 40.266 % |

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-1589967-1239114260/watcher-1589967-1239114260 -o /tmp/evaluation-result-1589967-1239114260/solver-1589967-1239114260 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1589967-1239114260.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.00 1.01 1.24 3/68 2711
/proc/meminfo: memFree=1956224/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=2936 CPUtime=0
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 581 0 0 0 0 0 0 0 20 0 1 0 1184087090 3006464 566 1992294400 134512640 135243866 4294956256 18446744073709551615 134527653 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 734 567 65 178 0 554 0

[startup+0.0116451 s]
/proc/loadavg: 1.00 1.01 1.24 3/68 2711
/proc/meminfo: memFree=1956224/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=5076 CPUtime=0
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 1016 0 0 0 0 0 0 0 20 0 1 0 1184087090 5197824 1001 1992294400 134512640 135243866 4294956256 18446744073709551615 134527653 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 1269 1002 65 178 0 1089 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5076

[startup+0.102662 s]
/proc/loadavg: 1.00 1.01 1.24 3/68 2711
/proc/meminfo: memFree=1956224/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=23700 CPUtime=0.09
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 4591 0 0 0 7 2 0 0 20 0 1 0 1184087090 24268800 4548 1992294400 134512640 135243866 4294956256 18446744073709551615 134547865 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 5925 4549 65 178 0 5745 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23700

[startup+0.302701 s]
/proc/loadavg: 1.00 1.01 1.24 3/68 2711
/proc/meminfo: memFree=1956224/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=33828 CPUtime=0.3
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 6941 0 0 0 26 4 0 0 22 0 1 0 1184087090 34639872 6898 1992294400 134512640 135243866 4294956256 18446744073709551615 134516733 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 8457 6899 65 178 0 8277 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 33828

[startup+0.701777 s]
/proc/loadavg: 1.00 1.01 1.24 3/68 2711
/proc/meminfo: memFree=1956224/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=45076 CPUtime=0.69
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 9847 0 0 0 64 5 0 0 25 0 1 0 1184087090 46157824 9804 1992294400 134512640 135243866 4294956256 18446744073709551615 134538404 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 11269 9804 65 178 0 11089 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45076

[startup+1.50194 s]
/proc/loadavg: 1.00 1.01 1.24 2/69 2712
/proc/meminfo: memFree=1909048/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=71140 CPUtime=1.49
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 16022 0 0 0 140 9 0 0 25 0 1 0 1184087090 72847360 15979 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 17785 15979 80 178 0 17605 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 71140

[startup+3.10124 s]
/proc/loadavg: 1.00 1.01 1.24 2/69 2712
/proc/meminfo: memFree=1886904/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=89992 CPUtime=3.09
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 20375 0 0 0 298 11 0 0 25 0 1 0 1184087090 92151808 20332 1992294400 134512640 135243866 4294956256 18446744073709551615 134535633 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 22498 20332 80 178 0 22318 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 89992

[startup+6.30186 s]
/proc/loadavg: 1.00 1.01 1.24 2/69 2712
/proc/meminfo: memFree=1884792/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=76004 CPUtime=6.29
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 20667 0 0 0 618 11 0 0 25 0 1 0 1184087090 77828096 17857 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 19001 17857 87 178 0 18821 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 76004

[startup+12.7011 s]
/proc/loadavg: 1.00 1.01 1.24 2/69 2712
/proc/meminfo: memFree=1884856/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=76004 CPUtime=12.69
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 20667 0 0 0 1258 11 0 0 25 0 1 0 1184087090 77828096 17857 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 19001 17857 87 178 0 18821 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 76004

[startup+25.5016 s]
/proc/loadavg: 1.00 1.01 1.24 2/69 2712
/proc/meminfo: memFree=1884920/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=76004 CPUtime=25.48
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 20668 0 0 0 2537 11 0 0 25 0 1 0 1184087090 77828096 17858 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 19001 17858 87 178 0 18821 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 76004

[startup+51.1025 s]
/proc/loadavg: 1.07 1.02 1.23 2/69 2712
/proc/meminfo: memFree=1879416/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=81940 CPUtime=51.06
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 22116 0 0 0 5093 13 0 0 25 0 1 0 1184087090 83906560 19306 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 20485 19306 87 178 0 20305 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 81940

[startup+102.305 s]
/proc/loadavg: 1.10 1.03 1.22 2/69 2712
/proc/meminfo: memFree=1856248/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=104768 CPUtime=102.25
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 27858 0 0 0 10207 18 0 0 25 0 1 0 1184087090 107282432 25048 1992294400 134512640 135243866 4294956256 18446744073709551615 134558423 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 26192 25048 87 178 0 26012 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 104768

[startup+162.301 s]
/proc/loadavg: 1.10 1.04 1.21 2/69 2712
/proc/meminfo: memFree=1831544/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=129604 CPUtime=162.22
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 34048 0 0 0 16199 23 0 0 25 0 1 0 1184087090 132714496 31238 1992294400 134512640 135243866 4294956256 18446744073709551615 134558753 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 32401 31238 87 178 0 32221 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 129604

[startup+222.302 s]
/proc/loadavg: 1.10 1.05 1.20 2/69 2712
/proc/meminfo: memFree=1810296/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=150640 CPUtime=222.2
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 39285 0 0 0 22192 28 0 0 25 0 1 0 1184087090 154255360 36475 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 37660 36475 87 178 0 37480 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 150640

[startup+282.301 s]
/proc/loadavg: 1.31 1.10 1.20 2/69 2712
/proc/meminfo: memFree=1785656/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=175456 CPUtime=282.18
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 45490 0 0 0 28183 35 0 0 25 0 1 0 1184087090 179666944 42680 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 43864 42680 87 178 0 43684 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 175456

[startup+342.302 s]
/proc/loadavg: 1.16 1.09 1.19 2/69 2712
/proc/meminfo: memFree=1762872/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=197912 CPUtime=342.16
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 51125 0 0 0 34175 41 0 0 25 0 1 0 1184087090 202661888 48315 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 49478 48315 87 178 0 49298 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 197912

[startup+402.302 s]
/proc/loadavg: 1.11 1.09 1.18 2/69 2712
/proc/meminfo: memFree=1737848/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=223284 CPUtime=402.14
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 57409 0 0 0 40168 46 0 0 25 0 1 0 1184087090 228642816 54599 1992294400 134512640 135243866 4294956256 18446744073709551615 134558464 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 55821 54599 87 178 0 55641 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 223284

[startup+462.301 s]
/proc/loadavg: 1.08 1.08 1.17 2/69 2712
/proc/meminfo: memFree=1716088/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=244680 CPUtime=462.11
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 62794 0 0 0 46160 51 0 0 25 0 1 0 1184087090 250552320 59984 1992294400 134512640 135243866 4294956256 18446744073709551615 134558745 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 61170 59984 87 178 0 60990 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 244680

[startup+522.302 s]
/proc/loadavg: 1.07 1.08 1.17 2/69 2712
/proc/meminfo: memFree=1692664/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=268180 CPUtime=522.1
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 68666 0 0 0 52153 57 0 0 25 0 1 0 1184087090 274616320 65856 1992294400 134512640 135243866 4294956256 18446744073709551615 134566107 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 67045 65856 87 178 0 66865 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 268180

[startup+582.301 s]
/proc/loadavg: 1.06 1.08 1.16 2/69 2712
/proc/meminfo: memFree=1674232/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=286288 CPUtime=582.08
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 73224 0 0 0 58146 62 0 0 25 0 1 0 1184087090 293158912 70414 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 71572 70414 87 178 0 71392 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 286288

[startup+642.301 s]
/proc/loadavg: 1.07 1.08 1.15 2/69 2712
/proc/meminfo: memFree=1654712/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=305976 CPUtime=642.06
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 78050 0 0 0 64139 67 0 0 25 0 1 0 1184087090 313319424 75240 1992294400 134512640 135243866 4294956256 18446744073709551615 134558448 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 76494 75240 87 178 0 76314 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 305976

[startup+702.302 s]
/proc/loadavg: 1.13 1.09 1.15 2/69 2712
/proc/meminfo: memFree=1635384/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=325388 CPUtime=702.04
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 82923 0 0 0 70132 72 0 0 25 0 1 0 1184087090 333197312 80113 1992294400 134512640 135243866 4294956256 18446744073709551615 134558479 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 81347 80113 87 178 0 81167 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 325388

[startup+762.306 s]
/proc/loadavg: 1.05 1.07 1.14 2/69 2712
/proc/meminfo: memFree=1618104/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=342296 CPUtime=762.02
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 87162 0 0 0 76125 77 0 0 25 0 1 0 1184087090 350511104 84352 1992294400 134512640 135243866 4294956256 18446744073709551615 134558500 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 85574 84352 87 178 0 85394 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 342296

[startup+822.302 s]
/proc/loadavg: 1.02 1.06 1.13 2/69 2712
/proc/meminfo: memFree=1600824/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=359640 CPUtime=821.99
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 91499 0 0 0 82118 81 0 0 25 0 1 0 1184087090 368271360 88689 1992294400 134512640 135243866 4294956256 18446744073709551615 134558496 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 89910 88689 87 178 0 89730 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 359640

[startup+882.302 s]
/proc/loadavg: 1.00 1.04 1.12 2/69 2712
/proc/meminfo: memFree=1588024/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=372196 CPUtime=881.97
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 94657 0 0 0 88113 84 0 0 25 0 1 0 1184087090 381128704 91847 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 93049 91847 87 178 0 92869 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 372196

[startup+942.301 s]
/proc/loadavg: 1.00 1.03 1.11 2/69 2712
/proc/meminfo: memFree=1572408/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=387904 CPUtime=941.95
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 98575 0 0 0 94106 89 0 0 25 0 1 0 1184087090 397213696 95765 1992294400 134512640 135243866 4294956256 18446744073709551615 134558576 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 96976 95765 87 178 0 96796 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 387904

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.10 2/69 2712
/proc/meminfo: memFree=1558840/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=401252 CPUtime=1001.93
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 101916 0 0 0 100101 92 0 0 25 0 1 0 1184087090 410882048 99106 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 100313 99106 87 178 0 100133 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 401252

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.09 2/69 2712
/proc/meminfo: memFree=1544120/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=415924 CPUtime=1061.91
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 105608 0 0 0 106095 96 0 0 25 0 1 0 1184087090 425906176 102798 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 103981 102798 87 178 0 103801 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 415924

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.08 2/69 2712
/proc/meminfo: memFree=1533112/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=426768 CPUtime=1121.89
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 108337 0 0 0 112090 99 0 0 25 0 1 0 1184087090 437010432 105527 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 106692 105527 87 178 0 106512 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 426768

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.08 2/69 2712
/proc/meminfo: memFree=1520312/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=440320 CPUtime=1181.87
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 111568 0 0 0 118084 103 0 0 25 0 1 0 1184087090 450887680 108758 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 110080 108758 87 178 0 109900 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 440320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.01 1.07 2/69 2712
/proc/meminfo: memFree=1515768/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=444584 CPUtime=1200.07
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 112636 0 0 0 119903 104 0 0 25 0 1 0 1184087090 455254016 109826 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 111146 109826 87 178 0 110966 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 444584

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.00 1.01 1.07 2/69 2712
/proc/meminfo: memFree=1515768/2055920 swapFree=4177732/4192956
[pid=2711] ppid=2709 vsize=444584 CPUtime=1200.07
/proc/2711/stat : 2711 (minisat_static) R 2709 2711 2646 0 -1 4194304 112636 0 0 0 119903 104 0 0 25 0 1 0 1184087090 455254016 109826 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/2711/statm: 111146 109826 87 178 0 110966 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 444584

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.57
CPU time (s): 1200.14
CPU user time (s): 1199.03
CPU system time (s): 1.10583
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (KiB): 444584

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

runsolver used 0.998848 second user time and 3.37849 second system time

The end

Launcher Data

Begin job on node63 at 2009-04-07 16:24:21
IDJOB=1589967
IDBENCH=71008
IDSOLVER=568
FILE ID=node63/1589967-1239114260
PBS_JOBID= 9110818
Free space on /tmp= 66380 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-15-5p0.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1589967-1239114260/watcher-1589967-1239114260 -o /tmp/evaluation-result-1589967-1239114260/solver-1589967-1239114260 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1589967-1239114260.cnf

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

MD5SUM BENCH= b21b299f860c56270b509900cff82599
RANDOM SEED=2032033333

node63.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.285
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.285
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1956704 kB
Buffers:          4516 kB
Cached:          56356 kB
SwapCached:       7740 kB
Active:          43436 kB
Inactive:        26556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1956704 kB
SwapTotal:     4192956 kB
SwapFree:      4177732 kB
Dirty:           15732 kB
Writeback:           0 kB
Mapped:          14232 kB
Slab:            14600 kB
Committed_AS:  3471080 kB
PageTables:       1704 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66380 MiB
End job on node63 at 2009-04-07 16:44:24