Trace number 329242

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.12 1200.53

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k65.cnf
MD5SUM0e7272c44cfc0ff08090f3e62c18898b
Bench CategoryINDUST (industrial 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 variables42292
Number of clauses158485
Sum of the clauses size426607
Maximum clause length37
Minimum clause length1
Number of clauses of size 1863
Number of clauses of size 278881
Number of clauses of size 372690
Number of clauses of size 4346
Number of clauses of size 5665
Number of clauses of size over 55040

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:  42292                                                |
0.00/0.00	|  Number of clauses:    158485                                               |
0.39/0.45	|  Parsing time:         0.44         s                                       |
1.79/1.87	============================[ Search Statistics ]==============================
1.79/1.87	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.79/1.87	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.79/1.87	===============================================================================
1.79/1.87	|         0 |   17229   117829   425083 |    39276        0    nan |  0.000 % |
1.99/2.02	|       100 |   17229   117829   425083 |    43203      100     59 |  2.055 % |
1.99/2.06	|       250 |   17229   117829   425083 |    47524      250     29 |  2.055 % |
2.20/2.29	|       476 |   17229   117829   425083 |    52276      476     50 |  2.055 % |
2.39/2.43	|       814 |   17229   117829   425083 |    57504      814     45 |  2.055 % |
2.59/2.63	|      1321 |   17229   117829   425083 |    63254     1321     46 |  2.055 % |
3.09/3.15	|      2081 |   17229   117829   425083 |    69580     2081     50 |  2.055 % |
3.49/3.54	|      3220 |   17229   117829   425083 |    76538     3220     48 |  2.055 % |
5.29/5.39	|      4929 |   17229   117829   425083 |    84192     4929     64 |  2.055 % |
5.99/6.09	|      7491 |   17229   117829   425083 |    92611     7491     58 |  2.055 % |
6.79/6.88	|     11335 |   17229   117829   425083 |   101872    11335     51 |  2.055 % |
8.49/8.59	|     17102 |   17229   117829   425083 |   112059    17102     46 |  2.055 % |
16.79/16.82	|     25752 |   17229   117829   425083 |   123265    25752     66 |  2.055 % |
28.68/28.72	|     38727 |   17229   117829   425083 |   135592    38727     72 |  2.055 % |
58.57/58.66	|     58188 |   17229   117829   425083 |   149151    58188     84 |  2.055 % |
63.87/63.92	|     87381 |   17229   117829   425083 |   164066    87381     64 |  2.055 % |
130.55/130.64	|    131170 |   17229   117829   425083 |   180473   131170     82 |  2.055 % |
312.70/312.91	|    196854 |   17229   117829   425083 |   198521    17097    146 |  2.055 % |
691.71/692.03	|    295380 |   17229   117829   425083 |   218373   115623    154 |  2.055 % |
1074.81/1075.21	|    443169 |   17229   117829   425083 |   240210    48110    139 |  2.055 % |

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/node61/watcher-329242-1173135483 -o ROOT/results/node61/solver-329242-1173135483 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/329242-1173135483/minimarch /tmp/evaluation/329242-1173135483/instance-329242-1173135483.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.99 0.97 0.93 3/64 2189
/proc/meminfo: memFree=1521840/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=1736 CPUtime=0
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 330 0 0 0 0 0 0 0 18 0 1 0 333505215 1777664 314 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134518472 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 434 314 45 132 0 299 0

[startup+0.0732159 s]
/proc/loadavg: 0.99 0.97 0.93 3/64 2189
/proc/meminfo: memFree=1521840/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=6532 CPUtime=0.06
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 1451 0 0 0 6 0 0 0 18 0 1 0 333505215 6688768 1435 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 1633 1435 51 132 0 1498 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6532

[startup+0.101218 s]
/proc/loadavg: 0.99 0.97 0.93 3/64 2189
/proc/meminfo: memFree=1521840/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=8020 CPUtime=0.09
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 1845 0 0 0 8 1 0 0 18 0 1 0 333505215 8212480 1829 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 2005 1829 51 132 0 1870 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8020

[startup+0.301236 s]
/proc/loadavg: 0.99 0.97 0.93 3/64 2189
/proc/meminfo: memFree=1521840/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=17100 CPUtime=0.29
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 3739 0 0 0 28 1 0 0 19 0 1 0 333505215 17510400 3723 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 4275 3723 51 132 0 4140 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17100

[startup+0.701276 s]
/proc/loadavg: 0.99 0.97 0.93 3/64 2189
/proc/meminfo: memFree=1521840/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=21320 CPUtime=0.69
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 4912 0 0 0 67 2 0 0 22 0 1 0 333505215 21831680 4896 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 5330 4896 63 132 0 5195 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21320

[startup+1.50135 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2190
/proc/meminfo: memFree=1498856/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=26432 CPUtime=1.49
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 6051 0 0 0 147 2 0 0 25 0 1 0 333505215 27066368 6035 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134525668 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 6608 6035 63 132 0 6473 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26432

[startup+3.1015 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2190
/proc/meminfo: memFree=1500008/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=23300 CPUtime=3.09
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 6326 0 0 0 306 3 0 0 25 0 1 0 333505215 23859200 5431 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551713 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 5825 5431 67 132 0 5690 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23300

[startup+6.30281 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2190
/proc/meminfo: memFree=1499880/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=23300 CPUtime=6.29
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 6326 0 0 0 626 3 0 0 25 0 1 0 333505215 23859200 5431 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551306 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 5825 5431 67 132 0 5690 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23300

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2190
/proc/meminfo: memFree=1498216/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=25592 CPUtime=12.69
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 6889 0 0 0 1265 4 0 0 25 0 1 0 333505215 26206208 5994 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134553178 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 6398 5994 67 132 0 6263 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25592

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2190
/proc/meminfo: memFree=1492264/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=31300 CPUtime=25.48
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 8304 0 0 0 2543 5 0 0 25 0 1 0 333505215 32051200 7409 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 7825 7409 67 132 0 7690 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31300

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2190
/proc/meminfo: memFree=1484392/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=39168 CPUtime=51.07
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 10267 0 0 0 5099 8 0 0 25 0 1 0 333505215 40108032 9372 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 9792 9372 67 132 0 9657 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 39168

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2190
/proc/meminfo: memFree=1465384/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=58136 CPUtime=102.26
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 14985 0 0 0 10213 13 0 0 25 0 1 0 333505215 59531264 14090 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551284 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 14534 14090 67 132 0 14399 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 58136

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2190
/proc/meminfo: memFree=1449000/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=74712 CPUtime=162.24
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 19097 0 0 0 16207 17 0 0 25 0 1 0 333505215 76505088 18202 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551222 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 18678 18202 67 132 0 18543 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 74712

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/71 2312
/proc/meminfo: memFree=1435936/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=86368 CPUtime=222.17
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 22015 0 0 0 22197 20 0 0 25 0 1 0 333505215 88440832 21120 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 21592 21120 67 132 0 21457 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 86368

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2388
/proc/meminfo: memFree=1425320/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=98036 CPUtime=282.11
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 24939 0 0 0 28187 24 0 0 25 0 1 0 333505215 100388864 24044 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 24509 24044 67 132 0 24374 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 98036

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2388
/proc/meminfo: memFree=1421352/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=101868 CPUtime=342.09
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 25893 0 0 0 34184 25 0 0 25 0 1 0 333505215 104312832 24998 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 25467 24998 67 132 0 25332 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 101868

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2388
/proc/meminfo: memFree=1421352/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=101868 CPUtime=402.07
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 25893 0 0 0 40182 25 0 0 25 0 1 0 333505215 104312832 24998 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557711 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 25467 24998 67 132 0 25332 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 101868

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2388
/proc/meminfo: memFree=1421352/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=101868 CPUtime=462.07
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 25893 0 0 0 46181 26 0 0 25 0 1 0 333505215 104312832 24998 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 25467 24998 67 132 0 25332 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 101868

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2388
/proc/meminfo: memFree=1421416/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=101868 CPUtime=522.05
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 25894 0 0 0 52179 26 0 0 25 0 1 0 333505215 104312832 24999 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 25467 24999 67 132 0 25332 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 101868

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2388
/proc/meminfo: memFree=1421480/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=101868 CPUtime=582.04
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 25894 0 0 0 58178 26 0 0 25 0 1 0 333505215 104312832 24999 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551210 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 25467 24999 67 132 0 25332 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 101868

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2388
/proc/meminfo: memFree=1421480/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=101868 CPUtime=642.02
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 25894 0 0 0 64176 26 0 0 25 0 1 0 333505215 104312832 24999 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 25467 24999 67 132 0 25332 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 101868

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2388
/proc/meminfo: memFree=1420264/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=103056 CPUtime=702.01
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 26210 0 0 0 70174 27 0 0 25 0 1 0 333505215 105529344 25315 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 25764 25315 67 132 0 25629 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 103056

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2388
/proc/meminfo: memFree=1405416/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=117676 CPUtime=762
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 29876 0 0 0 76170 30 0 0 25 0 1 0 333505215 120500224 28981 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551152 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 29419 28981 67 132 0 29284 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 117676

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2388
/proc/meminfo: memFree=1395240/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=128128 CPUtime=821.98
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 32444 0 0 0 82164 34 0 0 25 0 1 0 333505215 131203072 31549 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 32032 31549 67 132 0 31897 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 128128

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2388
/proc/meminfo: memFree=1384744/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=138616 CPUtime=881.96
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 35055 0 0 0 88160 36 0 0 25 0 1 0 333505215 141942784 34160 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551644 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 34654 34160 67 132 0 34519 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 138616

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2388
/proc/meminfo: memFree=1376360/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=147284 CPUtime=941.94
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 37147 0 0 0 94156 38 0 0 25 0 1 0 333505215 150818816 36252 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 36821 36252 67 132 0 36686 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 147284

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2388
/proc/meminfo: memFree=1368232/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=155360 CPUtime=1001.93
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 39165 0 0 0 100152 41 0 0 25 0 1 0 333505215 159088640 38270 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134552516 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 38840 38270 67 132 0 38705 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 155360

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2388
/proc/meminfo: memFree=1368168/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=155360 CPUtime=1061.92
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 39165 0 0 0 106151 41 0 0 25 0 1 0 333505215 159088640 38270 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 38840 38270 67 132 0 38705 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 155360

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2388
/proc/meminfo: memFree=1368168/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=155360 CPUtime=1121.9
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 39166 0 0 0 112149 41 0 0 25 0 1 0 333505215 159088640 38271 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 38840 38271 67 132 0 38705 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 155360

[startup+1182.3 s]
/proc/loadavg: 1.06 0.99 0.93 2/65 2388
/proc/meminfo: memFree=1368168/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=155360 CPUtime=1181.88
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 39168 0 0 0 118147 41 0 0 25 0 1 0 333505215 159088640 38273 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134556533 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 38840 38273 67 132 0 38705 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 155360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.04 0.99 0.93 2/65 2388
/proc/meminfo: memFree=1368104/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=155360 CPUtime=1200.08
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 39168 0 0 0 119967 41 0 0 25 0 1 0 333505215 159088640 38273 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 38840 38273 67 132 0 38705 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 155360

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.04 0.99 0.93 2/65 2388
/proc/meminfo: memFree=1368104/2055920 swapFree=4183424/4192956
[pid=2189] ppid=2187 vsize=155360 CPUtime=1200.08
/proc/2189/stat : 2189 (minimarch) R 2187 2189 2015 0 -1 4194304 39168 0 0 0 119967 41 0 0 25 0 1 0 333505215 159088640 38273 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/2189/statm: 38840 38273 67 132 0 38705 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 155360

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.12
CPU user time (s): 1199.68
CPU system time (s): 0.440932
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (KiB): 155360

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

runsolver used 0.867868 second user time and 2.50662 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Mon Mar  5 22:58:03 UTC 2007

IDJOB= 329242
IDBENCH= 20535
IDSOLVER= 110
FILE ID= node61/329242-1173135483

PBS_JOBID= 4015185

Free space on /tmp= 66515 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k65.cnf
COMMAND LINE= /tmp/evaluation/329242-1173135483/minimarch /tmp/evaluation/329242-1173135483/instance-329242-1173135483.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-329242-1173135483 -o ROOT/results/node61/solver-329242-1173135483 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/329242-1173135483/minimarch /tmp/evaluation/329242-1173135483/instance-329242-1173135483.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  0e7272c44cfc0ff08090f3e62c18898b

RANDOM SEED= 342563363

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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.216
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.216
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:       1522312 kB
Buffers:         29384 kB
Cached:         428160 kB
SwapCached:       3496 kB
Active:          77960 kB
Inactive:       389104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1522312 kB
SwapTotal:     4192956 kB
SwapFree:      4183424 kB
Dirty:            6088 kB
Writeback:           0 kB
Mapped:          15604 kB
Slab:            52712 kB
Committed_AS:   865964 kB
PageTables:       1388 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= 66515 MiB

End job on node61 on Mon Mar  5 23:18:05 UTC 2007