Trace number 334036

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

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d0.04-s736572600.sat05-546.reshuffled-07.cnf
MD5SUMb113aab739ba5e45a581d24e1a53a65a
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 variables1148
Number of clauses14303
Sum of the clauses size43196
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 314016
Number of clauses of size 4287
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:  1148                                                 |
0.00/0.00	|  Number of clauses:    14303                                                |
0.00/0.03	|  Parsing time:         0.03         s                                       |
0.19/0.21	============================[ Search Statistics ]==============================
0.19/0.21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.21	===============================================================================
0.19/0.21	|         0 |     861    14016    46840 |     4672        0    nan |  0.000 % |
0.19/0.22	|       100 |     861    14016    46840 |     5139      100     18 |  0.000 % |
0.19/0.23	|       250 |     861    14016    46840 |     5653      250     17 |  0.000 % |
0.19/0.26	|       475 |     861    14016    46840 |     6218      475     21 |  0.000 % |
0.29/0.30	|       812 |     861    14016    46840 |     6840      812     25 |  0.000 % |
0.29/0.37	|      1319 |     861    14016    46840 |     7524     1319     27 |  0.000 % |
0.39/0.47	|      2078 |     861    14016    46840 |     8276     2078     28 |  0.000 % |
0.49/0.58	|      3217 |     861    14016    46840 |     9104     3217     26 |  0.000 % |
0.69/0.79	|      4925 |     861    14016    46840 |    10014     4925     26 |  0.000 % |
1.10/1.20	|      7487 |     861    14016    46840 |    11016     7487     27 |  0.000 % |
2.10/2.11	|     11332 |     861    14016    46840 |    12117     5756     29 |  0.000 % |
3.30/3.35	|     17098 |     861    14016    46840 |    13329    11522     27 |  0.000 % |
5.29/5.35	|     25747 |     861    14016    46840 |    14662     6723     28 |  0.000 % |
8.39/8.43	|     38721 |     861    14016    46840 |    16129    12323     26 |  0.000 % |
14.38/14.41	|     58182 |     861    14016    46840 |    17741    15514     38 |  0.000 % |
24.28/24.31	|     87375 |     861    14016    46840 |    19516     8996     27 |  0.000 % |
37.68/37.77	|    131165 |     861    14016    46840 |    21467    13469     32 |  0.000 % |
58.18/58.23	|    196849 |     861    14016    46840 |    23614    14467     25 |  0.000 % |
98.66/98.75	|    295376 |     861    14016    46840 |    25975    18107     28 |  0.000 % |
168.84/168.95	|    443166 |     861    14016    46840 |    28573    22467     23 |  0.000 % |
277.60/277.78	|    664850 |     861    14016    46840 |    31430    14605     25 |  0.000 % |
444.46/444.64	|    997376 |     861    14016    46840 |    34573    26555     27 |  0.000 % |
702.77/703.05	|   1496165 |     861    14016    46840 |    38031    18056     28 |  0.000 % |
1165.82/1166.23	|   2244348 |     861    14016    46840 |    41834    17538     26 |  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/node10/watcher-334036-1173546823 -o ROOT/results/node10/solver-334036-1173546823 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334036-1173546823/minimarch /tmp/evaluation/334036-1173546823/instance-334036-1173546823.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.96 0.96 0.97 3/77 24893
/proc/meminfo: memFree=1716528/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=2000 CPUtime=0
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 216 0 0 0 0 0 0 0 18 0 1 0 374637309 2048000 200 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 500 200 51 132 0 365 0

[startup+0.07031 s]
/proc/loadavg: 0.96 0.96 0.97 3/77 24893
/proc/meminfo: memFree=1716528/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=3384 CPUtime=0.06
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 563 0 0 0 6 0 0 0 18 0 1 0 374637309 3465216 547 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 846 547 63 132 0 711 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3384

[startup+0.101313 s]
/proc/loadavg: 0.96 0.96 0.97 3/77 24893
/proc/meminfo: memFree=1716528/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=3812 CPUtime=0.09
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 653 0 0 0 9 0 0 0 18 0 1 0 374637309 3903488 637 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134536071 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 953 637 63 132 0 818 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3812

[startup+0.30134 s]
/proc/loadavg: 0.96 0.96 0.97 3/77 24893
/proc/meminfo: memFree=1716528/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=3648 CPUtime=0.29
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 689 0 0 0 29 0 0 0 19 0 1 0 374637309 3735552 619 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 912 619 66 132 0 777 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3648

