Trace number 427395

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-04-26 (fixed)? (TO) 1200.06 1200.11

General information on the benchmark

Namerandom/OnTreshold/7SAT/v75/
unif-k7-r89-v75-c6675-S1572638390-17.SAT.shuffled.cnf
MD5SUMce74deb44849da26eb98932c0518f94a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.12498
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses6675
Sum of the clauses size46725
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56675

Solver Data (download as text)

0.00/0.00	This is MiniMarch 1.1, 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:  75                                                   |
0.00/0.00	|  Number of clauses:    6675                                                 |
0.00/0.02	|  Parsing time:         0.03         s                                       |
0.20/0.25	============================[ Search Statistics ]==============================
0.20/0.25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.20/0.25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.20/0.25	===============================================================================
0.20/0.25	|         0 |      75     6675    46725 |     2225        0    nan |  0.000 % |
0.20/0.26	|       102 |      75     6675    46725 |     2447      102     27 |  0.018 % |
0.20/0.27	|       254 |      75     6675    46725 |     2692      254     26 |  0.018 % |
0.20/0.28	|       480 |      75     6675    46725 |     2961      480     26 |  0.018 % |
0.30/0.30	|       817 |      75     6675    46725 |     3257      817     26 |  0.018 % |
0.30/0.33	|      1324 |      75     6675    46725 |     3583     1324     26 |  0.018 % |
0.30/0.37	|      2083 |      75     6675    46725 |     3941     2083     26 |  0.018 % |
0.40/0.45	|      3224 |      75     6675    46725 |     4335     3224     26 |  0.018 % |
0.50/0.56	|      4932 |      75     6675    46725 |     4769     2747     26 |  0.018 % |
0.70/0.76	|      7495 |      75     6675    46725 |     5246     2912     25 |  0.018 % |
1.00/1.04	|     11341 |      75     6675    46725 |     5771     4119     25 |  0.018 % |
1.49/1.51	|     17108 |      75     6675    46725 |     6348     4082     26 |  0.018 % |
2.20/2.22	|     25757 |      75     6675    46725 |     6983     6348     26 |  0.018 % |
3.20/3.25	|     38734 |      75     6675    46725 |     7681     5294     25 |  0.018 % |
4.79/4.89	|     58196 |      75     6675    46725 |     8449     5466     25 |  0.018 % |
7.49/7.55	|     87389 |      75     6675    46725 |     9294     4968     24 |  0.018 % |
11.69/11.74	|    131178 |      75     6675    46725 |    10223     6787     25 |  0.018 % |
18.39/18.42	|    196862 |      75     6675    46725 |    11246     5819     24 |  0.018 % |
28.79/28.89	|    295389 |      75     6675    46725 |    12370     8479     25 |  0.018 % |
45.49/45.58	|    443183 |      75     6675    46725 |    13607     7437     25 |  0.018 % |
72.00/72.07	|    664868 |      75     6675    46725 |    14968    10891     25 |  0.018 % |
115.20/115.25	|    997396 |      75     6675    46725 |    16465    13429     25 |  0.018 % |
184.50/184.57	|   1496184 |      75     6675    46725 |    18112     9115     24 |  0.018 % |
296.11/296.19	|   2244366 |      75     6675    46725 |    19923    13444     25 |  0.018 % |
477.01/477.06	|   3366640 |      75     6675    46725 |    21915    18371     25 |  0.018 % |
773.63/773.60	|   5050052 |      75     6675    46725 |    24107    12099     23 |  0.018 % |

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node16/watcher-427395-1177645690 -o ROOT/results/node16/solver-427395-1177645690 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/427395-1177645690/minimarch_fixed /tmp/evaluation/427395-1177645690/instance-427395-1177645690.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/77 24192
/proc/meminfo: memFree=1603128/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=1868 CPUtime=0
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 212486645 1912832 157 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 467 158 51 132 0 332 0

