Trace number 428851

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.11 1200.43

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-a-fclqcolor-20-13-14.sat05-1278.reshuffled-07.cnf
MD5SUM38c3c1a13d0a8eeda16d38e05fb7bc45
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 variables730
Number of clauses43124
Sum of the clauses size123770
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 26040
Number of clauses of size 337050
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 534

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:  730                                                  |
0.00/0.00	|  Number of clauses:    43124                                                |
0.08/0.10	|  Parsing time:         0.09         s                                       |
1.39/1.45	============================[ Search Statistics ]==============================
1.39/1.45	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.39/1.45	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.39/1.45	===============================================================================
1.39/1.45	|         0 |     696    42584   188545 |    14194        0    nan |  0.000 % |
1.39/1.46	|       101 |     696    42584   188545 |    15614      101    105 |  0.000 % |
1.39/1.47	|       252 |     696    42584   188545 |    17175      252    142 |  0.000 % |
1.39/1.49	|       477 |     696    42584   188545 |    18893      477    169 |  0.000 % |
1.49/1.50	|       814 |     696    42584   188545 |    20782      814    148 |  0.000 % |
1.49/1.55	|      1321 |     696    42584   188545 |    22860     1321    170 |  0.000 % |
1.59/1.62	|      2081 |     696    42584   188545 |    25146     2081    147 |  0.000 % |
1.69/1.72	|      3220 |     696    42584   188545 |    27661     3220    138 |  0.000 % |
1.89/1.96	|      4928 |     696    42584   188545 |    30427     4928    124 |  0.000 % |
2.29/2.39	|      7493 |     696    42584   188545 |    33470     7493    133 |  0.000 % |
2.89/2.90	|     11338 |     696    42584   188545 |    36817    11338    137 |  0.000 % |
3.49/3.55	|     17104 |     696    42584   188545 |    40499    17104    145 |  0.000 % |
6.28/6.30	|     25755 |     696    42584   188545 |    44548    25755    169 |  0.000 % |
8.69/8.74	|     38729 |     696    42584   188545 |    49003    38729    173 |  0.000 % |
18.99/19.04	|     58191 |     696    42584   188545 |    53904    20457    238 |  0.000 % |
25.78/25.83	|     87383 |     696    42584   188545 |    59294    49649    230 |  0.000 % |
45.08/45.13	|    131176 |     696    42584   188545 |    65224    46108    213 |  0.000 % |
75.37/75.49	|    196860 |     696    42584   188545 |    71746    58892    256 |  0.000 % |
126.76/126.87	|    295388 |     696    42584   188545 |    78921    38757    284 |  0.000 % |
253.22/253.31	|    443177 |     696    42584   188545 |    86813    56386    263 |  0.000 % |
429.48/429.60	|    664861 |     696    42584   188545 |    95494    64437    214 |  0.000 % |
611.53/611.74	|    997387 |     696    42584   188545 |   105044    75156    177 |  0.000 % |
971.73/972.09	|   1496177 |     696    42584   188545 |   115548    39224    190 |  0.000 % |

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/node19/watcher-428851-1177754663 -o ROOT/results/node19/solver-428851-1177754663 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/428851-1177754663/minimarch_fixed /tmp/evaluation/428851-1177754663/instance-428851-1177754663.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 342
/proc/meminfo: memFree=1556792/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=2000 CPUtime=0
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 298 0 0 0 0 0 0 0 18 0 1 0 223383740 2048000 283 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 500 283 51 132 0 365 0

