Trace number 334078

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

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d-0.02-s405595518.sat05-531.reshuffled-07.cnf
MD5SUM289600ad1a14c58bf1b867d8d9aa90f1
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 variables1124
Number of clauses13289
Sum of the clauses size40148
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 313008
Number of clauses of size 4281
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:  1124                                                 |
0.00/0.00	|  Number of clauses:    13289                                                |
0.00/0.03	|  Parsing time:         0.03         s                                       |
0.09/0.19	============================[ Search Statistics ]==============================
0.09/0.19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.19	===============================================================================
0.09/0.19	|         0 |     843    13008    43464 |     4336        0    nan |  0.000 % |
0.19/0.20	|       101 |     843    13008    43464 |     4769      101     28 |  0.000 % |
0.19/0.22	|       251 |     843    13008    43464 |     5246      251     29 |  0.000 % |
0.19/0.24	|       477 |     843    13008    43464 |     5771      477     29 |  0.000 % |
0.19/0.28	|       814 |     843    13008    43464 |     6348      814     30 |  0.000 % |
0.29/0.32	|      1320 |     843    13008    43464 |     6983     1320     27 |  0.000 % |
0.39/0.42	|      2079 |     843    13008    43464 |     7681     2079     32 |  0.000 % |
0.49/0.54	|      3219 |     843    13008    43464 |     8449     3219     31 |  0.000 % |
0.69/0.76	|      4928 |     843    13008    43464 |     9294     4928     33 |  0.000 % |
1.19/1.20	|      7490 |     843    13008    43464 |    10224     7490     35 |  0.000 % |
1.88/1.96	|     11335 |     843    13008    43464 |    11246     6133     36 |  0.000 % |
2.98/3.04	|     17103 |     843    13008    43464 |    12371     6147     37 |  0.000 % |
4.98/5.01	|     25752 |     843    13008    43464 |    13608     8509     39 |  0.000 % |
8.48/8.55	|     38727 |     843    13008    43464 |    14969     7686     36 |  0.000 % |
13.38/13.48	|     58188 |     843    13008    43464 |    16465    11979     37 |  0.000 % |
21.37/21.41	|     87381 |     843    13008    43464 |    18112    16213     40 |  0.000 % |
35.56/35.65	|    131170 |     843    13008    43464 |    19923    14295     34 |  0.000 % |
57.05/57.12	|    196855 |     843    13008    43464 |    21916    19713     34 |  0.000 % |
88.73/88.84	|    295381 |     843    13008    43464 |    24107    18881     40 |  0.000 % |
149.50/149.68	|    443171 |     843    13008    43464 |    26518    21055     35 |  0.000 % |
253.11/253.31	|    664854 |     843    13008    43464 |    29170    16086     34 |  0.000 % |
410.32/410.62	|    997380 |     843    13008    43464 |    32087    21419     39 |  0.000 % |
661.17/661.66	|   1496168 |     843    13008    43464 |    35296    23093     33 |  0.000 % |
1142.48/1143.25	|   2244350 |     843    13008    43464 |    38825    28158     33 |  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/node18/watcher-334078-1173549481 -o ROOT/results/node18/solver-334078-1173549481 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334078-1173549481/minimarch /tmp/evaluation/334078-1173549481/instance-334078-1173549481.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.95 0.96 0.96 3/77 21694
/proc/meminfo: memFree=1558312/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=18568 CPUtime=0
/proc/21694/stat : 21694 (runsolver) R 21692 21694 21177 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 374902666 19013632 293 18446744073709551615 4194304 4294612 548682068992 18446744073709551615 227848809767 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21694/statm: 4642 293 258 24 0 2626 0

[startup+0.084135 s]
/proc/loadavg: 0.95 0.96 0.96 3/77 21694
/proc/meminfo: memFree=1558312/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=3560 CPUtime=0.07
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 612 0 0 0 7 0 0 0 18 0 1 0 374902666 3645440 596 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523024 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 890 596 63 132 0 755 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3560

[startup+0.101142 s]
/proc/loadavg: 0.95 0.96 0.96 3/77 21694
/proc/meminfo: memFree=1558312/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=3560 CPUtime=0.09
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 612 0 0 0 9 0 0 0 18 0 1 0 374902666 3645440 596 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134536632 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 890 596 63 132 0 755 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3560

[startup+0.301159 s]
/proc/loadavg: 0.95 0.96 0.96 3/77 21694
/proc/meminfo: memFree=1558312/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=3560 CPUtime=0.29
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 665 0 0 0 29 0 0 0 19 0 1 0 374902666 3645440 599 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551188 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 890 599 66 132 0 755 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3560

[startup+0.701198 s]
/proc/loadavg: 0.95 0.96 0.96 3/77 21694
/proc/meminfo: memFree=1558312/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=3692 CPUtime=0.69
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 684 0 0 0 69 0 0 0 23 0 1 0 374902666 3780608 618 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134558050 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 923 618 66 132 0 788 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3692

