Trace number 1729419

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT07 reference solver: minisat SAT 2007? (TO) 1200.08 1200.41

General information on the benchmark

Namecrafted/Hard/contest03/looksrandom/
hgen7-n390-02-S178568232.sat05-479.reshuffled-07.cnf
MD5SUM95e4195bdde82ec65467d8f29f037cf2
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 variables390
Number of clauses1722
Sum of the clauses size5166
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31722
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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:  390                                                  |
0.00/0.00	c |  Number of clauses:    1722                                                 |
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 |     390     1722     5166 |      574        0    nan |  0.000 % |
0.00/0.00	c |       100 |     390     1722     5166 |      631      100     24 |  0.001 % |
0.00/0.01	c |       251 |     390     1722     5166 |      694      251     23 |  0.001 % |
0.00/0.02	c |       478 |     390     1722     5166 |      763      478     24 |  0.001 % |
0.00/0.03	c |       817 |     390     1722     5166 |      840      817     25 |  0.001 % |
0.00/0.05	c |      1323 |     390     1722     5166 |      924      875     26 |  0.001 % |
0.05/0.08	c |      2083 |     390     1722     5166 |     1016      655     24 |  0.001 % |
0.09/0.13	c |      3223 |     390     1722     5166 |     1118      725     23 |  0.001 % |
0.19/0.20	c |      4931 |     390     1722     5166 |     1230      672     22 |  0.001 % |
0.29/0.32	c |      7493 |     390     1722     5166 |     1353     1267     25 |  0.001 % |
0.49/0.50	c |     11338 |     390     1722     5166 |     1488      888     23 |  0.001 % |
0.69/0.78	c |     17105 |     390     1722     5166 |     1637     1222     24 |  0.001 % |
1.19/1.22	c |     25755 |     390     1722     5166 |     1801     1450     25 |  0.001 % |
1.89/1.90	c |     38729 |     390     1722     5166 |     1981     1477     22 |  0.001 % |
2.89/2.95	c |     58191 |     390     1722     5166 |     2179     1585     24 |  0.001 % |
4.49/4.58	c |     87383 |     390     1722     5166 |     2397     1728     24 |  0.001 % |
6.99/7.08	c |    131172 |     390     1722     5166 |     2637     1452     23 |  0.001 % |
10.90/10.95	c |    196856 |     390     1722     5166 |     2901     2468     24 |  0.001 % |
16.89/16.92	c |    295382 |     390     1722     5166 |     3191     1790     24 |  0.001 % |
26.09/26.16	c |    443173 |     390     1722     5166 |     3510     1754     24 |  0.001 % |
40.58/40.62	c |    664856 |     390     1722     5166 |     3861     2156     25 |  0.001 % |
63.37/63.48	c |    997382 |     390     1722     5166 |     4247     3450     26 |  0.001 % |
99.16/99.25	c |   1496172 |     390     1722     5166 |     4672     3401     24 |  0.001 % |
154.34/154.45	c |   2244355 |     390     1722     5166 |     5139     4702     26 |  0.001 % |
241.53/241.64	c |   3366630 |     390     1722     5166 |     5653     4573     25 |  0.001 % |
378.59/378.77	c |   5050043 |     390     1722     5166 |     6219     4141     26 |  0.001 % |
591.64/591.86	c |   7575159 |     390     1722     5166 |     6841     4716     25 |  0.001 % |
926.04/926.37	c |  11362834 |     390     1722     5166 |     7525     6508     25 |  0.001 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1729419-1240749157/watcher-1729419-1240749157 -o /tmp/evaluation-result-1729419-1240749157/solver-1729419-1240749157 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1729419-1240749157.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): 1800 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.95 0.98 3/64 24853
/proc/meminfo: memFree=1676464/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=1852 CPUtime=0
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 141 0 0 0 0 0 0 0 18 0 1 0 102943761 1896448 127 1992294400 134512640 135048876 4294956208 18446744073709551615 134523466 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 463 127 62 130 0 330 0

