Trace number 428835

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minimarch 2007-04-26 (fixed)? (TO) 1200.13 1200.59

General information on the benchmark

Namecrafted/Hard/contest05/others/
sgp_5-6-8.sat05-2669.reshuffled-07.cnf
MD5SUM4064da8380443613a08af89e2e77b8a2
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 variables58560
Number of clauses778800
Sum of the clauses size1766280
Maximum clause length48
Minimum clause length1
Number of clauses of size 196
Number of clauses of size 2599208
Number of clauses of size 3177096
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52400

Solver Data (download as text)

0.00/0.00	This is MiniMarch 1.1, a modified version of MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  58560                                                |
0.00/0.00	|  Number of clauses:    778800                                               |
3.79/3.85	|  Parsing time:         3.77         s                                       |
12.59/12.69	============================[ Search Statistics ]==============================
12.59/12.69	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.59/12.69	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.59/12.69	===============================================================================
12.59/12.69	|         0 |   17622   433992  1015236 |   144664        0    nan |  0.000 % |
12.69/12.75	|       100 |   17622   433992  1015236 |   159130      100     12 | 49.836 % |
12.79/12.85	|       250 |   17622   433992  1015236 |   175043      250     25 | 49.836 % |
12.89/12.98	|       475 |   17622   433992  1015236 |   192547      475     57 | 49.836 % |
13.09/13.14	|       813 |   17622   433992  1015236 |   211802      813     73 | 49.836 % |
13.39/13.41	|      1319 |   17622   433992  1015236 |   232982     1319     58 | 49.836 % |
13.69/13.76	|      2081 |   17622   433992  1015236 |   256281     2081     93 | 49.836 % |
14.09/14.19	|      3222 |   17622   433992  1015236 |   281909     3222    110 | 49.836 % |
14.89/14.98	|      4931 |   17622   433992  1015236 |   310100     4931    109 | 49.836 % |
17.59/17.69	|      7494 |   17622   433992  1015236 |   341110     7494    162 | 49.836 % |
22.08/22.16	|     11338 |   17622   433992  1015236 |   375221    11338    191 | 49.836 % |
25.48/25.53	|     17104 |   17622   433992  1015236 |   412743    17104    201 | 49.836 % |
31.88/31.93	|     25753 |   17622   433992  1015236 |   454017    25753    212 | 49.836 % |
44.16/44.23	|     38727 |   17622   433992  1015236 |   499419    38727    202 | 49.836 % |
55.46/55.58	|     58193 |   17622   433992  1015236 |   549361    58193    213 | 49.836 % |
140.43/140.53	|     87385 |   17622   433992  1015236 |   604297    87385    278 | 49.836 % |
197.22/197.38	|    131176 |   17622   433992  1015236 |   664727   131176    248 | 49.836 % |
404.15/404.33	|    196860 |   17622   433992  1015236 |   731199   196860    264 | 49.836 % |
802.66/803.06	|    295386 |   17622   433992  1015236 |   804319   295386    268 | 49.836 % |

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node47/watcher-428835-1177753734 -o ROOT/results/node47/solver-428835-1177753734 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428835-1177753734/minimarch_fixed /tmp/evaluation/428835-1177753734/instance-428835-1177753734.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.00 1.00 1.00 3/77 7576
/proc/meminfo: memFree=1412808/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=2620 CPUtime=0
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 521 0 0 0 0 0 0 0 18 0 1 0 130218985 2682880 507 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 655 513 49 132 0 520 0

