Trace number 295615

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.03 1200.33

General information on the benchmark

Namerandom/OnTreshold/7SAT/v70/
unif-k7-r89-v70-c6230-S1084572666-19.SAT.shuffled.cnf
MD5SUMea6c3c02564fa25b13cb9c95b3e90ee5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.68074
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

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:  70                                                   |
0.00/0.00	|  Number of clauses:    6230                                                 |
0.00/0.02	|  Parsing time:         0.02         s                                       |
0.20/0.23	============================[ Search Statistics ]==============================
0.20/0.23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.20/0.23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.20/0.23	===============================================================================
0.20/0.23	|         0 |      70     6230    43610 |     2076        0    nan |  0.000 % |
0.20/0.24	|       100 |      70     6230    43610 |     2284      100     26 |  0.021 % |
0.20/0.25	|       251 |      70     6230    43610 |     2512      251     25 |  0.021 % |
0.20/0.26	|       476 |      70     6230    43610 |     2764      476     25 |  0.021 % |
0.20/0.28	|       814 |      70     6230    43610 |     3040      814     25 |  0.021 % |
0.20/0.30	|      1320 |      70     6230    43610 |     3344     1320     25 |  0.021 % |
0.30/0.35	|      2080 |      70     6230    43610 |     3678     2080     25 |  0.021 % |
0.41/0.42	|      3220 |      70     6230    43610 |     4046     3220     25 |  0.021 % |
0.51/0.53	|      4928 |      70     6230    43610 |     4451     2890     24 |  0.021 % |
0.61/0.71	|      7491 |      70     6230    43610 |     4896     3214     23 |  0.021 % |
0.91/0.98	|     11335 |      70     6230    43610 |     5386     4594     24 |  0.021 % |
1.32/1.42	|     17101 |      70     6230    43610 |     5924     4946     23 |  0.021 % |
2.04/2.09	|     25750 |      70     6230    43610 |     6517     4659     23 |  0.021 % |
3.07/3.13	|     38726 |      70     6230    43610 |     7169     4536     22 |  0.021 % |
4.71/4.74	|     58188 |      70     6230    43610 |     7886     6003     23 |  0.021 % |
7.26/7.33	|     87381 |      70     6230    43610 |     8674     7486     23 |  0.021 % |
11.36/11.41	|    131170 |      70     6230    43610 |     9542     7756     22 |  0.021 % |
17.60/17.70	|    196854 |      70     6230    43610 |    10496     6438     23 |  0.021 % |
27.44/27.51	|    295381 |      70     6230    43610 |    11546    10242     22 |  0.021 % |
42.69/42.72	|    443170 |      70     6230    43610 |    12700     7549     23 |  0.021 % |
68.09/68.11	|    664853 |      70     6230    43610 |    13970     6497     22 |  0.021 % |
109.04/109.16	|    997379 |      70     6230    43610 |    15367    10073     22 |  0.021 % |
172.74/172.82	|   1496167 |      70     6230    43610 |    16904     8559     22 |  0.021 % |
276.76/276.91	|   2244349 |      70     6230    43610 |    18595    11771     22 |  0.021 % |
443.65/443.79	|   3366623 |      70     6230    43610 |    20454    16748     22 |  0.021 % |
710.48/710.68	|   5050035 |      70     6230    43610 |    22500    10605     21 |  0.021 % |
1153.52/1153.91	|   7575152 |      70     6230    43610 |    24750    12380     22 |  0.021 % |

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/node61/watcher-295615-1171808730 -o ROOT/results/node61/solver-295615-1171808730 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/295615-1171808730/minimarch /tmp/evaluation/295615-1171808730/instance-295615-1171808730.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: 1.00 1.00 1.00 3/64 5074
/proc/meminfo: memFree=893880/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=1868 CPUtime=0
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 200829951 1912832 156 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 467 157 51 132 0 332 0