[startup+0.060013 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 24853
/proc/meminfo: memFree=1676464/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=1984 CPUtime=0.05
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 165 0 0 0 5 0 0 0 18 0 1 0 102943761 2031616 151 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 496 151 66 130 0 363 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1984

[startup+0.101017 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 24853
/proc/meminfo: memFree=1676464/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=1984 CPUtime=0.09
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 167 0 0 0 9 0 0 0 18 0 1 0 102943761 2031616 153 1992294400 134512640 135048876 4294956208 18446744073709551615 134546922 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 496 153 66 130 0 363 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1984

[startup+0.301035 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 24853
/proc/meminfo: memFree=1676464/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=1984 CPUtime=0.29
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 187 0 0 0 29 0 0 0 19 0 1 0 102943761 2031616 173 1992294400 134512640 135048876 4294956208 18446744073709551615 134547032 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 496 173 66 130 0 363 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1984

[startup+0.70107 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 24853
/proc/meminfo: memFree=1676464/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=2116 CPUtime=0.69
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 204 0 0 0 69 0 0 0 22 0 1 0 102943761 2166784 190 1992294400 134512640 135048876 4294956208 18446744073709551615 134553654 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 529 190 66 130 0 396 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2116

[startup+1.50114 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 24854
/proc/meminfo: memFree=1675880/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=2248 CPUtime=1.49
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 230 0 0 0 149 0 0 0 25 0 1 0 102943761 2301952 216 1992294400 134512640 135048876 4294956208 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 562 216 66 130 0 429 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2248

[startup+3.10128 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 24854
/proc/meminfo: memFree=1675624/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=2248 CPUtime=3.09
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 260 0 0 0 309 0 0 0 25 0 1 0 102943761 2301952 246 1992294400 134512640 135048876 4294956208 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 562 246 66 130 0 429 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2248

[startup+6.30157 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 24854
/proc/meminfo: memFree=1675304/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=2512 CPUtime=6.29
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 304 0 0 0 629 0 0 0 25 0 1 0 102943761 2572288 290 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 628 290 66 130 0 495 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2512

[startup+12.7011 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 24854
/proc/meminfo: memFree=1675048/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=2776 CPUtime=12.69
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 367 0 0 0 1269 0 0 0 25 0 1 0 102943761 2842624 353 1992294400 134512640 135048876 4294956208 18446744073709551615 134553177 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 694 353 66 130 0 561 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2776

[startup+25.5013 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 24854
/proc/meminfo: memFree=1674792/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=2908 CPUtime=25.49
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 420 0 0 0 2549 0 0 0 25 0 1 0 102943761 2977792 406 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 727 406 66 130 0 594 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2908

[startup+51.1016 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 24854
/proc/meminfo: memFree=1674408/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=3304 CPUtime=51.08
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 522 0 0 0 5108 0 0 0 25 0 1 0 102943761 3383296 508 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 826 508 66 130 0 693 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3304

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 24854
/proc/meminfo: memFree=1673960/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=3832 CPUtime=102.27
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 639 0 0 0 10227 0 0 0 25 0 1 0 102943761 3923968 625 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 958 625 66 130 0 825 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 3832

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24854
/proc/meminfo: memFree=1673576/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=4228 CPUtime=162.24
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 729 0 0 0 16224 0 0 0 25 0 1 0 102943761 4329472 715 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 1057 715 66 130 0 924 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 4228

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24854
/proc/meminfo: memFree=1673256/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=4496 CPUtime=222.23
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 794 0 0 0 22222 1 0 0 25 0 1 0 102943761 4603904 780 1992294400 134512640 135048876 4294956208 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 1124 780 66 130 0 991 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 4496

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24854
/proc/meminfo: memFree=1672872/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=4756 CPUtime=282.22
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 881 0 0 0 28221 1 0 0 25 0 1 0 102943761 4870144 867 1992294400 134512640 135048876 4294956208 18446744073709551615 134553441 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 1189 867 66 130 0 1056 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 4756

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24854
/proc/meminfo: memFree=1672680/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=4888 CPUtime=342.2
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 916 0 0 0 34219 1 0 0 25 0 1 0 102943761 5005312 902 1992294400 134512640 135048876 4294956208 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 1222 902 66 130 0 1089 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 4888

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24856
/proc/meminfo: memFree=1672488/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=5160 CPUtime=402.18
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 969 0 0 0 40217 1 0 0 25 0 1 0 102943761 5283840 955 1992294400 134512640 135048876 4294956208 18446744073709551615 134546907 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 1290 955 66 130 0 1157 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 5160

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24856
/proc/meminfo: memFree=1672232/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=5296 CPUtime=462.16
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 1011 0 0 0 46215 1 0 0 25 0 1 0 102943761 5423104 997 1992294400 134512640 135048876 4294956208 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 1324 997 66 130 0 1191 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 5296

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24856
/proc/meminfo: memFree=1672104/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=5424 CPUtime=522.15
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 1041 0 0 0 52213 2 0 0 25 0 1 0 102943761 5554176 1027 1992294400 134512640 135048876 4294956208 18446744073709551615 134547299 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 1356 1027 66 130 0 1223 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 5424

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24856
/proc/meminfo: memFree=1671976/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=5560 CPUtime=582.13
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 1071 0 0 0 58211 2 0 0 25 0 1 0 102943761 5693440 1057 1992294400 134512640 135048876 4294956208 18446744073709551615 134547143 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 1390 1057 66 130 0 1257 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 5560

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24856
/proc/meminfo: memFree=1671784/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=5692 CPUtime=642.12
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 1117 0 0 0 64210 2 0 0 25 0 1 0 102943761 5828608 1103 1992294400 134512640 135048876 4294956208 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 1423 1103 66 130 0 1290 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 5692

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24856
/proc/meminfo: memFree=1671592/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=5824 CPUtime=702.1
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 1147 0 0 0 70208 2 0 0 25 0 1 0 102943761 5963776 1133 1992294400 134512640 135048876 4294956208 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 1456 1133 66 130 0 1323 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 5824

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24856
/proc/meminfo: memFree=1671464/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=5960 CPUtime=762.09
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 1156 0 0 0 76207 2 0 0 25 0 1 0 102943761 6103040 1142 1992294400 134512640 135048876 4294956208 18446744073709551615 134552823 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 1490 1142 66 130 0 1357 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 5960

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24856
/proc/meminfo: memFree=1671400/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=5960 CPUtime=822.07
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 1176 0 0 0 82205 2 0 0 25 0 1 0 102943761 6103040 1162 1992294400 134512640 135048876 4294956208 18446744073709551615 134558241 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 1490 1162 66 130 0 1357 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 5960

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24856
/proc/meminfo: memFree=1671272/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=6096 CPUtime=882.05
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 1196 0 0 0 88203 2 0 0 25 0 1 0 102943761 6242304 1182 1992294400 134512640 135048876 4294956208 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 1524 1182 66 130 0 1391 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 6096

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24856
/proc/meminfo: memFree=1671080/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=6220 CPUtime=942.03
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 1237 0 0 0 94201 2 0 0 25 0 1 0 102943761 6369280 1223 1992294400 134512640 135048876 4294956208 18446744073709551615 134547065 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 1555 1223 66 130 0 1422 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 6220

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24856
/proc/meminfo: memFree=1670952/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=6340 CPUtime=1002.02
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 1265 0 0 0 100199 3 0 0 25 0 1 0 102943761 6492160 1251 1992294400 134512640 135048876 4294956208 18446744073709551615 134546847 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 1585 1251 66 130 0 1452 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 6340

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24856
/proc/meminfo: memFree=1670824/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=6472 CPUtime=1062.01
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 1290 0 0 0 106198 3 0 0 25 0 1 0 102943761 6627328 1276 1992294400 134512640 135048876 4294956208 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 1618 1276 66 130 0 1485 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 6472

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24856
/proc/meminfo: memFree=1670760/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=6472 CPUtime=1121.99
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 1300 0 0 0 112196 3 0 0 25 0 1 0 102943761 6627328 1286 1992294400 134512640 135048876 4294956208 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 1618 1286 66 130 0 1485 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 6472

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24856
/proc/meminfo: memFree=1670760/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=6472 CPUtime=1181.97
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 1300 0 0 0 118194 3 0 0 25 0 1 0 102943761 6627328 1286 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 1618 1286 66 130 0 1485 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 6472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 24856
/proc/meminfo: memFree=1670760/2055920 swapFree=4191900/4192956
[pid=24853] ppid=24851 vsize=6472 CPUtime=1200.07
/proc/24853/stat : 24853 (minisat_noasser) R 24851 24853 24788 0 -1 4194304 1305 0 0 0 120004 3 0 0 25 0 1 0 102943761 6627328 1291 1992294400 134512640 135048876 4294956208 18446744073709551615 134547171 0 0 4096 3 0 0 0 17 1 0 0
/proc/24853/statm: 1618 1291 66 130 0 1485 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 6472

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.41
CPU time (s): 1200.08
CPU user time (s): 1200.04
CPU system time (s): 0.037994
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 6472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.04
system time used= 0.037994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1305
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= 2
involuntary context switches= 2633

runsolver used 0.810876 second user time and 2.6146 second system time

The end

Launcher Data

Begin job on node43 at 2009-04-26 14:32:37
IDJOB=1729419
IDBENCH=24702
IDSOLVER=556
FILE ID=node43/1729419-1240749157
PBS_JOBID= 9187081
Free space on /tmp= 66432 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT07/crafted/Hard/contest03/looksrandom/hgen7-n390-02-S178568232.sat05-479.reshuffled-07.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729419-1240749157/watcher-1729419-1240749157 -o /tmp/evaluation-result-1729419-1240749157/solver-1729419-1240749157 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-1729419-1240749157.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 95e4195bdde82ec65467d8f29f037cf2
RANDOM SEED=1700966497

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

/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.237
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.237
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:       1676880 kB
Buffers:         32788 kB
Cached:         272592 kB
SwapCached:        416 kB
Active:          51308 kB
Inactive:       267480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1676880 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1496 kB
Writeback:           0 kB
Mapped:          21768 kB
Slab:            46192 kB
Committed_AS:   417136 kB
PageTables:       1444 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= 66432 MiB
End job on node43 at 2009-04-26 14:52:40