[startup+0.0956879 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 342
/proc/meminfo: memFree=1556792/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=4240 CPUtime=0.08
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 845 0 0 0 8 0 0 0 18 0 1 0 223383740 4341760 830 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134523047 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 1060 830 51 132 0 925 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4240

[startup+0.101687 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 342
/proc/meminfo: memFree=1556792/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=4236 CPUtime=0.09
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 857 0 0 0 9 0 0 0 18 0 1 0 223383740 4337664 842 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531530 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 1059 842 63 132 0 924 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4236

[startup+0.301709 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 342
/proc/meminfo: memFree=1556792/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=4236 CPUtime=0.29
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 857 0 0 0 29 0 0 0 19 0 1 0 223383740 4337664 842 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134531528 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 1059 842 63 132 0 924 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4236

[startup+0.701753 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 342
/proc/meminfo: memFree=1556792/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=5292 CPUtime=0.69
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 1112 0 0 0 69 0 0 0 22 0 1 0 223383740 5419008 1097 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134522188 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 1323 1097 63 132 0 1188 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5292

[startup+1.50184 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 343
/proc/meminfo: memFree=1552432/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=5048 CPUtime=1.49
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 1162 0 0 0 149 0 0 0 25 0 1 0 223383740 5169152 1056 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134552711 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 1262 1056 68 132 0 1127 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5048

[startup+3.10202 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 343
/proc/meminfo: memFree=1550320/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=12044 CPUtime=3.09
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 2923 0 0 0 308 1 0 0 25 0 1 0 223383740 12333056 2817 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 3011 2817 68 132 0 2876 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12044

[startup+6.30136 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 343
/proc/meminfo: memFree=1537072/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=22280 CPUtime=6.28
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 5485 0 0 0 626 2 0 0 25 0 1 0 223383740 22814720 5379 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 5570 5379 68 132 0 5435 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 22280

[startup+12.7021 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 343
/proc/meminfo: memFree=1517304/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=41268 CPUtime=12.69
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 10215 0 0 0 1263 6 0 0 25 0 1 0 223383740 42258432 10109 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 10317 10109 68 132 0 10182 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41268

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 343
/proc/meminfo: memFree=1507960/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=50648 CPUtime=25.49
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 12539 0 0 0 2542 7 0 0 25 0 1 0 223383740 51863552 12433 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 12662 12433 68 132 0 12527 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50648

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 343
/proc/meminfo: memFree=1496248/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=62672 CPUtime=51.08
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 15549 0 0 0 5098 10 0 0 25 0 1 0 223383740 64176128 15443 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 15668 15443 68 132 0 15533 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 62672

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 343
/proc/meminfo: memFree=1474872/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=82644 CPUtime=102.27
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 20530 0 0 0 10213 14 0 0 25 0 1 0 223383740 84627456 20424 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 20661 20424 68 132 0 20526 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 82644

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 343
/proc/meminfo: memFree=1460728/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=96816 CPUtime=162.24
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 24082 0 0 0 16207 17 0 0 25 0 1 0 223383740 99139584 23976 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 24204 23976 68 132 0 24069 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 96816

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 343
/proc/meminfo: memFree=1460728/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=96816 CPUtime=222.24
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 24083 0 0 0 22206 18 0 0 25 0 1 0 223383740 99139584 23977 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 24204 23977 68 132 0 24069 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 96816

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 343
/proc/meminfo: memFree=1456184/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=101864 CPUtime=282.21
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 25320 0 0 0 28202 19 0 0 25 0 1 0 223383740 104308736 25214 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 25466 25214 68 132 0 25331 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 101864

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 343
/proc/meminfo: memFree=1449016/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=108556 CPUtime=342.2
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 26996 0 0 0 34198 22 0 0 25 0 1 0 223383740 111161344 26890 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 27139 26890 68 132 0 27004 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 108556

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 343
/proc/meminfo: memFree=1449016/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=108512 CPUtime=402.19
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 26996 0 0 0 40196 23 0 0 25 0 1 0 223383740 111116288 26890 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551759 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 27128 26890 68 132 0 26993 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 108512

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 343
/proc/meminfo: memFree=1449016/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=108692 CPUtime=462.17
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 27004 0 0 0 46194 23 0 0 25 0 1 0 223383740 111300608 26898 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 27173 26898 68 132 0 27038 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 108692

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 343
/proc/meminfo: memFree=1449016/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=108692 CPUtime=522.15
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 27005 0 0 0 52191 24 0 0 25 0 1 0 223383740 111300608 26899 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 27173 26899 68 132 0 27038 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 108692

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 343
/proc/meminfo: memFree=1449080/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=108692 CPUtime=582.14
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 27005 0 0 0 58190 24 0 0 25 0 1 0 223383740 111300608 26899 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551279 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 27173 26899 68 132 0 27038 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 108692

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 343
/proc/meminfo: memFree=1449016/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=108692 CPUtime=642.13
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 27015 0 0 0 64188 25 0 0 25 0 1 0 223383740 111300608 26909 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 27173 26909 68 132 0 27038 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 108692

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 343
/proc/meminfo: memFree=1437176/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=120592 CPUtime=702.11
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 29973 0 0 0 70184 27 0 0 25 0 1 0 223383740 123486208 29867 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134550479 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 30148 29867 68 132 0 30013 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 120592

[startup+762.305 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 343
/proc/meminfo: memFree=1437176/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=120592 CPUtime=762.1
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 29973 0 0 0 76182 28 0 0 25 0 1 0 223383740 123486208 29867 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 30148 29867 68 132 0 30013 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 120592

[startup+822.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 343
/proc/meminfo: memFree=1437368/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=120076 CPUtime=822.07
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 29974 0 0 0 82179 28 0 0 25 0 1 0 223383740 122957824 29767 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 30019 29767 68 132 0 29884 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 120076

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 343
/proc/meminfo: memFree=1437368/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=120060 CPUtime=882.06
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 29975 0 0 0 88177 29 0 0 25 0 1 0 223383740 122941440 29764 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551337 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 30015 29764 68 132 0 29880 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 120060

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 343
/proc/meminfo: memFree=1437368/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=120060 CPUtime=942.04
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 29975 0 0 0 94175 29 0 0 25 0 1 0 223383740 122941440 29764 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 30015 29764 68 132 0 29880 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 120060

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 343
/proc/meminfo: memFree=1437368/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=120060 CPUtime=1002.03
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 29979 0 0 0 100173 30 0 0 25 0 1 0 223383740 122941440 29768 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 30015 29768 68 132 0 29880 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 120060

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 343
/proc/meminfo: memFree=1436088/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=121512 CPUtime=1062.02
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 30339 0 0 0 106171 31 0 0 25 0 1 0 223383740 124428288 30128 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 30378 30128 68 132 0 30243 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 121512

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 343
/proc/meminfo: memFree=1436088/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=121512 CPUtime=1122
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 30339 0 0 0 112169 31 0 0 25 0 1 0 223383740 124428288 30128 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 30378 30128 68 132 0 30243 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 121512

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 343
/proc/meminfo: memFree=1421752/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=136072 CPUtime=1181.98
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 33926 0 0 0 118163 35 0 0 25 0 1 0 223383740 139337728 33715 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 34018 33715 68 132 0 33883 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 136072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 343
/proc/meminfo: memFree=1421752/2055920 swapFree=4153664/4192956
[pid=342] ppid=340 vsize=136072 CPUtime=1200.08
/proc/342/stat : 342 (minimarch_fixed) R 340 342 31819 0 -1 4194304 33926 0 0 0 119973 35 0 0 25 0 1 0 223383740 139337728 33715 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551235 0 0 4096 3 0 0 0 17 1 0 0
/proc/342/statm: 34018 33715 68 132 0 33883 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 136072

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.43
CPU time (s): 1200.11
CPU user time (s): 1199.73
CPU system time (s): 0.378942
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 136072

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

runsolver used 0.928858 second user time and 2.68259 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Sat Apr 28 10:04:24 UTC 2007

IDJOB= 428851
IDBENCH= 24675
IDSOLVER= 198
FILE ID= node19/428851-1177754663

PBS_JOBID= 4715504

Free space on /tmp= 66534 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-a-fclqcolor-20-13-14.sat05-1278.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/428851-1177754663/minimarch_fixed /tmp/evaluation/428851-1177754663/instance-428851-1177754663.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-428851-1177754663 -o ROOT/results/node19/solver-428851-1177754663 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/428851-1177754663/minimarch_fixed /tmp/evaluation/428851-1177754663/instance-428851-1177754663.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  38c3c1a13d0a8eeda16d38e05fb7bc45

RANDOM SEED= 259180801

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.213
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.213
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:       1557264 kB
Buffers:         49464 kB
Cached:         358816 kB
SwapCached:       9104 kB
Active:         285224 kB
Inactive:       147220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1557264 kB
SwapTotal:     4192956 kB
SwapFree:      4153664 kB
Dirty:            3556 kB
Writeback:           0 kB
Mapped:          30244 kB
Slab:            51772 kB
Committed_AS:  4760476 kB
PageTables:       1784 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= 66534 MiB

End job on node19 on Sat Apr 28 10:24:26 UTC 2007