Trace number 1594722

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 695.331 695.589

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.997
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.59	c |      7492 |     152     6586    33193 |     5176     2850     15 | 34.258 % |
0.79/0.80	c |     11336 |     152     6586    33193 |     5694     4028     17 | 34.257 % |
1.10/1.14	c |     17105 |     151     5540    28366 |     6263     3948     18 | 34.257 % |
1.59/1.67	c |     25755 |     151     5540    28366 |     6889     6187     16 | 34.257 % |
2.39/2.46	c |     38730 |     151     5540    28366 |     7578     5073     16 | 34.257 % |
3.59/3.62	c |     58191 |     151     5540    28366 |     8336     5215     16 | 34.257 % |
5.39/5.48	c |     87383 |     151     5540    28366 |     9170     4714     18 | 34.264 % |
8.09/8.17	c |    131174 |     151     5540    28366 |    10087     6566     19 | 34.258 % |
12.59/12.64	c |    196858 |     151     5540    28366 |    11096     5721     18 | 34.257 % |
20.08/20.15	c |    295385 |     151     5540    28366 |    12205     8673     17 | 34.257 % |
31.28/31.38	c |    443176 |     151     5540    28366 |    13426     8191     17 | 34.257 % |
49.97/50.03	c |    664860 |     151     5540    28366 |    14769    12677     17 | 34.257 % |
79.36/79.48	c |    997385 |     151     5540    28366 |    16246     9580     18 | 34.257 % |
129.84/129.90	c |   1496174 |     151     5540    28366 |    17870     8351     17 | 34.257 % |
212.12/212.21	c |   2244356 |     151     5540    28366 |    19657    17839     17 | 34.258 % |
342.66/342.82	c |   3366630 |     151     5540    28366 |    21623    11256     15 | 34.266 % |
545.69/545.93	c |   5050043 |     149     5249    26918 |    23785    17250     19 | 34.949 % |
695.23/695.58	c ===============================================================================
695.23/695.58	c restarts              : 26
695.23/695.58	c conflicts             : 6229031        (8959 /sec)
695.23/695.58	c decisions             : 7077462        (1.49 % random) (10179 /sec)
695.23/695.58	c propagations          : 183478747      (263884 /sec)
695.23/695.58	c conflict literals     : 114618692      (20.13 % deleted)
695.23/695.58	c Memory used           : 8.80 MB
695.23/695.58	c CPU time              : 695.301 s
695.23/695.58	c 
695.23/695.58	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-1594722-1239279460/watcher-1594722-1239279460 -o /tmp/evaluation-result-1594722-1239279460/solver-1594722-1239279460 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1594722-1239279460.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.00 0.00 0.00 3/64 30281
/proc/meminfo: memFree=1392344/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=1856 CPUtime=0
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 355 0 0 0 0 0 0 0 18 0 1 0 1200612298 1900544 341 1992294400 134512640 135048876 4294956224 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 464 341 50 130 0 331 0

