Trace number 427235

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.07 1200.51

General information on the benchmark

Namerandom/OnTreshold/5SAT/v110/
unif-k5-r21.3-v110-c2343-S1813726766-14.SAT.shuffled.cnf
MD5SUM87ba5bd7274af5ee4370015ed975d3db
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.020996
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of clauses2343
Sum of the clauses size11715
Maximum clause length5
Minimum clause length5
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 52343
Number of clauses of size over 50

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:  110                                                  |
0.00/0.00	|  Number of clauses:    2343                                                 |
0.00/0.00	|  Parsing time:         0.01         s                                       |
0.00/0.03	============================[ Search Statistics ]==============================
0.00/0.03	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.03	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.03	===============================================================================
0.00/0.03	|         0 |     110     2343    11715 |      781        0    nan |  0.000 % |
0.00/0.03	|       100 |     110     2343    11715 |      859      100     26 |  0.008 % |
0.00/0.03	|       250 |     110     2343    11715 |      945      250     25 |  0.008 % |
0.00/0.04	|       476 |     110     2343    11715 |     1039      476     24 |  0.008 % |
0.00/0.05	|       813 |     110     2343    11715 |     1143      813     24 |  0.008 % |
0.00/0.07	|      1319 |     110     2343    11715 |     1257      729     24 |  0.008 % |
0.07/0.10	|      2079 |     110     2343    11715 |     1383      841     23 |  0.008 % |
0.10/0.14	|      3220 |     110     2343    11715 |     1521     1274     23 |  0.008 % |
0.20/0.21	|      4929 |     110     2343    11715 |     1674     1429     23 |  0.008 % |
0.30/0.31	|      7492 |     110     2343    11715 |     1841     1438     24 |  0.008 % |
0.40/0.47	|     11337 |     110     2343    11715 |     2025     1535     23 |  0.008 % |
0.69/0.72	|     17104 |     110     2343    11715 |     2228     1145     23 |  0.008 % |
1.10/1.12	|     25755 |     110     2343    11715 |     2451     1882     23 |  0.008 % |
1.69/1.73	|     38730 |     110     2343    11715 |     2696     2443     24 |  0.008 % |
2.59/2.66	|     58191 |     110     2343    11715 |     2965     1434     23 |  0.008 % |
3.99/4.07	|     87383 |     110     2343    11715 |     3262     2151     23 |  0.008 % |
6.19/6.29	|    131172 |     110     2343    11715 |     3588     3124     23 |  0.008 % |
9.69/9.77	|    196856 |     110     2343    11715 |     3947     3611     23 |  0.008 % |
15.09/15.15	|    295385 |     110     2343    11715 |     4342     2603     22 |  0.008 % |
23.58/23.61	|    443176 |     110     2343    11715 |     4776     3902     22 |  0.008 % |
36.58/36.69	|    664859 |     110     2343    11715 |     5254     4411     22 |  0.008 % |
57.27/57.32	|    997385 |     110     2343    11715 |     5779     3927     22 |  0.008 % |
89.06/89.18	|   1496173 |     110     2343    11715 |     6357     3038     22 |  0.008 % |
138.84/138.92	|   2244355 |     110     2343    11715 |     6993     3744     23 |  0.008 % |
217.72/217.88	|   3366629 |     110     2343    11715 |     7692     5693     24 |  0.008 % |
341.87/342.01	|   5050042 |     110     2343    11715 |     8461     5622     22 |  0.008 % |
536.10/536.33	|   7575158 |     110     2343    11715 |     9308     4849     22 |  0.008 % |
843.89/844.22	|  11362834 |     110     2343    11715 |    10238     6662     22 |  0.008 % |

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/node67/watcher-427235-1177633061 -o ROOT/results/node67/solver-427235-1177633061 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/427235-1177633061/minimarch_fixed /tmp/evaluation/427235-1177633061/instance-427235-1177633061.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 3074
/proc/meminfo: memFree=1642672/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=1868 CPUtime=0
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 239295649 1912832 126 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523044 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 467 126 51 132 0 332 0