[startup+0.701394 s]
/proc/loadavg: 0.96 0.96 0.97 3/77 24893
/proc/meminfo: memFree=1716528/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=3648 CPUtime=0.69
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 689 0 0 0 69 0 0 0 24 0 1 0 374637309 3735552 619 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557296 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 912 619 66 132 0 777 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3648

[startup+1.5015 s]
/proc/loadavg: 0.96 0.96 0.97 2/78 24894
/proc/meminfo: memFree=1713896/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=4216 CPUtime=1.49
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 843 0 0 0 149 0 0 0 25 0 1 0 374637309 4317184 773 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 1054 773 66 132 0 919 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4216

[startup+3.10172 s]
/proc/loadavg: 0.96 0.96 0.97 2/78 24894
/proc/meminfo: memFree=1713000/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=4612 CPUtime=3.09
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 935 0 0 0 309 0 0 0 25 0 1 0 374637309 4722688 865 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 1153 865 66 132 0 1018 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4612

[startup+6.30115 s]
/proc/loadavg: 0.96 0.96 0.97 2/78 24894
/proc/meminfo: memFree=1712616/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=5032 CPUtime=6.29
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 1031 0 0 0 629 0 0 0 25 0 1 0 374637309 5152768 961 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551293 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 1258 961 66 132 0 1123 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5032

[startup+12.702 s]
/proc/loadavg: 0.97 0.96 0.97 2/78 24894
/proc/meminfo: memFree=1711656/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=5956 CPUtime=12.69
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 1272 0 0 0 1269 0 0 0 25 0 1 0 374637309 6098944 1202 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551660 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 1489 1202 66 132 0 1354 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5956

[startup+25.5017 s]
/proc/loadavg: 0.97 0.96 0.97 2/78 24894
/proc/meminfo: memFree=1711208/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=6352 CPUtime=25.48
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 1378 0 0 0 2548 0 0 0 25 0 1 0 374637309 6504448 1308 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551284 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 1588 1308 66 132 0 1453 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6352

