Trace number 296189

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.36

General information on the benchmark

Namerandom/OnTreshold/7SAT/v60/
unif-k7-r89-v60-c5340-S1119543818-13.UNSAT.shuffled.cnf
MD5SUM55bb30c2802c5be0aaea545997b74710
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark827.798
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

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:  60                                                   |
0.00/0.00	|  Number of clauses:    5340                                                 |
0.00/0.02	|  Parsing time:         0.02         s                                       |
0.10/0.19	============================[ Search Statistics ]==============================
0.10/0.19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.10/0.19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.10/0.19	===============================================================================
0.10/0.19	|         0 |      60     5340    37380 |     1780        0    nan |  0.000 % |
0.10/0.20	|       100 |      60     5340    37380 |     1958      100     22 |  0.028 % |
0.20/0.21	|       251 |      60     5340    37380 |     2153      251     22 |  0.028 % |
0.20/0.22	|       476 |      60     5340    37380 |     2369      476     22 |  0.028 % |
0.20/0.23	|       813 |      60     5340    37380 |     2606      813     22 |  0.028 % |
0.20/0.26	|      1320 |      60     5340    37380 |     2866     1320     21 |  0.028 % |
0.20/0.30	|      2079 |      60     5340    37380 |     3153     2079     21 |  0.028 % |
0.30/0.37	|      3218 |      60     5340    37380 |     3468     1628     21 |  0.028 % |
0.41/0.46	|      4926 |      60     5340    37380 |     3815     3336     21 |  0.028 % |
0.61/0.62	|      7488 |      60     5340    37380 |     4197     2057     20 |  0.028 % |
0.81/0.85	|     11332 |      60     5340    37380 |     4616     3790     21 |  0.028 % |
1.23/1.23	|     17098 |      60     5340    37380 |     5078     2593     20 |  0.028 % |
1.74/1.82	|     25747 |      60     5340    37380 |     5586     3588     20 |  0.028 % |
2.66/2.75	|     38722 |      60     5340    37380 |     6145     5336     20 |  0.028 % |
4.09/4.19	|     58183 |      60     5340    37380 |     6759     3203     20 |  0.028 % |
6.34/6.43	|     87375 |      60     5340    37380 |     7435     5261     20 |  0.028 % |
9.92/9.99	|    131164 |      60     5340    37380 |     8179     4284     20 |  0.028 % |
15.36/15.38	|    196849 |      60     5340    37380 |     8996     4357     19 |  0.028 % |
23.96/24.02	|    295375 |      60     5340    37380 |     9896     8168     20 |  0.028 % |
37.68/37.79	|    443164 |      60     5340    37380 |    10886     7141     19 |  0.028 % |
59.29/59.42	|    664848 |      60     5340    37380 |    11974    10637     21 |  0.028 % |
93.20/93.32	|    997373 |      60     5340    37380 |    13172     7277     19 |  0.028 % |
147.27/147.36	|   1496162 |      60     5340    37380 |    14489    11282     20 |  0.028 % |
231.76/231.89	|   2244344 |      60     5340    37380 |    15938    12101     19 |  0.028 % |
369.92/370.06	|   3366618 |      60     5340    37380 |    17532     9177     18 |  0.028 % |
591.65/591.85	|   5050029 |      60     5340    37380 |    19285    16206     18 |  0.028 % |
951.53/951.78	|   7575145 |      60     5340    37380 |    21214    12228     18 |  0.028 % |

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node29/watcher-296189-1171819655 -o ROOT/results/node29/solver-296189-1171819655 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/296189-1171819655/minimarch /tmp/evaluation/296189-1171819655/instance-296189-1171819655.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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 25445
/proc/meminfo: memFree=910312/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=1868 CPUtime=0
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 175729762 1912832 152 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 467 152 51 132 0 332 0

