Trace number 427255

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.09 1200.41

General information on the benchmark

Namerandom/OnTreshold/5SAT/v130/
unif-k5-r21.3-v130-c2769-S1155415292-14.UNSAT.shuffled.cnf
MD5SUM39407927ecbef73c1b2c7d61d86d822d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables130
Number of clauses2769
Sum of the clauses size13845
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 52769
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:  130                                                  |
0.00/0.00	|  Number of clauses:    2769                                                 |
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 |     130     2769    13845 |      923        0    nan |  0.000 % |
0.00/0.03	|       100 |     130     2769    13845 |     1015      100     28 |  0.006 % |
0.00/0.04	|       250 |     130     2769    13845 |     1116      250     27 |  0.006 % |
0.00/0.05	|       476 |     130     2769    13845 |     1228      476     28 |  0.006 % |
0.00/0.06	|       813 |     130     2769    13845 |     1351      813     28 |  0.006 % |
0.00/0.08	|      1321 |     130     2769    13845 |     1486     1321     28 |  0.006 % |
0.10/0.11	|      2082 |     130     2769    13845 |     1635     1319     28 |  0.006 % |
0.10/0.16	|      3222 |     130     2769    13845 |     1798     1621     27 |  0.006 % |
0.19/0.23	|      4932 |     130     2769    13845 |     1978     1485     26 |  0.006 % |
0.29/0.35	|      7494 |     130     2769    13845 |     2176     1017     25 |  0.006 % |
0.49/0.54	|     11339 |     130     2769    13845 |     2394     1536     25 |  0.006 % |
0.79/0.82	|     17106 |     130     2769    13845 |     2633     2423     28 |  0.006 % |
1.20/1.25	|     25758 |     130     2769    13845 |     2896     1721     26 |  0.006 % |
1.89/1.93	|     38733 |     130     2769    13845 |     3186     2937     26 |  0.006 % |
2.99/3.02	|     58195 |     130     2769    13845 |     3505     3039     27 |  0.006 % |
4.59/4.67	|     87388 |     130     2769    13845 |     3855     2109     25 |  0.006 % |
7.19/7.24	|    131177 |     130     2769    13845 |     4241     3041     26 |  0.006 % |
11.19/11.22	|    196862 |     130     2769    13845 |     4665     2364     26 |  0.006 % |
17.49/17.59	|    295389 |     130     2769    13845 |     5131     4474     26 |  0.006 % |
27.39/27.42	|    443178 |     130     2769    13845 |     5644     4901     27 |  0.006 % |
42.58/42.69	|    664861 |     130     2769    13845 |     6209     4821     27 |  0.006 % |
66.37/66.46	|    997386 |     130     2769    13845 |     6830     6229     27 |  0.006 % |
104.06/104.15	|   1496174 |     130     2769    13845 |     7513     3564     26 |  0.006 % |
162.94/163.02	|   2244356 |     130     2769    13845 |     8264     3934     27 |  0.006 % |
255.92/256.01	|   3366633 |     130     2769    13845 |     9091     5640     28 |  0.006 % |
401.69/401.86	|   5050044 |     130     2769    13845 |    10000     5220     25 |  0.006 % |
634.82/635.04	|   7575161 |     130     2769    13845 |    11000     6288     26 |  0.006 % |
1002.03/1002.30	|  11362836 |     130     2769    13845 |    12100     8627     27 |  0.006 % |

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/node50/watcher-427255-1177633703 -o ROOT/results/node50/solver-427255-1177633703 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/427255-1177633703/minimarch_fixed /tmp/evaluation/427255-1177633703/instance-427255-1177633703.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.99 0.98 0.99 3/64 28583
/proc/meminfo: memFree=1566280/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=1868 CPUtime=0
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 151 0 0 0 0 0 0 0 18 0 1 0 118215509 1912832 136 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 467 136 51 132 0 332 0

