Trace number 1589927

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.12 1200.48

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-10p1.cnf
MD5SUM95ee3bccf00be0d94959b7512fd434b4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark706.808
Satisfiable
(Un)Satisfiability was proved
Number of variables200152
Number of clauses1019667
Sum of the clauses size2431924
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2759459
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	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:  200152                                               |
0.00/0.00	|  Number of clauses:    1019667                                              |
1.69/1.72	|  Parsing time:         1.60         s                                       |
4.29/4.35	============================[ Search Statistics ]==============================
4.29/4.35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.29/4.35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.29/4.35	===============================================================================
4.29/4.35	|         0 |  102119   649399  1786876 |   216466        0    nan |  0.000 % |
4.59/4.67	|       100 |  102108   649399  1786876 |   238112       96     28 | 24.331 % |
4.69/4.78	|       250 |  102108   649399  1786876 |   261924      246     53 | 24.331 % |
5.09/5.14	|       475 |  102106   649399  1786876 |   288116      471     75 | 24.331 % |
5.69/5.73	|       812 |  101951   649399  1786876 |   316928      806     81 | 24.382 % |
6.49/6.53	|      1321 |  101813   649399  1786876 |   348621     1313     97 | 25.036 % |
7.98/8.04	|      2083 |   99995   632508  1742406 |   383483     2057     88 | 26.697 % |
9.98/10.01	|      3222 |   96660   612956  1695073 |   421831     3183    103 | 27.359 % |
11.99/12.00	|      4930 |   95068   600315  1664249 |   464014     4879    132 | 27.581 % |
16.49/16.53	|      7494 |   93659   589031  1636394 |   510416     7342    127 | 28.281 % |
22.98/23.05	|     11340 |   93305   586371  1629975 |   561457    11173    132 | 28.458 % |
33.58/33.64	|     17106 |   92127   576570  1604830 |   617603    16912    136 | 29.046 % |
49.78/49.83	|     25757 |   89529   551751  1539544 |   679364    25457    159 | 30.344 % |
76.27/76.31	|     38737 |   87274   532716  1491100 |   747300    38320    168 | 31.485 % |
117.56/117.65	|     58199 |   85003   515397  1448402 |   822030    57057    193 | 32.606 % |
186.84/186.97	|     87391 |   80962   469521  1324867 |   904233    80512    206 | 34.653 % |
316.89/317.04	|    131180 |   79402   455544  1288021 |   994656   123881    234 | 35.731 % |
508.84/509.01	|    196865 |   77324   440405  1249706 |  1094122   187780    257 | 36.442 % |
872.04/872.35	|    295391 |   73834   415848  1187314 |  1203534   242950    283 | 38.201 % |

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-1589927-1239113874/watcher-1589927-1239113874 -o /tmp/evaluation-result-1589927-1239113874/solver-1589927-1239113874 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1589927-1239113874.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.00 1.00 3/64 391
/proc/meminfo: memFree=1785056/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=2676 CPUtime=0
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 548 0 0 0 0 0 0 0 18 0 1 0 949979078 2740224 533 1992294400 134512640 135243866 4294956256 18446744073709551615 134553583 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 669 534 65 178 0 489 0