[startup+0.106917 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 25445
/proc/meminfo: memFree=910312/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=2140 CPUtime=0.1
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 247 0 0 0 10 0 0 0 18 0 1 0 175729762 2191360 231 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134522968 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 535 231 63 132 0 400 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2140

[startup+0.514941 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 25445
/proc/meminfo: memFree=910312/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=2528 CPUtime=0.51
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 326 0 0 0 51 0 0 0 22 0 1 0 175729762 2588672 310 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551243 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 632 310 66 132 0 497 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2528

[startup+1.33499 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 25446
/proc/meminfo: memFree=909152/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=2660 CPUtime=1.33
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 369 0 0 0 133 0 0 0 25 0 1 0 175729762 2723840 353 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551660 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 665 353 66 132 0 530 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 2660

[startup+2.97109 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 25446
/proc/meminfo: memFree=908832/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=2924 CPUtime=2.96
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 439 0 0 0 296 0 0 0 25 0 1 0 175729762 2994176 423 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 731 423 66 132 0 596 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 2924

[startup+6.2493 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 25446
/proc/meminfo: memFree=908384/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=3188 CPUtime=6.24
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 514 0 0 0 624 0 0 0 25 0 1 0 175729762 3264512 498 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 797 498 66 132 0 662 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 3188

[startup+12.7047 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 25446
/proc/meminfo: memFree=907936/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=3592 CPUtime=12.69
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 612 0 0 0 1269 0 0 0 25 0 1 0 175729762 3678208 596 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551713 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 898 596 66 132 0 763 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3592

[startup+25.5135 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 25446
/proc/meminfo: memFree=907488/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=4140 CPUtime=25.5
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 729 0 0 0 2550 0 0 0 25 0 1 0 175729762 4239360 713 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 1035 713 66 132 0 900 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 4140

[startup+51.1321 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 25446
/proc/meminfo: memFree=906848/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=4692 CPUtime=51.11
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 871 0 0 0 5111 0 0 0 25 0 1 0 175729762 4804608 855 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 1173 855 66 132 0 1038 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 4692

[startup+102.349 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 25446
/proc/meminfo: memFree=906080/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=5552 CPUtime=102.32
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 1063 0 0 0 10231 1 0 0 25 0 1 0 175729762 5685248 1047 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551660 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 1388 1047 66 132 0 1253 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 5552

[startup+162.377 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25446
/proc/meminfo: memFree=905440/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=6164 CPUtime=162.33
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 1207 0 0 0 16231 2 0 0 25 0 1 0 175729762 6311936 1191 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551273 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 1541 1191 66 132 0 1406 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 6164

[startup+222.403 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25446
/proc/meminfo: memFree=905056/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=6480 CPUtime=222.34
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 1294 0 0 0 22232 2 0 0 25 0 1 0 175729762 6635520 1278 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551713 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 1620 1278 66 132 0 1485 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 6480

[startup+282.428 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25446
/proc/meminfo: memFree=904480/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=7128 CPUtime=282.35
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 1431 0 0 0 28233 2 0 0 25 0 1 0 175729762 7299072 1415 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134559817 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 1782 1415 66 132 0 1647 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 7128

[startup+342.454 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25446
/proc/meminfo: memFree=904288/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=7288 CPUtime=342.37
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 1484 0 0 0 34234 3 0 0 25 0 1 0 175729762 7462912 1468 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 1822 1468 66 132 0 1687 0
Current children cumulated CPU time (s) 342.37
Current children cumulated vsize (KiB) 7288

[startup+402.488 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25446
/proc/meminfo: memFree=904096/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=7460 CPUtime=402.39
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 1528 0 0 0 40236 3 0 0 25 0 1 0 175729762 7639040 1512 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 1865 1512 66 132 0 1730 0
Current children cumulated CPU time (s) 402.39
Current children cumulated vsize (KiB) 7460

[startup+462.513 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25446
/proc/meminfo: memFree=903904/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=7792 CPUtime=462.4
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 1588 0 0 0 46236 4 0 0 25 0 1 0 175729762 7979008 1572 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 1948 1572 66 132 0 1813 0
Current children cumulated CPU time (s) 462.4
Current children cumulated vsize (KiB) 7792

[startup+522.538 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25446
/proc/meminfo: memFree=903712/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=7792 CPUtime=522.41
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 1620 0 0 0 52237 4 0 0 25 0 1 0 175729762 7979008 1604 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551368 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 1948 1604 66 132 0 1813 0
Current children cumulated CPU time (s) 522.41
Current children cumulated vsize (KiB) 7792

[startup+582.562 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25446
/proc/meminfo: memFree=903648/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=7968 CPUtime=582.43
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 1657 0 0 0 58238 5 0 0 25 0 1 0 175729762 8159232 1641 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551284 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 1992 1641 66 132 0 1857 0
Current children cumulated CPU time (s) 582.43
Current children cumulated vsize (KiB) 7968

[startup+642.591 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25446
/proc/meminfo: memFree=903264/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=8404 CPUtime=642.44
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 1747 0 0 0 64239 5 0 0 25 0 1 0 175729762 8605696 1731 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551293 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 2101 1731 66 132 0 1966 0
Current children cumulated CPU time (s) 642.44
Current children cumulated vsize (KiB) 8404

[startup+702.616 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25446
/proc/meminfo: memFree=903008/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=8688 CPUtime=702.46
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 1808 0 0 0 70240 6 0 0 25 0 1 0 175729762 8896512 1792 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551208 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 2172 1792 66 132 0 2037 0
Current children cumulated CPU time (s) 702.46
Current children cumulated vsize (KiB) 8688

[startup+762.643 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25446
/proc/meminfo: memFree=902880/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=8972 CPUtime=762.47
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 1848 0 0 0 76241 6 0 0 25 0 1 0 175729762 9187328 1832 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 2243 1832 66 132 0 2108 0
Current children cumulated CPU time (s) 762.47
Current children cumulated vsize (KiB) 8972

[startup+822.672 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25446
/proc/meminfo: memFree=902752/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=9116 CPUtime=822.49
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 1880 0 0 0 82242 7 0 0 25 0 1 0 175729762 9334784 1864 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551295 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 2279 1864 66 132 0 2144 0
Current children cumulated CPU time (s) 822.49
Current children cumulated vsize (KiB) 9116

[startup+882.698 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 25446
/proc/meminfo: memFree=902560/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=9400 CPUtime=882.5
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 1945 0 0 0 88243 7 0 0 25 0 1 0 175729762 9625600 1929 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 2350 1929 66 132 0 2215 0
Current children cumulated CPU time (s) 882.5
Current children cumulated vsize (KiB) 9400

[startup+942.724 s]
/proc/loadavg: 1.03 1.00 1.00 2/78 25446
/proc/meminfo: memFree=902496/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=9400 CPUtime=942.51
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 1958 0 0 0 94244 7 0 0 25 0 1 0 175729762 9625600 1942 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551202 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 2350 1942 66 132 0 2215 0
Current children cumulated CPU time (s) 942.51
Current children cumulated vsize (KiB) 9400

[startup+1002.75 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 25446
/proc/meminfo: memFree=902368/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=9544 CPUtime=1002.52
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 1982 0 0 0 100244 8 0 0 25 0 1 0 175729762 9773056 1966 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551269 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 2386 1966 66 132 0 2251 0
Current children cumulated CPU time (s) 1002.52
Current children cumulated vsize (KiB) 9544

[startup+1062.77 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25446
/proc/meminfo: memFree=901984/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=9968 CPUtime=1062.53
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 2077 0 0 0 106245 8 0 0 25 0 1 0 175729762 10207232 2061 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551193 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 2492 2061 66 132 0 2357 0
Current children cumulated CPU time (s) 1062.53
Current children cumulated vsize (KiB) 9968

[startup+1122.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25446
/proc/meminfo: memFree=901856/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=9968 CPUtime=1122.55
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 2100 0 0 0 112246 9 0 0 25 0 1 0 175729762 10207232 2084 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 2492 2084 66 132 0 2357 0
Current children cumulated CPU time (s) 1122.55
Current children cumulated vsize (KiB) 9968

[startup+1182.83 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25446
/proc/meminfo: memFree=901728/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=10252 CPUtime=1182.57
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 2144 0 0 0 118247 10 0 0 25 0 1 0 175729762 10498048 2128 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551269 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 2563 2128 66 132 0 2428 0
Current children cumulated CPU time (s) 1182.57
Current children cumulated vsize (KiB) 10252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25446
/proc/meminfo: memFree=901728/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=10252 CPUtime=1200.09
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 2155 0 0 0 119999 10 0 0 25 0 1 0 175729762 10498048 2139 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 2563 2139 66 132 0 2428 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 10252

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

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

[startup+1200.35 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25446
/proc/meminfo: memFree=901728/2055920 swapFree=4147432/4192956
[pid=25445] ppid=25443 vsize=10252 CPUtime=1200.09
/proc/25445/stat : 25445 (minimarch) R 25443 25445 24707 0 -1 4194304 2155 0 0 0 119999 10 0 0 25 0 1 0 175729762 10498048 2139 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25445/statm: 2563 2139 66 132 0 2428 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 10252

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.36
CPU time (s): 1200.1
CPU user time (s): 1199.99
CPU system time (s): 0.103984
CPU usage (%): 99.9783
Max. virtual memory (cumulated for all children) (KiB): 10252

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

runsolver used 1.40878 second user time and 2.74658 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Sun Feb 18 17:27:35 UTC 2007

IDJOB= 296189
IDBENCH= 19931
IDSOLVER= 110
FILE ID= node29/296189-1171819655

PBS_JOBID= 3839646

Free space on /tmp= 66562 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v60/unif-k7-r89-v60-c5340-S1119543818-13.UNSAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/296189-1171819655/minimarch /tmp/evaluation/296189-1171819655/instance-296189-1171819655.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-296189-1171819655 -o ROOT/results/node29/solver-296189-1171819655 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/296189-1171819655/minimarch /tmp/evaluation/296189-1171819655/instance-296189-1171819655.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  55bb30c2802c5be0aaea545997b74710

RANDOM SEED= 114382638

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.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.209
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	: 5931.00
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.209
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:        910720 kB
Buffers:         40360 kB
Cached:        1003092 kB
SwapCached:      12248 kB
Active:         804852 kB
Inactive:       261588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        910720 kB
SwapTotal:     4192956 kB
SwapFree:      4147432 kB
Dirty:            2416 kB
Writeback:           0 kB
Mapped:          29968 kB
Slab:            64212 kB
Committed_AS:   644696 kB
PageTables:       1864 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= 66562 MiB

End job on node29 on Sun Feb 18 17:47:38 UTC 2007