Trace number 427261

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.07 1200.51

General information on the benchmark

Namerandom/OnTreshold/5SAT/v130/
unif-k5-r21.3-v130-c2769-S1032474357-17.SAT.shuffled.cnf
MD5SUM0b051cba6c512264c3dd4a6e98689f83
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.134979
Satisfiable
(Un)Satisfiability was proved
Number of variables130
Number of clauses2769
Sum of the clauses size13845
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52769
Number of clauses of size over 50

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:  130                                                  |
0.00/0.00	|  Number of clauses:    2769                                                 |
0.00/0.00	|  Parsing time:         0.01         s                                       |
0.00/0.03	============================[ Search Statistics ]==============================
0.00/0.03	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.03	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.03	===============================================================================
0.00/0.03	|         0 |     130     2769    13845 |      923        0    nan |  0.000 % |
0.00/0.03	|       103 |     130     2769    13845 |     1015      103     29 |  0.006 % |
0.00/0.04	|       256 |     130     2769    13845 |     1116      256     29 |  0.006 % |
0.00/0.05	|       481 |     130     2769    13845 |     1228      481     29 |  0.006 % |
0.05/0.06	|       820 |     130     2769    13845 |     1351      820     29 |  0.006 % |
0.05/0.08	|      1326 |     130     2769    13845 |     1486     1326     28 |  0.006 % |
0.09/0.11	|      2086 |     130     2769    13845 |     1635     1320     28 |  0.006 % |
0.09/0.16	|      3225 |     130     2769    13845 |     1798     1621     28 |  0.006 % |
0.19/0.24	|      4935 |     130     2769    13845 |     1978     1497     26 |  0.006 % |
0.29/0.35	|      7497 |     130     2769    13845 |     2176     1028     27 |  0.006 % |
0.49/0.53	|     11343 |     130     2769    13845 |     2394     1544     26 |  0.006 % |
0.79/0.81	|     17110 |     130     2769    13845 |     2633     2436     28 |  0.006 % |
1.19/1.26	|     25760 |     130     2769    13845 |     2896     1719     26 |  0.006 % |
1.89/1.94	|     38736 |     130     2769    13845 |     3186     1483     24 |  0.006 % |
2.99/3.03	|     58197 |     130     2769    13845 |     3505     3198     26 |  0.006 % |
4.59/4.69	|     87390 |     130     2769    13845 |     3855     2226     25 |  0.006 % |
7.19/7.29	|    131181 |     130     2769    13845 |     4241     3145     27 |  0.006 % |
11.29/11.33	|    196867 |     130     2769    13845 |     4665     2439     26 |  0.006 % |
17.69/17.72	|    295394 |     130     2769    13845 |     5131     4505     27 |  0.006 % |
27.58/27.65	|    443183 |     130     2769    13845 |     5644     4915     27 |  0.006 % |
42.88/42.90	|    664867 |     130     2769    13845 |     6209     4892     27 |  0.006 % |
66.57/66.63	|    997392 |     130     2769    13845 |     6830     3173     26 |  0.006 % |
105.15/105.26	|   1496181 |     130     2769    13845 |     7513     3863     26 |  0.006 % |
165.13/165.23	|   2244363 |     130     2769    13845 |     8264     4349     29 |  0.006 % |
257.89/258.00	|   3366637 |     130     2769    13845 |     9091     5901     28 |  0.006 % |
408.65/408.81	|   5050048 |     130     2769    13845 |    10000     5097     26 |  0.006 % |
638.96/639.20	|   7575164 |     130     2769    13845 |    11000     5640     26 |  0.006 % |
1013.53/1013.96	|  11362840 |     130     2769    13845 |    12100     7489     28 |  0.006 % |

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/node67/watcher-427261-1177634265 -o ROOT/results/node67/solver-427261-1177634265 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/427261-1177634265/minimarch_fixed /tmp/evaluation/427261-1177634265/instance-427261-1177634265.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.91 0.97 0.99 3/64 3123
/proc/meminfo: memFree=1642552/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=1868 CPUtime=0
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 151 0 0 0 0 0 0 0 18 0 1 0 239416047 1912832 136 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134691888 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 467 136 51 132 0 332 0

