Trace number 427355

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)SAT 588.466 588.671

General information on the benchmark

Namerandom/OnTreshold/7SAT/v60/
unif-k7-r89-v60-c5340-S1093254405-20.SAT.shuffled.cnf
MD5SUMb50ca018e79197079aea11ca328afe4d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.068989
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 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:  60                                                   |
0.00/0.00	|  Number of clauses:    5340                                                 |
0.00/0.02	|  Parsing time:         0.02         s                                       |
0.09/0.19	============================[ Search Statistics ]==============================
0.09/0.19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.19	===============================================================================
0.09/0.19	|         0 |      60     5340    37380 |     1780        0    nan |  0.000 % |
0.19/0.20	|       100 |      60     5340    37380 |     1958      100     23 |  0.028 % |
0.19/0.20	|       250 |      60     5340    37380 |     2153      250     23 |  0.028 % |
0.19/0.21	|       475 |      60     5340    37380 |     2369      475     22 |  0.028 % |
0.19/0.23	|       814 |      60     5340    37380 |     2606      814     22 |  0.028 % |
0.19/0.26	|      1320 |      60     5340    37380 |     2866     1320     22 |  0.028 % |
0.29/0.30	|      2080 |      60     5340    37380 |     3153     2080     22 |  0.028 % |
0.29/0.37	|      3222 |      60     5340    37380 |     3468     1629     21 |  0.028 % |
0.39/0.46	|      4931 |      60     5340    37380 |     3815     3338     22 |  0.028 % |
0.59/0.62	|      7493 |      60     5340    37380 |     4197     2055     22 |  0.028 % |
0.79/0.84	|     11337 |      60     5340    37380 |     4616     3786     22 |  0.028 % |
1.19/1.21	|     17103 |      60     5340    37380 |     5078     2587     20 |  0.028 % |
1.69/1.76	|     25752 |      60     5340    37380 |     5586     3582     21 |  0.028 % |
2.59/2.64	|     38726 |      60     5340    37380 |     6145     5332     21 |  0.028 % |
3.99/4.09	|     58187 |      60     5340    37380 |     6759     3191     20 |  0.028 % |
6.19/6.25	|     87381 |      60     5340    37380 |     7435     5241     20 |  0.028 % |
9.59/9.66	|    131170 |      60     5340    37380 |     8179     4260     19 |  0.028 % |
14.79/14.88	|    196855 |      60     5340    37380 |     8996     4306     20 |  0.028 % |
22.99/23.08	|    295382 |      60     5340    37380 |     9896     8122     20 |  0.028 % |
35.98/36.04	|    443171 |      60     5340    37380 |    10886     7114     20 |  0.028 % |
56.87/56.90	|    664854 |      60     5340    37380 |    11974    10604     20 |  0.028 % |
89.06/89.18	|    997380 |      60     5340    37380 |    13172     7180     19 |  0.028 % |
140.44/140.52	|   1496169 |      60     5340    37380 |    14489    11133     20 |  0.028 % |
222.51/222.62	|   2244351 |      60     5340    37380 |    15938    11964     18 |  0.028 % |
352.57/352.71	|   3366625 |      60     5340    37380 |    17532     9012     20 |  0.028 % |
562.79/563.04	|   5050038 |      60     5340    37380 |    19285    16015     19 |  0.028 % |
588.38/588.66	===============================================================================
588.38/588.66	lookaheads            : 1494920
588.38/588.66	variable balance      : 0.00
588.38/588.66	restarts              : 26
588.38/588.66	conflicts             : 5243651        (8911 /sec)
588.38/588.66	decisions             : 5611349        (1.78 % random) (9536 /sec)
588.38/588.66	decision = positive   : 3406049
588.38/588.66	decision = negative   : 2205299
588.38/588.66	propagations          : 51294866       (87170 /sec)
588.38/588.66	conflict literals     : 104449051      (17.27 % deleted)
588.38/588.66	Memory used           : 7.44 MB
588.38/588.66	CPU time              : 588.447 s
588.38/588.66	
588.38/588.66	s SATISFIABLE
588.38/588.66	v -1 -2 3 -4 5 6 -7 8 -9 -10 11 12 -13 -14 15 -16 -17 -18 19 -20 21 22 23 24 25 26 -27 28 -29 -30 31 -32 -33 -34 -35 36 37 38 39 40 -41 42 43 44 45 -46 47 48 49 -50 -51 52 53 54 55 -56 57 -58 59 -60 0

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node58/watcher-427355-1177644708 -o ROOT/results/node58/solver-427355-1177644708 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/427355-1177644708/minimarch_fixed /tmp/evaluation/427355-1177644708/instance-427355-1177644708.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 656
/proc/meminfo: memFree=1672320/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=1872 CPUtime=0
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 167 0 0 0 0 0 0 0 18 0 1 0 212380490 1916928 152 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 468 152 51 132 0 333 0

