Trace number 329284

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

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k100.cnf
MD5SUMcf1b8194ff6d413d396ac9e26bb031ef
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 variables50797
Number of clauses177980
Sum of the clauses size470252
Maximum clause length37
Minimum clause length1
Number of clauses of size 11318
Number of clauses of size 295086
Number of clauses of size 374860
Number of clauses of size 4486
Number of clauses of size 5945
Number of clauses of size over 55285

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:  50797                                                |
0.00/0.00	|  Number of clauses:    177980                                               |
0.49/0.50	|  Parsing time:         0.48         s                                       |
1.99/2.02	============================[ Search Statistics ]==============================
1.99/2.02	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.99/2.02	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.99/2.02	===============================================================================
1.99/2.02	|         0 |   18738   124447   446597 |    41482        0    nan |  0.000 % |
2.19/2.21	|       102 |   18738   124447   446597 |    45630      102     95 |  2.606 % |
2.19/2.27	|       253 |   18738   124447   446597 |    50193      253     63 |  2.606 % |
2.39/2.49	|       479 |   18738   124447   446597 |    55212      479     54 |  2.606 % |
2.59/2.60	|       817 |   18738   124447   446597 |    60734      817     35 |  2.606 % |
3.09/3.11	|      1323 |   18738   124447   446597 |    66807     1323     58 |  2.606 % |
3.50/3.53	|      2082 |   18738   124447   446597 |    73488     2082     61 |  2.606 % |
4.79/4.86	|      3222 |   18738   124447   446597 |    80837     3222     83 |  2.606 % |
5.29/5.32	|      4930 |   18738   124447   446597 |    88921     4930     61 |  2.606 % |
8.99/9.05	|      7493 |   18738   124447   446597 |    97813     7493     72 |  2.606 % |
15.79/15.85	|     11337 |   18738   124447   446597 |   107594    11337     90 |  2.606 % |
21.68/21.74	|     17103 |   18738   124447   446597 |   118353    17103     92 |  2.607 % |
32.98/33.02	|     25753 |   18738   124447   446597 |   130189    25753     92 |  2.606 % |
56.47/56.53	|     38728 |   18738   124447   446597 |   143208    38728    101 |  2.606 % |
91.97/92.07	|     58189 |   18738   124447   446597 |   157529    58189    110 |  2.606 % |
127.05/127.17	|     87381 |   18738   124447   446597 |   173282    87381    100 |  2.606 % |
262.81/262.93	|    131170 |   18738   124447   446597 |   190610   131170    117 |  2.606 % |
478.03/478.26	|    196855 |   18736   124433   446553 |   209671   196851    136 |  2.610 % |
643.98/644.24	|    295382 |   18734   124410   446494 |   230638    97125    138 |  2.614 % |
1115.43/1115.84	|    443171 |   18734   124410   446494 |   253702    17223     83 |  2.614 % |

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/node60/watcher-329284-1173136649 -o ROOT/results/node60/solver-329284-1173136649 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/329284-1173136649/minimarch /tmp/evaluation/329284-1173136649/instance-329284-1173136649.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.92 0.98 0.99 3/64 27978
/proc/meminfo: memFree=1560528/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=1736 CPUtime=0
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 330 0 0 0 0 0 0 0 18 0 1 0 333621751 1777664 314 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134518489 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 434 314 45 132 0 299 0

