Trace number 421052

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
minisat SAT 2007? (TO) 1200.05 1200.51

General information on the benchmark

Namerandom/OnTreshold/3SAT/v550/
unif-k3-r4.26-v550-c2343-S1238286461-19.SAT.shuffled.cnf
MD5SUMfeae85ae56b54fcbcde345d479230ced
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.12198
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  550                                                  |
0.00/0.00	c |  Number of clauses:    2343                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     538     2322     7032 |      774        0    nan |  0.000 % |
0.00/0.01	c |       100 |     538     2322     7032 |      851      100     25 |  0.000 % |
0.00/0.01	c |       250 |     538     2322     7032 |      936      250     24 |  0.000 % |
0.00/0.02	c |       476 |     538     2322     7032 |     1030      476     23 |  0.000 % |
0.00/0.03	c |       813 |     538     2322     7032 |     1133      813     22 |  0.000 % |
0.00/0.05	c |      1321 |     538     2322     7032 |     1246      728     22 |  0.000 % |
0.00/0.09	c |      2081 |     538     2322     7032 |     1371      835     21 |  0.000 % |
0.09/0.14	c |      3221 |     538     2322     7032 |     1508     1252     22 |  0.000 % |
0.19/0.23	c |      4930 |     538     2322     7032 |     1659     1389     21 |  0.000 % |
0.29/0.35	c |      7494 |     538     2322     7032 |     1825     1371     21 |  0.000 % |
0.49/0.55	c |     11339 |     538     2322     7032 |     2007     1461     20 |  0.000 % |
0.79/0.86	c |     17107 |     538     2322     7032 |     2208     2036     24 |  0.000 % |
1.29/1.33	c |     25756 |     538     2322     7032 |     2429     1602     22 |  0.000 % |
1.99/2.07	c |     38730 |     538     2322     7032 |     2672     2149     21 |  0.000 % |
3.19/3.22	c |     58191 |     538     2322     7032 |     2939     2473     20 |  0.000 % |
4.99/5.01	c |     87383 |     538     2322     7032 |     3233     1754     20 |  0.000 % |
7.69/7.79	c |    131172 |     538     2322     7032 |     3556     2848     23 |  0.000 % |
12.09/12.14	c |    196857 |     538     2322     7032 |     3912     3593     22 |  0.000 % |
18.59/18.66	c |    295383 |     538     2322     7032 |     4303     2970     22 |  0.000 % |
29.48/29.51	c |    443172 |     538     2322     7032 |     4733     2345     22 |  0.000 % |
45.98/46.09	c |    664856 |     538     2322     7032 |     5207     3757     25 |  0.000 % |
71.37/71.48	c |    997382 |     538     2322     7032 |     5727     4761     21 |  0.000 % |
111.06/111.11	c |   1496171 |     538     2322     7032 |     6300     3615     23 |  0.000 % |
174.84/174.92	c |   2244353 |     538     2322     7032 |     6930     5150     25 |  0.000 % |
273.60/273.78	c |   3366629 |     538     2322     7032 |     7623     6660     24 |  0.000 % |
426.16/426.37	c |   5050040 |     538     2322     7032 |     8386     4424     22 |  0.000 % |
665.97/666.28	c |   7575156 |     538     2322     7032 |     9224     6009     22 |  0.000 % |
1045.76/1046.15	c |  11362831 |     538     2322     7032 |    10147     8594     23 |  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/node25/watcher-421052-1177497692 -o ROOT/results/node25/solver-421052-1177497692 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/421052-1177497692/minisat_noassertions /tmp/evaluation/421052-1177497692/instance-421052-1177497692.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.91 3/64 12418
/proc/meminfo: memFree=1882640/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=1852 CPUtime=0
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 155 0 0 0 0 0 0 0 18 0 1 0 197686322 1896448 141 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 463 142 62 130 0 330 0

