Trace number 1785116

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) 5000.06 5002.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.07/0.07	c |      2083 |     390     1722     5166 |     1016      655     24 |  0.001 % |
0.10/0.12	c |      3223 |     390     1722     5166 |     1118      725     23 |  0.001 % |
0.10/0.19	c |      4931 |     390     1722     5166 |     1230      672     22 |  0.001 % |
0.30/0.30	c |      7493 |     390     1722     5166 |     1353     1267     25 |  0.001 % |
0.40/0.47	c |     11338 |     390     1722     5166 |     1488      888     23 |  0.001 % |
0.69/0.72	c |     17105 |     390     1722     5166 |     1637     1222     24 |  0.001 % |
1.10/1.13	c |     25755 |     390     1722     5166 |     1801     1450     25 |  0.001 % |
1.69/1.76	c |     38729 |     390     1722     5166 |     1981     1477     22 |  0.001 % |
2.69/2.74	c |     58191 |     390     1722     5166 |     2179     1585     24 |  0.001 % |
4.19/4.27	c |     87383 |     390     1722     5166 |     2397     1728     24 |  0.001 % |
6.60/6.61	c |    131172 |     390     1722     5166 |     2637     1452     23 |  0.001 % |
10.19/10.25	c |    196856 |     390     1722     5166 |     2901     2468     24 |  0.001 % |
15.79/15.81	c |    295382 |     390     1722     5166 |     3191     1790     24 |  0.001 % |
24.29/24.40	c |    443173 |     390     1722     5166 |     3510     1754     24 |  0.001 % |
37.88/37.94	c |    664856 |     390     1722     5166 |     3861     2156     25 |  0.001 % |
59.17/59.26	c |    997382 |     390     1722     5166 |     4247     3450     26 |  0.001 % |
92.56/92.68	c |   1496172 |     390     1722     5166 |     4672     3401     24 |  0.001 % |
144.34/144.44	c |   2244355 |     390     1722     5166 |     5139     4702     26 |  0.001 % |
226.27/226.45	c |   3366630 |     390     1722     5166 |     5653     4573     25 |  0.001 % |
354.60/354.87	c |   5050043 |     390     1722     5166 |     6219     4141     26 |  0.001 % |
553.63/553.92	c |   7575159 |     390     1722     5166 |     6841     4716     25 |  0.001 % |
866.97/867.49	c |  11362834 |     390     1722     5166 |     7525     6508     25 |  0.001 % |
1364.13/1364.89	c |  17044348 |     390     1722     5166 |     8277     6489     28 |  0.001 % |
2146.48/2147.58	c |  25566617 |     390     1722     5166 |     9105     5155     24 |  0.001 % |
3390.71/3392.37	c |  38350021 |     390     1722     5166 |    10015     7237     28 |  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-1785116-1241891887/watcher-1785116-1241891887 -o /tmp/evaluation-result-1785116-1241891887/solver-1785116-1241891887 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1785116-1241891887.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.85 0.97 0.99 3/67 9556
/proc/meminfo: memFree=1885464/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=1852 CPUtime=0
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 217214893 1896448 128 1992294400 134512640 135048876 4294956208 18446744073709551615 134682394 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 463 128 63 130 0 330 0

[startup+0.0769791 s]
/proc/loadavg: 0.85 0.97 0.99 3/67 9556
/proc/meminfo: memFree=1885464/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=1984 CPUtime=0.07
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 165 0 0 0 7 0 0 0 18 0 1 0 217214893 2031616 151 1992294400 134512640 135048876 4294956208 18446744073709551615 134546839 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 496 151 66 130 0 363 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1984

[startup+0.10198 s]
/proc/loadavg: 0.85 0.97 0.99 3/67 9556
/proc/meminfo: memFree=1885464/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=1984 CPUtime=0.1
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 170 0 0 0 10 0 0 0 18 0 1 0 217214893 2031616 156 1992294400 134512640 135048876 4294956208 18446744073709551615 134553666 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 496 156 66 130 0 363 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1984

[startup+0.301998 s]
/proc/loadavg: 0.85 0.97 0.99 3/67 9556
/proc/meminfo: memFree=1885464/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=1984 CPUtime=0.3
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 187 0 0 0 30 0 0 0 19 0 1 0 217214893 2031616 173 1992294400 134512640 135048876 4294956208 18446744073709551615 134547032 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 496 173 66 130 0 363 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1984

