Trace number 1796459

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.08 1200.43

General information on the benchmark

Nameindustrial/grieu/
vmpc_34.cnf
MD5SUMa27d41b3e10d867544cd2bff7d005be2
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 variables1156
Number of clauses194072
Sum of the clauses size507926
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 276398
Number of clauses of size 3117606
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 568

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:  1156                                                 |
0.00/0.00	|  Number of clauses:    194072                                               |
0.09/0.14	|  Parsing time:         0.14         s                                       |
2.78/2.84	============================[ Search Statistics ]==============================
2.78/2.84	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.78/2.84	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.78/2.84	===============================================================================
2.78/2.84	|         0 |    1155   145571   390572 |    48523        0    nan |  0.000 % |
2.78/2.88	|       100 |    1155   145571   390572 |    53376      100     67 |  0.087 % |
2.88/2.91	|       250 |    1155   145571   390572 |    58713      250    123 |  0.087 % |
2.88/2.95	|       476 |    1155   145571   390572 |    64585      476    112 |  0.087 % |
2.88/2.99	|       814 |    1155   145571   390572 |    71043      814    116 |  0.087 % |
2.98/3.06	|      1321 |    1155   145571   390572 |    78147     1321    118 |  0.087 % |
3.08/3.18	|      2085 |    1155   145571   390572 |    85962     2085    117 |  0.087 % |
3.29/3.38	|      3224 |    1155   145571   390572 |    94558     3224    121 |  0.087 % |
3.68/3.74	|      4932 |    1155   145571   390572 |   104014     4932    117 |  0.087 % |
4.19/4.27	|      7496 |    1155   145571   390572 |   114416     7496    120 |  0.087 % |
5.09/5.14	|     11340 |    1155   145571   390572 |   125857    11340    134 |  0.087 % |
6.89/6.94	|     17107 |    1155   145571   390572 |   138443    17107    128 |  0.087 % |
10.19/10.28	|     25757 |    1155   145571   390572 |   152288    25757    129 |  0.087 % |
18.18/18.24	|     38731 |    1155   145571   390572 |   167516    38731    131 |  0.087 % |
30.88/30.97	|     58192 |    1155   145571   390572 |   184268    58192    132 |  0.087 % |
53.38/53.41	|     87384 |    1155   145571   390572 |   202695    87384    123 |  0.087 % |
112.66/112.76	|    131175 |    1155   145571   390572 |   222964   131175    123 |  0.087 % |
245.62/245.71	|    196861 |    1155   145571   390572 |   245261   196861    128 |  0.087 % |
416.77/416.98	|    295388 |    1155   145571   390572 |   269787    72023    105 |  0.087 % |
741.08/741.35	|    443178 |    1155   145571   390572 |   296766   219813    123 |  0.087 % |

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-1796459-1242075949/watcher-1796459-1242075949 -o /tmp/evaluation-result-1796459-1242075949/solver-1796459-1242075949 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1796459-1242075949.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.01 1.00 1.00 3/65 27663
/proc/meminfo: memFree=546584/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=2064 CPUtime=0
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 409 0 0 0 0 0 0 0 20 0 1 0 235624545 2113536 394 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 516 394 65 178 0 336 0

[startup+0.0901451 s]
/proc/loadavg: 1.01 1.00 1.00 3/65 27663
/proc/meminfo: memFree=546584/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=8436 CPUtime=0.08
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 1945 0 0 0 8 0 0 0 20 0 1 0 235624545 8638464 1930 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 2109 1931 65 178 0 1929 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8436

[startup+0.102144 s]
/proc/loadavg: 1.01 1.00 1.00 3/65 27663
/proc/meminfo: memFree=546584/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=9228 CPUtime=0.09
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 2160 0 0 0 9 0 0 0 20 0 1 0 235624545 9449472 2145 1992294400 134512640 135243866 4294956256 18446744073709551615 134764932 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 2307 2146 65 178 0 2127 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9228

[startup+0.301167 s]
/proc/loadavg: 1.01 1.00 1.00 3/65 27663
/proc/meminfo: memFree=546584/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=12532 CPUtime=0.29
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 2989 0 0 0 29 0 0 0 22 0 1 0 235624545 12832768 2974 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 3133 2974 80 178 0 2953 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12532

