Trace number 1796434

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.07 1200.42

General information on the benchmark

Nameindustrial/grieu/
vmpc_30.cnf
MD5SUM8df6cfaff4435ad2a04367a34fb047c1
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 variables900
Number of clauses133080
Sum of the clauses size348570
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252290
Number of clauses of size 380730
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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:  900                                                  |
0.00/0.00	|  Number of clauses:    133080                                               |
0.08/0.10	|  Parsing time:         0.09         s                                       |
1.58/1.65	============================[ Search Statistics ]==============================
1.58/1.65	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.58/1.65	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.58/1.65	===============================================================================
1.58/1.65	|         0 |     899    98929   264506 |    32976        0    nan |  0.000 % |
1.58/1.68	|       100 |     899    98929   264506 |    36273      100     53 |  0.111 % |
1.68/1.70	|       250 |     899    98929   264506 |    39901      250     77 |  0.111 % |
1.68/1.73	|       476 |     899    98929   264506 |    43891      476    102 |  0.111 % |
1.68/1.77	|       816 |     899    98929   264506 |    48280      816     97 |  0.111 % |
1.78/1.83	|      1323 |     899    98929   264506 |    53108     1323     92 |  0.111 % |
1.88/1.92	|      2082 |     899    98929   264506 |    58419     2082     88 |  0.111 % |
1.98/2.07	|      3223 |     899    98929   264506 |    64261     3223     89 |  0.111 % |
2.28/2.33	|      4933 |     899    98929   264506 |    70687     4933     88 |  0.111 % |
2.69/2.77	|      7498 |     899    98929   264506 |    77756     7498     89 |  0.111 % |
3.49/3.56	|     11342 |     899    98929   264506 |    85532    11342     93 |  0.111 % |
5.29/5.36	|     17108 |     899    98929   264506 |    94085    17108    104 |  0.111 % |
9.48/9.53	|     25759 |     899    98929   264506 |   103493    25759    103 |  0.111 % |
18.28/18.39	|     38733 |     899    98929   264506 |   113843    38733    101 |  0.111 % |
34.27/34.39	|     58194 |     899    98929   264506 |   125227    58194     93 |  0.111 % |
76.37/76.42	|     87389 |     899    98929   264506 |   137750    87389     94 |  0.111 % |
162.04/162.11	|    131178 |     899    98929   264506 |   151525   131178     90 |  0.111 % |
258.81/258.95	|    196863 |     899    98929   264506 |   166677    63309     88 |  0.111 % |
467.25/467.42	|    295389 |     899    98929   264506 |   183345   161835     95 |  0.111 % |
764.06/764.35	|    443179 |     898    98759   264114 |   201680   147733     94 |  0.222 % |

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-1796434-1242075532/watcher-1796434-1242075532 -o /tmp/evaluation-result-1796434-1242075532/solver-1796434-1242075532 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1796434-1242075532.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.00 1.00 1.00 3/65 17593
/proc/meminfo: memFree=1387904/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=1924 CPUtime=0
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 355 0 0 0 0 0 0 0 20 0 1 0 235582263 1970176 341 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 481 342 65 178 0 301 0

