Trace number 334792

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.08 1200.44

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_l3.used-as.sat04-895.sat05-4189.reshuffled-07.cnf
MD5SUM58af3687ccec42ccd800f9557db434fc
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 variables16489
Number of clauses2248381
Sum of the clauses size4509197
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22246354
Number of clauses of size 30
Number of clauses of size 44
Number of clauses of size 58
Number of clauses of size over 52015

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:  16489                                                |
0.00/0.00	|  Number of clauses:    2248381                                              |
6.79/6.88	|  Parsing time:         6.72         s                                       |
184.74/184.80	============================[ Search Statistics ]==============================
184.74/184.80	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
184.74/184.80	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
184.74/184.80	===============================================================================
184.74/184.80	|         0 |   14123  2208745  5972294 |   736248        0    nan |  0.000 % |
185.74/185.86	|       100 |   14123  2208745  5972294 |   809873      100     54 |  1.892 % |
186.74/186.84	|       250 |   14123  2208745  5972294 |   890860      250     40 |  1.892 % |
188.84/188.91	|       475 |   14123  2208745  5972294 |   979946      475     66 |  1.892 % |
191.44/191.54	|       812 |   14121  2208745  5972294 |  1077941      811     56 |  1.904 % |
192.84/192.95	|      1318 |   14121  2208745  5972294 |  1185735     1317     49 |  1.904 % |
203.23/203.31	|      2077 |   14121  2208745  5972294 |  1304308     2076     81 |  1.904 % |
211.43/211.55	|      3217 |   14121  2208745  5972294 |  1434739     3216     71 |  1.904 % |
220.43/220.51	|      4925 |   14121  2208745  5972294 |  1578213     4924     76 |  1.904 % |
247.92/248.08	|      7487 |   14121  2208462  5971703 |  1736035     7486     84 |  1.904 % |
272.61/272.70	|     11332 |   14121  2208462  5971703 |  1909638    11331     84 |  1.904 % |
330.50/330.60	|     17099 |   14121  2208462  5971703 |  2100602    17098     79 |  1.904 % |
377.68/377.85	|     25748 |   14121  2208462  5971703 |  2310662    25747     84 |  1.904 % |
529.03/529.25	|     38722 |   14121  2208462  5971703 |  2541728    38721     85 |  1.904 % |
705.68/705.93	|     58183 |   14120  2208438  5971650 |  2795901    58181     83 |  1.910 % |
920.12/920.41	|     87376 |   14120  2208438  5971650 |  3075492    87374     99 |  1.910 % |

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node11/watcher-334792-1173593099 -o ROOT/results/node11/solver-334792-1173593099 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/334792-1173593099/minimarch /tmp/evaluation/334792-1173593099/instance-334792-1173593099.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.93 0.99 0.99 3/77 25316
/proc/meminfo: memFree=1146224/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=2440 CPUtime=0
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 521 0 0 0 0 0 0 0 18 0 1 0 379264945 2498560 505 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134526740 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 655 506 49 132 0 520 0

[startup+0.0202419 s]
/proc/loadavg: 0.93 0.99 0.99 3/77 25316
/proc/meminfo: memFree=1146224/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=4240 CPUtime=0.01
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 915 0 0 0 1 0 0 0 18 0 1 0 379264945 4341760 899 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134562614 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 1060 900 51 132 0 925 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4240

[startup+0.101251 s]
/proc/loadavg: 0.93 0.99 0.99 3/77 25316
/proc/meminfo: memFree=1146224/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=7400 CPUtime=0.09
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 1661 0 0 0 9 0 0 0 18 0 1 0 379264945 7577600 1645 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 1850 1646 51 132 0 1715 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7400

[startup+0.301275 s]
/proc/loadavg: 0.93 0.99 0.99 3/77 25316
/proc/meminfo: memFree=1146224/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=13972 CPUtime=0.29
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 3344 0 0 0 28 1 0 0 19 0 1 0 379264945 14307328 3328 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 3493 3328 51 132 0 3358 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13972

[startup+0.701322 s]
/proc/loadavg: 0.93 0.99 0.99 3/77 25316
/proc/meminfo: memFree=1146224/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=29964 CPUtime=0.69
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 6913 0 0 0 66 3 0 0 23 0 1 0 379264945 30683136 6897 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 7491 6898 51 132 0 7356 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29964

[startup+1.50142 s]
/proc/loadavg: 0.93 0.99 0.99 2/78 25317
/proc/meminfo: memFree=1107624/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=61744 CPUtime=1.49
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 14267 0 0 0 141 8 0 0 25 0 1 0 379264945 63225856 14251 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 15436 14251 51 132 0 15301 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61744

[startup+3.10161 s]
/proc/loadavg: 0.93 0.99 0.99 2/78 25317
/proc/meminfo: memFree=1066792/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=118056 CPUtime=3.09
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 29063 0 0 0 293 16 0 0 25 0 1 0 379264945 120889344 29047 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 29514 29048 51 132 0 29379 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 118056