[startup+0.100543 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 12418
/proc/meminfo: memFree=1882640/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=1960 CPUtime=0.09
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 184 0 0 0 9 0 0 0 18 0 1 0 197686322 2007040 170 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 490 170 66 130 0 357 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1960

[startup+0.201559 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 12418
/proc/meminfo: memFree=1882640/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=2092 CPUtime=0.19
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 197 0 0 0 19 0 0 0 18 0 1 0 197686322 2142208 183 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 523 183 66 130 0 390 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 2092

[startup+0.301575 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 12418
/proc/meminfo: memFree=1882640/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=2092 CPUtime=0.29
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 203 0 0 0 29 0 0 0 19 0 1 0 197686322 2142208 189 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 523 189 66 130 0 390 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2092

[startup+0.701644 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 12418
/proc/meminfo: memFree=1882640/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=2224 CPUtime=0.69
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 230 0 0 0 69 0 0 0 22 0 1 0 197686322 2277376 216 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 556 216 66 130 0 423 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2224

[startup+1.50178 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1881992/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=2224 CPUtime=1.49
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 253 0 0 0 149 0 0 0 25 0 1 0 197686322 2277376 239 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547181 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 556 239 66 130 0 423 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2224

[startup+3.10105 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1881736/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=2356 CPUtime=3.09
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 283 0 0 0 309 0 0 0 25 0 1 0 197686322 2412544 269 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 589 269 66 130 0 456 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2356

[startup+6.3016 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1881416/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=2620 CPUtime=6.29
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 330 0 0 0 629 0 0 0 25 0 1 0 197686322 2682880 316 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 655 316 66 130 0 522 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2620

[startup+12.7017 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1881160/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=2884 CPUtime=12.69
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 389 0 0 0 1269 0 0 0 25 0 1 0 197686322 2953216 375 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546076 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 721 375 66 130 0 588 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2884

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1880776/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=3148 CPUtime=25.49
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 464 0 0 0 2549 0 0 0 25 0 1 0 197686322 3223552 450 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 787 450 66 130 0 654 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3148

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1880328/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=3544 CPUtime=51.07
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 571 0 0 0 5107 0 0 0 25 0 1 0 197686322 3629056 557 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 886 557 66 130 0 753 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 3544

[startup+102.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1879816/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=4072 CPUtime=102.26
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 683 0 0 0 10226 0 0 0 25 0 1 0 197686322 4169728 669 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 1018 669 66 130 0 885 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 4072

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1879432/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=4472 CPUtime=162.24
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 799 0 0 0 16224 0 0 0 25 0 1 0 197686322 4579328 785 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134553681 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 1118 785 66 130 0 985 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 4472

[startup+222.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1879048/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=4872 CPUtime=222.22
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 889 0 0 0 22222 0 0 0 25 0 1 0 197686322 4988928 875 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 1218 875 66 130 0 1085 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 4872

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1878664/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=5136 CPUtime=282.2
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 974 0 0 0 28220 0 0 0 25 0 1 0 197686322 5259264 960 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 1284 960 66 130 0 1151 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 5136

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1878472/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=5268 CPUtime=342.18
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 1014 0 0 0 34218 0 0 0 25 0 1 0 197686322 5394432 1000 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 1317 1000 66 130 0 1184 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 5268

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1878344/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=5396 CPUtime=402.15
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 1043 0 0 0 40215 0 0 0 25 0 1 0 197686322 5525504 1029 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 1349 1029 66 130 0 1216 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 5396

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1878088/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=5660 CPUtime=462.14
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 1103 0 0 0 46213 1 0 0 25 0 1 0 197686322 5795840 1089 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 1415 1089 66 130 0 1282 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 5660

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1877896/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=5920 CPUtime=522.12
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 1152 0 0 0 52211 1 0 0 25 0 1 0 197686322 6062080 1138 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 1480 1138 66 130 0 1347 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 5920

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1877704/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=6064 CPUtime=582.1
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 1207 0 0 0 58209 1 0 0 25 0 1 0 197686322 6209536 1193 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 1516 1193 66 130 0 1383 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 6064

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1877576/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=6196 CPUtime=642.08
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 1240 0 0 0 64207 1 0 0 25 0 1 0 197686322 6344704 1226 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 1549 1226 66 130 0 1416 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 6196

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1877256/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=6460 CPUtime=702.06
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 1311 0 0 0 70205 1 0 0 25 0 1 0 197686322 6615040 1297 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134552725 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 1615 1297 66 130 0 1482 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 6460

[startup+762.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1877064/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=6736 CPUtime=762.04
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 1356 0 0 0 76203 1 0 0 25 0 1 0 197686322 6897664 1342 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134551303 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 1684 1342 66 130 0 1551 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 6736

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1876936/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=6868 CPUtime=822.02
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 1386 0 0 0 82201 1 0 0 25 0 1 0 197686322 7032832 1372 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 1717 1372 66 130 0 1584 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 6868

[startup+882.304 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1876872/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=7004 CPUtime=882.01
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 1413 0 0 0 88199 2 0 0 25 0 1 0 197686322 7172096 1399 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 1751 1399 66 130 0 1618 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 7004

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1876680/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=7004 CPUtime=941.99
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 1441 0 0 0 94197 2 0 0 25 0 1 0 197686322 7172096 1427 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 1751 1427 66 130 0 1618 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 7004

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1876616/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=7140 CPUtime=1001.97
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 1457 0 0 0 100195 2 0 0 25 0 1 0 197686322 7311360 1443 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 1785 1443 66 130 0 1652 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 7140

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1876360/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=7284 CPUtime=1061.95
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 1504 0 0 0 106193 2 0 0 25 0 1 0 197686322 7458816 1490 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 1821 1490 66 130 0 1688 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 7284

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 12419
/proc/meminfo: memFree=1876232/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=7424 CPUtime=1121.93
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 1547 0 0 0 112191 2 0 0 25 0 1 0 197686322 7602176 1533 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 1856 1533 66 130 0 1723 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 7424

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 12501
/proc/meminfo: memFree=1874712/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=7700 CPUtime=1181.89
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 1588 0 0 0 118186 3 0 0 25 0 1 0 197686322 7884800 1574 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 1925 1574 66 130 0 1792 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 7700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.91 2/71 12583
/proc/meminfo: memFree=1874568/2055920 swapFree=4182892/4192956
[pid=12418] ppid=12416 vsize=7700 CPUtime=1200.04
/proc/12418/stat : 12418 (minisat_noasser) R 12416 12418 11647 0 -1 4194304 1598 0 0 0 120001 3 0 0 25 0 1 0 197686322 7884800 1584 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/12418/statm: 1925 1584 66 130 0 1792 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 7700

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.51
CPU time (s): 1200.05
CPU user time (s): 1200.02
CPU system time (s): 0.034994
CPU usage (%): 99.962
Max. virtual memory (cumulated for all children) (KiB): 7700

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

runsolver used 0.933858 second user time and 2.37964 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Wed Apr 25 10:41:32 UTC 2007

IDJOB= 421052
IDBENCH= 19961
IDSOLVER= 188
FILE ID= node25/421052-1177497692

PBS_JOBID= 4685872

Free space on /tmp= 66368 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/3SAT/v550/unif-k3-r4.26-v550-c2343-S1238286461-19.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/421052-1177497692/minisat_noassertions /tmp/evaluation/421052-1177497692/instance-421052-1177497692.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-421052-1177497692 -o ROOT/results/node25/solver-421052-1177497692 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/421052-1177497692/minisat_noassertions /tmp/evaluation/421052-1177497692/instance-421052-1177497692.cnf

META MD5SUM SOLVER= 80cbedba287df00eb7b45eadedad758b
MD5SUM BENCH=  feae85ae56b54fcbcde345d479230ced

RANDOM SEED= 494444373

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node25.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.261
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.261
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:       1883112 kB
Buffers:         19644 kB
Cached:         101988 kB
SwapCached:       3964 kB
Active:          51192 kB
Inactive:        80028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1883112 kB
SwapTotal:     4192956 kB
SwapFree:      4182892 kB
Dirty:            1504 kB
Writeback:           0 kB
Mapped:          15400 kB
Slab:            27656 kB
Committed_AS:  4181000 kB
PageTables:       1472 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= 66368 MiB

End job on node25 on Wed Apr 25 11:01:35 UTC 2007