[startup+0.05129 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27978
/proc/meminfo: memFree=1560528/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=5008 CPUtime=0.04
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 1106 0 0 0 4 0 0 0 18 0 1 0 333621751 5128192 1090 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 1252 1090 51 132 0 1117 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5008

[startup+0.101298 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27978
/proc/meminfo: memFree=1560528/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=7860 CPUtime=0.09
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 1827 0 0 0 9 0 0 0 18 0 1 0 333621751 8048640 1811 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 1998 1812 51 132 0 1863 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7860

[startup+0.301333 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27978
/proc/meminfo: memFree=1560528/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=18700 CPUtime=0.29
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 4202 0 0 0 28 1 0 0 19 0 1 0 333621751 19148800 4186 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 4675 4186 51 132 0 4540 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18700

[startup+0.701405 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27978
/proc/meminfo: memFree=1560528/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=21864 CPUtime=0.69
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 5080 0 0 0 67 2 0 0 22 0 1 0 333621751 22388736 5064 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 5466 5064 63 132 0 5331 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21864

[startup+1.50155 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 27979
/proc/meminfo: memFree=1534920/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=28696 CPUtime=1.49
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 6679 0 0 0 147 2 0 0 25 0 1 0 333621751 29384704 6663 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523026 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 7174 6663 63 132 0 7039 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28696

[startup+3.10183 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 27979
/proc/meminfo: memFree=1536136/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=25584 CPUtime=3.09
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 7105 0 0 0 307 2 0 0 25 0 1 0 333621751 26198016 6042 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 6396 6042 67 132 0 6261 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25584

[startup+6.3014 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 27979
/proc/meminfo: memFree=1536072/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=25584 CPUtime=6.29
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 7105 0 0 0 626 3 0 0 25 0 1 0 333621751 26198016 6042 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 6396 6042 67 132 0 6261 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25584

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 27979
/proc/meminfo: memFree=1535432/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=26648 CPUtime=12.69
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 7369 0 0 0 1266 3 0 0 25 0 1 0 333621751 27287552 6306 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 6662 6306 67 132 0 6527 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26648

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 27979
/proc/meminfo: memFree=1531080/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=30904 CPUtime=25.49
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 8428 0 0 0 2545 4 0 0 25 0 1 0 333621751 31645696 7365 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 7726 7365 67 132 0 7591 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30904

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 27979
/proc/meminfo: memFree=1524424/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=37684 CPUtime=51.08
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 10101 0 0 0 5102 6 0 0 25 0 1 0 333621751 38588416 9038 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557711 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 9421 9038 67 132 0 9286 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 37684

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 27979
/proc/meminfo: memFree=1509064/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=52972 CPUtime=102.26
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 13897 0 0 0 10217 9 0 0 25 0 1 0 333621751 54243328 12834 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 13243 12834 67 132 0 13108 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 52972

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27979
/proc/meminfo: memFree=1496392/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=65748 CPUtime=162.24
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 17091 0 0 0 16210 14 0 0 25 0 1 0 333621751 67325952 16028 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551264 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 16437 16028 67 132 0 16302 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 65748

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27979
/proc/meminfo: memFree=1484552/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=77384 CPUtime=222.22
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 20014 0 0 0 22204 18 0 0 25 0 1 0 333621751 79241216 18951 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 19346 18951 67 132 0 19211 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 77384

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27979
/proc/meminfo: memFree=1466504/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=95692 CPUtime=282.2
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 24552 0 0 0 28197 23 0 0 25 0 1 0 333621751 97988608 23489 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 23923 23489 67 132 0 23788 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 95692

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27979
/proc/meminfo: memFree=1456200/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=105892 CPUtime=342.18
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 27107 0 0 0 34192 26 0 0 25 0 1 0 333621751 108433408 26044 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 26473 26044 67 132 0 26338 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 105892

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27979
/proc/meminfo: memFree=1444488/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=117640 CPUtime=402.16
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 30057 0 0 0 40185 31 0 0 25 0 1 0 333621751 120463360 28994 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 29410 28994 67 132 0 29275 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 117640

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27979
/proc/meminfo: memFree=1430856/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=131104 CPUtime=462.14
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 33430 0 0 0 46178 36 0 0 25 0 1 0 333621751 134250496 32367 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 32776 32367 67 132 0 32641 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 131104

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27979
/proc/meminfo: memFree=1419400/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=142804 CPUtime=522.12
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 36261 0 0 0 52174 38 0 0 25 0 1 0 333621751 146231296 35198 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 35701 35198 67 132 0 35566 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 142804

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27979
/proc/meminfo: memFree=1419400/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=142804 CPUtime=582.1
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 36261 0 0 0 58172 38 0 0 25 0 1 0 333621751 146231296 35198 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 35701 35198 67 132 0 35566 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 142804

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27979
/proc/meminfo: memFree=1419464/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=142804 CPUtime=642.08
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 36261 0 0 0 64170 38 0 0 25 0 1 0 333621751 146231296 35198 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 35701 35198 67 132 0 35566 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 142804

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27979
/proc/meminfo: memFree=1419400/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=142804 CPUtime=702.06
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 36261 0 0 0 70168 38 0 0 25 0 1 0 333621751 146231296 35198 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 35701 35198 67 132 0 35566 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 142804

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27979
/proc/meminfo: memFree=1419400/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=142804 CPUtime=762.05
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 36261 0 0 0 76166 39 0 0 25 0 1 0 333621751 146231296 35198 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 35701 35198 67 132 0 35566 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 142804

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27979
/proc/meminfo: memFree=1419400/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=142804 CPUtime=822.02
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 36261 0 0 0 82163 39 0 0 25 0 1 0 333621751 146231296 35198 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551208 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 35701 35198 67 132 0 35566 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 142804

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27979
/proc/meminfo: memFree=1419400/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=142804 CPUtime=882
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 36261 0 0 0 88161 39 0 0 25 0 1 0 333621751 146231296 35198 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 35701 35198 67 132 0 35566 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 142804

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27979
/proc/meminfo: memFree=1419336/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=142804 CPUtime=941.98
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 36261 0 0 0 94159 39 0 0 25 0 1 0 333621751 146231296 35198 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 35701 35198 67 132 0 35566 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 142804

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27979
/proc/meminfo: memFree=1416520/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=145648 CPUtime=1001.97
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 36968 0 0 0 100157 40 0 0 25 0 1 0 333621751 149143552 35905 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 36412 35905 67 132 0 36277 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 145648

[startup+1062.3 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 27979
/proc/meminfo: memFree=1409992/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=152336 CPUtime=1061.94
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 38624 0 0 0 106152 42 0 0 25 0 1 0 333621751 155992064 37561 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 38084 37561 67 132 0 37949 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 152336

[startup+1122.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/65 27979
/proc/meminfo: memFree=1400520/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=161748 CPUtime=1121.92
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 40952 0 0 0 112147 45 0 0 25 0 1 0 333621751 165629952 39889 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 40437 39889 67 132 0 40302 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 161748

[startup+1182.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 27979
/proc/meminfo: memFree=1400520/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=161748 CPUtime=1181.9
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 40952 0 0 0 118145 45 0 0 25 0 1 0 333621751 165629952 39889 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 40437 39889 67 132 0 40302 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 161748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.10 1.04 1.00 2/65 27979
/proc/meminfo: memFree=1400584/2055920 swapFree=4183500/4192956
[pid=27978] ppid=27976 vsize=161748 CPUtime=1200
/proc/27978/stat : 27978 (minimarch) R 27976 27978 27543 0 -1 4194304 40952 0 0 0 119955 45 0 0 25 0 1 0 333621751 165629952 39889 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551185 0 0 4096 3 0 0 0 17 1 0 0
/proc/27978/statm: 40437 39889 67 132 0 40302 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 161748

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.04
CPU user time (s): 1199.56
CPU system time (s): 0.477927
CPU usage (%): 99.967
Max. virtual memory (cumulated for all children) (KiB): 161748

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

runsolver used 0.855869 second user time and 2.45863 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Mon Mar  5 23:17:29 UTC 2007

IDJOB= 329284
IDBENCH= 20536
IDSOLVER= 110
FILE ID= node60/329284-1173136649

PBS_JOBID= 4015179

Free space on /tmp= 66523 MiB

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

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  cf1b8194ff6d413d396ac9e26bb031ef

RANDOM SEED= 289309637

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.283
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.283
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:       1560944 kB
Buffers:         31292 kB
Cached:         388800 kB
SwapCached:       3412 kB
Active:          80028 kB
Inactive:       349736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1560944 kB
SwapTotal:     4192956 kB
SwapFree:      4183500 kB
Dirty:            6660 kB
Writeback:           0 kB
Mapped:          15596 kB
Slab:            51216 kB
Committed_AS:   923040 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= 66523 MiB

End job on node60 on Mon Mar  5 23:37:32 UTC 2007