Trace number 1785776

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 2007UNSAT 719.128 719.308

General information on the benchmark

NameCRAFTED/modcircuits/
mod3_4vars_6gates.cnf
MD5SUMafeeef613d4caffff91375d49585d115
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark192.799
Satisfiable
(Un)Satisfiability was proved
Number of variables289
Number of clauses33900
Sum of the clauses size195928
Maximum clause length19
Minimum clause length1
Number of clauses of size 165
Number of clauses of size 2730
Number of clauses of size 31
Number of clauses of size 4893
Number of clauses of size 52499
Number of clauses of size over 529712

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:  289                                                  |
0.00/0.00	c |  Number of clauses:    33900                                                |
0.00/0.04	c |  Parsing time:         0.04         s                                       |
0.19/0.25	c ============================[ Search Statistics ]==============================
0.19/0.25	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.25	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.25	c ===============================================================================
0.19/0.25	c |         0 |     157     6586    33193 |     2195        0    nan |  0.000 % |
0.19/0.26	c |       100 |     156     6586    33193 |     2414       99     14 | 32.527 % |
0.19/0.26	c |       250 |     152     6586    33193 |     2656      247     14 | 34.257 % |
0.19/0.27	c |       477 |     152     6586    33193 |     2921      474     15 | 34.257 % |
0.19/0.28	c |       815 |     152     6586    33193 |     3214      812     13 | 34.257 % |
0.19/0.29	c |      1321 |     152     6586    33193 |     3535     1318     12 | 34.257 % |
0.29/0.33	c |      2081 |     152     6586    33193 |     3889     2078     14 | 34.257 % |
0.29/0.38	c |      3220 |     152     6586    33193 |     4278     3217     15 | 34.257 % |
0.39/0.48	c |      4928 |     152     6586    33193 |     4705     2710     16 | 34.264 % |
0.49/0.60	c |      7492 |     152     6586    33193 |     5176     2850     15 | 34.258 % |
0.79/0.81	c |     11336 |     152     6586    33193 |     5694     4028     17 | 34.257 % |
1.09/1.15	c |     17105 |     151     5540    28366 |     6263     3948     18 | 34.257 % |
1.59/1.69	c |     25755 |     151     5540    28366 |     6889     6187     16 | 34.257 % |
2.39/2.50	c |     38730 |     151     5540    28366 |     7578     5073     16 | 34.257 % |
3.59/3.68	c |     58191 |     151     5540    28366 |     8336     5215     16 | 34.257 % |
5.59/5.60	c |     87383 |     151     5540    28366 |     9170     4714     18 | 34.264 % |
8.38/8.40	c |    131174 |     151     5540    28366 |    10087     6566     19 | 34.258 % |
12.98/13.02	c |    196858 |     151     5540    28366 |    11096     5721     18 | 34.257 % |
20.68/20.71	c |    295385 |     151     5540    28366 |    12205     8673     17 | 34.257 % |
32.38/32.41	c |    443176 |     151     5540    28366 |    13426     8191     17 | 34.257 % |
51.68/51.79	c |    664860 |     151     5540    28366 |    14769    12677     17 | 34.257 % |
81.87/81.90	c |    997385 |     151     5540    28366 |    16246     9580     18 | 34.257 % |
133.86/133.99	c |   1496174 |     151     5540    28366 |    17870     8351     17 | 34.257 % |
218.74/218.84	c |   2244356 |     151     5540    28366 |    19657    17839     17 | 34.258 % |
355.70/355.83	c |   3366630 |     151     5540    28366 |    21623    11256     15 | 34.266 % |
565.35/565.50	c |   5050043 |     149     5249    26918 |    23785    17250     19 | 34.949 % |
719.12/719.30	c ===============================================================================
719.12/719.30	c restarts              : 26
719.12/719.30	c conflicts             : 6229031        (8662 /sec)
719.12/719.30	c decisions             : 7077462        (1.49 % random) (9842 /sec)
719.12/719.30	c propagations          : 183478747      (255156 /sec)
719.12/719.30	c conflict literals     : 114618692      (20.13 % deleted)
719.12/719.30	c Memory used           : 8.80 MB
719.12/719.30	c CPU time              : 719.085 s
719.12/719.30	c 
719.12/719.30	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1785776-1241931163/watcher-1785776-1241931163 -o /tmp/evaluation-result-1785776-1241931163/solver-1785776-1241931163 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1785776-1241931163.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.92 0.98 0.99 3/64 11734
/proc/meminfo: memFree=1841296/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=1856 CPUtime=0
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 355 0 0 0 0 0 0 0 18 0 1 0 221143651 1900544 341 1992294400 134512640 135048876 4294956208 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 464 341 50 130 0 331 0