[startup+0.0809369 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3074
/proc/meminfo: memFree=1642672/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=1996 CPUtime=0.07
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 177 0 0 0 7 0 0 0 18 0 1 0 239295649 2043904 162 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 499 162 67 132 0 364 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1996

[startup+0.101942 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3074
/proc/meminfo: memFree=1642672/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=1996 CPUtime=0.1
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 181 0 0 0 10 0 0 0 18 0 1 0 239295649 2043904 166 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134705053 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 499 166 67 132 0 364 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1996

[startup+0.301978 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3074
/proc/meminfo: memFree=1642672/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=2128 CPUtime=0.3
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 205 0 0 0 30 0 0 0 19 0 1 0 239295649 2179072 190 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557695 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 532 190 67 132 0 397 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2128

[startup+0.701051 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 3074
/proc/meminfo: memFree=1642672/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=2128 CPUtime=0.69
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 227 0 0 0 69 0 0 0 22 0 1 0 239295649 2179072 212 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 532 212 67 132 0 397 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2128

[startup+1.5012 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1641960/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=2260 CPUtime=1.49
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 259 0 0 0 149 0 0 0 25 0 1 0 239295649 2314240 244 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 565 244 67 132 0 430 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2260

[startup+3.1025 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1641704/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=2392 CPUtime=3.09
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 289 0 0 0 309 0 0 0 25 0 1 0 239295649 2449408 274 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551272 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 598 274 67 132 0 463 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2392

[startup+6.30108 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1641384/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=2524 CPUtime=6.29
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 325 0 0 0 629 0 0 0 25 0 1 0 239295649 2584576 310 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551249 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 631 310 67 132 0 496 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2524

[startup+12.7013 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1641136/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=2804 CPUtime=12.69
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 385 0 0 0 1269 0 0 0 25 0 1 0 239295649 2871296 370 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 701 370 67 132 0 566 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2804

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1640944/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=3072 CPUtime=25.48
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 451 0 0 0 2548 0 0 0 25 0 1 0 239295649 3145728 436 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551251 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 768 436 67 132 0 633 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3072

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1640688/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=3336 CPUtime=51.07
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 526 0 0 0 5107 0 0 0 25 0 1 0 239295649 3416064 511 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 834 511 67 132 0 699 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 3336

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1640176/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=3872 CPUtime=102.26
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 636 0 0 0 10226 0 0 0 25 0 1 0 239295649 3964928 621 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550445 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 968 621 67 132 0 833 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 3872

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1639856/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=4140 CPUtime=162.24
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 721 0 0 0 16223 1 0 0 25 0 1 0 239295649 4239360 706 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 1035 706 67 132 0 900 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 4140

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1639600/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=4280 CPUtime=222.21
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 770 0 0 0 22220 1 0 0 25 0 1 0 239295649 4382720 755 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551277 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 1070 755 67 132 0 935 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 4280

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1639408/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=4560 CPUtime=282.19
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 812 0 0 0 28218 1 0 0 25 0 1 0 239295649 4669440 797 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551296 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 1140 797 67 132 0 1005 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 4560

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1639344/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=4692 CPUtime=342.17
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 839 0 0 0 34216 1 0 0 25 0 1 0 239295649 4804608 824 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557895 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 1173 824 67 132 0 1038 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 4692

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1639216/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=4692 CPUtime=402.14
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 864 0 0 0 40213 1 0 0 25 0 1 0 239295649 4804608 849 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134563559 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 1173 849 67 132 0 1038 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 4692

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1639216/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=4836 CPUtime=462.12
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 883 0 0 0 46211 1 0 0 25 0 1 0 239295649 4952064 868 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 1209 868 67 132 0 1074 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 4836

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1639152/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=4836 CPUtime=522.1
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 902 0 0 0 52209 1 0 0 25 0 1 0 239295649 4952064 887 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134553230 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 1209 887 67 132 0 1074 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 4836

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1639024/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=4984 CPUtime=582.08
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 935 0 0 0 58207 1 0 0 25 0 1 0 239295649 5103616 920 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 1246 920 67 132 0 1111 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 4984

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1638896/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=5256 CPUtime=642.07
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 970 0 0 0 64205 2 0 0 25 0 1 0 239295649 5382144 955 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551756 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 1314 955 67 132 0 1179 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 5256

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1638768/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=5256 CPUtime=702.04
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 993 0 0 0 70202 2 0 0 25 0 1 0 239295649 5382144 978 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551664 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 1314 978 67 132 0 1179 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 5256

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1638640/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=5404 CPUtime=762.02
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 1009 0 0 0 76200 2 0 0 25 0 1 0 239295649 5533696 994 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 1351 994 67 132 0 1216 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 5404

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1638512/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=5404 CPUtime=822
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 1024 0 0 0 82198 2 0 0 25 0 1 0 239295649 5533696 1009 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551270 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 1351 1009 67 132 0 1216 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 5404

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1638448/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=5552 CPUtime=881.97
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 1054 0 0 0 88195 2 0 0 25 0 1 0 239295649 5685248 1039 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 1388 1039 67 132 0 1253 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 5552

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1638384/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=5700 CPUtime=941.95
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 1076 0 0 0 94193 2 0 0 25 0 1 0 239295649 5836800 1061 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 1425 1061 67 132 0 1290 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 5700

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1638384/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=5700 CPUtime=1001.92
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 1088 0 0 0 100190 2 0 0 25 0 1 0 239295649 5836800 1073 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551347 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 1425 1073 67 132 0 1290 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 5700

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1638320/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=5700 CPUtime=1061.9
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 1100 0 0 0 106188 2 0 0 25 0 1 0 239295649 5836800 1085 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551762 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 1425 1085 67 132 0 1290 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 5700

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1638256/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=5848 CPUtime=1121.88
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 1116 0 0 0 112186 2 0 0 25 0 1 0 239295649 5988352 1101 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551667 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 1462 1101 67 132 0 1327 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 5848

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1638192/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=5848 CPUtime=1181.87
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 1132 0 0 0 118184 3 0 0 25 0 1 0 239295649 5988352 1117 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551287 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 1462 1117 67 132 0 1327 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 5848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1638128/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=5848 CPUtime=1200.07
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 1132 0 0 0 120004 3 0 0 25 0 1 0 239295649 5988352 1117 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551353 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 1462 1117 67 132 0 1327 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 5848

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 3075
/proc/meminfo: memFree=1638128/2055920 swapFree=4182956/4192956
[pid=3074] ppid=3072 vsize=5848 CPUtime=1200.07
/proc/3074/stat : 3074 (minimarch_fixed) R 3072 3074 2334 0 -1 4194304 1132 0 0 0 120004 3 0 0 25 0 1 0 239295649 5988352 1117 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551353 0 0 4096 3 0 0 0 17 1 0 0
/proc/3074/statm: 1462 1117 67 132 0 1327 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 5848

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.07
CPU user time (s): 1200.04
CPU system time (s): 0.031995
CPU usage (%): 99.9638
Max. virtual memory (cumulated for all children) (KiB): 5848

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

runsolver used 0.827874 second user time and 2.46062 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Fri Apr 27 00:17:41 UTC 2007

IDJOB= 427235
IDBENCH= 19873
IDSOLVER= 198
FILE ID= node67/427235-1177633061

PBS_JOBID= 4697234

Free space on /tmp= 66484 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v110/unif-k5-r21.3-v110-c2343-S1813726766-14.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/427235-1177633061/minimarch_fixed /tmp/evaluation/427235-1177633061/instance-427235-1177633061.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-427235-1177633061 -o ROOT/results/node67/solver-427235-1177633061 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/427235-1177633061/minimarch_fixed /tmp/evaluation/427235-1177633061/instance-427235-1177633061.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  87ba5bd7274af5ee4370015ed975d3db

RANDOM SEED= 296563587

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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.263
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.263
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:       1643080 kB
Buffers:         36812 kB
Cached:         303012 kB
SwapCached:       3916 kB
Active:         208296 kB
Inactive:       141372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1643080 kB
SwapTotal:     4192956 kB
SwapFree:      4182956 kB
Dirty:            2916 kB
Writeback:           0 kB
Mapped:          15668 kB
Slab:            49112 kB
Committed_AS:  1243164 kB
PageTables:       1452 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= 66484 MiB

End job on node67 on Fri Apr 27 00:37:44 UTC 2007