[startup+0.0860631 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 30281
/proc/meminfo: memFree=1392344/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=4660 CPUtime=0.08
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 1038 0 0 0 8 0 0 0 18 0 1 0 1200612298 4771840 1024 1992294400 134512640 135048876 4294956224 18446744073709551615 134546099 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 1165 1024 62 130 0 1032 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4660

[startup+0.101065 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 30281
/proc/meminfo: memFree=1392344/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=4660 CPUtime=0.09
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 1038 0 0 0 9 0 0 0 18 0 1 0 1200612298 4771840 1024 1992294400 134512640 135048876 4294956224 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 1165 1024 62 130 0 1032 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4660

[startup+0.301104 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 30281
/proc/meminfo: memFree=1392344/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=4628 CPUtime=0.29
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 1097 0 0 0 29 0 0 0 19 0 1 0 1200612298 4739072 1022 1992294400 134512640 135048876 4294956224 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 1157 1022 66 130 0 1024 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4628

[startup+0.701179 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 30281
/proc/meminfo: memFree=1392344/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=4628 CPUtime=0.69
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 1097 0 0 0 69 0 0 0 22 0 1 0 1200612298 4739072 1022 1992294400 134512640 135048876 4294956224 18446744073709551615 134546611 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 1157 1022 66 130 0 1024 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4628

[startup+1.50133 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 30282
/proc/meminfo: memFree=1388240/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=4628 CPUtime=1.49
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 1097 0 0 0 149 0 0 0 25 0 1 0 1200612298 4739072 1022 1992294400 134512640 135048876 4294956224 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 1157 1022 66 130 0 1024 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4628

[startup+3.10164 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 30282
/proc/meminfo: memFree=1388112/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=4628 CPUtime=3.09
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 1097 0 0 0 309 0 0 0 25 0 1 0 1200612298 4739072 1022 1992294400 134512640 135048876 4294956224 18446744073709551615 134548020 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 1157 1022 66 130 0 1024 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4628

[startup+6.30124 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 30282
/proc/meminfo: memFree=1388048/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=4628 CPUtime=6.29
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 1097 0 0 0 629 0 0 0 25 0 1 0 1200612298 4739072 1022 1992294400 134512640 135048876 4294956224 18446744073709551615 134558201 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 1157 1022 66 130 0 1024 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4628

[startup+12.7015 s]
/proc/loadavg: 0.15 0.03 0.01 2/65 30282
/proc/meminfo: memFree=1387984/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=4628 CPUtime=12.69
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 1097 0 0 0 1269 0 0 0 25 0 1 0 1200612298 4739072 1022 1992294400 134512640 135048876 4294956224 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 1157 1022 66 130 0 1024 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4628

[startup+25.5019 s]
/proc/loadavg: 0.34 0.08 0.02 2/65 30282
/proc/meminfo: memFree=1387984/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=4628 CPUtime=25.48
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 1109 0 0 0 2548 0 0 0 25 0 1 0 1200612298 4739072 1034 1992294400 134512640 135048876 4294956224 18446744073709551615 134546594 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 1157 1034 66 130 0 1024 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4628

[startup+51.1018 s]
/proc/loadavg: 0.56 0.15 0.05 2/65 30282
/proc/meminfo: memFree=1387856/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=5032 CPUtime=51.07
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 1197 0 0 0 5107 0 0 0 25 0 1 0 1200612298 5152768 1122 1992294400 134512640 135048876 4294956224 18446744073709551615 134546894 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 1258 1122 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.81 0.28 0.10 2/65 30282
/proc/meminfo: memFree=1387280/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=5584 CPUtime=102.25
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 1333 0 0 0 10225 0 0 0 25 0 1 0 1200612298 5718016 1258 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 1396 1258 66 130 0 1263 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 5584

[startup+162.302 s]
/proc/loadavg: 0.93 0.41 0.15 2/65 30282
/proc/meminfo: memFree=1386320/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=6420 CPUtime=162.23
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 1557 0 0 0 16222 1 0 0 25 0 1 0 1200612298 6574080 1482 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 1605 1482 66 130 0 1472 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 6420

[startup+222.301 s]
/proc/loadavg: 0.97 0.51 0.20 2/65 30282
/proc/meminfo: memFree=1385744/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=7152 CPUtime=222.21
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 1694 0 0 0 22220 1 0 0 25 0 1 0 1200612298 7323648 1619 1992294400 134512640 135048876 4294956224 18446744073709551615 134545996 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 1788 1619 66 130 0 1655 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 7152

[startup+282.302 s]
/proc/loadavg: 0.99 0.60 0.25 2/65 30282
/proc/meminfo: memFree=1385168/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=7748 CPUtime=282.19
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 1832 0 0 0 28218 1 0 0 25 0 1 0 1200612298 7933952 1757 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 1937 1757 66 130 0 1804 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 7748

[startup+342.301 s]
/proc/loadavg: 0.99 0.67 0.29 2/65 30282
/proc/meminfo: memFree=1384912/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=7920 CPUtime=342.16
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 1891 0 0 0 34215 1 0 0 25 0 1 0 1200612298 8110080 1816 1992294400 134512640 135048876 4294956224 18446744073709551615 134547310 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 1980 1816 66 130 0 1847 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 7920

[startup+402.302 s]
/proc/loadavg: 0.99 0.73 0.33 2/65 30282
/proc/meminfo: memFree=1384400/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=8432 CPUtime=402.14
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 2014 0 0 0 40212 2 0 0 25 0 1 0 1200612298 8634368 1939 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 2108 1939 66 130 0 1975 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 8432

[startup+462.301 s]
/proc/loadavg: 0.99 0.77 0.37 2/65 30282
/proc/meminfo: memFree=1384336/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=8432 CPUtime=462.12
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 2015 0 0 0 46210 2 0 0 25 0 1 0 1200612298 8634368 1940 1992294400 134512640 135048876 4294956224 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 2108 1940 66 130 0 1975 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 8432

[startup+522.302 s]
/proc/loadavg: 0.99 0.81 0.41 2/65 30282
/proc/meminfo: memFree=1384208/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=8568 CPUtime=522.1
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 2062 0 0 0 52208 2 0 0 25 0 1 0 1200612298 8773632 1987 1992294400 134512640 135048876 4294956224 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 2142 1987 66 130 0 2009 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 8568

[startup+582.301 s]
/proc/loadavg: 0.99 0.84 0.44 2/65 30282
/proc/meminfo: memFree=1383952/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=8724 CPUtime=582.07
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 2098 0 0 0 58205 2 0 0 25 0 1 0 1200612298 8933376 2023 1992294400 134512640 135048876 4294956224 18446744073709551615 134546842 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 2181 2023 66 130 0 2048 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 8724

[startup+642.302 s]
/proc/loadavg: 0.99 0.87 0.47 2/65 30282
/proc/meminfo: memFree=1383760/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=8864 CPUtime=642.06
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 2139 0 0 0 64204 2 0 0 25 0 1 0 1200612298 9076736 2064 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 2216 2064 66 130 0 2083 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 8864

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

[startup+665.506 s]
/proc/loadavg: 0.99 0.88 0.49 2/65 30282
/proc/meminfo: memFree=1383760/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=9012 CPUtime=665.25
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 2147 0 0 0 66523 2 0 0 25 0 1 0 1200612298 9228288 2072 1992294400 134512640 135048876 4294956224 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 2253 2072 66 130 0 2120 0
Current children cumulated CPU time (s) 665.25
Current children cumulated vsize (KiB) 9012

[startup+678.301 s]
/proc/loadavg: 0.99 0.88 0.49 2/65 30282
/proc/meminfo: memFree=1383696/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=9012 CPUtime=678.04
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 2148 0 0 0 67802 2 0 0 25 0 1 0 1200612298 9228288 2073 1992294400 134512640 135048876 4294956224 18446744073709551615 134546964 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 2253 2073 66 130 0 2120 0
Current children cumulated CPU time (s) 678.04
Current children cumulated vsize (KiB) 9012

[startup+684.702 s]
/proc/loadavg: 0.99 0.89 0.50 2/65 30282
/proc/meminfo: memFree=1383696/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=9012 CPUtime=684.43
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 2148 0 0 0 68441 2 0 0 25 0 1 0 1200612298 9228288 2073 1992294400 134512640 135048876 4294956224 18446744073709551615 134547032 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 2253 2073 66 130 0 2120 0
Current children cumulated CPU time (s) 684.43
Current children cumulated vsize (KiB) 9012

[startup+691.102 s]
/proc/loadavg: 0.99 0.89 0.50 2/65 30282
/proc/meminfo: memFree=1383696/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=9012 CPUtime=690.83
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 2149 0 0 0 69081 2 0 0 25 0 1 0 1200612298 9228288 2074 1992294400 134512640 135048876 4294956224 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 2253 2074 66 130 0 2120 0
Current children cumulated CPU time (s) 690.83
Current children cumulated vsize (KiB) 9012

[startup+692.701 s]
/proc/loadavg: 0.99 0.89 0.50 2/65 30282
/proc/meminfo: memFree=1383696/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=9012 CPUtime=692.43
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 2157 0 0 0 69241 2 0 0 25 0 1 0 1200612298 9228288 2082 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 2253 2082 66 130 0 2120 0
Current children cumulated CPU time (s) 692.43
Current children cumulated vsize (KiB) 9012

[startup+694.301 s]
/proc/loadavg: 0.99 0.89 0.50 2/65 30282
/proc/meminfo: memFree=1383696/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=9012 CPUtime=694.03
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 2157 0 0 0 69401 2 0 0 25 0 1 0 1200612298 9228288 2082 1992294400 134512640 135048876 4294956224 18446744073709551615 134552431 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 2253 2082 66 130 0 2120 0
Current children cumulated CPU time (s) 694.03
Current children cumulated vsize (KiB) 9012

[startup+695.102 s]
/proc/loadavg: 0.99 0.89 0.50 2/65 30282
/proc/meminfo: memFree=1383696/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=9012 CPUtime=694.83
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 2157 0 0 0 69481 2 0 0 25 0 1 0 1200612298 9228288 2082 1992294400 134512640 135048876 4294956224 18446744073709551615 134546922 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 2253 2082 66 130 0 2120 0
Current children cumulated CPU time (s) 694.83
Current children cumulated vsize (KiB) 9012

[startup+695.502 s]
/proc/loadavg: 0.99 0.89 0.50 2/65 30282
/proc/meminfo: memFree=1383696/2055920 swapFree=4178424/4192956
[pid=30281] ppid=30279 vsize=9012 CPUtime=695.23
/proc/30281/stat : 30281 (minisat_noasser) R 30279 30281 30244 0 -1 4194304 2157 0 0 0 69521 2 0 0 25 0 1 0 1200612298 9228288 2082 1992294400 134512640 135048876 4294956224 18446744073709551615 134546916 0 0 4096 3 0 0 0 17 1 0 0
/proc/30281/statm: 2253 2082 66 130 0 2120 0
Current children cumulated CPU time (s) 695.23
Current children cumulated vsize (KiB) 9012

Child status: 20
Real time (s): 695.589
CPU time (s): 695.331
CPU user time (s): 695.301
CPU system time (s): 0.029995
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 9012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 695.301
system time used= 0.029995
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= 1113

runsolver used 0.497924 second user time and 1.48277 second system time

The end

Launcher Data

Begin job on node9 at 2009-04-09 14:17:40
IDJOB=1594722
IDBENCH=71145
IDSOLVER=556
FILE ID=node9/1594722-1239279460
PBS_JOBID= 9115473
Free space on /tmp= 65516 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-1594722-1239279460/watcher-1594722-1239279460 -o /tmp/evaluation-result-1594722-1239279460/solver-1594722-1239279460 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-1594722-1239279460.cnf

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

MD5SUM BENCH= afeeef613d4caffff91375d49585d115
RANDOM SEED=89008676

node9.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.268
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.268
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:       1392760 kB
Buffers:         66656 kB
Cached:         502344 kB
SwapCached:       8320 kB
Active:         106712 kB
Inactive:       472120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1392760 kB
SwapTotal:     4192956 kB
SwapFree:      4178424 kB
Dirty:            2368 kB
Writeback:           0 kB
Mapped:          15508 kB
Slab:            70396 kB
Committed_AS:  3448584 kB
PageTables:       1392 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= 65516 MiB
End job on node9 at 2009-04-09 14:29:15