[startup+0.0987071 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 17593
/proc/meminfo: memFree=1387904/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=9024 CPUtime=0.08
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 2103 0 0 0 8 0 0 0 20 0 1 0 235582263 9240576 2088 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 2256 2088 65 178 0 2076 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9024

[startup+0.101707 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 17593
/proc/meminfo: memFree=1387904/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=9156 CPUtime=0.08
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 2154 0 0 0 8 0 0 0 20 0 1 0 235582263 9375744 2139 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 2289 2140 65 178 0 2109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9156

[startup+0.301729 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 17593
/proc/meminfo: memFree=1387904/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=9152 CPUtime=0.28
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 2189 0 0 0 28 0 0 0 22 0 1 0 235582263 9371648 2174 1992294400 134512640 135243866 4294956256 18446744073709551615 134535741 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 2288 2174 81 178 0 2108 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9152

[startup+0.701773 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 17593
/proc/meminfo: memFree=1387904/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=9420 CPUtime=0.68
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 2194 0 0 0 68 0 0 0 25 0 1 0 235582263 9646080 2179 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 2355 2179 81 178 0 2175 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9420

[startup+1.50186 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17594
/proc/meminfo: memFree=1379192/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=9824 CPUtime=1.48
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 2292 0 0 0 148 0 0 0 25 0 1 0 235582263 10059776 2277 1992294400 134512640 135243866 4294956256 18446744073709551615 134535691 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 2456 2277 81 178 0 2276 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9824

[startup+3.10104 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17594
/proc/meminfo: memFree=1379768/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=10720 CPUtime=3.09
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 2807 0 0 0 308 1 0 0 25 0 1 0 235582263 10977280 2555 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 2680 2555 87 178 0 2500 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10720

[startup+6.3014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17594
/proc/meminfo: memFree=1373624/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=15876 CPUtime=6.28
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 4091 0 0 0 626 2 0 0 25 0 1 0 235582263 16257024 3839 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 3969 3839 87 178 0 3789 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 15876

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17594
/proc/meminfo: memFree=1368120/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=20664 CPUtime=12.68
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 5298 0 0 0 1265 3 0 0 25 0 1 0 235582263 21159936 5046 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 5166 5046 87 178 0 4986 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20664

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17594
/proc/meminfo: memFree=1361016/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=27608 CPUtime=25.48
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 7028 0 0 0 2543 5 0 0 25 0 1 0 235582263 28270592 6776 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 6902 6776 87 178 0 6722 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 27608

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17594
/proc/meminfo: memFree=1351032/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=37868 CPUtime=51.07
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 9548 0 0 0 5100 7 0 0 25 0 1 0 235582263 38776832 9296 1992294400 134512640 135243866 4294956256 18446744073709551615 134555769 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 9467 9296 87 178 0 9287 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37868

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17594
/proc/meminfo: memFree=1338488/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=50340 CPUtime=102.26
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 12630 0 0 0 10215 11 0 0 25 0 1 0 235582263 51548160 12378 1992294400 134512640 135243866 4294956256 18446744073709551615 134555895 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 12585 12378 87 178 0 12405 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 50340

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17600
/proc/meminfo: memFree=1327608/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=61328 CPUtime=162.24
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 15394 0 0 0 16211 13 0 0 25 0 1 0 235582263 62799872 15142 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 15332 15142 87 178 0 15152 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 61328

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17600
/proc/meminfo: memFree=1318968/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=69856 CPUtime=222.22
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 17454 0 0 0 22207 15 0 0 25 0 1 0 235582263 71532544 17202 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 17464 17202 87 178 0 17284 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 69856

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17600
/proc/meminfo: memFree=1317880/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=70916 CPUtime=282.2
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 17710 0 0 0 28204 16 0 0 25 0 1 0 235582263 72617984 17458 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 17729 17458 87 178 0 17549 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 70916

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17600
/proc/meminfo: memFree=1317816/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=70916 CPUtime=342.19
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 17713 0 0 0 34203 16 0 0 25 0 1 0 235582263 72617984 17461 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 17729 17461 87 178 0 17549 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 70916

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17600
/proc/meminfo: memFree=1317496/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=71344 CPUtime=402.17
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 17822 0 0 0 40201 16 0 0 25 0 1 0 235582263 73056256 17570 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 17836 17570 87 178 0 17656 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 71344

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17600
/proc/meminfo: memFree=1308472/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=80444 CPUtime=462.15
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 20067 0 0 0 46196 19 0 0 25 0 1 0 235582263 82374656 19815 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 20111 19815 87 178 0 19931 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 80444

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17600
/proc/meminfo: memFree=1299960/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=89012 CPUtime=522.13
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 22177 0 0 0 52193 20 0 0 25 0 1 0 235582263 91148288 21925 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 22253 21925 87 178 0 22073 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 89012

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17600
/proc/meminfo: memFree=1295480/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=93628 CPUtime=582.12
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 23282 0 0 0 58191 21 0 0 25 0 1 0 235582263 95875072 23030 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 23407 23030 87 178 0 23227 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 93628

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17600
/proc/meminfo: memFree=1295096/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=94056 CPUtime=642.1
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 23371 0 0 0 64189 21 0 0 25 0 1 0 235582263 96313344 23119 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 23514 23119 87 178 0 23334 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 94056

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17600
/proc/meminfo: memFree=1294328/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=94876 CPUtime=702.08
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 23572 0 0 0 70187 21 0 0 25 0 1 0 235582263 97153024 23320 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 23719 23320 87 178 0 23539 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 94876

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17600
/proc/meminfo: memFree=1292536/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=97004 CPUtime=762.07
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 24006 0 0 0 76186 21 0 0 25 0 1 0 235582263 99332096 23754 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 24251 23754 87 178 0 24071 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 97004

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17600
/proc/meminfo: memFree=1291640/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=98176 CPUtime=822.04
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 24235 0 0 0 82183 21 0 0 25 0 1 0 235582263 100532224 23983 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 24544 23983 87 178 0 24364 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 98176

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17600
/proc/meminfo: memFree=1291128/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=98712 CPUtime=882.02
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 24352 0 0 0 88181 21 0 0 25 0 1 0 235582263 101081088 24100 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 24678 24100 87 178 0 24498 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 98712

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17600
/proc/meminfo: memFree=1290168/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=99692 CPUtime=942.02
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 24579 0 0 0 94180 22 0 0 25 0 1 0 235582263 102084608 24327 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 24923 24327 87 178 0 24743 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 99692

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17600
/proc/meminfo: memFree=1285304/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=104644 CPUtime=1001.99
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 25801 0 0 0 100176 23 0 0 25 0 1 0 235582263 107155456 25549 1992294400 134512640 135243866 4294956256 18446744073709551615 134555795 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 26161 25549 87 178 0 25981 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 104644

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17600
/proc/meminfo: memFree=1285304/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=104644 CPUtime=1061.98
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 25801 0 0 0 106175 23 0 0 25 0 1 0 235582263 107155456 25549 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 26161 25549 87 178 0 25981 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 104644

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17600
/proc/meminfo: memFree=1284472/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=105708 CPUtime=1121.96
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 25991 0 0 0 112173 23 0 0 25 0 1 0 235582263 108244992 25739 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 26427 25739 87 178 0 26247 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 105708

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17600
/proc/meminfo: memFree=1283704/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=106604 CPUtime=1181.94
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 26176 0 0 0 118171 23 0 0 25 0 1 0 235582263 109162496 25924 1992294400 134512640 135243866 4294956256 18446744073709551615 134555929 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 26651 25924 87 178 0 26471 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 106604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17600
/proc/meminfo: memFree=1283512/2055920 swapFree=4181612/4192956
[pid=17593] ppid=17591 vsize=106848 CPUtime=1200.04
/proc/17593/stat : 17593 (minisat_static) R 17591 17593 17429 0 -1 4194304 26226 0 0 0 119981 23 0 0 25 0 1 0 235582263 109412352 25974 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/17593/statm: 26712 25974 87 178 0 26532 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 106848

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.42
CPU time (s): 1200.07
CPU user time (s): 1199.82
CPU system time (s): 0.252961
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 106848

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

runsolver used 1.36379 second user time and 2.94355 second system time

The end

Launcher Data

Begin job on node91 at 2009-05-11 22:58:52
IDJOB=1796434
IDBENCH=20487
IDSOLVER=568
FILE ID=node91/1796434-1242075532
PBS_JOBID= 9277642
Free space on /tmp= 66236 MiB

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

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

MD5SUM BENCH= 8df6cfaff4435ad2a04367a34fb047c1
RANDOM SEED=759542106

node91.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.241
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.241
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:       1388384 kB
Buffers:         48772 kB
Cached:         532096 kB
SwapCached:       4952 kB
Active:         116352 kB
Inactive:       473316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1388384 kB
SwapTotal:     4192956 kB
SwapFree:      4181612 kB
Dirty:            2748 kB
Writeback:           0 kB
Mapped:          15196 kB
Slab:            63748 kB
Committed_AS:   668356 kB
PageTables:       1356 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= 66236 MiB
End job on node91 at 2009-05-11 23:18:55