[startup+0.0614071 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 3123
/proc/meminfo: memFree=1642552/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=1972 CPUtime=0.05
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 176 0 0 0 5 0 0 0 18 0 1 0 239416047 2019328 161 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551235 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 493 161 67 132 0 358 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1972

[startup+0.101414 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 3123
/proc/meminfo: memFree=1642552/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=2104 CPUtime=0.09
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 202 0 0 0 9 0 0 0 18 0 1 0 239416047 2154496 187 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134631263 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 526 187 67 132 0 391 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2104

[startup+0.301451 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 3123
/proc/meminfo: memFree=1642552/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=2104 CPUtime=0.29
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 226 0 0 0 29 0 0 0 19 0 1 0 239416047 2154496 211 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551334 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 526 211 67 132 0 391 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2104

[startup+0.701524 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 3123
/proc/meminfo: memFree=1642552/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=2236 CPUtime=0.69
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 257 0 0 0 69 0 0 0 22 0 1 0 239416047 2289664 242 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551270 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 559 242 67 132 0 424 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2236

[startup+1.50167 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 3124
/proc/meminfo: memFree=1641840/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=2368 CPUtime=1.49
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 287 0 0 0 149 0 0 0 25 0 1 0 239416047 2424832 272 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551244 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 592 272 67 132 0 457 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2368

[startup+3.10196 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 3124
/proc/meminfo: memFree=1641584/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=2500 CPUtime=3.09
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 326 0 0 0 309 0 0 0 25 0 1 0 239416047 2560000 311 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 625 311 67 132 0 490 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2500

[startup+6.30155 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 3124
/proc/meminfo: memFree=1641136/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=2764 CPUtime=6.29
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 384 0 0 0 629 0 0 0 25 0 1 0 239416047 2830336 369 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551719 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 691 369 67 132 0 556 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2764

[startup+12.7017 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 3124
/proc/meminfo: memFree=1640816/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=3028 CPUtime=12.69
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 447 0 0 0 1269 0 0 0 25 0 1 0 239416047 3100672 432 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134563625 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 757 432 67 132 0 622 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3028

[startup+25.5011 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 3124
/proc/meminfo: memFree=1640560/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=3296 CPUtime=25.48
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 516 0 0 0 2548 0 0 0 25 0 1 0 239416047 3375104 501 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551247 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 824 501 67 132 0 689 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3296

[startup+51.1018 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 3124
/proc/meminfo: memFree=1640112/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=3712 CPUtime=51.07
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 621 0 0 0 5107 0 0 0 25 0 1 0 239416047 3801088 606 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551296 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 928 606 67 132 0 793 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 3712

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 3124
/proc/meminfo: memFree=1639600/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=4252 CPUtime=102.26
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 740 0 0 0 10226 0 0 0 25 0 1 0 239416047 4354048 725 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134557523 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 1063 725 67 132 0 928 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 4252

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3124
/proc/meminfo: memFree=1639216/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=4528 CPUtime=162.23
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 833 0 0 0 16223 0 0 0 25 0 1 0 239416047 4636672 818 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551340 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 1132 818 67 132 0 997 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 4528

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3124
/proc/meminfo: memFree=1638768/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=4928 CPUtime=222.21
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 924 0 0 0 22221 0 0 0 25 0 1 0 239416047 5046272 909 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551371 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 1232 909 67 132 0 1097 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 4928

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3126
/proc/meminfo: memFree=1638448/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=5212 CPUtime=282.19
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 992 0 0 0 28219 0 0 0 25 0 1 0 239416047 5337088 977 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551667 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 1303 977 67 132 0 1168 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 5212

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3126
/proc/meminfo: memFree=1638384/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=5364 CPUtime=342.17
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 1012 0 0 0 34216 1 0 0 25 0 1 0 239416047 5492736 997 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551296 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 1341 997 67 132 0 1206 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 5364

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3126
/proc/meminfo: memFree=1638320/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=5364 CPUtime=402.15
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 1028 0 0 0 40214 1 0 0 25 0 1 0 239416047 5492736 1013 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 1341 1013 67 132 0 1206 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 5364

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3126
/proc/meminfo: memFree=1638256/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=5624 CPUtime=462.13
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 1075 0 0 0 46212 1 0 0 25 0 1 0 239416047 5758976 1060 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 1406 1060 67 132 0 1271 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 5624

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3126
/proc/meminfo: memFree=1638192/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=5624 CPUtime=522.1
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 1092 0 0 0 52209 1 0 0 25 0 1 0 239416047 5758976 1077 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551224 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 1406 1077 67 132 0 1271 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 5624

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3126
/proc/meminfo: memFree=1638064/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=5760 CPUtime=582.08
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 1113 0 0 0 58207 1 0 0 25 0 1 0 239416047 5898240 1098 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 1440 1098 67 132 0 1305 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 5760

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3126
/proc/meminfo: memFree=1637936/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=5892 CPUtime=642.06
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 1147 0 0 0 64205 1 0 0 25 0 1 0 239416047 6033408 1132 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551358 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 1473 1132 67 132 0 1338 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 5892

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3126
/proc/meminfo: memFree=1637680/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=6028 CPUtime=702.03
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 1197 0 0 0 70202 1 0 0 25 0 1 0 239416047 6172672 1182 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551631 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 1507 1182 67 132 0 1372 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 6028

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3126
/proc/meminfo: memFree=1637552/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=6176 CPUtime=762.02
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 1228 0 0 0 76201 1 0 0 25 0 1 0 239416047 6324224 1213 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551667 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 1544 1213 67 132 0 1409 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 6176

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3126
/proc/meminfo: memFree=1637424/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=6324 CPUtime=822
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 1247 0 0 0 82198 2 0 0 25 0 1 0 239416047 6475776 1232 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 1581 1232 67 132 0 1446 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 6324

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3126
/proc/meminfo: memFree=1637360/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=6324 CPUtime=881.98
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 1247 0 0 0 88196 2 0 0 25 0 1 0 239416047 6475776 1232 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551670 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 1581 1232 67 132 0 1446 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 6324

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3126
/proc/meminfo: memFree=1637424/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=6324 CPUtime=941.95
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 1250 0 0 0 94193 2 0 0 25 0 1 0 239416047 6475776 1235 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551374 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 1581 1235 67 132 0 1446 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 6324

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3126
/proc/meminfo: memFree=1637424/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=6324 CPUtime=1001.93
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 1265 0 0 0 100191 2 0 0 25 0 1 0 239416047 6475776 1250 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134631271 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 1581 1250 67 132 0 1446 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 6324

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3126
/proc/meminfo: memFree=1637104/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=6596 CPUtime=1061.91
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 1327 0 0 0 106189 2 0 0 25 0 1 0 239416047 6754304 1312 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551386 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 1649 1312 67 132 0 1514 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 6596

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3126
/proc/meminfo: memFree=1636976/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=6744 CPUtime=1121.89
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 1362 0 0 0 112187 2 0 0 25 0 1 0 239416047 6905856 1347 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134631030 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 1686 1347 67 132 0 1551 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 6744

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3126
/proc/meminfo: memFree=1636912/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=6744 CPUtime=1181.86
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 1370 0 0 0 118184 2 0 0 25 0 1 0 239416047 6905856 1355 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551227 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 1686 1355 67 132 0 1551 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 6744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 3126
/proc/meminfo: memFree=1636976/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=6892 CPUtime=1200.06
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 1376 0 0 0 120004 2 0 0 25 0 1 0 239416047 7057408 1361 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 1723 1361 67 132 0 1588 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 6892

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: 0.99 0.97 0.99 2/65 3126
/proc/meminfo: memFree=1636976/2055920 swapFree=4182956/4192956
[pid=3123] ppid=3121 vsize=6892 CPUtime=1200.06
/proc/3123/stat : 3123 (minimarch_fixed) R 3121 3123 2334 0 -1 4194304 1376 0 0 0 120004 2 0 0 25 0 1 0 239416047 7057408 1361 18446744073709551615 134512640 135054336 4294956656 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/3123/statm: 1723 1361 67 132 0 1588 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 6892

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.07
CPU user time (s): 1200.04
CPU system time (s): 0.030995
CPU usage (%): 99.9639
Max. virtual memory (cumulated for all children) (KiB): 6892

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

runsolver used 0.922859 second user time and 2.36564 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Fri Apr 27 00:37:45 UTC 2007

IDJOB= 427261
IDBENCH= 19886
IDSOLVER= 198
FILE ID= node67/427261-1177634265

PBS_JOBID= 4697234

Free space on /tmp= 66484 MiB

SOLVER NAME= minimarch 2007-04-26 (fixed)
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v130/unif-k5-r21.3-v130-c2769-S1032474357-17.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/427261-1177634265/minimarch_fixed /tmp/evaluation/427261-1177634265/instance-427261-1177634265.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-427261-1177634265 -o ROOT/results/node67/solver-427261-1177634265 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/427261-1177634265/minimarch_fixed /tmp/evaluation/427261-1177634265/instance-427261-1177634265.cnf

META MD5SUM SOLVER= 08d902191c06ef4f82d57c2f2b6a82c2
MD5SUM BENCH=  0b051cba6c512264c3dd4a6e98689f83

RANDOM SEED= 13034773

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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.263
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.263
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:       1643024 kB
Buffers:         36900 kB
Cached:         303060 kB
SwapCached:       3916 kB
Active:         211292 kB
Inactive:       138556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1643024 kB
SwapTotal:     4192956 kB
SwapFree:      4182956 kB
Dirty:            2980 kB
Writeback:           0 kB
Mapped:          15672 kB
Slab:            48964 kB
Committed_AS:  1244208 kB
PageTables:       1452 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= 66484 MiB

End job on node67 on Fri Apr 27 00:57:48 UTC 2007