[startup+0.022027 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 656
/proc/meminfo: memFree=1672320/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=2140 CPUtime=0.02
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 246 0 0 0 2 0 0 0 18 0 1 0 212380490 2191360 231 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551072 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 535 231 63 132 0 400 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2140

[startup+0.10104 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 656
/proc/meminfo: memFree=1672320/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=2140 CPUtime=0.09
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 246 0 0 0 9 0 0 0 18 0 1 0 212380490 2191360 231 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523024 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 535 231 63 132 0 400 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2140

[startup+0.301074 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 656
/proc/meminfo: memFree=1672320/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=2240 CPUtime=0.29
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 272 0 0 0 29 0 0 0 19 0 1 0 212380490 2293760 257 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 560 257 67 132 0 425 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2240

[startup+0.70114 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 656
/proc/meminfo: memFree=1672320/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=2512 CPUtime=0.69
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 335 0 0 0 69 0 0 0 22 0 1 0 212380490 2572288 320 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551672 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 628 320 67 132 0 493 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2512

[startup+1.50128 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 657
/proc/meminfo: memFree=1671224/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=2776 CPUtime=1.49
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 386 0 0 0 149 0 0 0 25 0 1 0 212380490 2842624 371 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551383 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 694 371 67 132 0 559 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2776

[startup+3.10155 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 657
/proc/meminfo: memFree=1670904/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=3048 CPUtime=3.09
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 455 0 0 0 309 0 0 0 25 0 1 0 212380490 3121152 440 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551296 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 762 440 67 132 0 627 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3048

[startup+6.30108 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 657
/proc/meminfo: memFree=1670328/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=3180 CPUtime=6.29
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 518 0 0 0 629 0 0 0 25 0 1 0 212380490 3256320 503 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 795 503 67 132 0 660 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3180

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 657
/proc/meminfo: memFree=1669944/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=3584 CPUtime=12.69
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 598 0 0 0 1269 0 0 0 25 0 1 0 212380490 3670016 583 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 896 583 67 132 0 761 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3584

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 657
/proc/meminfo: memFree=1669496/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=3992 CPUtime=25.48
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 703 0 0 0 2548 0 0 0 25 0 1 0 212380490 4087808 688 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551772 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 998 688 67 132 0 863 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3992

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 657
/proc/meminfo: memFree=1668856/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=4688 CPUtime=51.07
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 858 0 0 0 5107 0 0 0 25 0 1 0 212380490 4800512 843 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551664 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 1172 843 67 132 0 1037 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 4688

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 657
/proc/meminfo: memFree=1668408/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=5144 CPUtime=102.26
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 988 0 0 0 10226 0 0 0 25 0 1 0 212380490 5267456 973 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134620891 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 1286 973 67 132 0 1151 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 5144

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 657
/proc/meminfo: memFree=1667768/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=5736 CPUtime=162.23
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 1132 0 0 0 16223 0 0 0 25 0 1 0 212380490 5873664 1117 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 1434 1117 67 132 0 1299 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 5736

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 657
/proc/meminfo: memFree=1667384/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=6208 CPUtime=222.21
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 1218 0 0 0 22221 0 0 0 25 0 1 0 212380490 6356992 1203 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551528 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 1552 1203 67 132 0 1417 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 6208

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 657
/proc/meminfo: memFree=1667064/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=6528 CPUtime=282.19
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 1306 0 0 0 28219 0 0 0 25 0 1 0 212380490 6684672 1291 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 1632 1291 67 132 0 1497 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 6528

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 657
/proc/meminfo: memFree=1667000/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=6528 CPUtime=342.18
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 1318 0 0 0 34217 1 0 0 25 0 1 0 212380490 6684672 1303 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550382 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 1632 1303 67 132 0 1497 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 6528

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 657
/proc/meminfo: memFree=1666872/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=6700 CPUtime=402.15
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 1358 0 0 0 40214 1 0 0 25 0 1 0 212380490 6860800 1343 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551224 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 1675 1343 67 132 0 1540 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 6700

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 657
/proc/meminfo: memFree=1666488/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=7128 CPUtime=462.13
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 1446 0 0 0 46212 1 0 0 25 0 1 0 212380490 7299072 1431 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 1782 1431 67 132 0 1647 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 7128

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 657
/proc/meminfo: memFree=1666360/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=7268 CPUtime=522.11
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 1479 0 0 0 52210 1 0 0 25 0 1 0 212380490 7442432 1464 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551667 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 1817 1464 67 132 0 1682 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 7268

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 659
/proc/meminfo: memFree=1666104/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=7612 CPUtime=582.09
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 1528 0 0 0 58208 1 0 0 25 0 1 0 212380490 7794688 1513 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 1903 1513 67 132 0 1768 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 7612

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

[startup+585.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 659
/proc/meminfo: memFree=1666104/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=7612 CPUtime=585.29
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 1528 0 0 0 58528 1 0 0 25 0 1 0 212380490 7794688 1513 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551218 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 1903 1513 67 132 0 1768 0
Current children cumulated CPU time (s) 585.29
Current children cumulated vsize (KiB) 7612

[startup+587.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 659
/proc/meminfo: memFree=1666104/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=7612 CPUtime=586.89
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 1528 0 0 0 58688 1 0 0 25 0 1 0 212380490 7794688 1513 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551218 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 1903 1513 67 132 0 1768 0
Current children cumulated CPU time (s) 586.89
Current children cumulated vsize (KiB) 7612

[startup+587.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 659
/proc/meminfo: memFree=1666104/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=7612 CPUtime=587.69
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 1528 0 0 0 58768 1 0 0 25 0 1 0 212380490 7794688 1513 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550382 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 1903 1513 67 132 0 1768 0
Current children cumulated CPU time (s) 587.69
Current children cumulated vsize (KiB) 7612

[startup+588.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 659
/proc/meminfo: memFree=1666104/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=7612 CPUtime=588.08
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 1528 0 0 0 58807 1 0 0 25 0 1 0 212380490 7794688 1513 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 1903 1513 67 132 0 1768 0
Current children cumulated CPU time (s) 588.08
Current children cumulated vsize (KiB) 7612

[startup+588.504 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 659
/proc/meminfo: memFree=1666104/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=7612 CPUtime=588.29
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 1528 0 0 0 58828 1 0 0 25 0 1 0 212380490 7794688 1513 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134631028 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 1903 1513 67 132 0 1768 0
Current children cumulated CPU time (s) 588.29
Current children cumulated vsize (KiB) 7612

[startup+588.601 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 659
/proc/meminfo: memFree=1666104/2055920 swapFree=4184532/4192956
[pid=656] ppid=654 vsize=7612 CPUtime=588.38
/proc/656/stat : 656 (minimarch_fixed) R 654 656 31910 0 -1 4194304 1528 0 0 0 58837 1 0 0 25 0 1 0 212380490 7794688 1513 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/656/statm: 1903 1513 67 132 0 1768 0
Current children cumulated CPU time (s) 588.38
Current children cumulated vsize (KiB) 7612

Child status: 10
Real time (s): 588.671
CPU time (s): 588.466
CPU user time (s): 588.447
CPU system time (s): 0.018997
CPU usage (%): 99.9652
Max. virtual memory (cumulated for all children) (KiB): 7612

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

runsolver used 0.481926 second user time and 1.13183 second system time

The end

Launcher Data (download as text)

Begin job on node58 on Fri Apr 27 03:31:48 UTC 2007

IDJOB= 427355
IDBENCH= 19933
IDSOLVER= 198
FILE ID= node58/427355-1177644708

PBS_JOBID= 4697282

Free space on /tmp= 66520 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v60/unif-k7-r89-v60-c5340-S1093254405-20.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/427355-1177644708/minimarch_fixed /tmp/evaluation/427355-1177644708/instance-427355-1177644708.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-427355-1177644708 -o ROOT/results/node58/solver-427355-1177644708 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/427355-1177644708/minimarch_fixed /tmp/evaluation/427355-1177644708/instance-427355-1177644708.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  b50ca018e79197079aea11ca328afe4d

RANDOM SEED= 377441792

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node58.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.265
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.265
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:       1672728 kB
Buffers:         36408 kB
Cached:         271544 kB
SwapCached:       2604 kB
Active:         204760 kB
Inactive:       113216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1672728 kB
SwapTotal:     4192956 kB
SwapFree:      4184532 kB
Dirty:            3000 kB
Writeback:           0 kB
Mapped:          16372 kB
Slab:            51228 kB
Committed_AS:  1159936 kB
PageTables:       1380 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= 66520 MiB

End job on node58 on Fri Apr 27 03:41:37 UTC 2007