[startup+0.701212 s]
/proc/loadavg: 1.01 1.00 1.00 3/65 27663
/proc/meminfo: memFree=546584/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=12532 CPUtime=0.69
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 2994 0 0 0 69 0 0 0 25 0 1 0 235624545 12832768 2979 1992294400 134512640 135243866 4294956256 18446744073709551615 134535826 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 3133 2979 80 178 0 2953 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12532

[startup+1.5013 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 27664
/proc/meminfo: memFree=534928/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=12936 CPUtime=1.49
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 3000 0 0 0 149 0 0 0 25 0 1 0 235624545 13246464 2985 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 3234 2985 80 178 0 3054 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12936

[startup+3.10148 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 27664
/proc/meminfo: memFree=534224/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=11720 CPUtime=3.08
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 3149 0 0 0 308 0 0 0 25 0 1 0 235624545 12001280 2789 1992294400 134512640 135243866 4294956256 18446744073709551615 134558745 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 2930 2789 87 178 0 2750 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 11720

[startup+6.30183 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 27664
/proc/meminfo: memFree=530712/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=17792 CPUtime=6.29
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 4685 0 0 0 627 2 0 0 25 0 1 0 235624545 18219008 4325 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 4448 4325 87 178 0 4268 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17792

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27664
/proc/meminfo: memFree=521696/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=26168 CPUtime=12.68
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 6779 0 0 0 1264 4 0 0 25 0 1 0 235624545 26796032 6419 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 6542 6419 87 178 0 6362 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26168

[startup+25.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27664
/proc/meminfo: memFree=510112/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=37372 CPUtime=25.49
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 9551 0 0 0 2541 8 0 0 25 0 1 0 235624545 38268928 9191 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 9343 9191 87 178 0 9163 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37372

[startup+51.1028 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27664
/proc/meminfo: memFree=493600/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=53884 CPUtime=51.07
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 13704 0 0 0 5096 11 0 0 25 0 1 0 235624545 55177216 13344 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 13471 13344 87 178 0 13291 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 53884

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27664
/proc/meminfo: memFree=472416/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=74804 CPUtime=102.26
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 18913 0 0 0 10209 17 0 0 25 0 1 0 235624545 76599296 18553 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 18701 18553 87 178 0 18521 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 74804

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27664
/proc/meminfo: memFree=452320/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=95208 CPUtime=162.24
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 23970 0 0 0 16201 23 0 0 25 0 1 0 235624545 97492992 23610 1992294400 134512640 135243866 4294956256 18446744073709551615 134565100 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 23802 23610 87 178 0 23622 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 95208

[startup+222.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27664
/proc/meminfo: memFree=435360/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=112048 CPUtime=222.23
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 28165 0 0 0 22196 27 0 0 25 0 1 0 235624545 114737152 27805 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 28012 27805 87 178 0 27832 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 112048

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27664
/proc/meminfo: memFree=420128/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=127688 CPUtime=282.21
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 31988 0 0 0 28190 31 0 0 25 0 1 0 235624545 130752512 31628 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 31922 31628 87 178 0 31742 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 127688

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27664
/proc/meminfo: memFree=407528/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=140092 CPUtime=342.19
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 35092 0 0 0 34186 33 0 0 25 0 1 0 235624545 143454208 34732 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 35023 34732 87 178 0 34843 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 140092

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27664
/proc/meminfo: memFree=401704/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=145816 CPUtime=402.17
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 36514 0 0 0 40182 35 0 0 25 0 1 0 235624545 149315584 36154 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 36454 36154 87 178 0 36274 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 145816

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27664
/proc/meminfo: memFree=401768/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=145816 CPUtime=462.16
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 36514 0 0 0 46181 35 0 0 25 0 1 0 235624545 149315584 36154 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 36454 36154 87 178 0 36274 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 145816

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27664
/proc/meminfo: memFree=401704/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=145816 CPUtime=522.14
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 36515 0 0 0 52179 35 0 0 25 0 1 0 235624545 149315584 36155 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 36454 36155 87 178 0 36274 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 145816

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27664
/proc/meminfo: memFree=401704/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=145816 CPUtime=582.12
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 36520 0 0 0 58177 35 0 0 25 0 1 0 235624545 149315584 36160 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 36454 36160 87 178 0 36274 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 145816

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27664
/proc/meminfo: memFree=401704/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=145816 CPUtime=642.11
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 36523 0 0 0 64176 35 0 0 25 0 1 0 235624545 149315584 36163 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 36454 36163 87 178 0 36274 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 145816

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27664
/proc/meminfo: memFree=401704/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=145816 CPUtime=702.08
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 36524 0 0 0 70173 35 0 0 25 0 1 0 235624545 149315584 36164 1992294400 134512640 135243866 4294956256 18446744073709551615 134566764 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 36454 36164 87 178 0 36274 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 145816

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27664
/proc/meminfo: memFree=401640/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=145816 CPUtime=762.07
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 36527 0 0 0 76172 35 0 0 25 0 1 0 235624545 149315584 36167 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 36454 36167 87 178 0 36274 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 145816

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27664
/proc/meminfo: memFree=401192/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=146344 CPUtime=822.05
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 36653 0 0 0 82170 35 0 0 25 0 1 0 235624545 149856256 36293 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 36586 36293 87 178 0 36406 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 146344

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27664
/proc/meminfo: memFree=392232/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=155148 CPUtime=882.04
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 38881 0 0 0 88166 38 0 0 25 0 1 0 235624545 158871552 38521 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 38787 38521 87 178 0 38607 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 155148

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27664
/proc/meminfo: memFree=384296/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=163260 CPUtime=942.02
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 40885 0 0 0 94162 40 0 0 25 0 1 0 235624545 167178240 40525 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 40815 40525 87 178 0 40635 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 163260

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27664
/proc/meminfo: memFree=376808/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=170704 CPUtime=1002
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 42734 0 0 0 100158 42 0 0 25 0 1 0 235624545 174800896 42374 1992294400 134512640 135243866 4294956256 18446744073709551615 134556191 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 42676 42374 87 178 0 42496 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 170704

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27664
/proc/meminfo: memFree=375080/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=172440 CPUtime=1061.99
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 43155 0 0 0 106156 43 0 0 25 0 1 0 235624545 176578560 42795 1992294400 134512640 135243866 4294956256 18446744073709551615 134556115 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 43110 42795 87 178 0 42930 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 172440

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27664
/proc/meminfo: memFree=375080/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=172440 CPUtime=1121.97
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 43155 0 0 0 112154 43 0 0 25 0 1 0 235624545 176578560 42795 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 43110 42795 87 178 0 42930 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 172440

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27664
/proc/meminfo: memFree=375080/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=172440 CPUtime=1181.95
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 43155 0 0 0 118152 43 0 0 25 0 1 0 235624545 176578560 42795 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 43110 42795 87 178 0 42930 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 172440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 27664
/proc/meminfo: memFree=375080/2055920 swapFree=4181584/4192956
[pid=27663] ppid=27661 vsize=172440 CPUtime=1200.05
/proc/27663/stat : 27663 (minisat_static) R 27661 27663 27494 0 -1 4194304 43155 0 0 0 119962 43 0 0 25 0 1 0 235624545 176578560 42795 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/27663/statm: 43110 42795 87 178 0 42930 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 172440

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.43
CPU time (s): 1200.08
CPU user time (s): 1199.63
CPU system time (s): 0.45593
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 172440

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

runsolver used 1.36779 second user time and 2.98955 second system time

The end

Launcher Data

Begin job on node86 at 2009-05-11 23:05:49
IDJOB=1796459
IDBENCH=20493
IDSOLVER=568
FILE ID=node86/1796459-1242075949
PBS_JOBID= 9277615
Free space on /tmp= 66208 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/industrial/grieu/vmpc_34.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796459-1242075949/watcher-1796459-1242075949 -o /tmp/evaluation-result-1796459-1242075949/solver-1796459-1242075949 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1796459-1242075949.cnf

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

MD5SUM BENCH= a27d41b3e10d867544cd2bff7d005be2
RANDOM SEED=940860280

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        547000 kB
Buffers:         65684 kB
Cached:        1330384 kB
SwapCached:       5480 kB
Active:         305592 kB
Inactive:      1099064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        547000 kB
SwapTotal:     4192956 kB
SwapFree:      4181584 kB
Dirty:            3604 kB
Writeback:           0 kB
Mapped:          14228 kB
Slab:            90128 kB
Committed_AS:   783728 kB
PageTables:       1464 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= 66208 MiB
End job on node86 at 2009-05-11 23:25:51