[startup+1.50128 s]
/proc/loadavg: 0.95 0.96 0.96 2/78 21695
/proc/meminfo: memFree=1555616/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=4524 CPUtime=1.49
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 892 0 0 0 149 0 0 0 25 0 1 0 374902666 4632576 826 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557553 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 1131 826 66 132 0 996 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4524

[startup+3.10143 s]
/proc/loadavg: 0.95 0.96 0.96 2/78 21695
/proc/meminfo: memFree=1554720/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=5052 CPUtime=3.08
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 1033 0 0 0 308 0 0 0 25 0 1 0 374902666 5173248 967 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 1263 967 66 132 0 1128 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 5052

[startup+6.30173 s]
/proc/loadavg: 0.96 0.96 0.96 2/78 21695
/proc/meminfo: memFree=1554080/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=5712 CPUtime=6.28
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 1197 0 0 0 628 0 0 0 25 0 1 0 374902666 5849088 1131 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551523 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 1428 1131 66 132 0 1293 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 5712

[startup+12.7014 s]
/proc/loadavg: 0.96 0.96 0.96 2/78 21695
/proc/meminfo: memFree=1553568/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=5976 CPUtime=12.68
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 1261 0 0 0 1268 0 0 0 25 0 1 0 374902666 6119424 1195 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551523 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 1494 1195 66 132 0 1359 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5976

[startup+25.5016 s]
/proc/loadavg: 0.97 0.96 0.96 2/78 21695
/proc/meminfo: memFree=1552608/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=6900 CPUtime=25.47
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 1501 0 0 0 2547 0 0 0 25 0 1 0 374902666 7065600 1435 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551281 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 1725 1435 66 132 0 1590 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 6900

