Trace number 335716

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.15 1200.45

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
harder-php-045-044.sat05-1195.reshuffled-07.cnf
MD5SUMf85cd53ba72eb6986cd81a6303ff5679
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 variables1980
Number of clauses43605
Sum of the clauses size89100
Maximum clause length44
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243560
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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:  1980                                                 |
0.00/0.00	|  Number of clauses:    43605                                                |
0.08/0.08	|  Parsing time:         0.09         s                                       |
1.69/1.72	============================[ Search Statistics ]==============================
1.69/1.72	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.69/1.72	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.69/1.72	===============================================================================
1.69/1.72	|         0 |    1935    43560   170280 |    14520        0    nan |  0.000 % |
1.69/1.75	|       100 |    1935    43560   170280 |    15972      100    203 |  0.000 % |
1.79/1.83	|       251 |    1935    43560   170280 |    17569      251    241 |  0.001 % |
1.89/1.92	|       476 |    1935    43560   170280 |    19326      476    279 |  0.001 % |
1.89/1.98	|       814 |    1935    43560   170280 |    21258      814    301 |  0.001 % |
2.09/2.11	|      1320 |    1935    43560   170280 |    23384     1320    331 |  0.001 % |
2.29/2.39	|      2079 |    1935    43560   170280 |    25723     2079    391 |  0.001 % |
2.78/2.81	|      3218 |    1935    43560   170280 |    28295     3218    428 |  0.001 % |
3.39/3.42	|      4926 |    1935    43560   170280 |    31124     4926    425 |  0.001 % |
4.48/4.54	|      7488 |    1935    43560   170280 |    34237     7488    481 |  0.001 % |
6.99/7.04	|     11332 |    1935    43560   170280 |    37661    11332    537 |  0.001 % |
11.09/11.11	|     17098 |    1935    43560   170280 |    41427    17098    550 |  0.001 % |
18.28/18.33	|     25747 |    1935    43560   170280 |    45569    25747    569 |  0.001 % |
33.38/33.43	|     38721 |    1935    43560   170280 |    50126    38721    598 |  0.001 % |
65.67/65.77	|     58182 |    1935    43560   170280 |    55139    21499    700 |  0.001 % |
124.56/124.64	|     87374 |    1935    43560   170280 |    60653    50691    729 |  0.001 % |
231.13/231.21	|    131163 |    1935    43560   170280 |    66719    44792    731 |  0.001 % |
369.30/369.50	|    196847 |    1935    43560   170280 |    73390    58406    637 |  0.001 % |
638.83/639.08	|    295373 |    1935    43560   170280 |    80729    46498    661 |  0.001 % |
1092.62/1092.97	|    443162 |    1935    43560   170280 |    88802    68890    722 |  0.001 % |

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/node22/watcher-335716-1173633021 -o ROOT/results/node22/solver-335716-1173633021 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335716-1173633021/minimarch /tmp/evaluation/335716-1173633021/instance-335716-1173633021.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.92 0.98 0.99 3/77 31128
/proc/meminfo: memFree=1897208/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=2132 CPUtime=0
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 309 0 0 0 0 0 0 0 18 0 1 0 19609983 2183168 293 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134533192 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 533 293 51 132 0 398 0

