Trace number 328822

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, and are wall clock time (not CPU 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
minimarch 2007-02-08? (TO) 1200.1 1200.63

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k30.cnf
MD5SUM03500a4d5154d29cb90a2da4600bdebd
Bench CategoryINDUST (industrial 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 variables33787
Number of clauses138990
Sum of the clauses size382962
Maximum clause length37
Minimum clause length1
Number of clauses of size 1408
Number of clauses of size 262676
Number of clauses of size 370520
Number of clauses of size 4206
Number of clauses of size 5385
Number of clauses of size over 54795

Solver Data (download as text)

0.00/0.00	This is MiniMarch, a modified version of 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:  33787                                                |
0.00/0.00	|  Number of clauses:    138990                                               |
0.29/0.39	|  Parsing time:         0.38         s                                       |
1.69/1.71	============================[ Search Statistics ]==============================
1.69/1.71	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.69/1.71	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.69/1.71	===============================================================================
1.69/1.71	|         0 |   15781   111559   404208 |    37186        0    nan |  0.000 % |
1.79/1.80	|       101 |   15781   111559   404208 |    40904      101     15 |  1.225 % |
1.79/1.90	|       252 |   15781   111559   404208 |    44995      252     25 |  1.225 % |
1.99/2.09	|       477 |   15781   111559   404208 |    49495      477     52 |  1.225 % |
2.19/2.21	|       814 |   15781   111559   404208 |    54444      814     62 |  1.225 % |
2.49/2.51	|      1320 |   15781   111559   404208 |    59888     1320     63 |  1.225 % |
2.79/2.82	|      2080 |   15781   111559   404208 |    65877     2080     55 |  1.225 % |
2.89/2.94	|      3219 |   15781   111559   404208 |    72465     3219     42 |  1.225 % |
3.39/3.48	|      4928 |   15781   111559   404208 |    79712     4928     48 |  1.225 % |
3.89/3.93	|      7490 |   15781   111559   404208 |    87683     7490     51 |  1.225 % |
6.89/6.94	|     11335 |   15781   111559   404208 |    96451    11335     61 |  1.225 % |
16.18/16.27	|     17101 |   15781   111559   404208 |   106096    17101     80 |  1.225 % |
24.58/24.61	|     25750 |   15781   111559   404208 |   116706    25750     85 |  1.225 % |
29.98/30.03	|     38724 |   15781   111559   404208 |   128377    38724     78 |  1.225 % |
63.77/63.87	|     58186 |   15781   111559   404208 |   141215    58186     87 |  1.225 % |
163.43/163.57	|     87378 |   15781   111559   404208 |   155336    87378    110 |  1.225 % |
340.46/340.72	|    131167 |   15780   111549   404183 |   170870   131166    131 |  1.228 % |
424.53/424.89	|    196851 |   15779   111539   404158 |   187957    36315    120 |  1.231 % |
476.61/476.90	|    295377 |   15779   111539   404158 |   206752   134841    101 |  1.231 % |
1033.02/1033.54	|    443166 |   15779   111539   404158 |   227428    82209    181 |  1.231 % |

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node43/watcher-328822-1173124626 -o ROOT/results/node43/solver-328822-1173124626 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328822-1173124626/minimarch /tmp/evaluation/328822-1173124626/instance-328822-1173124626.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): 2400 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: 0.99 0.97 0.91 3/64 25265
/proc/meminfo: memFree=1301048/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=1736 CPUtime=0
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 330 0 0 0 0 0 0 0 18 0 1 0 332418705 1777664 314 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134518489 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 434 314 45 132 0 299 0

[startup+0.097692 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 25265
/proc/meminfo: memFree=1301048/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=7892 CPUtime=0.08
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 1811 0 0 0 8 0 0 0 18 0 1 0 332418705 8081408 1795 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 1973 1795 51 132 0 1838 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7892

[startup+0.101692 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 25265
/proc/meminfo: memFree=1301048/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=8024 CPUtime=0.09
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 1849 0 0 0 9 0 0 0 18 0 1 0 332418705 8216576 1833 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134526272 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 2006 1833 51 132 0 1871 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8024

[startup+0.301724 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 25265
/proc/meminfo: memFree=1301048/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=14576 CPUtime=0.29
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 3217 0 0 0 28 1 0 0 19 0 1 0 332418705 14925824 3201 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523051 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 3644 3201 51 132 0 3509 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14576

[startup+0.70179 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 25265
/proc/meminfo: memFree=1301048/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=20512 CPUtime=0.69
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 4850 0 0 0 67 2 0 0 22 0 1 0 332418705 21004288 4834 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 5128 4834 63 132 0 4993 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20512

[startup+1.50192 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25266
/proc/meminfo: memFree=1280640/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=23248 CPUtime=1.49
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 5361 0 0 0 147 2 0 0 25 0 1 0 332418705 23805952 5345 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523094 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 5812 5345 63 132 0 5677 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23248

[startup+3.10119 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25266
/proc/meminfo: memFree=1281728/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=20460 CPUtime=3.09
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 5528 0 0 0 307 2 0 0 25 0 1 0 332418705 20951040 4800 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 5115 4800 67 132 0 4980 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20460

[startup+6.30272 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25266
/proc/meminfo: memFree=1281600/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=20988 CPUtime=6.29
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 5642 0 0 0 627 2 0 0 25 0 1 0 332418705 21491712 4914 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551496 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 5247 4914 67 132 0 5112 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20988

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25266
/proc/meminfo: memFree=1279488/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=23012 CPUtime=12.69
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 6151 0 0 0 1267 2 0 0 25 0 1 0 332418705 23564288 5423 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551533 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 5753 5423 67 132 0 5618 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 23012

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25266
/proc/meminfo: memFree=1274816/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=27620 CPUtime=25.48
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 7299 0 0 0 2545 3 0 0 25 0 1 0 332418705 28282880 6571 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 6905 6571 67 132 0 6770 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 27620

[startup+51.1012 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25266
/proc/meminfo: memFree=1267008/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=35488 CPUtime=51.06
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 9258 0 0 0 5102 4 0 0 25 0 1 0 332418705 36339712 8530 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551262 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 8872 8530 67 132 0 8737 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 35488

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25266
/proc/meminfo: memFree=1254720/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=47756 CPUtime=102.25
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 12304 0 0 0 10218 7 0 0 25 0 1 0 332418705 48902144 11576 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 11939 11576 67 132 0 11804 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 47756

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25266
/proc/meminfo: memFree=1244736/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=57676 CPUtime=162.23
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 14802 0 0 0 16213 10 0 0 25 0 1 0 332418705 59060224 14074 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550924 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 14419 14074 67 132 0 14284 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 57676

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25266
/proc/meminfo: memFree=1233088/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=69356 CPUtime=222.21
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 17683 0 0 0 22208 13 0 0 25 0 1 0 332418705 71020544 16955 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 17339 16955 67 132 0 17204 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 69356

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 25390
/proc/meminfo: memFree=1220800/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=80264 CPUtime=282.12
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 20440 0 0 0 28195 17 0 0 25 0 1 0 332418705 82190336 19712 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 20066 19712 67 132 0 19931 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 80264

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25464
/proc/meminfo: memFree=1211584/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=90468 CPUtime=342.06
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 22979 0 0 0 34186 20 0 0 25 0 1 0 332418705 92639232 22251 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 22617 22251 67 132 0 22482 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 90468

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25464
/proc/meminfo: memFree=1196864/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=105156 CPUtime=402.04
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 26636 0 0 0 40180 24 0 0 25 0 1 0 332418705 107679744 25908 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551152 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 26289 25908 67 132 0 26154 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 105156

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25464
/proc/meminfo: memFree=1196992/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=105156 CPUtime=462.02
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 26636 0 0 0 46178 24 0 0 25 0 1 0 332418705 107679744 25908 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 26289 25908 67 132 0 26154 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 105156

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25464
/proc/meminfo: memFree=1197056/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=105156 CPUtime=521.99
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 26636 0 0 0 52175 24 0 0 25 0 1 0 332418705 107679744 25908 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 26289 25908 67 132 0 26154 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 105156

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25464
/proc/meminfo: memFree=1196992/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=105156 CPUtime=581.97
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 26636 0 0 0 58173 24 0 0 25 0 1 0 332418705 107679744 25908 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 26289 25908 67 132 0 26154 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 105156

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25464
/proc/meminfo: memFree=1190976/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=111232 CPUtime=641.96
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 28129 0 0 0 64170 26 0 0 25 0 1 0 332418705 113901568 27401 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 27808 27401 67 132 0 27673 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 111232

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25464
/proc/meminfo: memFree=1181888/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=120408 CPUtime=701.93
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 30431 0 0 0 70165 28 0 0 25 0 1 0 332418705 123297792 29703 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 30102 29703 67 132 0 29967 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 120408

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25464
/proc/meminfo: memFree=1172544/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=129552 CPUtime=761.91
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 32746 0 0 0 76160 31 0 0 25 0 1 0 332418705 132661248 32018 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551196 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 32388 32018 67 132 0 32253 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 129552

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25464
/proc/meminfo: memFree=1163200/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=139476 CPUtime=821.89
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 35094 0 0 0 82155 34 0 0 25 0 1 0 332418705 142823424 34366 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 34869 34366 67 132 0 34734 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 139476

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25464
/proc/meminfo: memFree=1161728/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=140796 CPUtime=881.87
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 35450 0 0 0 88152 35 0 0 25 0 1 0 332418705 144175104 34722 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 35199 34722 67 132 0 35064 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 140796

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25464
/proc/meminfo: memFree=1161728/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=140796 CPUtime=941.85
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 35453 0 0 0 94150 35 0 0 25 0 1 0 332418705 144175104 34725 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551262 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 35199 34725 67 132 0 35064 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 140796

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25464
/proc/meminfo: memFree=1161728/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=140796 CPUtime=1001.83
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 35455 0 0 0 100148 35 0 0 25 0 1 0 332418705 144175104 34727 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552516 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 35199 34727 67 132 0 35064 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 140796

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25464
/proc/meminfo: memFree=1161792/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=140796 CPUtime=1061.81
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 35455 0 0 0 106146 35 0 0 25 0 1 0 332418705 144175104 34727 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 35199 34727 67 132 0 35064 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 140796

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25464
/proc/meminfo: memFree=1161792/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=140796 CPUtime=1121.78
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 35455 0 0 0 112143 35 0 0 25 0 1 0 332418705 144175104 34727 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551208 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 35199 34727 67 132 0 35064 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 140796

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25464
/proc/meminfo: memFree=1161728/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=140796 CPUtime=1181.77
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 35455 0 0 0 118141 36 0 0 25 0 1 0 332418705 144175104 34727 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 35199 34727 67 132 0 35064 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 140796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 25464
/proc/meminfo: memFree=1161728/2055920 swapFree=4184040/4192956
[pid=25265] ppid=25263 vsize=140796 CPUtime=1200.07
/proc/25265/stat : 25265 (minimarch) R 25263 25265 24810 0 -1 4194304 35455 0 0 0 119971 36 0 0 25 0 1 0 332418705 144175104 34727 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551713 0 0 4096 3 0 0 0 17 1 0 0
/proc/25265/statm: 35199 34727 67 132 0 35064 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 140796

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.63
CPU time (s): 1200.1
CPU user time (s): 1199.72
CPU system time (s): 0.383941
CPU usage (%): 99.9559
Max. virtual memory (cumulated for all children) (KiB): 140796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.72
system time used= 0.383941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35455
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= 6
involuntary context switches= 1716

runsolver used 0.930858 second user time and 2.45563 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Mon Mar  5 19:57:07 UTC 2007

IDJOB= 328822
IDBENCH= 20525
IDSOLVER= 110
FILE ID= node43/328822-1173124626

PBS_JOBID= 4015176

Free space on /tmp= 66509 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k30.cnf
COMMAND LINE= /tmp/evaluation/328822-1173124626/minimarch /tmp/evaluation/328822-1173124626/instance-328822-1173124626.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-328822-1173124626 -o ROOT/results/node43/solver-328822-1173124626 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328822-1173124626/minimarch /tmp/evaluation/328822-1173124626/instance-328822-1173124626.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  03500a4d5154d29cb90a2da4600bdebd

RANDOM SEED= 875467119

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.281
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.281
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:       1301472 kB
Buffers:         28912 kB
Cached:         647904 kB
SwapCached:       2912 kB
Active:         117412 kB
Inactive:       569336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1301472 kB
SwapTotal:     4192956 kB
SwapFree:      4184040 kB
Dirty:            5560 kB
Writeback:           0 kB
Mapped:          15964 kB
Slab:            53736 kB
Committed_AS:   786128 kB
PageTables:       1392 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= 66509 MiB

End job on node43 on Mon Mar  5 20:17:09 UTC 2007