[startup+0.105118 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28583
/proc/meminfo: memFree=1566280/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=2104 CPUtime=0.1
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 203 0 0 0 10 0 0 0 18 0 1 0 118215509 2154496 188 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552545 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 526 188 67 132 0 391 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2104

[startup+0.201119 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28583
/proc/meminfo: memFree=1566280/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=2104 CPUtime=0.19
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 216 0 0 0 19 0 0 0 18 0 1 0 118215509 2154496 201 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551772 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 526 201 67 132 0 391 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 2104

[startup+0.301125 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28583
/proc/meminfo: memFree=1566280/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=2104 CPUtime=0.29
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 226 0 0 0 29 0 0 0 19 0 1 0 118215509 2154496 211 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551772 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 526 211 67 132 0 391 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2104

[startup+0.70116 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28583
/proc/meminfo: memFree=1566280/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=2236 CPUtime=0.69
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 260 0 0 0 69 0 0 0 22 0 1 0 118215509 2289664 245 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557651 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 559 245 67 132 0 424 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2236

[startup+1.50123 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1565504/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=2368 CPUtime=1.49
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 292 0 0 0 149 0 0 0 25 0 1 0 118215509 2424832 277 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550962 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 592 277 67 132 0 457 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2368

[startup+3.10137 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1565248/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=2632 CPUtime=3.09
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 332 0 0 0 309 0 0 0 25 0 1 0 118215509 2695168 317 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551244 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 658 317 67 132 0 523 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2632

[startup+6.30165 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1564864/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=2764 CPUtime=6.29
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 373 0 0 0 629 0 0 0 25 0 1 0 118215509 2830336 358 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551424 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 691 358 67 132 0 556 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2764

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1564608/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=3028 CPUtime=12.69
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 437 0 0 0 1269 0 0 0 25 0 1 0 118215509 3100672 422 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551764 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 757 422 67 132 0 622 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3028

[startup+25.5023 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1564288/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=3292 CPUtime=25.49
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 516 0 0 0 2549 0 0 0 25 0 1 0 118215509 3371008 501 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 823 501 67 132 0 688 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3292

[startup+51.1026 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1563712/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=3836 CPUtime=51.08
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 636 0 0 0 5108 0 0 0 25 0 1 0 118215509 3928064 621 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 959 621 67 132 0 824 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3836

[startup+102.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1563392/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=4100 CPUtime=102.26
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 720 0 0 0 10226 0 0 0 25 0 1 0 118215509 4198400 705 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550382 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 1025 705 67 132 0 890 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 4100

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1563008/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=4508 CPUtime=162.24
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 806 0 0 0 16224 0 0 0 25 0 1 0 118215509 4616192 791 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551772 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 1127 791 67 132 0 992 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 4508

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1562624/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=4788 CPUtime=222.23
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 890 0 0 0 22223 0 0 0 25 0 1 0 118215509 4902912 875 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 1197 875 67 132 0 1062 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 4788

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1562368/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=5060 CPUtime=282.21
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 961 0 0 0 28221 0 0 0 25 0 1 0 118215509 5181440 946 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551667 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 1265 946 67 132 0 1130 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 5060

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1562368/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=5204 CPUtime=342.2
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 988 0 0 0 34219 1 0 0 25 0 1 0 118215509 5328896 973 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551716 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 1301 973 67 132 0 1166 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 5204

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1562304/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=5344 CPUtime=402.19
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 1006 0 0 0 40218 1 0 0 25 0 1 0 118215509 5472256 991 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 1336 991 67 132 0 1201 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 5344

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1562048/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=5484 CPUtime=462.17
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 1064 0 0 0 46216 1 0 0 25 0 1 0 118215509 5615616 1049 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 1371 1049 67 132 0 1236 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 5484

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1561920/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=5764 CPUtime=522.15
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 1113 0 0 0 52214 1 0 0 25 0 1 0 118215509 5902336 1098 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551296 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 1441 1098 67 132 0 1306 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 5764

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1561792/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=5764 CPUtime=582.14
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 1125 0 0 0 58213 1 0 0 25 0 1 0 118215509 5902336 1110 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 1441 1110 67 132 0 1306 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 5764

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1561664/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=5912 CPUtime=642.12
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 1149 0 0 0 64211 1 0 0 25 0 1 0 118215509 6053888 1134 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551235 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 1478 1134 67 132 0 1343 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 5912

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1561536/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=6048 CPUtime=702.11
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 1176 0 0 0 70210 1 0 0 25 0 1 0 118215509 6193152 1161 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557700 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 1512 1161 67 132 0 1377 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 6048

[startup+762.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1561408/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=6196 CPUtime=762.09
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 1212 0 0 0 76208 1 0 0 25 0 1 0 118215509 6344704 1197 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 1549 1197 67 132 0 1414 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 6196

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1561344/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=6196 CPUtime=822.07
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 1230 0 0 0 82206 1 0 0 25 0 1 0 118215509 6344704 1215 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 1549 1215 67 132 0 1414 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 6196

[startup+882.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1561280/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=6344 CPUtime=882.06
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 1245 0 0 0 88205 1 0 0 25 0 1 0 118215509 6496256 1230 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551235 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 1586 1230 67 132 0 1451 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 6344

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1561216/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=6492 CPUtime=942.04
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 1274 0 0 0 94203 1 0 0 25 0 1 0 118215509 6647808 1259 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551340 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 1623 1259 67 132 0 1488 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 6492

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1561216/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=6492 CPUtime=1002.03
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 1274 0 0 0 100202 1 0 0 25 0 1 0 118215509 6647808 1259 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557360 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 1623 1259 67 132 0 1488 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 6492

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1561088/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=6624 CPUtime=1062.01
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 1311 0 0 0 106200 1 0 0 25 0 1 0 118215509 6782976 1296 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 1656 1296 67 132 0 1521 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 6624

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1560960/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=6772 CPUtime=1121.99
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 1337 0 0 0 112198 1 0 0 25 0 1 0 118215509 6934528 1322 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 1693 1322 67 132 0 1558 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 6772

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1560960/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=6772 CPUtime=1181.98
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 1343 0 0 0 118197 1 0 0 25 0 1 0 118215509 6934528 1328 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 1693 1328 67 132 0 1558 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 6772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1560960/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=6772 CPUtime=1200.07
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 1343 0 0 0 120006 1 0 0 25 0 1 0 118215509 6934528 1328 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551218 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 1693 1328 67 132 0 1558 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 6772

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

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

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 28584
/proc/meminfo: memFree=1560960/2055920 swapFree=4183596/4192956
[pid=28583] ppid=28581 vsize=6772 CPUtime=1200.07
/proc/28583/stat : 28583 (minimarch_fixed) R 28581 28583 27795 0 -1 4194304 1343 0 0 0 120006 1 0 0 25 0 1 0 118215509 6934528 1328 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551218 0 0 4096 3 0 0 0 17 1 0 0
/proc/28583/statm: 1693 1328 67 132 0 1558 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 6772

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.09
CPU user time (s): 1200.07
CPU system time (s): 0.015997
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 6772

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

runsolver used 0.789879 second user time and 2.49662 second system time

The end

Launcher Data (download as text)

Begin job on node50 on Fri Apr 27 00:28:23 UTC 2007

IDJOB= 427255
IDBENCH= 19883
IDSOLVER= 198
FILE ID= node50/427255-1177633703

PBS_JOBID= 4697241

Free space on /tmp= 66534 MiB

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

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  39407927ecbef73c1b2c7d61d86d822d

RANDOM SEED= 233365276

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node50.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:       1566688 kB
Buffers:         44780 kB
Cached:         370804 kB
SwapCached:       4384 kB
Active:         245856 kB
Inactive:       180928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1566688 kB
SwapTotal:     4192956 kB
SwapFree:      4183596 kB
Dirty:            2920 kB
Writeback:           0 kB
Mapped:          15748 kB
Slab:            48392 kB
Committed_AS:  3008532 kB
PageTables:       1460 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 node50 on Fri Apr 27 00:48:26 UTC 2007