[startup+6.30298 s]
/proc/loadavg: 0.93 0.99 0.99 2/78 25317
/proc/meminfo: memFree=1027944/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=119376 CPUtime=6.29
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 29499 0 0 0 613 16 0 0 25 0 1 0 379264945 122241024 29483 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523055 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 29844 29483 51 132 0 29709 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 119376

[startup+12.7017 s]
/proc/loadavg: 0.94 0.99 0.99 2/78 25317
/proc/meminfo: memFree=1028072/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=119372 CPUtime=12.69
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 29510 0 0 0 1253 16 0 0 25 0 1 0 379264945 122236928 29494 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531329 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 29843 29494 62 132 0 29708 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 119372

[startup+25.5012 s]
/proc/loadavg: 0.95 0.99 0.99 2/78 25317
/proc/meminfo: memFree=1028200/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=119372 CPUtime=25.48
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 29510 0 0 0 2532 16 0 0 25 0 1 0 379264945 122236928 29494 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531491 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 29843 29494 62 132 0 29708 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 119372

[startup+51.1013 s]
/proc/loadavg: 0.97 0.99 0.99 2/78 25317
/proc/meminfo: memFree=1028328/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=119372 CPUtime=51.07
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 29510 0 0 0 5091 16 0 0 25 0 1 0 379264945 122236928 29494 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531679 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 29843 29494 62 132 0 29708 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 119372

[startup+102.305 s]
/proc/loadavg: 1.03 1.00 1.00 2/78 25317
/proc/meminfo: memFree=945768/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=213764 CPUtime=102.27
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 50120 0 0 0 10200 27 0 0 25 0 1 0 379264945 218894336 50104 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531528 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 53441 50104 62 132 0 53306 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 213764