[startup+0.106824 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5074
/proc/meminfo: memFree=893880/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=2272 CPUtime=0.1
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 282 0 0 0 10 0 0 0 18 0 1 0 200829951 2326528 266 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134523074 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 568 266 63 132 0 433 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2272

[startup+0.514861 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5074
/proc/meminfo: memFree=893880/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=2596 CPUtime=0.51
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 366 0 0 0 51 0 0 0 21 0 1 0 200829951 2658304 350 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134563267 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 649 350 66 132 0 514 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2596

[startup+1.33494 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5075
/proc/meminfo: memFree=892464/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=2860 CPUtime=1.32
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 422 0 0 0 132 0 0 0 25 0 1 0 200829951 2928640 406 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551188 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 715 406 66 132 0 580 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 2860

[startup+2.9761 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5075
/proc/meminfo: memFree=892144/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=3124 CPUtime=2.96
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 489 0 0 0 296 0 0 0 25 0 1 0 200829951 3198976 473 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551560 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 781 473 66 132 0 646 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 3124

[startup+6.25141 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5075
/proc/meminfo: memFree=891632/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=3524 CPUtime=6.24
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 585 0 0 0 624 0 0 0 25 0 1 0 200829951 3608576 569 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 881 569 66 132 0 746 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 3524

[startup+12.707 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5075
/proc/meminfo: memFree=891184/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=3928 CPUtime=12.69
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 683 0 0 0 1269 0 0 0 25 0 1 0 200829951 4022272 667 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551239 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 982 667 66 132 0 847 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3928

[startup+25.6083 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5075
/proc/meminfo: memFree=890800/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=4336 CPUtime=25.59
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 799 0 0 0 2559 0 0 0 25 0 1 0 200829951 4440064 783 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551377 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 1084 783 66 132 0 949 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 4336

[startup+51.2147 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5075
/proc/meminfo: memFree=889968/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=5160 CPUtime=51.19
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 994 0 0 0 5119 0 0 0 25 0 1 0 200829951 5283840 978 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551713 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 1290 978 66 132 0 1155 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 5160

[startup+102.427 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5075
/proc/meminfo: memFree=889136/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=5996 CPUtime=102.39
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 1194 0 0 0 10239 0 0 0 25 0 1 0 200829951 6139904 1178 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551334 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 1499 1178 66 132 0 1364 0
Current children cumulated CPU time (s) 102.39
Current children cumulated vsize (KiB) 5996

[startup+162.445 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5075
/proc/meminfo: memFree=888432/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=6712 CPUtime=162.39
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 1366 0 0 0 16239 0 0 0 25 0 1 0 200829951 6873088 1350 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551239 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 1678 1350 66 132 0 1543 0
Current children cumulated CPU time (s) 162.39
Current children cumulated vsize (KiB) 6712

[startup+222.456 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5075
/proc/meminfo: memFree=887856/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=7344 CPUtime=222.39
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 1501 0 0 0 22238 1 0 0 25 0 1 0 200829951 7520256 1485 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 1836 1485 66 132 0 1701 0
Current children cumulated CPU time (s) 222.39
Current children cumulated vsize (KiB) 7344

[startup+282.472 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5075
/proc/meminfo: memFree=887472/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=7800 CPUtime=282.39
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 1582 0 0 0 28238 1 0 0 25 0 1 0 200829951 7987200 1566 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 1950 1566 66 132 0 1815 0
Current children cumulated CPU time (s) 282.39
Current children cumulated vsize (KiB) 7800

[startup+342.486 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5075
/proc/meminfo: memFree=887024/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=8260 CPUtime=342.39
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 1698 0 0 0 34238 1 0 0 25 0 1 0 200829951 8458240 1682 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 2065 1682 66 132 0 1930 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 8260

[startup+402.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5075
/proc/meminfo: memFree=886896/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=8400 CPUtime=402.39
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 1727 0 0 0 40238 1 0 0 25 0 1 0 200829951 8601600 1711 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 2100 1711 66 132 0 1965 0
Current children cumulated CPU time (s) 402.39
Current children cumulated vsize (KiB) 8400

[startup+462.514 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5075
/proc/meminfo: memFree=886704/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=8700 CPUtime=462.39
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 1790 0 0 0 46238 1 0 0 25 0 1 0 200829951 8908800 1774 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551239 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 2175 1774 66 132 0 2040 0
Current children cumulated CPU time (s) 462.39
Current children cumulated vsize (KiB) 8700

[startup+522.531 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5075
/proc/meminfo: memFree=886384/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=9016 CPUtime=522.39
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 1873 0 0 0 52238 1 0 0 25 0 1 0 200829951 9232384 1857 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 2254 1857 66 132 0 2119 0
Current children cumulated CPU time (s) 522.39
Current children cumulated vsize (KiB) 9016

[startup+582.549 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5075
/proc/meminfo: memFree=886000/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=9444 CPUtime=582.39
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 1964 0 0 0 58238 1 0 0 25 0 1 0 200829951 9670656 1948 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551368 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 2361 1948 66 132 0 2226 0
Current children cumulated CPU time (s) 582.39
Current children cumulated vsize (KiB) 9444

[startup+642.563 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5075
/proc/meminfo: memFree=885744/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=9728 CPUtime=642.39
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 2029 0 0 0 64238 1 0 0 25 0 1 0 200829951 9961472 2013 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 2432 2013 66 132 0 2297 0
Current children cumulated CPU time (s) 642.39
Current children cumulated vsize (KiB) 9728

[startup+702.579 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 5075
/proc/meminfo: memFree=885616/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=9872 CPUtime=702.39
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 2058 0 0 0 70238 1 0 0 25 0 1 0 200829951 10108928 2042 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 2468 2042 66 132 0 2333 0
Current children cumulated CPU time (s) 702.39
Current children cumulated vsize (KiB) 9872

[startup+762.592 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 5075
/proc/meminfo: memFree=885424/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=10156 CPUtime=762.39
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 2113 0 0 0 76238 1 0 0 25 0 1 0 200829951 10399744 2097 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 2539 2097 66 132 0 2404 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 10156

[startup+822.611 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 5077
/proc/meminfo: memFree=885168/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=10296 CPUtime=822.39
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 2162 0 0 0 82238 1 0 0 25 0 1 0 200829951 10543104 2146 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 2574 2146 66 132 0 2439 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 10296

[startup+882.624 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5077
/proc/meminfo: memFree=885168/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=10440 CPUtime=882.39
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 2196 0 0 0 88238 1 0 0 25 0 1 0 200829951 10690560 2180 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551269 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 2610 2180 66 132 0 2475 0
Current children cumulated CPU time (s) 882.39
Current children cumulated vsize (KiB) 10440

[startup+942.635 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5077
/proc/meminfo: memFree=885040/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=10580 CPUtime=942.39
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 2225 0 0 0 94238 1 0 0 25 0 1 0 200829951 10833920 2209 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 2645 2209 66 132 0 2510 0
Current children cumulated CPU time (s) 942.39
Current children cumulated vsize (KiB) 10580

[startup+1002.65 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5077
/proc/meminfo: memFree=884976/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=10580 CPUtime=1002.39
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 2240 0 0 0 100238 1 0 0 25 0 1 0 200829951 10833920 2224 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134557335 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 2645 2224 66 132 0 2510 0
Current children cumulated CPU time (s) 1002.39
Current children cumulated vsize (KiB) 10580

[startup+1062.67 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5077
/proc/meminfo: memFree=884912/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=10580 CPUtime=1062.39
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 2247 0 0 0 106238 1 0 0 25 0 1 0 200829951 10833920 2231 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 2645 2231 66 132 0 2510 0
Current children cumulated CPU time (s) 1062.39
Current children cumulated vsize (KiB) 10580

[startup+1122.68 s]
/proc/loadavg: 1.13 1.03 1.01 2/65 5077
/proc/meminfo: memFree=884848/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=10724 CPUtime=1122.39
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 2257 0 0 0 112238 1 0 0 25 0 1 0 200829951 10981376 2241 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551306 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 2681 2241 66 132 0 2546 0
Current children cumulated CPU time (s) 1122.39
Current children cumulated vsize (KiB) 10724

[startup+1182.7 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 5077
/proc/meminfo: memFree=884592/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=10864 CPUtime=1182.39
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 2312 0 0 0 118238 1 0 0 25 0 1 0 200829951 11124736 2296 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 2716 2296 66 132 0 2581 0
Current children cumulated CPU time (s) 1182.39
Current children cumulated vsize (KiB) 10864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.32 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 5077
/proc/meminfo: memFree=884592/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=10864 CPUtime=1200.02
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 2315 0 0 0 120000 2 0 0 25 0 1 0 200829951 11124736 2299 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551713 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 2716 2299 66 132 0 2581 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 10864

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

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

[startup+1200.32 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 5077
/proc/meminfo: memFree=884592/2055920 swapFree=4183164/4192956
[pid=5074] ppid=5072 vsize=10864 CPUtime=1200.02
/proc/5074/stat : 5074 (minimarch) R 5072 5074 3914 0 -1 4194304 2315 0 0 0 120000 2 0 0 25 0 1 0 200829951 11124736 2299 18446744073709551615 134512640 135054332 4294956624 18446744073709551615 134551713 0 0 4096 3 0 0 0 17 1 0 0
/proc/5074/statm: 2716 2299 66 132 0 2581 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 10864

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.33
CPU time (s): 1200.03
CPU user time (s): 1200.01
CPU system time (s): 0.022996
CPU usage (%): 99.9752
Max. virtual memory (cumulated for all children) (KiB): 10864

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

runsolver used 0.871867 second user time and 2.33964 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Sun Feb 18 14:25:30 UTC 2007

IDJOB= 295615
IDBENCH= 19917
IDSOLVER= 110
FILE ID= node61/295615-1171808730

PBS_JOBID= 3839604

Free space on /tmp= 66562 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v70/unif-k7-r89-v70-c6230-S1084572666-19.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/295615-1171808730/minimarch /tmp/evaluation/295615-1171808730/instance-295615-1171808730.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-295615-1171808730 -o ROOT/results/node61/solver-295615-1171808730 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/295615-1171808730/minimarch /tmp/evaluation/295615-1171808730/instance-295615-1171808730.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  ea6c3c02564fa25b13cb9c95b3e90ee5

RANDOM SEED= 966672400

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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.216
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.216
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:        894288 kB
Buffers:         38264 kB
Cached:        1021756 kB
SwapCached:       3636 kB
Active:         426084 kB
Inactive:       643628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        894288 kB
SwapTotal:     4192956 kB
SwapFree:      4183164 kB
Dirty:            2416 kB
Writeback:           0 kB
Mapped:          15660 kB
Slab:            78048 kB
Committed_AS:   575020 kB
PageTables:       1388 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 node61 on Sun Feb 18 14:45:33 UTC 2007