[startup+0.045432 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 7576
/proc/meminfo: memFree=1412808/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=8720 CPUtime=0.03
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 1966 0 0 0 3 0 0 0 18 0 1 0 130218985 8929280 1942 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134562614 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 2180 1943 51 132 0 2045 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8720

[startup+0.101439 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 7576
/proc/meminfo: memFree=1412808/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=10084 CPUtime=0.09
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 2297 0 0 0 9 0 0 0 18 0 1 0 130218985 10326016 2273 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 2521 2273 51 132 0 2386 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10084

[startup+0.301459 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 7576
/proc/meminfo: memFree=1412808/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=14804 CPUtime=0.29
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 3438 0 0 0 28 1 0 0 19 0 1 0 130218985 15159296 3414 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 3701 3414 51 132 0 3566 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14804

[startup+0.701504 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 7576
/proc/meminfo: memFree=1412808/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=23276 CPUtime=0.69
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 5547 0 0 0 67 2 0 0 22 0 1 0 130218985 23834624 5523 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 5819 5523 51 132 0 5684 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23276

[startup+1.50159 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7577
/proc/meminfo: memFree=1384448/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=41232 CPUtime=1.48
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 9893 0 0 0 144 4 0 0 25 0 1 0 130218985 42221568 9869 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 10308 9869 51 132 0 10173 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 41232

[startup+3.10176 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7577
/proc/meminfo: memFree=1358528/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=57168 CPUtime=3.09
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 13556 0 0 0 302 7 0 0 25 0 1 0 130218985 58540032 13532 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 14292 13532 51 132 0 14157 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57168

[startup+6.30111 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7577
/proc/meminfo: memFree=1358528/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=57328 CPUtime=6.29
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 13597 0 0 0 622 7 0 0 25 0 1 0 130218985 58703872 13573 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531528 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 14332 13573 62 132 0 14197 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57328

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7577
/proc/meminfo: memFree=1353024/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=54920 CPUtime=12.69
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 15433 0 0 0 1261 8 0 0 25 0 1 0 130218985 56238080 13363 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551184 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 13730 13363 66 132 0 13595 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54920

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7577
/proc/meminfo: memFree=1354112/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=60780 CPUtime=25.48
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 16902 0 0 0 2539 9 0 0 25 0 1 0 130218985 62238720 14832 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551351 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 15195 14832 68 132 0 15060 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 60780

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7577
/proc/meminfo: memFree=1324992/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=90124 CPUtime=51.06
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 24215 0 0 0 5091 15 0 0 25 0 1 0 130218985 92286976 22145 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551184 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 22531 22145 68 132 0 22396 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 90124

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7577
/proc/meminfo: memFree=1285632/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=128792 CPUtime=102.25
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 33869 0 0 0 10200 25 0 0 25 0 1 0 130218985 131883008 31799 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551569 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 32198 31799 68 132 0 32063 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 128792

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7577
/proc/meminfo: memFree=1254144/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=160284 CPUtime=162.22
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 41730 0 0 0 16189 33 0 0 25 0 1 0 130218985 164130816 39660 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 40071 39660 68 132 0 39936 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 160284

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7577
/proc/meminfo: memFree=1213696/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=200864 CPUtime=222.21
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 51837 0 0 0 22178 43 0 0 25 0 1 0 130218985 205684736 49767 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 50216 49767 68 132 0 50081 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 200864

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7577
/proc/meminfo: memFree=1185984/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=228680 CPUtime=282.19
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 58786 0 0 0 28168 51 0 0 25 0 1 0 130218985 234168320 56716 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 57170 56716 68 132 0 57035 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 228680

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7577
/proc/meminfo: memFree=1166848/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=247784 CPUtime=342.18
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 63526 0 0 0 34163 55 0 0 25 0 1 0 130218985 253730816 61456 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 61946 61456 68 132 0 61811 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 247784

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7577
/proc/meminfo: memFree=1150336/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=264480 CPUtime=402.16
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 67696 0 0 0 40156 60 0 0 25 0 1 0 130218985 270827520 65626 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 66120 65626 68 132 0 65985 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 264480

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7577
/proc/meminfo: memFree=1126720/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=288304 CPUtime=462.14
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 73563 0 0 0 46148 66 0 0 25 0 1 0 130218985 295223296 71493 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551270 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 72076 71493 68 132 0 71941 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 288304

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7577
/proc/meminfo: memFree=1101888/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=313036 CPUtime=522.13
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 79766 0 0 0 52139 74 0 0 25 0 1 0 130218985 320548864 77696 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551772 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 78259 77696 68 132 0 78124 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 313036

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7577
/proc/meminfo: memFree=1088000/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=326772 CPUtime=582.11
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 83216 0 0 0 58134 77 0 0 25 0 1 0 130218985 334614528 81146 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551184 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 81693 81146 68 132 0 81558 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 326772

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7577
/proc/meminfo: memFree=1073664/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=340900 CPUtime=642.09
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 86755 0 0 0 64129 80 0 0 25 0 1 0 130218985 349081600 84685 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 85225 84685 68 132 0 85090 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 340900

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 7577
/proc/meminfo: memFree=1060800/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=353768 CPUtime=702.07
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 89973 0 0 0 70123 84 0 0 25 0 1 0 130218985 362258432 87903 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 88442 87903 68 132 0 88307 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 353768

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/84 7745
/proc/meminfo: memFree=1045768/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=367532 CPUtime=761.98
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 93400 0 0 0 76112 86 0 0 25 0 1 0 130218985 376352768 91330 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 91883 91330 68 132 0 91748 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 367532

[startup+822.302 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 7775
/proc/meminfo: memFree=1023736/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=391024 CPUtime=821.94
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 99315 0 0 0 82101 93 0 0 25 0 1 0 130218985 400408576 97245 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 97756 97245 68 132 0 97621 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 391024

[startup+882.301 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 7775
/proc/meminfo: memFree=977272/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=437524 CPUtime=881.92
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 110799 0 0 0 88088 104 0 0 25 0 1 0 130218985 448024576 108729 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 109381 108729 68 132 0 109246 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 437524

[startup+942.302 s]
/proc/loadavg: 1.12 1.03 1.01 2/78 7775
/proc/meminfo: memFree=942008/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=472912 CPUtime=941.9
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 119658 0 0 0 94077 113 0 0 25 0 1 0 130218985 484261888 117588 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 118228 117588 68 132 0 118093 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 472912

[startup+1002.3 s]
/proc/loadavg: 1.04 1.02 1.00 2/78 7775
/proc/meminfo: memFree=910840/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=504028 CPUtime=1001.88
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 127404 0 0 0 100069 119 0 0 25 0 1 0 130218985 516124672 125334 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551337 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 126007 125334 68 132 0 125872 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 504028

[startup+1062.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 7775
/proc/meminfo: memFree=887224/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=527804 CPUtime=1061.87
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 133346 0 0 0 106062 125 0 0 25 0 1 0 130218985 540471296 131276 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 131951 131276 68 132 0 131816 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 527804

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 7775
/proc/meminfo: memFree=864832/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=549908 CPUtime=1121.85
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 138892 0 0 0 112054 131 0 0 25 0 1 0 130218985 563105792 136822 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551334 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 137477 136822 68 132 0 137342 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 549908

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 7775
/proc/meminfo: memFree=841792/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=573380 CPUtime=1181.84
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 144735 0 0 0 118047 137 0 0 25 0 1 0 130218985 587141120 142665 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 143345 142665 68 132 0 143210 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 573380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 7775
/proc/meminfo: memFree=836928/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=577820 CPUtime=1200.03
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 145839 0 0 0 119865 138 0 0 25 0 1 0 130218985 591687680 143769 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551344 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 144455 143769 68 132 0 144320 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 577820

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.01 1.00 2/78 7775
/proc/meminfo: memFree=836928/2055920 swapFree=4158036/4192956
[pid=7576] ppid=7574 vsize=577820 CPUtime=1200.03
/proc/7576/stat : 7576 (minimarch_fixed) R 7574 7576 6783 0 -1 4194304 145839 0 0 0 119865 138 0 0 25 0 1 0 130218985 591687680 143769 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551344 0 0 4096 3 0 0 0 17 1 0 0
/proc/7576/statm: 144455 143769 68 132 0 144320 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 577820

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.59
CPU time (s): 1200.13
CPU user time (s): 1198.66
CPU system time (s): 1.47478
CPU usage (%): 99.9616
Max. virtual memory (cumulated for all children) (KiB): 577820

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

runsolver used 1.04384 second user time and 2.86656 second system time

The end

Launcher Data (download as text)

Begin job on node47 on Sat Apr 28 09:48:56 UTC 2007

IDJOB= 428835
IDBENCH= 24667
IDSOLVER= 198
FILE ID= node47/428835-1177753734

PBS_JOBID= 4715494

Free space on /tmp= 66466 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/others/sgp_5-6-8.sat05-2669.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/428835-1177753734/minimarch_fixed /tmp/evaluation/428835-1177753734/instance-428835-1177753734.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-428835-1177753734 -o ROOT/results/node47/solver-428835-1177753734 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/428835-1177753734/minimarch_fixed /tmp/evaluation/428835-1177753734/instance-428835-1177753734.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  4064da8380443613a08af89e2e77b8a2

RANDOM SEED= 104235868

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node47.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.221
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.221
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:       1413344 kB
Buffers:         52260 kB
Cached:         498156 kB
SwapCached:       4056 kB
Active:         220084 kB
Inactive:       354588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1413344 kB
SwapTotal:     4192956 kB
SwapFree:      4158036 kB
Dirty:           15284 kB
Writeback:           0 kB
Mapped:          30760 kB
Slab:            53432 kB
Committed_AS:  3974716 kB
PageTables:       1776 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= 66466 MiB

End job on node47 on Sat Apr 28 10:08:59 UTC 2007