Trace number 333784

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

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d0.00-s1875077647.sat05-530.reshuffled-07.cnf
MD5SUM378c3c007a4c6e49e4da1e6f32094183
Bench CategoryCRAFTED (crafted 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 variables1192
Number of clauses14506
Sum of the clauses size43816
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 314208
Number of clauses of size 4298
Number of clauses of size 50
Number of clauses of size over 50

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:  1192                                                 |
0.00/0.00	|  Number of clauses:    14506                                                |
0.02/0.03	|  Parsing time:         0.03         s                                       |
0.19/0.22	============================[ Search Statistics ]==============================
0.19/0.22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.22	===============================================================================
0.19/0.22	|         0 |     894    14208    47474 |     4736        0    nan |  0.000 % |
0.19/0.23	|       101 |     894    14208    47474 |     5209      101     17 |  0.000 % |
0.19/0.24	|       251 |     894    14208    47474 |     5730      251     26 |  0.000 % |
0.19/0.27	|       476 |     894    14208    47474 |     6303      476     26 |  0.000 % |
0.29/0.31	|       813 |     894    14208    47474 |     6933      813     25 |  0.000 % |
0.29/0.39	|      1320 |     894    14208    47474 |     7627     1320     28 |  0.000 % |
0.49/0.52	|      2080 |     894    14208    47474 |     8390     2080     30 |  0.000 % |
0.69/0.74	|      3219 |     894    14208    47474 |     9229     3219     31 |  0.000 % |
1.00/1.04	|      4927 |     894    14208    47474 |    10152     4927     31 |  0.000 % |
1.59/1.66	|      7489 |     894    14208    47474 |    11167     7489     31 |  0.000 % |
2.69/2.75	|     11334 |     894    14208    47474 |    12283     5686     32 |  0.000 % |
4.19/4.29	|     17101 |     894    14208    47474 |    13512    11453     32 |  0.000 % |
6.99/7.08	|     25750 |     894    14208    47474 |    14863    13267     34 |  0.000 % |
10.39/10.45	|     38724 |     894    14208    47474 |    16349    11208     37 |  0.000 % |
17.08/17.19	|     58186 |     894    14208    47474 |    17984    14146     33 |  0.000 % |
26.88/26.99	|     87378 |     894    14208    47474 |    19783    16163     35 |  0.000 % |
48.07/48.10	|    131167 |     894    14208    47474 |    21761    10250     33 |  0.000 % |
77.86/77.92	|    196851 |     894    14208    47474 |    23937    21238     29 |  0.000 % |
125.15/125.23	|    295377 |     894    14208    47474 |    26331    23529     34 |  0.000 % |
202.33/202.49	|    443167 |     894    14208    47474 |    28964    25831     31 |  0.000 % |
347.59/347.73	|    664850 |     894    14208    47474 |    31861    27975     28 |  0.000 % |
554.32/554.57	|    997375 |     894    14208    47474 |    35047    18816     29 |  0.000 % |
906.30/906.70	|   1496164 |     894    14208    47474 |    38552    16967     27 |  0.000 % |

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node11/watcher-333784-1173530969 -o ROOT/results/node11/solver-333784-1173530969 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333784-1173530969/minimarch /tmp/evaluation/333784-1173530969/instance-333784-1173530969.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: 1.55 1.76 1.42 3/77 16204
/proc/meminfo: memFree=1403896/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=2000 CPUtime=0
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 218 0 0 0 0 0 0 0 18 0 1 0 373051505 2048000 202 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 500 202 51 132 0 365 0

[startup+0.024221 s]
/proc/loadavg: 1.55 1.76 1.42 3/77 16204
/proc/meminfo: memFree=1403896/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=2764 CPUtime=0.02
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 381 0 0 0 2 0 0 0 18 0 1 0 373051505 2830336 365 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 691 365 51 132 0 556 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2764

[startup+0.101231 s]
/proc/loadavg: 1.55 1.76 1.42 3/77 16204
/proc/meminfo: memFree=1403896/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=3812 CPUtime=0.09
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 659 0 0 0 9 0 0 0 18 0 1 0 373051505 3903488 643 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134522163 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 953 643 63 132 0 818 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3812

[startup+0.301254 s]
/proc/loadavg: 1.55 1.76 1.42 3/77 16204
/proc/meminfo: memFree=1403896/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=3648 CPUtime=0.29
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 703 0 0 0 29 0 0 0 19 0 1 0 373051505 3735552 632 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557716 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 912 632 66 132 0 777 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3648

[startup+0.701301 s]
/proc/loadavg: 1.55 1.76 1.42 3/77 16204
/proc/meminfo: memFree=1403896/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=3648 CPUtime=0.69
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 703 0 0 0 69 0 0 0 22 0 1 0 373051505 3735552 632 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 912 632 66 132 0 777 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3648

[startup+1.5014 s]
/proc/loadavg: 1.55 1.76 1.42 2/78 16205
/proc/meminfo: memFree=1401328/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=4044 CPUtime=1.49
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 807 0 0 0 149 0 0 0 25 0 1 0 373051505 4141056 736 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 1011 736 66 132 0 876 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4044

[startup+3.10158 s]
/proc/loadavg: 1.51 1.74 1.42 2/78 16205
/proc/meminfo: memFree=1400624/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=4836 CPUtime=3.09
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 996 0 0 0 309 0 0 0 25 0 1 0 373051505 4952064 925 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 1209 925 66 132 0 1074 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4836

[startup+6.30198 s]
/proc/loadavg: 1.51 1.74 1.42 2/78 16205
/proc/meminfo: memFree=1399728/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=5248 CPUtime=6.29
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 1095 0 0 0 629 0 0 0 25 0 1 0 373051505 5373952 1024 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551188 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 1312 1024 66 132 0 1177 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5248

[startup+12.7017 s]
/proc/loadavg: 1.47 1.73 1.42 2/78 16205
/proc/meminfo: memFree=1398768/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=6172 CPUtime=12.68
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 1324 0 0 0 1268 0 0 0 25 0 1 0 373051505 6320128 1253 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551380 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 1543 1253 66 132 0 1408 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 6172

[startup+25.5012 s]
/proc/loadavg: 1.36 1.69 1.41 2/78 16205
/proc/meminfo: memFree=1398320/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=6568 CPUtime=25.48
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 1439 0 0 0 2548 0 0 0 25 0 1 0 373051505 6725632 1368 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 1642 1368 66 132 0 1507 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6568

[startup+51.1012 s]
/proc/loadavg: 1.24 1.64 1.40 2/78 16205
/proc/meminfo: memFree=1397616/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=7376 CPUtime=51.07
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 1621 0 0 0 5106 1 0 0 25 0 1 0 373051505 7553024 1550 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 1844 1550 66 132 0 1709 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7376

[startup+102.305 s]
/proc/loadavg: 1.09 1.53 1.37 2/78 16205
/proc/meminfo: memFree=1396720/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=8308 CPUtime=102.27
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 1855 0 0 0 10225 2 0 0 25 0 1 0 373051505 8507392 1784 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 2077 1784 66 132 0 1942 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 8308

[startup+162.301 s]
/proc/loadavg: 1.04 1.44 1.35 2/78 16205
/proc/meminfo: memFree=1395952/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=8996 CPUtime=162.24
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 2022 0 0 0 16222 2 0 0 25 0 1 0 373051505 9211904 1951 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 2249 1951 66 132 0 2114 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 8996

[startup+222.301 s]
/proc/loadavg: 1.01 1.35 1.32 2/78 16205
/proc/meminfo: memFree=1395504/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=9424 CPUtime=222.23
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 2123 0 0 0 22220 3 0 0 25 0 1 0 373051505 9650176 2052 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551703 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 2356 2052 66 132 0 2221 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 9424

[startup+282.302 s]
/proc/loadavg: 1.00 1.29 1.30 2/78 16205
/proc/meminfo: memFree=1395312/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=9700 CPUtime=282.2
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 2162 0 0 0 28217 3 0 0 25 0 1 0 373051505 9932800 2091 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 2425 2091 66 132 0 2290 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 9700

[startup+342.302 s]
/proc/loadavg: 1.00 1.23 1.28 2/78 16205
/proc/meminfo: memFree=1394928/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=10112 CPUtime=342.19
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 2267 0 0 0 34215 4 0 0 25 0 1 0 373051505 10354688 2196 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 2528 2196 66 132 0 2393 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 10112

[startup+402.302 s]
/proc/loadavg: 1.00 1.19 1.26 2/78 16205
/proc/meminfo: memFree=1393968/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=11052 CPUtime=402.17
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 2508 0 0 0 40213 4 0 0 25 0 1 0 373051505 11317248 2437 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 2763 2437 66 132 0 2628 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 11052

[startup+462.302 s]
/proc/loadavg: 1.00 1.15 1.24 2/78 16205
/proc/meminfo: memFree=1393776/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=11196 CPUtime=462.16
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 2542 0 0 0 46211 5 0 0 25 0 1 0 373051505 11464704 2471 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 2799 2471 66 132 0 2664 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 11196

[startup+522.302 s]
/proc/loadavg: 1.00 1.12 1.22 2/78 16205
/proc/meminfo: memFree=1393712/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=11352 CPUtime=522.13
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 2582 0 0 0 52208 5 0 0 25 0 1 0 373051505 11624448 2511 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551697 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 2838 2511 66 132 0 2703 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 11352

[startup+582.302 s]
/proc/loadavg: 1.00 1.10 1.21 2/78 16205
/proc/meminfo: memFree=1393328/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=11748 CPUtime=582.11
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 2672 0 0 0 58206 5 0 0 25 0 1 0 373051505 12029952 2601 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 2937 2601 66 132 0 2802 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 11748

[startup+642.302 s]
/proc/loadavg: 1.00 1.07 1.19 2/78 16205
/proc/meminfo: memFree=1392944/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=12152 CPUtime=642.1
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 2774 0 0 0 64204 6 0 0 25 0 1 0 373051505 12443648 2703 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 3038 2703 66 132 0 2903 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 12152

[startup+702.301 s]
/proc/loadavg: 1.00 1.06 1.17 2/84 16277
/proc/meminfo: memFree=1391416/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=12308 CPUtime=702.05
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 2803 0 0 0 70198 7 0 0 25 0 1 0 373051505 12603392 2732 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551133 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 3077 2732 66 132 0 2942 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 12308

[startup+762.305 s]
/proc/loadavg: 1.00 1.05 1.16 2/84 16375
/proc/meminfo: memFree=1391288/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=12460 CPUtime=761.97
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 2834 0 0 0 76190 7 0 0 25 0 1 0 373051505 12759040 2763 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 3115 2763 66 132 0 2980 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 12460

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.15 2/78 16403
/proc/meminfo: memFree=1392304/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=12600 CPUtime=821.92
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 2856 0 0 0 82184 8 0 0 25 0 1 0 373051505 12902400 2785 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551660 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 3150 2785 66 132 0 3015 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 12600

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.14 2/78 16403
/proc/meminfo: memFree=1392304/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=12768 CPUtime=881.91
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 2890 0 0 0 88182 9 0 0 25 0 1 0 373051505 13074432 2819 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 3192 2819 66 132 0 3057 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 12768

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.13 2/78 16403
/proc/meminfo: memFree=1390960/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=14088 CPUtime=941.89
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 3246 0 0 0 94179 10 0 0 25 0 1 0 373051505 14426112 3175 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551368 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 3522 3175 66 132 0 3387 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 14088

[startup+1002.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/78 16403
/proc/meminfo: memFree=1390512/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=14524 CPUtime=1001.87
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 3354 0 0 0 100177 10 0 0 25 0 1 0 373051505 14872576 3283 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 3631 3283 66 132 0 3496 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 14524

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/78 16403
/proc/meminfo: memFree=1390384/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=14656 CPUtime=1061.86
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 3378 0 0 0 106175 11 0 0 25 0 1 0 373051505 15007744 3307 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551368 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 3664 3307 66 132 0 3529 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 14656

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/78 16403
/proc/meminfo: memFree=1390128/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=14924 CPUtime=1121.83
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 3446 0 0 0 112172 11 0 0 25 0 1 0 373051505 15282176 3375 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551269 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 3731 3375 66 132 0 3596 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 14924

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/78 16403
/proc/meminfo: memFree=1389616/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=15500 CPUtime=1181.82
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 3574 0 0 0 118170 12 0 0 25 0 1 0 373051505 15872000 3503 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 3875 3503 66 132 0 3740 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 15500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.08 2/78 16403
/proc/meminfo: memFree=1389616/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=15500 CPUtime=1200.02
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 3574 0 0 0 119990 12 0 0 25 0 1 0 373051505 15872000 3503 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 3875 3503 66 132 0 3740 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 15500

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: 1.00 1.00 1.08 2/78 16403
/proc/meminfo: memFree=1389616/2055920 swapFree=4169972/4192956
[pid=16204] ppid=16202 vsize=15500 CPUtime=1200.02
/proc/16204/stat : 16204 (minimarch) R 16202 16204 16139 0 -1 4194304 3574 0 0 0 119990 12 0 0 25 0 1 0 373051505 15872000 3503 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 1 0 0
/proc/16204/statm: 3875 3503 66 132 0 3740 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 15500

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.03
CPU user time (s): 1199.9
CPU system time (s): 0.12998
CPU usage (%): 99.9603
Max. virtual memory (cumulated for all children) (KiB): 15500

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

runsolver used 1.40779 second user time and 2.96055 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Sat Mar 10 12:49:30 UTC 2007

IDJOB= 333784
IDBENCH= 24612
IDSOLVER= 110
FILE ID= node11/333784-1173530969

PBS_JOBID= 4101150

Free space on /tmp= 66350 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d0.00-s1875077647.sat05-530.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/333784-1173530969/minimarch /tmp/evaluation/333784-1173530969/instance-333784-1173530969.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-333784-1173530969 -o ROOT/results/node11/solver-333784-1173530969 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333784-1173530969/minimarch /tmp/evaluation/333784-1173530969/instance-333784-1173530969.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  378c3c007a4c6e49e4da1e6f32094183

RANDOM SEED= 999576762

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.243
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.243
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:       1404304 kB
Buffers:         52536 kB
Cached:         509072 kB
SwapCached:       2248 kB
Active:         228800 kB
Inactive:       355388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1404304 kB
SwapTotal:     4192956 kB
SwapFree:      4169972 kB
Dirty:            2680 kB
Writeback:           0 kB
Mapped:          30596 kB
Slab:            53036 kB
Committed_AS:  1171216 kB
PageTables:       1756 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= 66350 MiB

End job on node11 on Sat Mar 10 13:09:32 UTC 2007