[startup+0.0998751 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 24192
/proc/meminfo: memFree=1603128/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=2260 CPUtime=0.09
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 290 0 0 0 9 0 0 0 18 0 1 0 212486645 2314240 275 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523084 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 565 275 63 132 0 430 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2260

[startup+0.101874 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 24192
/proc/meminfo: memFree=1603128/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=2260 CPUtime=0.1
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 290 0 0 0 10 0 0 0 18 0 1 0 212486645 2314240 275 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134535926 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 565 275 63 132 0 430 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2260

[startup+0.301833 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 24192
/proc/meminfo: memFree=1603128/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=2352 CPUtime=0.3
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 302 0 0 0 30 0 0 0 19 0 1 0 212486645 2408448 287 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134631055 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 588 287 67 132 0 453 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2352

[startup+0.701749 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 24192
/proc/meminfo: memFree=1603128/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=2748 CPUtime=0.7
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 401 0 0 0 70 0 0 0 23 0 1 0 212486645 2813952 386 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 687 386 67 132 0 552 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2748

[startup+1.50158 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 24193
/proc/meminfo: memFree=1601648/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=3020 CPUtime=1.49
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 472 0 0 0 149 0 0 0 25 0 1 0 212486645 3092480 457 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 755 457 67 132 0 620 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3020

[startup+3.10125 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 24193
/proc/meminfo: memFree=1601264/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=3284 CPUtime=3.09
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 549 0 0 0 309 0 0 0 25 0 1 0 212486645 3362816 534 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551681 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 821 534 67 132 0 686 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3284

[startup+6.30158 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 24193
/proc/meminfo: memFree=1600752/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=3680 CPUtime=6.29
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 630 0 0 0 629 0 0 0 25 0 1 0 212486645 3768320 615 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550374 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 920 615 67 132 0 785 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3680

[startup+12.7012 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 24193
/proc/meminfo: memFree=1600320/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=4076 CPUtime=12.69
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 736 0 0 0 1269 0 0 0 25 0 1 0 212486645 4173824 721 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551272 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 1019 721 67 132 0 884 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4076

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 24193
/proc/meminfo: memFree=1599808/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=4616 CPUtime=25.49
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 858 0 0 0 2549 0 0 0 25 0 1 0 212486645 4726784 843 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 1154 843 67 132 0 1019 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4616

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 24193
/proc/meminfo: memFree=1599168/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=5188 CPUtime=51.09
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 1006 0 0 0 5109 0 0 0 25 0 1 0 212486645 5312512 991 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551337 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 1297 991 67 132 0 1162 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 5188

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 24193
/proc/meminfo: memFree=1598400/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=5900 CPUtime=102.3
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 1175 0 0 0 10229 1 0 0 25 0 1 0 212486645 6041600 1160 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 1475 1160 67 132 0 1340 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 5900

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24193
/proc/meminfo: memFree=1597824/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=6488 CPUtime=162.29
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 1307 0 0 0 16228 1 0 0 25 0 1 0 212486645 6643712 1292 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 1622 1292 67 132 0 1487 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 6488

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24193
/proc/meminfo: memFree=1597376/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=6940 CPUtime=222.3
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 1406 0 0 0 22228 2 0 0 25 0 1 0 212486645 7106560 1391 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 1735 1391 67 132 0 1600 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 6940

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24193
/proc/meminfo: memFree=1597248/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=7080 CPUtime=282.3
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 1450 0 0 0 28228 2 0 0 25 0 1 0 212486645 7249920 1435 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551296 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 1770 1435 67 132 0 1635 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 7080

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24193
/proc/meminfo: memFree=1596928/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=7552 CPUtime=342.31
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 1536 0 0 0 34228 3 0 0 25 0 1 0 212486645 7733248 1521 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 1888 1521 67 132 0 1753 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 7552

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24193
/proc/meminfo: memFree=1596544/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=7836 CPUtime=402.31
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 1613 0 0 0 40228 3 0 0 25 0 1 0 212486645 8024064 1598 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 1959 1598 67 132 0 1824 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 7836

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24193
/proc/meminfo: memFree=1596416/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=8120 CPUtime=462.31
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 1653 0 0 0 46227 4 0 0 25 0 1 0 212486645 8314880 1638 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 2030 1638 67 132 0 1895 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 8120

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 24193
/proc/meminfo: memFree=1596160/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=8284 CPUtime=522.31
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 1717 0 0 0 52227 4 0 0 25 0 1 0 212486645 8482816 1702 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551337 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 2071 1702 67 132 0 1936 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 8284

[startup+582.301 s]
/proc/loadavg: 1.03 1.00 1.00 2/78 24193
/proc/meminfo: memFree=1596032/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=8572 CPUtime=582.32
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 1762 0 0 0 58227 5 0 0 25 0 1 0 212486645 8777728 1747 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 2143 1747 67 132 0 2008 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 8572

[startup+642.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 24193
/proc/meminfo: memFree=1595904/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=8712 CPUtime=642.33
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 1800 0 0 0 64228 5 0 0 25 0 1 0 212486645 8921088 1785 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 2178 1785 67 132 0 2043 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 8712

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24193
/proc/meminfo: memFree=1595712/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=8856 CPUtime=702.33
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 1833 0 0 0 70227 6 0 0 25 0 1 0 212486645 9068544 1818 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550445 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 2214 1818 67 132 0 2079 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 8856

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24193
/proc/meminfo: memFree=1595712/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=8856 CPUtime=762.33
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 1840 0 0 0 76227 6 0 0 25 0 1 0 212486645 9068544 1825 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 2214 1825 67 132 0 2079 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 8856

[startup+822.301 s]
/proc/loadavg: 1.09 1.03 1.01 2/84 24369
/proc/meminfo: memFree=1594240/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=8856 CPUtime=822.24
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 1859 0 0 0 82217 7 0 0 25 0 1 0 212486645 9068544 1844 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 2214 1844 67 132 0 2079 0
Current children cumulated CPU time (s) 822.24
Current children cumulated vsize (KiB) 8856

[startup+882.302 s]
/proc/loadavg: 1.03 1.02 1.00 3/78 24391
/proc/meminfo: memFree=1595264/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=8992 CPUtime=882.23
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 1905 0 0 0 88215 8 0 0 25 0 1 0 212486645 9207808 1890 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 2248 1890 67 132 0 2113 0
Current children cumulated CPU time (s) 882.23
Current children cumulated vsize (KiB) 8992

[startup+942.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 24391
/proc/meminfo: memFree=1595200/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=9184 CPUtime=942.22
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 1923 0 0 0 94214 8 0 0 25 0 1 0 212486645 9404416 1908 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 2296 1908 67 132 0 2161 0
Current children cumulated CPU time (s) 942.22
Current children cumulated vsize (KiB) 9184

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 24391
/proc/meminfo: memFree=1595136/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=9184 CPUtime=1002.23
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 1945 0 0 0 100214 9 0 0 25 0 1 0 212486645 9404416 1930 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551296 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 2296 1930 67 132 0 2161 0
Current children cumulated CPU time (s) 1002.23
Current children cumulated vsize (KiB) 9184

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24391
/proc/meminfo: memFree=1595008/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=9324 CPUtime=1062.23
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 1979 0 0 0 106214 9 0 0 25 0 1 0 212486645 9547776 1964 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551675 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 2331 1964 67 132 0 2196 0
Current children cumulated CPU time (s) 1062.23
Current children cumulated vsize (KiB) 9324

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24391
/proc/meminfo: memFree=1595136/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=9468 CPUtime=1122.24
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 1991 0 0 0 112214 10 0 0 25 0 1 0 212486645 9695232 1976 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 2367 1976 67 132 0 2232 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 9468

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24391
/proc/meminfo: memFree=1595008/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=9468 CPUtime=1182.24
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 2011 0 0 0 118214 10 0 0 25 0 1 0 212486645 9695232 1996 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 2367 1996 67 132 0 2232 0
Current children cumulated CPU time (s) 1182.24
Current children cumulated vsize (KiB) 9468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24391
/proc/meminfo: memFree=1595072/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=9468 CPUtime=1200.05
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 2011 0 0 0 119995 10 0 0 25 0 1 0 212486645 9695232 1996 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551281 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 2367 1996 67 132 0 2232 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 9468

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.11 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 24391
/proc/meminfo: memFree=1595072/2055920 swapFree=4148656/4192956
[pid=24192] ppid=24190 vsize=9468 CPUtime=1200.05
/proc/24192/stat : 24192 (minimarch_fixed) R 24190 24192 22926 0 -1 4194304 2011 0 0 0 119995 10 0 0 25 0 1 0 212486645 9695232 1996 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551281 0 0 4096 3 0 0 0 17 1 0 0
/proc/24192/statm: 2367 1996 67 132 0 2232 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 9468

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.11
CPU time (s): 1200.06
CPU user time (s): 1199.95
CPU system time (s): 0.108983
CPU usage (%): 99.9959
Max. virtual memory (cumulated for all children) (KiB): 9468

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

runsolver used 0.944856 second user time and 2.72458 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Fri Apr 27 03:48:10 UTC 2007

IDJOB= 427395
IDBENCH= 19953
IDSOLVER= 198
FILE ID= node16/427395-1177645690

PBS_JOBID= 4697281

Free space on /tmp= 66534 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v75/unif-k7-r89-v75-c6675-S1572638390-17.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/427395-1177645690/minimarch_fixed /tmp/evaluation/427395-1177645690/instance-427395-1177645690.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-427395-1177645690 -o ROOT/results/node16/solver-427395-1177645690 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/427395-1177645690/minimarch_fixed /tmp/evaluation/427395-1177645690/instance-427395-1177645690.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  ce74deb44849da26eb98932c0518f94a

RANDOM SEED= 658383916

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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.232
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.232
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:       1603600 kB
Buffers:         46100 kB
Cached:         318016 kB
SwapCached:      12332 kB
Active:         210936 kB
Inactive:       176864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1603600 kB
SwapTotal:     4192956 kB
SwapFree:      4148656 kB
Dirty:            3052 kB
Writeback:           0 kB
Mapped:          30664 kB
Slab:            50124 kB
Committed_AS:  7581004 kB
PageTables:       1836 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= 66534 MiB

End job on node16 on Fri Apr 27 04:08:12 UTC 2007