[startup+162.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 25317
/proc/meminfo: memFree=939624/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=215084 CPUtime=162.24
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 51649 0 0 0 16195 29 0 0 25 0 1 0 379264945 220246016 51633 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134531329 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 53771 51633 62 132 0 53636 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 215084

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25317
/proc/meminfo: memFree=965672/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=183688 CPUtime=222.23
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 51804 0 0 0 22193 30 0 0 25 0 1 0 379264945 188096512 45078 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 45922 45078 67 132 0 45787 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 183688

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 25317
/proc/meminfo: memFree=965672/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=183688 CPUtime=282.2
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 51804 0 0 0 28190 30 0 0 25 0 1 0 379264945 188096512 45078 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551657 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 45922 45078 67 132 0 45787 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 183688

[startup+342.302 s]
/proc/loadavg: 1.06 1.02 1.00 2/78 25317
/proc/meminfo: memFree=965672/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=183688 CPUtime=342.19
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 51804 0 0 0 34188 31 0 0 25 0 1 0 379264945 188096512 45078 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 45922 45078 67 132 0 45787 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 183688

[startup+402.302 s]
/proc/loadavg: 1.08 1.03 1.00 2/78 25317
/proc/meminfo: memFree=965672/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=183852 CPUtime=402.17
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 51832 0 0 0 40186 31 0 0 25 0 1 0 379264945 188264448 45106 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 45963 45106 67 132 0 45828 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 183852

[startup+462.302 s]
/proc/loadavg: 1.03 1.02 1.00 2/78 25317
/proc/meminfo: memFree=965608/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=183852 CPUtime=462.16
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 51837 0 0 0 46184 32 0 0 25 0 1 0 379264945 188264448 45111 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551185 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 45963 45111 67 132 0 45828 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 183852

[startup+522.302 s]
/proc/loadavg: 1.09 1.04 1.01 2/78 25317
/proc/meminfo: memFree=965608/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=183852 CPUtime=522.13
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 51842 0 0 0 52181 32 0 0 25 0 1 0 379264945 188264448 45116 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 45963 45116 67 132 0 45828 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 183852

[startup+582.302 s]
/proc/loadavg: 1.03 1.03 1.00 2/78 25317
/proc/meminfo: memFree=965608/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=183932 CPUtime=582.12
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 51848 0 0 0 58179 33 0 0 25 0 1 0 379264945 188346368 45122 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 45983 45122 67 132 0 45848 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 183932

[startup+642.302 s]
/proc/loadavg: 1.09 1.05 1.01 2/78 25317
/proc/meminfo: memFree=965544/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=183932 CPUtime=642.1
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 51855 0 0 0 64177 33 0 0 25 0 1 0 379264945 188346368 45129 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 45983 45129 67 132 0 45848 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 183932

[startup+702.302 s]
/proc/loadavg: 1.07 1.05 1.01 2/78 25317
/proc/meminfo: memFree=965544/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=183932 CPUtime=702.09
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 51861 0 0 0 70175 34 0 0 25 0 1 0 379264945 188346368 45135 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 45983 45135 67 132 0 45848 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 183932

[startup+762.305 s]
/proc/loadavg: 1.13 1.08 1.02 2/78 25317
/proc/meminfo: memFree=965544/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=184052 CPUtime=762.07
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 51871 0 0 0 76173 34 0 0 25 0 1 0 379264945 188469248 45145 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551359 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 46013 45145 67 132 0 45878 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 184052

[startup+822.301 s]
/proc/loadavg: 1.08 1.08 1.02 3/78 25317
/proc/meminfo: memFree=965544/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=184052 CPUtime=822.05
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 51878 0 0 0 82170 35 0 0 25 0 1 0 379264945 188469248 45152 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 46013 45152 67 132 0 45878 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 184052

[startup+882.301 s]
/proc/loadavg: 1.14 1.09 1.02 2/78 25317
/proc/meminfo: memFree=965480/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=184052 CPUtime=882.03
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 51886 0 0 0 88168 35 0 0 25 0 1 0 379264945 188469248 45160 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 46013 45160 67 132 0 45878 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 184052

[startup+942.301 s]
/proc/loadavg: 1.12 1.09 1.02 2/78 25317
/proc/meminfo: memFree=965480/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=184052 CPUtime=942.02
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 51892 0 0 0 94166 36 0 0 25 0 1 0 379264945 188469248 45166 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551152 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 46013 45166 67 132 0 45878 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 184052

[startup+1002.3 s]
/proc/loadavg: 1.11 1.09 1.02 2/78 25317
/proc/meminfo: memFree=963880/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=185816 CPUtime=1002
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 52279 0 0 0 100163 37 0 0 25 0 1 0 379264945 190275584 45553 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 46454 45553 67 132 0 46319 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 185816

[startup+1062.3 s]
/proc/loadavg: 1.10 1.09 1.02 2/78 25317
/proc/meminfo: memFree=961832/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=187928 CPUtime=1061.98
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 52810 0 0 0 106160 38 0 0 25 0 1 0 379264945 192438272 46084 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551700 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 46982 46084 67 132 0 46847 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 187928

[startup+1122.3 s]
/proc/loadavg: 1.18 1.11 1.03 2/78 25317
/proc/meminfo: memFree=959400/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=190312 CPUtime=1121.96
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 53401 0 0 0 112157 39 0 0 25 0 1 0 379264945 194879488 46675 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 47578 46675 67 132 0 47443 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 190312

[startup+1182.3 s]
/proc/loadavg: 1.12 1.11 1.03 2/78 25317
/proc/meminfo: memFree=957352/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=192424 CPUtime=1181.95
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 53935 0 0 0 118154 41 0 0 25 0 1 0 379264945 197042176 47209 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551239 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 48106 47209 67 132 0 47971 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 192424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.08 1.10 1.03 2/78 25317
/proc/meminfo: memFree=956520/2055920 swapFree=4169972/4192956
[pid=25316] ppid=25314 vsize=193084 CPUtime=1200.04
/proc/25316/stat : 25316 (minimarch) R 25314 25316 24572 0 -1 4194304 54123 0 0 0 119963 41 0 0 25 0 1 0 379264945 197718016 47397 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551523 0 0 4096 3 0 0 0 17 1 0 0
/proc/25316/statm: 48271 47397 67 132 0 48136 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 193084

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.44
CPU time (s): 1200.08
CPU user time (s): 1199.64
CPU system time (s): 0.444932
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 215228

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

runsolver used 1.27981 second user time and 3.09853 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Mar 11 06:05:04 UTC 2007

IDJOB= 334792
IDBENCH= 24636
IDSOLVER= 110
FILE ID= node11/334792-1173593099

PBS_JOBID= 4101225

Free space on /tmp= 66202 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_l3.used-as.sat04-895.sat05-4189.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/334792-1173593099/minimarch /tmp/evaluation/334792-1173593099/instance-334792-1173593099.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-334792-1173593099 -o ROOT/results/node11/solver-334792-1173593099 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/334792-1173593099/minimarch /tmp/evaluation/334792-1173593099/instance-334792-1173593099.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  58af3687ccec42ccd800f9557db434fc

RANDOM SEED= 326163514

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.243
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.243
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1146632 kB
Buffers:         55800 kB
Cached:         755572 kB
SwapCached:       2248 kB
Active:         452472 kB
Inactive:       381796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1146632 kB
SwapTotal:     4192956 kB
SwapFree:      4169972 kB
Dirty:           32460 kB
Writeback:           0 kB
Mapped:          30900 kB
Slab:            60596 kB
Committed_AS:  1201548 kB
PageTables:       1756 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66202 MiB

End job on node11 on Sun Mar 11 06:25:06 UTC 2007