[startup+0.083902 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31128
/proc/meminfo: memFree=1897208/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=4644 CPUtime=0.08
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 916 0 0 0 8 0 0 0 18 0 1 0 19609983 4755456 900 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 1161 900 51 132 0 1026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4644

[startup+0.101904 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31128
/proc/meminfo: memFree=1897208/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=4640 CPUtime=0.09
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 928 0 0 0 9 0 0 0 18 0 1 0 19609983 4751360 912 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531491 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 1160 912 63 132 0 1025 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4640

[startup+0.301919 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31128
/proc/meminfo: memFree=1897208/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=6092 CPUtime=0.29
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 1276 0 0 0 29 0 0 0 19 0 1 0 19609983 6238208 1260 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 1523 1260 63 132 0 1388 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6092

[startup+0.701947 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 31128
/proc/meminfo: memFree=1897208/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=6092 CPUtime=0.69
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 1276 0 0 0 69 0 0 0 22 0 1 0 19609983 6238208 1260 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 1523 1260 63 132 0 1388 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6092

[startup+1.50201 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1892400/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=6212 CPUtime=1.49
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 1319 0 0 0 149 0 0 0 25 0 1 0 19609983 6361088 1303 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531711 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 1553 1303 63 132 0 1418 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6212

[startup+3.10113 s]
/proc/loadavg: 0.93 0.98 0.99 3/78 31129
/proc/meminfo: memFree=1891888/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=11392 CPUtime=3.09
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 2727 0 0 0 308 1 0 0 25 0 1 0 19609983 11665408 2623 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 2848 2623 66 132 0 2713 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 11392

[startup+6.30136 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1874616/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=26840 CPUtime=6.29
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 6574 0 0 0 627 2 0 0 25 0 1 0 19609983 27484160 6470 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 6710 6470 66 132 0 6575 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26840

[startup+12.7018 s]
/proc/loadavg: 0.94 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1852920/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=47016 CPUtime=12.69
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 11631 0 0 0 1264 5 0 0 25 0 1 0 19609983 48144384 11527 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557503 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 11754 11527 66 132 0 11619 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47016

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1817848/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=80732 CPUtime=25.48
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 20043 0 0 0 2538 10 0 0 25 0 1 0 19609983 82669568 19939 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 20183 19939 66 132 0 20048 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 80732

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1768440/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=130048 CPUtime=51.08
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 32368 0 0 0 5090 18 0 0 25 0 1 0 19609983 133169152 32264 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 32512 32264 66 132 0 32377 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 130048

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1762616/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=135208 CPUtime=102.27
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 33650 0 0 0 10208 19 0 0 25 0 1 0 19609983 138452992 33546 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 33802 33546 66 132 0 33667 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 135208

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1714872/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=183020 CPUtime=162.25
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 45560 0 0 0 16198 27 0 0 25 0 1 0 19609983 187412480 45456 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 45755 45456 66 132 0 45620 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 183020

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1714808/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=183020 CPUtime=222.23
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 45565 0 0 0 22196 27 0 0 25 0 1 0 19609983 187412480 45461 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 45755 45461 66 132 0 45620 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 183020

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1701560/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=196152 CPUtime=282.22
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 48874 0 0 0 28192 30 0 0 25 0 1 0 19609983 200859648 48770 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 49038 48770 66 132 0 48903 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 196152

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1701496/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=196152 CPUtime=342.21
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 48877 0 0 0 34190 31 0 0 25 0 1 0 19609983 200859648 48773 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557317 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 49038 48773 66 132 0 48903 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 196152

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1701496/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=196152 CPUtime=402.19
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 48881 0 0 0 40188 31 0 0 25 0 1 0 19609983 200859648 48777 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 49038 48777 66 132 0 48903 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 196152

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1693880/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=203832 CPUtime=462.17
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 50776 0 0 0 46184 33 0 0 25 0 1 0 19609983 208723968 50672 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551371 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 50958 50672 66 132 0 50823 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 203832

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1693816/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=203832 CPUtime=522.16
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 50778 0 0 0 52182 34 0 0 25 0 1 0 19609983 208723968 50674 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 50958 50674 66 132 0 50823 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 203832

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1688888/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=208772 CPUtime=582.14
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 52015 0 0 0 58178 36 0 0 25 0 1 0 19609983 213782528 51911 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 52193 51911 66 132 0 52058 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 208772

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1688824/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=208772 CPUtime=642.13
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 52015 0 0 0 64176 37 0 0 25 0 1 0 19609983 213782528 51911 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551345 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 52193 51911 66 132 0 52058 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 208772

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1688760/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=208772 CPUtime=702.12
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 52018 0 0 0 70174 38 0 0 25 0 1 0 19609983 213782528 51914 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 52193 51914 66 132 0 52058 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 208772

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1656248/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=241188 CPUtime=762.1
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 60113 0 0 0 76167 43 0 0 25 0 1 0 19609983 246976512 60009 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 60297 60009 66 132 0 60162 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 241188

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1656248/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=241188 CPUtime=822.09
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 60113 0 0 0 82165 44 0 0 25 0 1 0 19609983 246976512 60009 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 60297 60009 66 132 0 60162 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 241188

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1656184/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=241188 CPUtime=882.07
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 60114 0 0 0 88163 44 0 0 25 0 1 0 19609983 246976512 60010 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551377 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 60297 60010 66 132 0 60162 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 241188

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1646520/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=250700 CPUtime=942.05
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 62512 0 0 0 94159 46 0 0 25 0 1 0 19609983 256716800 62408 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 62675 62408 66 132 0 62540 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 250700

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1646520/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=250700 CPUtime=1002.04
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 62512 0 0 0 100157 47 0 0 25 0 1 0 19609983 256716800 62408 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551352 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 62675 62408 66 132 0 62540 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 250700

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1646456/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=250700 CPUtime=1062.02
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 62512 0 0 0 106155 47 0 0 25 0 1 0 19609983 256716800 62408 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 62675 62408 66 132 0 62540 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 250700

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1646456/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=250700 CPUtime=1122.01
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 62512 0 0 0 112153 48 0 0 25 0 1 0 19609983 256716800 62408 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 62675 62408 66 132 0 62540 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 250700

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1630776/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=266312 CPUtime=1182
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 66417 0 0 0 118149 51 0 0 25 0 1 0 19609983 272703488 66313 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 66578 66313 66 132 0 66443 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 266312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 31129
/proc/meminfo: memFree=1630712/2055920 swapFree=4120344/4192956
[pid=31128] ppid=31126 vsize=266312 CPUtime=1200.1
/proc/31128/stat : 31128 (minimarch) R 31126 31128 30384 0 -1 4194304 66417 0 0 0 119959 51 0 0 25 0 1 0 19609983 272703488 66313 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551380 0 0 4096 3 0 0 0 17 1 0 0
/proc/31128/statm: 66578 66313 66 132 0 66443 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 266312

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.45
CPU time (s): 1200.15
CPU user time (s): 1199.59
CPU system time (s): 0.550916
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 266312

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

runsolver used 1.44978 second user time and 2.81357 second system time

The end

Launcher Data (download as text)

Begin job on node22 on Sun Mar 11 17:10:21 UTC 2007

IDJOB= 335716
IDBENCH= 24658
IDSOLVER= 110
FILE ID= node22/335716-1173633021

PBS_JOBID= 4101287

Free space on /tmp= 66562 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/harder-php-045-044.sat05-1195.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335716-1173633021/minimarch /tmp/evaluation/335716-1173633021/instance-335716-1173633021.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-335716-1173633021 -o ROOT/results/node22/solver-335716-1173633021 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335716-1173633021/minimarch /tmp/evaluation/335716-1173633021/instance-335716-1173633021.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  f85cd53ba72eb6986cd81a6303ff5679

RANDOM SEED= 482999010

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node22.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.238
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.238
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:       1897616 kB
Buffers:         23472 kB
Cached:          73144 kB
SwapCached:      21296 kB
Active:          59492 kB
Inactive:        71752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1897616 kB
SwapTotal:     4192956 kB
SwapFree:      4120344 kB
Dirty:            2800 kB
Writeback:           0 kB
Mapped:          38936 kB
Slab:            12624 kB
Committed_AS:   179336 kB
PageTables:       1772 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66562 MiB

End job on node22 on Sun Mar 11 17:30:24 UTC 2007