[startup+51.1012 s]
/proc/loadavg: 0.98 0.96 0.97 2/78 24894
/proc/meminfo: memFree=1710568/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=7088 CPUtime=51.08
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 1553 0 0 0 5107 1 0 0 25 0 1 0 374637309 7258112 1483 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 1772 1483 66 132 0 1637 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7088

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 24894
/proc/meminfo: memFree=1709736/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=8036 CPUtime=102.27
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 1770 0 0 0 10225 2 0 0 25 0 1 0 374637309 8228864 1700 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 2009 1700 66 132 0 1874 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 8036

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 24894
/proc/meminfo: memFree=1709288/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=8468 CPUtime=162.24
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 1872 0 0 0 16222 2 0 0 25 0 1 0 374637309 8671232 1802 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134553257 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 2117 1802 66 132 0 1982 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 8468

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 24894
/proc/meminfo: memFree=1708520/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=9192 CPUtime=222.23
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 2057 0 0 0 22219 4 0 0 25 0 1 0 374637309 9412608 1987 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551660 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 2298 1987 66 132 0 2163 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 9192

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 24894
/proc/meminfo: memFree=1708008/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=9740 CPUtime=282.2
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 2177 0 0 0 28216 4 0 0 25 0 1 0 374637309 9973760 2107 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 2435 2107 66 132 0 2300 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 9740

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 24894
/proc/meminfo: memFree=1707240/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=10404 CPUtime=342.19
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 2356 0 0 0 34214 5 0 0 25 0 1 0 374637309 10653696 2286 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 2601 2286 66 132 0 2466 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 10404

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 24894
/proc/meminfo: memFree=1706792/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=10944 CPUtime=402.16
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 2468 0 0 0 40211 5 0 0 25 0 1 0 374637309 11206656 2398 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551243 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 2736 2398 66 132 0 2601 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 10944

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 24894
/proc/meminfo: memFree=1706024/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=11608 CPUtime=462.15
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 2645 0 0 0 46209 6 0 0 25 0 1 0 374637309 11886592 2575 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551188 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 2902 2575 66 132 0 2767 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 11608

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 24894
/proc/meminfo: memFree=1705576/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=12152 CPUtime=522.13
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 2769 0 0 0 52207 6 0 0 25 0 1 0 374637309 12443648 2699 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 3038 2699 66 132 0 2903 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 12152

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 24894
/proc/meminfo: memFree=1705320/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=12416 CPUtime=582.11
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 2837 0 0 0 58204 7 0 0 25 0 1 0 374637309 12713984 2767 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 3104 2767 66 132 0 2969 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 12416

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 24894
/proc/meminfo: memFree=1705256/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=12548 CPUtime=642.09
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 2856 0 0 0 64202 7 0 0 25 0 1 0 374637309 12849152 2786 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 3137 2786 66 132 0 3002 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 12548

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 24894
/proc/meminfo: memFree=1705064/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=12692 CPUtime=702.07
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 2892 0 0 0 70199 8 0 0 25 0 1 0 374637309 12996608 2822 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551269 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 3173 2822 66 132 0 3038 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 12692

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 24894
/proc/meminfo: memFree=1703912/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=13888 CPUtime=762.06
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 3199 0 0 0 76197 9 0 0 25 0 1 0 374637309 14221312 3129 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 3472 3129 66 132 0 3337 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 13888

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.97 3/78 24894
/proc/meminfo: memFree=1703336/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=14440 CPUtime=822.03
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 3325 0 0 0 82194 9 0 0 25 0 1 0 374637309 14786560 3255 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551196 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 3610 3255 66 132 0 3475 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 14440

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 24894
/proc/meminfo: memFree=1703272/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=14440 CPUtime=882.02
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 3346 0 0 0 88192 10 0 0 25 0 1 0 374637309 14786560 3276 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551700 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 3610 3276 66 132 0 3475 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 14440

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 24894
/proc/meminfo: memFree=1703208/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=14616 CPUtime=941.99
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 3370 0 0 0 94189 10 0 0 25 0 1 0 374637309 14966784 3300 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551368 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 3654 3300 66 132 0 3519 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 14616

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 24894
/proc/meminfo: memFree=1703016/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=14788 CPUtime=1001.98
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 3417 0 0 0 100187 11 0 0 25 0 1 0 374637309 15142912 3347 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 3697 3347 66 132 0 3562 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 14788

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 24894
/proc/meminfo: memFree=1702824/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=14940 CPUtime=1061.97
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 3455 0 0 0 106185 12 0 0 25 0 1 0 374637309 15298560 3385 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 3735 3385 66 132 0 3600 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 14940

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 24894
/proc/meminfo: memFree=1702760/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=15084 CPUtime=1121.94
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 3474 0 0 0 112182 12 0 0 25 0 1 0 374637309 15446016 3404 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551660 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 3771 3404 66 132 0 3636 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 15084

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 24894
/proc/meminfo: memFree=1702760/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=15164 CPUtime=1181.93
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 3483 0 0 0 118180 13 0 0 25 0 1 0 374637309 15527936 3413 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 3791 3413 66 132 0 3656 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 15164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 24894
/proc/meminfo: memFree=1702760/2055920 swapFree=4168784/4192956
[pid=24893] ppid=24891 vsize=15164 CPUtime=1200.02
/proc/24893/stat : 24893 (minimarch) R 24891 24893 24547 0 -1 4194304 3483 0 0 0 119989 13 0 0 25 0 1 0 374637309 15527936 3413 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551243 0 0 4096 3 0 0 0 17 1 0 0
/proc/24893/statm: 3791 3413 66 132 0 3656 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 15164

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.41
CPU time (s): 1200.03
CPU user time (s): 1199.9
CPU system time (s): 0.133979
CPU usage (%): 99.9688
Max. virtual memory (cumulated for all children) (KiB): 15164

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

runsolver used 1.3478 second user time and 3.02854 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Sat Mar 10 17:13:43 UTC 2007

IDJOB= 334036
IDBENCH= 24618
IDSOLVER= 110
FILE ID= node10/334036-1173546823

PBS_JOBID= 4101174

Free space on /tmp= 66502 MiB

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

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  b113aab739ba5e45a581d24e1a53a65a

RANDOM SEED= 798678538

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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:       1716936 kB
Buffers:         41076 kB
Cached:         214520 kB
SwapCached:       2600 kB
Active:         159728 kB
Inactive:       118744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716936 kB
SwapTotal:     4192956 kB
SwapFree:      4168784 kB
Dirty:            2500 kB
Writeback:           0 kB
Mapped:          30312 kB
Slab:            45996 kB
Committed_AS:  1696600 kB
PageTables:       1832 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= 66502 MiB

End job on node10 on Sat Mar 10 17:33:46 UTC 2007