[startup+0.0156111 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 391
/proc/meminfo: memFree=1785056/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=5748 CPUtime=0
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 1243 0 0 0 0 0 0 0 18 0 1 0 949979078 5885952 1177 1992294400 134512640 135243866 4294956256 18446744073709551615 134528103 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 1437 1179 65 178 0 1257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5748

[startup+0.101623 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 391
/proc/meminfo: memFree=1785056/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=24916 CPUtime=0.09
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 5068 0 0 0 7 2 0 0 18 0 1 0 949979078 25513984 4997 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 6229 4997 65 178 0 6049 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24916

[startup+0.301652 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 391
/proc/meminfo: memFree=1785056/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=35320 CPUtime=0.29
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 7652 0 0 0 25 4 0 0 19 0 1 0 949979078 36167680 7581 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 8830 7581 65 178 0 8650 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35320

[startup+0.701712 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 391
/proc/meminfo: memFree=1785056/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=46056 CPUtime=0.69
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 10237 0 0 0 63 6 0 0 22 0 1 0 949979078 47161344 10166 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 11514 10166 65 178 0 11334 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46056

[startup+1.50183 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1736088/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=70736 CPUtime=1.49
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 16221 0 0 0 139 10 0 0 25 0 1 0 949979078 72433664 16150 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 17684 16150 65 178 0 17504 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70736

[startup+3.10106 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1706648/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=97268 CPUtime=3.09
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 23177 0 0 0 296 13 0 0 25 0 1 0 949979078 99602432 23106 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 24317 23106 80 178 0 24137 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 97268

[startup+6.30153 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1697688/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=90364 CPUtime=6.29
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 25329 0 0 0 615 14 0 0 25 0 1 0 949979078 92532736 21828 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 22591 21828 87 178 0 22411 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 90364

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1697880/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=90364 CPUtime=12.68
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 25333 0 0 0 1254 14 0 0 25 0 1 0 949979078 92532736 21832 1992294400 134512640 135243866 4294956256 18446744073709551615 134559499 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 22591 21832 87 178 0 22411 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 90364

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1697944/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=90364 CPUtime=25.48
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 25333 0 0 0 2534 14 0 0 25 0 1 0 949979078 92532736 21832 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 22591 21832 87 178 0 22411 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 90364

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1692696/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=95776 CPUtime=51.08
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 26686 0 0 0 5092 16 0 0 25 0 1 0 949979078 98074624 23185 1992294400 134512640 135243866 4294956256 18446744073709551615 134565361 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 23944 23185 87 178 0 23764 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 95776

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1673880/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=114908 CPUtime=102.26
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 31377 0 0 0 10205 21 0 0 25 0 1 0 949979078 117665792 27876 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 28727 27876 87 178 0 28547 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 114908

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1650072/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=138540 CPUtime=162.24
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 37289 0 0 0 16199 25 0 0 25 0 1 0 949979078 141864960 33788 1992294400 134512640 135243866 4294956256 18446744073709551615 134558479 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 34635 33788 87 178 0 34455 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 138540

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1628568/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=160116 CPUtime=222.22
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 42640 0 0 0 22192 30 0 0 25 0 1 0 949979078 163958784 39139 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 40029 39139 87 178 0 39849 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 160116

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1606872/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=181904 CPUtime=282.2
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 48118 0 0 0 28186 34 0 0 25 0 1 0 949979078 186269696 44617 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 45476 44617 87 178 0 45296 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 181904

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1579864/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=208800 CPUtime=342.19
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 54858 0 0 0 34178 41 0 0 25 0 1 0 949979078 213811200 51357 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 52200 51357 87 178 0 52020 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 208800

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1552408/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=236668 CPUtime=402.17
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 61784 0 0 0 40169 48 0 0 25 0 1 0 949979078 242348032 58283 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 59167 58283 87 178 0 58987 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 236668

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1528728/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=259708 CPUtime=462.16
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 67569 0 0 0 46160 56 0 0 25 0 1 0 949979078 265940992 64068 1992294400 134512640 135243866 4294956256 18446744073709551615 134564797 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 64927 64068 87 178 0 64747 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 259708

[startup+522.302 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 392
/proc/meminfo: memFree=1510104/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=278248 CPUtime=522.14
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 72207 0 0 0 52154 60 0 0 25 0 1 0 949979078 284925952 68706 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 69562 68706 87 178 0 69382 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 278248

[startup+582.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 392
/proc/meminfo: memFree=1489240/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=299580 CPUtime=582.11
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 77457 0 0 0 58146 65 0 0 25 0 1 0 949979078 306769920 73956 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 74895 73956 87 178 0 74715 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 299580

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1483288/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=305128 CPUtime=642.11
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 78857 0 0 0 64144 67 0 0 25 0 1 0 949979078 312451072 75356 1992294400 134512640 135243866 4294956256 18446744073709551615 134555699 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 76282 75356 87 178 0 76102 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 305128

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1465496/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=322888 CPUtime=702.08
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 83294 0 0 0 70137 71 0 0 25 0 1 0 949979078 330637312 79793 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 80722 79793 87 178 0 80542 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 322888

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1445912/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=342296 CPUtime=762.07
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 88148 0 0 0 76132 75 0 0 25 0 1 0 949979078 350511104 84647 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 85574 84647 87 178 0 85394 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 342296

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1436504/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=351544 CPUtime=822.04
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 90486 0 0 0 82127 77 0 0 25 0 1 0 949979078 359981056 86985 1992294400 134512640 135243866 4294956256 18446744073709551615 134555733 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 87886 86985 87 178 0 87706 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 351544

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1425624/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=362508 CPUtime=882.03
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 93233 0 0 0 88122 81 0 0 25 0 1 0 949979078 371208192 89732 1992294400 134512640 135243866 4294956256 18446744073709551615 134555895 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 90627 89732 87 178 0 90447 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 362508

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1404824/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=383508 CPUtime=942.01
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 98487 0 0 0 94114 87 0 0 25 0 1 0 949979078 392712192 94986 1992294400 134512640 135243866 4294956256 18446744073709551615 134567865 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 95877 94986 87 178 0 95697 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 383508

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1384472/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=403444 CPUtime=1001.99
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 103466 0 0 0 100108 91 0 0 25 0 1 0 949979078 413126656 99965 1992294400 134512640 135243866 4294956256 18446744073709551615 134558438 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 100861 99965 87 178 0 100681 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 403444

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1369176/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=418920 CPUtime=1061.98
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 107363 0 0 0 106103 95 0 0 25 0 1 0 949979078 428974080 103862 1992294400 134512640 135243866 4294956256 18446744073709551615 134558464 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 104730 103862 87 178 0 104550 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 418920

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1352920/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=434896 CPUtime=1121.95
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 111344 0 0 0 112097 98 0 0 25 0 1 0 949979078 445333504 107843 1992294400 134512640 135243866 4294956256 18446744073709551615 134567907 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 108724 107843 87 178 0 108544 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 434896

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1331288/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=457588 CPUtime=1181.94
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 116902 0 0 0 118088 106 0 0 25 0 1 0 949979078 468570112 113401 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 114397 113401 87 178 0 114217 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 457588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 392
/proc/meminfo: memFree=1323224/2055920 swapFree=4178268/4192956
[pid=391] ppid=389 vsize=464988 CPUtime=1200.03
/proc/391/stat : 391 (minisat_static) R 389 391 32476 0 -1 4194304 118733 0 0 0 119897 106 0 0 25 0 1 0 949979078 476147712 115232 1992294400 134512640 135243866 4294956256 18446744073709551615 134566059 0 0 4096 3 0 0 0 17 1 0 0
/proc/391/statm: 116247 115232 87 178 0 116067 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 464988

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.48
CPU time (s): 1200.12
CPU user time (s): 1198.98
CPU system time (s): 1.14383
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 464988

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

runsolver used 0.956854 second user time and 2.50962 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-07 16:17:56
IDJOB=1589927
IDBENCH=70968
IDSOLVER=568
FILE ID=node39/1589927-1239113874
PBS_JOBID= 9110806
Free space on /tmp= 66424 MiB

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

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

MD5SUM BENCH= 95ee3bccf00be0d94959b7512fd434b4
RANDOM SEED=2006933403

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1785472 kB
Buffers:         19188 kB
Cached:         182092 kB
SwapCached:       8160 kB
Active:          42264 kB
Inactive:       168980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785472 kB
SwapTotal:     4192956 kB
SwapFree:      4178268 kB
Dirty:           19640 kB
Writeback:           0 kB
Mapped:          16760 kB
Slab:            45436 kB
Committed_AS:  2976212 kB
PageTables:       1188 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= 66424 MiB
End job on node39 at 2009-04-07 16:37:58