[startup+0.011495 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11734
/proc/meminfo: memFree=1841296/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=2268 CPUtime=0
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 460 0 0 0 0 0 0 0 18 0 1 0 221143651 2322432 446 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 567 447 50 130 0 434 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2268

[startup+0.101504 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11734
/proc/meminfo: memFree=1841296/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=4660 CPUtime=0.09
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 1038 0 0 0 9 0 0 0 18 0 1 0 221143651 4771840 1024 1992294400 134512640 135048876 4294956208 18446744073709551615 134529230 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 1165 1024 62 130 0 1032 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4660

[startup+0.301521 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11734
/proc/meminfo: memFree=1841296/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=4628 CPUtime=0.29
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 1097 0 0 0 29 0 0 0 19 0 1 0 221143651 4739072 1022 1992294400 134512640 135048876 4294956208 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 1157 1022 66 130 0 1024 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4628

[startup+0.701556 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11734
/proc/meminfo: memFree=1841296/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=4628 CPUtime=0.69
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 1097 0 0 0 69 0 0 0 22 0 1 0 221143651 4739072 1022 1992294400 134512640 135048876 4294956208 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 1157 1022 66 130 0 1024 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4628

[startup+1.50163 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 11735
/proc/meminfo: memFree=1837192/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=4628 CPUtime=1.49
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 1097 0 0 0 149 0 0 0 25 0 1 0 221143651 4739072 1022 1992294400 134512640 135048876 4294956208 18446744073709551615 134547171 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 1157 1022 66 130 0 1024 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4628

[startup+3.10177 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 11735
/proc/meminfo: memFree=1837064/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=4628 CPUtime=3.09
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 1097 0 0 0 309 0 0 0 25 0 1 0 221143651 4739072 1022 1992294400 134512640 135048876 4294956208 18446744073709551615 134552249 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 1157 1022 66 130 0 1024 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4628

[startup+6.30105 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 11735
/proc/meminfo: memFree=1837064/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=4628 CPUtime=6.29
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 1097 0 0 0 629 0 0 0 25 0 1 0 221143651 4739072 1022 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 1157 1022 66 130 0 1024 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4628

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 11735
/proc/meminfo: memFree=1837000/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=4628 CPUtime=12.68
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 1097 0 0 0 1268 0 0 0 25 0 1 0 221143651 4739072 1022 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 1157 1022 66 130 0 1024 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 4628

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 11735
/proc/meminfo: memFree=1837064/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=4628 CPUtime=25.48
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 1109 0 0 0 2548 0 0 0 25 0 1 0 221143651 4739072 1034 1992294400 134512640 135048876 4294956208 18446744073709551615 134546847 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 1157 1034 66 130 0 1024 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4628

[startup+51.101 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 11735
/proc/meminfo: memFree=1836808/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=5032 CPUtime=51.07
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 1189 0 0 0 5107 0 0 0 25 0 1 0 221143651 5152768 1114 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 1258 1114 66 130 0 1125 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 5032

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 11735
/proc/meminfo: memFree=1836232/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=5584 CPUtime=102.27
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 1333 0 0 0 10226 1 0 0 25 0 1 0 221143651 5718016 1258 1992294400 134512640 135048876 4294956208 18446744073709551615 134546907 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 1396 1258 66 130 0 1263 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 5584

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11735
/proc/meminfo: memFree=1835400/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=6420 CPUtime=162.25
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 1544 0 0 0 16224 1 0 0 25 0 1 0 221143651 6574080 1469 1992294400 134512640 135048876 4294956208 18446744073709551615 134546839 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 1605 1469 66 130 0 1472 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 6420

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11735
/proc/meminfo: memFree=1834760/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=7152 CPUtime=222.23
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 1693 0 0 0 22222 1 0 0 25 0 1 0 221143651 7323648 1618 1992294400 134512640 135048876 4294956208 18446744073709551615 134546953 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 1788 1618 66 130 0 1655 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 7152

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11735
/proc/meminfo: memFree=1834248/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=7604 CPUtime=282.23
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 1816 0 0 0 28221 2 0 0 25 0 1 0 221143651 7786496 1741 1992294400 134512640 135048876 4294956208 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 1901 1741 66 130 0 1768 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 7604

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11735
/proc/meminfo: memFree=1833864/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=7920 CPUtime=342.21
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 1891 0 0 0 34219 2 0 0 25 0 1 0 221143651 8110080 1816 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 1980 1816 66 130 0 1847 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 7920

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11735
/proc/meminfo: memFree=1833480/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=8300 CPUtime=402.19
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 1980 0 0 0 40217 2 0 0 25 0 1 0 221143651 8499200 1905 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 2075 1905 66 130 0 1942 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 8300

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11735
/proc/meminfo: memFree=1833288/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=8432 CPUtime=462.17
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 2015 0 0 0 46215 2 0 0 25 0 1 0 221143651 8634368 1940 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 2108 1940 66 130 0 1975 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 8432

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11741
/proc/meminfo: memFree=1833032/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=8568 CPUtime=522.16
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 2038 0 0 0 52213 3 0 0 25 0 1 0 221143651 8773632 1963 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 2142 1963 66 130 0 2009 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 8568

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11741
/proc/meminfo: memFree=1832840/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=8724 CPUtime=582.14
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 2096 0 0 0 58211 3 0 0 25 0 1 0 221143651 8933376 2021 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 2181 2021 66 130 0 2048 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 8724

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11741
/proc/meminfo: memFree=1832712/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=8864 CPUtime=642.13
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 2130 0 0 0 64210 3 0 0 25 0 1 0 221143651 9076736 2055 1992294400 134512640 135048876 4294956208 18446744073709551615 134545987 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 2216 2055 66 130 0 2083 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 8864

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11741
/proc/meminfo: memFree=1832648/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=9012 CPUtime=702.12
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 2148 0 0 0 70208 4 0 0 25 0 1 0 221143651 9228288 2073 1992294400 134512640 135048876 4294956208 18446744073709551615 134546920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 2253 2073 66 130 0 2120 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 9012

Solver just ended. Dumping a history of the last processes samples

[startup+703.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11741
/proc/meminfo: memFree=1832648/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=9012 CPUtime=703.72
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 2148 0 0 0 70368 4 0 0 25 0 1 0 221143651 9228288 2073 1992294400 134512640 135048876 4294956208 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 2253 2073 66 130 0 2120 0
Current children cumulated CPU time (s) 703.72
Current children cumulated vsize (KiB) 9012

[startup+710.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11741
/proc/meminfo: memFree=1832648/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=9012 CPUtime=710.12
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 2149 0 0 0 71008 4 0 0 25 0 1 0 221143651 9228288 2074 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 2253 2074 66 130 0 2120 0
Current children cumulated CPU time (s) 710.12
Current children cumulated vsize (KiB) 9012

[startup+713.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11741
/proc/meminfo: memFree=1832648/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=9012 CPUtime=713.32
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 2149 0 0 0 71328 4 0 0 25 0 1 0 221143651 9228288 2074 1992294400 134512640 135048876 4294956208 18446744073709551615 134546873 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 2253 2074 66 130 0 2120 0
Current children cumulated CPU time (s) 713.32
Current children cumulated vsize (KiB) 9012

[startup+716.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11741
/proc/meminfo: memFree=1832648/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=9012 CPUtime=716.51
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 2157 0 0 0 71647 4 0 0 25 0 1 0 221143651 9228288 2082 1992294400 134512640 135048876 4294956208 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 2253 2082 66 130 0 2120 0
Current children cumulated CPU time (s) 716.51
Current children cumulated vsize (KiB) 9012

[startup+718.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11741
/proc/meminfo: memFree=1832584/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=9012 CPUtime=718.12
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 2157 0 0 0 71808 4 0 0 25 0 1 0 221143651 9228288 2082 1992294400 134512640 135048876 4294956208 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 2253 2082 66 130 0 2120 0
Current children cumulated CPU time (s) 718.12
Current children cumulated vsize (KiB) 9012

[startup+719.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11741
/proc/meminfo: memFree=1832584/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=9012 CPUtime=718.91
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 2157 0 0 0 71887 4 0 0 25 0 1 0 221143651 9228288 2082 1992294400 134512640 135048876 4294956208 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 2253 2082 66 130 0 2120 0
Current children cumulated CPU time (s) 718.91
Current children cumulated vsize (KiB) 9012

[startup+719.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 11741
/proc/meminfo: memFree=1832584/2055920 swapFree=4178772/4192956
[pid=11734] ppid=11732 vsize=9012 CPUtime=719.12
/proc/11734/stat : 11734 (minisat_noasser) R 11732 11734 11659 0 -1 4194304 2157 0 0 0 71908 4 0 0 25 0 1 0 221143651 9228288 2082 1992294400 134512640 135048876 4294956208 18446744073709551615 134546046 0 0 4096 3 0 0 0 17 1 0 0
/proc/11734/statm: 2253 2082 66 130 0 2120 0
Current children cumulated CPU time (s) 719.12
Current children cumulated vsize (KiB) 9012

Child status: 20
Real time (s): 719.308
CPU time (s): 719.128
CPU user time (s): 719.085
CPU system time (s): 0.042993
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 9012

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

runsolver used 0.488925 second user time and 1.52477 second system time

The end

Launcher Data

Begin job on node55 at 2009-05-10 06:52:43
IDJOB=1785776
IDBENCH=71145
IDSOLVER=639
FILE ID=node55/1785776-1241931163
PBS_JOBID= 9264942
Free space on /tmp= 66288 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3_4vars_6gates.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785776-1241931163/watcher-1785776-1241931163 -o /tmp/evaluation-result-1785776-1241931163/solver-1785776-1241931163 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-1785776-1241931163.cnf

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

MD5SUM BENCH= afeeef613d4caffff91375d49585d115
RANDOM SEED=1446872153

node55.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.240
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.240
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:       1841712 kB
Buffers:         49384 kB
Cached:         112536 kB
SwapCached:       8488 kB
Active:         112012 kB
Inactive:        60360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1841712 kB
SwapTotal:     4192956 kB
SwapFree:      4178772 kB
Dirty:            2352 kB
Writeback:           0 kB
Mapped:          15620 kB
Slab:            27880 kB
Committed_AS:   629044 kB
PageTables:       1364 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= 66284 MiB
End job on node55 at 2009-05-10 07:04:42