[startup+51.1011 s]
/proc/loadavg: 0.98 0.96 0.96 2/78 21695
/proc/meminfo: memFree=1552224/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=7440 CPUtime=51.05
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 1618 0 0 0 5105 0 0 0 25 0 1 0 374902666 7618560 1552 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551239 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 1860 1552 66 132 0 1725 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 7440

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 21695
/proc/meminfo: memFree=1550624/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=8760 CPUtime=102.23
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 1964 0 0 0 10222 1 0 0 25 0 1 0 374902666 8970240 1898 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551368 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 2190 1898 66 132 0 2055 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 8760

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 21695
/proc/meminfo: memFree=1550112/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=9700 CPUtime=162.18
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 2172 0 0 0 16216 2 0 0 25 0 1 0 374902666 9932800 2106 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557374 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 2425 2107 66 132 0 2290 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 9700

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/84 21817
/proc/meminfo: memFree=1547952/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=10228 CPUtime=222.12
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 2325 0 0 0 22200 12 0 0 25 0 1 0 374902666 10473472 2259 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 2557 2259 66 132 0 2422 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 10228

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 21893
/proc/meminfo: memFree=1547552/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=11748 CPUtime=282.1
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 2690 0 0 0 28189 21 0 0 25 0 1 0 374902666 12029952 2624 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551284 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 2937 2624 66 132 0 2802 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 11748

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 21893
/proc/meminfo: memFree=1547232/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=12016 CPUtime=342.05
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 2760 0 0 0 34184 21 0 0 25 0 1 0 374902666 12304384 2694 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134558588 0 0 4096 3 0 0 0 17 1 0 0
/proc/21694/statm: 3004 2694 66 132 0 2869 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 12016

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 21893
/proc/meminfo: memFree=1547232/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=12016 CPUtime=402.02
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 2760 0 0 0 40180 22 0 0 25 0 1 0 374902666 12304384 2694 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551269 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 3004 2694 66 132 0 2869 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 12016

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 21893
/proc/meminfo: memFree=1547232/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=12304 CPUtime=461.98
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 2825 0 0 0 46176 22 0 0 25 0 1 0 374902666 12599296 2759 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551368 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 3076 2759 66 132 0 2941 0
Current children cumulated CPU time (s) 461.98
Current children cumulated vsize (KiB) 12304

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 21893
/proc/meminfo: memFree=1546976/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=12592 CPUtime=521.94
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 2902 0 0 0 52172 22 0 0 25 0 1 0 374902666 12894208 2836 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/21694/statm: 3148 2836 66 132 0 3013 0
Current children cumulated CPU time (s) 521.94
Current children cumulated vsize (KiB) 12592

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 21893
/proc/meminfo: memFree=1546720/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=12876 CPUtime=581.91
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 2958 0 0 0 58169 22 0 0 25 0 1 0 374902666 13185024 2892 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551239 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 3219 2892 66 132 0 3084 0
Current children cumulated CPU time (s) 581.91
Current children cumulated vsize (KiB) 12876

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 21893
/proc/meminfo: memFree=1546656/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=13020 CPUtime=641.89
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 2980 0 0 0 64167 22 0 0 25 0 1 0 374902666 13332480 2914 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551152 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 3255 2914 66 132 0 3120 0
Current children cumulated CPU time (s) 641.89
Current children cumulated vsize (KiB) 13020

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 21893
/proc/meminfo: memFree=1546016/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=13548 CPUtime=701.85
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 3114 0 0 0 70162 23 0 0 25 0 1 0 374902666 13873152 3048 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551669 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 3387 3048 66 132 0 3252 0
Current children cumulated CPU time (s) 701.85
Current children cumulated vsize (KiB) 13548

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 21893
/proc/meminfo: memFree=1545696/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=13804 CPUtime=761.81
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 3186 0 0 0 76158 23 0 0 25 0 1 0 374902666 14135296 3120 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 3451 3120 66 132 0 3316 0
Current children cumulated CPU time (s) 761.81
Current children cumulated vsize (KiB) 13804

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 21893
/proc/meminfo: memFree=1545568/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=13936 CPUtime=821.78
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 3225 0 0 0 82154 24 0 0 25 0 1 0 374902666 14270464 3159 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 3484 3159 66 132 0 3349 0
Current children cumulated CPU time (s) 821.78
Current children cumulated vsize (KiB) 13936

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 21893
/proc/meminfo: memFree=1545376/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=14232 CPUtime=881.74
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 3275 0 0 0 88150 24 0 0 25 0 1 0 374902666 14573568 3209 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551269 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 3558 3209 66 132 0 3423 0
Current children cumulated CPU time (s) 881.74
Current children cumulated vsize (KiB) 14232

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 21893
/proc/meminfo: memFree=1545056/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=14524 CPUtime=941.7
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 3371 0 0 0 94146 24 0 0 25 0 1 0 374902666 14872576 3305 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 3631 3305 66 132 0 3496 0
Current children cumulated CPU time (s) 941.7
Current children cumulated vsize (KiB) 14524

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 21893
/proc/meminfo: memFree=1545056/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=14680 CPUtime=1001.67
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 3378 0 0 0 100142 25 0 0 25 0 1 0 374902666 15032320 3312 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 3670 3312 66 132 0 3535 0
Current children cumulated CPU time (s) 1001.67
Current children cumulated vsize (KiB) 14680

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 21893
/proc/meminfo: memFree=1545056/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=14680 CPUtime=1061.63
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 3378 0 0 0 106138 25 0 0 25 0 1 0 374902666 15032320 3312 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/21694/statm: 3670 3312 66 132 0 3535 0
Current children cumulated CPU time (s) 1061.63
Current children cumulated vsize (KiB) 14680

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 21893
/proc/meminfo: memFree=1544992/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=14824 CPUtime=1121.59
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 3411 0 0 0 112134 25 0 0 25 0 1 0 374902666 15179776 3345 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551239 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 3706 3345 66 132 0 3571 0
Current children cumulated CPU time (s) 1121.59
Current children cumulated vsize (KiB) 14824

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 21893
/proc/meminfo: memFree=1543968/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=15768 CPUtime=1181.56
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 3658 0 0 0 118130 26 0 0 25 0 1 0 374902666 16146432 3592 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 3942 3592 66 132 0 3807 0
Current children cumulated CPU time (s) 1181.56
Current children cumulated vsize (KiB) 15768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.8 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 21893
/proc/meminfo: memFree=1543584/2055920 swapFree=4153284/4192956
[pid=21694] ppid=21692 vsize=16164 CPUtime=1200.05
/proc/21694/stat : 21694 (minimarch) R 21692 21694 21177 0 -1 4194304 3759 0 0 0 119979 26 0 0 25 0 1 0 374902666 16551936 3693 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 0 0 0
/proc/21694/statm: 4041 3693 66 132 0 3906 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 16164

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.81
CPU time (s): 1200.07
CPU user time (s): 1199.79
CPU system time (s): 0.270958
CPU usage (%): 99.938
Max. virtual memory (cumulated for all children) (KiB): 16164

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

runsolver used 1.09783 second user time and 3.2975 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Sat Mar 10 17:58:01 UTC 2007

IDJOB= 334078
IDBENCH= 24619
IDSOLVER= 110
FILE ID= node18/334078-1173549481

PBS_JOBID= 4101168

Free space on /tmp= 66512 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d-0.02-s405595518.sat05-531.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334078-1173549481/minimarch /tmp/evaluation/334078-1173549481/instance-334078-1173549481.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-334078-1173549481 -o ROOT/results/node18/solver-334078-1173549481 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334078-1173549481/minimarch /tmp/evaluation/334078-1173549481/instance-334078-1173549481.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  289600ad1a14c58bf1b867d8d9aa90f1

RANDOM SEED= 84951888

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.236
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.236
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:       1558720 kB
Buffers:         43532 kB
Cached:         377088 kB
SwapCached:       2952 kB
Active:         165792 kB
Inactive:       278096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1558720 kB
SwapTotal:     4192956 kB
SwapFree:      4153284 kB
Dirty:            2484 kB
Writeback:           0 kB
Mapped:          30200 kB
Slab:            38992 kB
Committed_AS:  1253212 kB
PageTables:       1668 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= 66512 MiB

End job on node18 on Sat Mar 10 18:18:04 UTC 2007