[startup+0.701034 s]
/proc/loadavg: 0.85 0.97 0.99 3/67 9556
/proc/meminfo: memFree=1885464/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=2116 CPUtime=0.69
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 205 0 0 0 69 0 0 0 23 0 1 0 217214893 2166784 191 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 529 191 66 130 0 396 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2116

[startup+1.5011 s]
/proc/loadavg: 0.85 0.97 0.99 2/68 9557
/proc/meminfo: memFree=1884944/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=2248 CPUtime=1.49
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 232 0 0 0 149 0 0 0 25 0 1 0 217214893 2301952 218 1992294400 134512640 135048876 4294956208 18446744073709551615 134546951 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 562 218 66 130 0 429 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2248

[startup+3.10125 s]
/proc/loadavg: 0.86 0.97 0.99 2/68 9557
/proc/meminfo: memFree=1884624/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=2380 CPUtime=3.09
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 265 0 0 0 309 0 0 0 25 0 1 0 217214893 2437120 251 1992294400 134512640 135048876 4294956208 18446744073709551615 134551616 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 595 251 66 130 0 462 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2380

[startup+6.30154 s]
/proc/loadavg: 0.86 0.97 0.99 2/68 9557
/proc/meminfo: memFree=1884368/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=2512 CPUtime=6.29
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 309 0 0 0 629 0 0 0 25 0 1 0 217214893 2572288 295 1992294400 134512640 135048876 4294956208 18446744073709551615 134552888 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 628 295 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.88 0.97 0.99 2/68 9557
/proc/meminfo: memFree=1883992/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=2776 CPUtime=12.69
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 370 0 0 0 1269 0 0 0 25 0 1 0 217214893 2842624 356 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 694 356 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.90 0.97 0.99 2/68 9557
/proc/meminfo: memFree=1883928/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=3040 CPUtime=25.48
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 432 0 0 0 2548 0 0 0 25 0 1 0 217214893 3112960 418 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 760 418 66 130 0 627 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3040

[startup+51.1015 s]
/proc/loadavg: 0.93 0.97 0.99 2/68 9557
/proc/meminfo: memFree=1883544/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=3436 CPUtime=51.08
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 533 0 0 0 5108 0 0 0 25 0 1 0 217214893 3518464 519 1992294400 134512640 135048876 4294956208 18446744073709551615 134548213 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 859 519 66 130 0 726 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3436

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/68 9557
/proc/meminfo: memFree=1882904/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=3832 CPUtime=102.26
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 652 0 0 0 10226 0 0 0 25 0 1 0 217214893 3923968 638 1992294400 134512640 135048876 4294956208 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 958 638 66 130 0 825 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 3832

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 9557
/proc/meminfo: memFree=1882456/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=4228 CPUtime=162.22
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 747 0 0 0 16222 0 0 0 25 0 1 0 217214893 4329472 733 1992294400 134512640 135048876 4294956208 18446744073709551615 134552707 0 0 4096 3 0 0 0 17 1 0 0
/proc/9556/statm: 1057 733 66 130 0 924 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 4228

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 9563
/proc/meminfo: memFree=1882200/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=4496 CPUtime=222.17
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 814 0 0 0 22217 0 0 0 25 0 1 0 217214893 4603904 800 1992294400 134512640 135048876 4294956208 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 1124 800 66 130 0 991 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 4496

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 9563
/proc/meminfo: memFree=1881816/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=4888 CPUtime=282.15
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 893 0 0 0 28215 0 0 0 25 0 1 0 217214893 5005312 879 1992294400 134512640 135048876 4294956208 18446744073709551615 134552742 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 1222 879 66 130 0 1089 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 4888

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 9563
/proc/meminfo: memFree=1881688/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=5024 CPUtime=342.11
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 934 0 0 0 34211 0 0 0 25 0 1 0 217214893 5144576 920 1992294400 134512640 135048876 4294956208 18446744073709551615 134553161 0 0 4096 3 0 0 0 17 1 0 0
/proc/9556/statm: 1256 920 66 130 0 1123 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 5024

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 9563
/proc/meminfo: memFree=1881432/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=5160 CPUtime=402.08
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 986 0 0 0 40208 0 0 0 25 0 1 0 217214893 5283840 972 1992294400 134512640 135048876 4294956208 18446744073709551615 134547174 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 1290 972 66 130 0 1157 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 5160

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 9563
/proc/meminfo: memFree=1881240/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=5296 CPUtime=462.06
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 1022 0 0 0 46206 0 0 0 25 0 1 0 217214893 5423104 1008 1992294400 134512640 135048876 4294956208 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 1324 1008 66 130 0 1191 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 5296

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 9563
/proc/meminfo: memFree=1881048/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=5560 CPUtime=522.03
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 1058 0 0 0 52203 0 0 0 25 0 1 0 217214893 5693440 1044 1992294400 134512640 135048876 4294956208 18446744073709551615 134546842 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 1390 1044 66 130 0 1257 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 5560

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 9563
/proc/meminfo: memFree=1880920/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=5692 CPUtime=582
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 1108 0 0 0 58199 1 0 0 25 0 1 0 217214893 5828608 1094 1992294400 134512640 135048876 4294956208 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 1423 1094 66 130 0 1290 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 5692

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/68 9592
/proc/meminfo: memFree=1880536/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=5824 CPUtime=641.98
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 1141 0 0 0 64197 1 0 0 25 0 1 0 217214893 5963776 1127 1992294400 134512640 135048876 4294956208 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 1456 1127 66 130 0 1323 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 5824


################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9600
/proc/meminfo: memFree=1875992/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=9208 CPUtime=4000.42
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 1961 0 0 0 400038 4 0 0 25 0 1 0 217214893 9428992 1947 1992294400 134512640 135048876 4294956208 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 2302 1947 66 130 0 2169 0
Current children cumulated CPU time (s) 4000.42
Current children cumulated vsize (KiB) 9208

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9600
/proc/meminfo: memFree=1875864/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=9208 CPUtime=4060.4
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 1973 0 0 0 406036 4 0 0 25 0 1 0 217214893 9428992 1959 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 2302 1959 66 130 0 2169 0
Current children cumulated CPU time (s) 4060.4
Current children cumulated vsize (KiB) 9208

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9600
/proc/meminfo: memFree=1875864/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=9208 CPUtime=4120.37
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 1977 0 0 0 412033 4 0 0 25 0 1 0 217214893 9428992 1963 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 2302 1963 66 130 0 2169 0
Current children cumulated CPU time (s) 4120.37
Current children cumulated vsize (KiB) 9208

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9600
/proc/meminfo: memFree=1875864/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=9208 CPUtime=4180.33
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 1984 0 0 0 418029 4 0 0 25 0 1 0 217214893 9428992 1970 1992294400 134512640 135048876 4294956208 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 2302 1970 66 130 0 2169 0
Current children cumulated CPU time (s) 4180.33
Current children cumulated vsize (KiB) 9208

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9600
/proc/meminfo: memFree=1875864/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=9208 CPUtime=4240.3
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 1985 0 0 0 424026 4 0 0 25 0 1 0 217214893 9428992 1971 1992294400 134512640 135048876 4294956208 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 2302 1971 66 130 0 2169 0
Current children cumulated CPU time (s) 4240.3
Current children cumulated vsize (KiB) 9208

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9600
/proc/meminfo: memFree=1875864/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=9208 CPUtime=4300.28
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 1988 0 0 0 430024 4 0 0 25 0 1 0 217214893 9428992 1974 1992294400 134512640 135048876 4294956208 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 2302 1974 66 130 0 2169 0
Current children cumulated CPU time (s) 4300.28
Current children cumulated vsize (KiB) 9208

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9600
/proc/meminfo: memFree=1875864/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=9208 CPUtime=4360.26
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 1993 0 0 0 436022 4 0 0 25 0 1 0 217214893 9428992 1979 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 2302 1979 66 130 0 2169 0
Current children cumulated CPU time (s) 4360.26
Current children cumulated vsize (KiB) 9208

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9600
/proc/meminfo: memFree=1875864/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=9208 CPUtime=4420.23
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 1994 0 0 0 442019 4 0 0 25 0 1 0 217214893 9428992 1980 1992294400 134512640 135048876 4294956208 18446744073709551615 134547293 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 2302 1980 66 130 0 2169 0
Current children cumulated CPU time (s) 4420.23
Current children cumulated vsize (KiB) 9208

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9600
/proc/meminfo: memFree=1875800/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=9208 CPUtime=4480.2
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 1994 0 0 0 448016 4 0 0 25 0 1 0 217214893 9428992 1980 1992294400 134512640 135048876 4294956208 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/9556/statm: 2302 1980 66 130 0 2169 0
Current children cumulated CPU time (s) 4480.2
Current children cumulated vsize (KiB) 9208

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9600
/proc/meminfo: memFree=1875800/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=9208 CPUtime=4540.16
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 1994 0 0 0 454012 4 0 0 25 0 1 0 217214893 9428992 1980 1992294400 134512640 135048876 4294956208 18446744073709551615 134546842 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 2302 1980 66 130 0 2169 0
Current children cumulated CPU time (s) 4540.16
Current children cumulated vsize (KiB) 9208

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9600
/proc/meminfo: memFree=1875608/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=9348 CPUtime=4600.14
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 2002 0 0 0 460010 4 0 0 25 0 1 0 217214893 9572352 1988 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 2337 1988 66 130 0 2204 0
Current children cumulated CPU time (s) 4600.14
Current children cumulated vsize (KiB) 9348

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9600
/proc/meminfo: memFree=1875544/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=9348 CPUtime=4660.1
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 2002 0 0 0 466006 4 0 0 25 0 1 0 217214893 9572352 1988 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/9556/statm: 2337 1988 66 130 0 2204 0
Current children cumulated CPU time (s) 4660.1
Current children cumulated vsize (KiB) 9348

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9600
/proc/meminfo: memFree=1875544/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=9348 CPUtime=4720.08
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 2006 0 0 0 472003 5 0 0 25 0 1 0 217214893 9572352 1992 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 2337 1992 66 130 0 2204 0
Current children cumulated CPU time (s) 4720.08
Current children cumulated vsize (KiB) 9348

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9600
/proc/meminfo: memFree=1875544/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=9348 CPUtime=4780.06
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 2009 0 0 0 478001 5 0 0 25 0 1 0 217214893 9572352 1995 1992294400 134512640 135048876 4294956208 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 2337 1995 66 130 0 2204 0
Current children cumulated CPU time (s) 4780.06
Current children cumulated vsize (KiB) 9348

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9600
/proc/meminfo: memFree=1875544/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=9348 CPUtime=4840.02
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 2013 0 0 0 483997 5 0 0 25 0 1 0 217214893 9572352 1999 1992294400 134512640 135048876 4294956208 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0
/proc/9556/statm: 2337 1999 66 130 0 2204 0
Current children cumulated CPU time (s) 4840.02
Current children cumulated vsize (KiB) 9348

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9600
/proc/meminfo: memFree=1875480/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=9348 CPUtime=4899.99
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 2016 0 0 0 489994 5 0 0 25 0 1 0 217214893 9572352 2002 1992294400 134512640 135048876 4294956208 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 2337 2002 66 130 0 2204 0
Current children cumulated CPU time (s) 4899.99
Current children cumulated vsize (KiB) 9348

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9600
/proc/meminfo: memFree=1875480/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=9348 CPUtime=4959.96
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 2023 0 0 0 495991 5 0 0 25 0 1 0 217214893 9572352 2009 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 2337 2009 66 130 0 2204 0
Current children cumulated CPU time (s) 4959.96
Current children cumulated vsize (KiB) 9348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9600
/proc/meminfo: memFree=1875416/2055920 swapFree=4162572/4192956
[pid=9556] ppid=9554 vsize=9348 CPUtime=5000.05
/proc/9556/stat : 9556 (minisat_noasser) R 9554 9556 9519 0 -1 4194304 2026 0 0 0 500000 5 0 0 25 0 1 0 217214893 9572352 2012 1992294400 134512640 135048876 4294956208 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 0 0 0
/proc/9556/statm: 2337 2012 66 130 0 2204 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 9348

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): 5002.41
CPU time (s): 5000.06
CPU user time (s): 5000
CPU system time (s): 0.055991
CPU usage (%): 99.9531
Max. virtual memory (cumulated for all children) (KiB): 9348

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

runsolver used 5.09922 second user time and 13.1 second system time

The end

Launcher Data

Begin job on node68 at 2009-05-09 19:58:07
IDJOB=1785116
IDBENCH=24702
IDSOLVER=639
FILE ID=node68/1785116-1241891887
PBS_JOBID= 9264759
Free space on /tmp= 66376 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-1785116-1241891887/watcher-1785116-1241891887 -o /tmp/evaluation-result-1785116-1241891887/solver-1785116-1241891887 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-1785116-1241891887.cnf

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

MD5SUM BENCH= 95e4195bdde82ec65467d8f29f037cf2
RANDOM SEED=1579358544

node68.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.223
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.223
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:       1886016 kB
Buffers:         33816 kB
Cached:          70424 kB
SwapCached:      22784 kB
Active:          67444 kB
Inactive:        61852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1886016 kB
SwapTotal:     4192956 kB
SwapFree:      4162572 kB
Dirty:            1608 kB
Writeback:           0 kB
Mapped:          14616 kB
Slab:            26260 kB
Committed_AS:   599840 kB
PageTables:       1560 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66376 MiB
End job on node68 at 2009-05-09 21:21:32