Trace number 1785308

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 1652.37 1653.06

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2c-3cage-unsat-10-3.sat05-2568.reshuffled-07.cnf
MD5SUMd65aa32f539d7b147c82042f18f65687
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark271
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses560
Sum of the clauses size2240
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4560
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:  140                                                  |
0.00/0.00	c |  Number of clauses:    560                                                  |
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 |      70      280     1120 |       93        0    nan |  0.000 % |
0.00/0.00	c |       100 |      70      280     1120 |      102      100     21 |  0.005 % |
0.00/0.00	c |       251 |      70      280     1120 |      112      110     17 |  0.005 % |
0.00/0.00	c |       477 |      70      280     1120 |      124      113     15 |  0.005 % |
0.00/0.01	c |       815 |      70      280     1120 |      136      130     15 |  0.005 % |
0.00/0.01	c |      1322 |      70      280     1120 |      150      156     17 |  0.005 % |
0.00/0.02	c |      2082 |      70      280     1120 |      165      108     14 |  0.005 % |
0.00/0.03	c |      3221 |      70      280     1120 |      181      113     14 |  0.005 % |
0.00/0.04	c |      4930 |      70      280     1120 |      200      180     14 |  0.005 % |
0.05/0.06	c |      7493 |      70      280     1120 |      220      180     17 |  0.005 % |
0.05/0.09	c |     11337 |      70      280     1120 |      242      211     18 |  0.005 % |
0.09/0.15	c |     17103 |      70      280     1120 |      266      197     15 |  0.005 % |
0.19/0.23	c |     25752 |      70      280     1120 |      292      298     17 |  0.005 % |
0.29/0.36	c |     38728 |      70      280     1120 |      322      289     19 |  0.005 % |
0.49/0.55	c |     58189 |      70      280     1120 |      354      269     15 |  0.005 % |
0.79/0.84	c |     87383 |      70      280     1120 |      389      311     16 |  0.005 % |
1.19/1.29	c |    131172 |      70      280     1120 |      428      252     17 |  0.005 % |
1.89/1.96	c |    196856 |      70      280     1120 |      471      339     16 |  0.005 % |
2.89/2.99	c |    295383 |      70      280     1120 |      518      437     17 |  0.005 % |
4.59/4.61	c |    443173 |      70      280     1120 |      570      299     15 |  0.005 % |
6.89/6.97	c |    664856 |      70      280     1120 |      627      333     14 |  0.005 % |
10.69/10.73	c |    997381 |      70      280     1120 |      690      362     17 |  0.005 % |
16.49/16.55	c |   1496170 |      70      280     1120 |      759      432     18 |  0.005 % |
25.19/25.25	c |   2244352 |      70      280     1120 |      835      683     16 |  0.005 % |
38.78/38.88	c |   3366627 |      70      280     1120 |      919      518     17 |  0.005 % |
60.07/60.16	c |   5050038 |      70      280     1120 |     1011      860     18 |  0.005 % |
93.25/93.34	c |   7575157 |      70      280     1120 |     1112      538     16 |  0.005 % |
144.23/144.31	c |  11362832 |      70      280     1120 |     1223      646     14 |  0.005 % |
223.59/223.74	c |  17044345 |      70      280     1120 |     1345      777     14 |  0.005 % |
344.05/344.23	c |  25566615 |      70      280     1120 |     1480     1097     20 |  0.005 % |
529.67/529.91	c |  38350019 |      70      280     1120 |     1628     1080     16 |  0.005 % |
821.45/821.85	c |  57525125 |      70      280     1120 |     1791      840     17 |  0.010 % |
1269.77/1270.37	c |  86287783 |      69      272     1088 |     1970     1191     14 |  0.719 % |
1652.30/1653.05	c ===============================================================================
1652.30/1653.05	c restarts              : 33
1652.30/1653.05	c conflicts             : 111011563      (67184 /sec)
1652.30/1653.05	c decisions             : 169347278      (1.90 % random) (102489 /sec)
1652.30/1653.05	c propagations          : 977384291      (591512 /sec)
1652.30/1653.05	c conflict literals     : 1820613817     (18.68 % deleted)
1652.30/1653.05	c Memory used           : 2.72 MB
1652.30/1653.05	c CPU time              : 1652.35 s
1652.30/1653.05	c 
1652.30/1653.05	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-1785308-1241905097/watcher-1785308-1241905097 -o /tmp/evaluation-result-1785308-1241905097/solver-1785308-1241905097 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1785308-1241905097.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/65 23769
/proc/meminfo: memFree=1864528/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=1720 CPUtime=0
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 119 0 0 0 0 0 0 0 18 0 1 0 218539746 1761280 105 1992294400 134512640 135048876 4294956208 18446744073709551615 134552422 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 430 105 62 130 0 297 0

[startup+0.060951 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 23769
/proc/meminfo: memFree=1864528/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=1720 CPUtime=0.05
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 123 0 0 0 5 0 0 0 18 0 1 0 218539746 1761280 109 1992294400 134512640 135048876 4294956208 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 430 109 66 130 0 297 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1720

[startup+0.101954 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 23769
/proc/meminfo: memFree=1864528/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=1720 CPUtime=0.09
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 123 0 0 0 9 0 0 0 18 0 1 0 218539746 1761280 109 1992294400 134512640 135048876 4294956208 18446744073709551615 134553102 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 430 109 66 130 0 297 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1720

[startup+0.301975 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 23769
/proc/meminfo: memFree=1864528/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=1852 CPUtime=0.29
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 125 0 0 0 29 0 0 0 19 0 1 0 218539746 1896448 111 1992294400 134512640 135048876 4294956208 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 463 111 66 130 0 330 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1852

[startup+0.702017 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 23769
/proc/meminfo: memFree=1864528/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=1852 CPUtime=0.69
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 130 0 0 0 69 0 0 0 23 0 1 0 218539746 1896448 116 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 463 116 66 130 0 330 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1852

[startup+1.5021 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 23770
/proc/meminfo: memFree=1864264/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=1852 CPUtime=1.49
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 138 0 0 0 149 0 0 0 25 0 1 0 218539746 1896448 124 1992294400 134512640 135048876 4294956208 18446744073709551615 134680107 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 463 124 66 130 0 330 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1852

[startup+3.10127 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 23770
/proc/meminfo: memFree=1864136/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=1852 CPUtime=3.09
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 145 0 0 0 309 0 0 0 25 0 1 0 218539746 1896448 131 1992294400 134512640 135048876 4294956208 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 463 131 66 130 0 330 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1852

[startup+6.3016 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 23770
/proc/meminfo: memFree=1864008/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=1852 CPUtime=6.29
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 155 0 0 0 629 0 0 0 25 0 1 0 218539746 1896448 141 1992294400 134512640 135048876 4294956208 18446744073709551615 134553156 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 463 141 66 130 0 330 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1852

[startup+12.7013 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 23770
/proc/meminfo: memFree=1863816/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=1984 CPUtime=12.69
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 166 0 0 0 1269 0 0 0 25 0 1 0 218539746 2031616 152 1992294400 134512640 135048876 4294956208 18446744073709551615 134548076 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 496 152 66 130 0 363 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1984

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 23770
/proc/meminfo: memFree=1863816/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=1984 CPUtime=25.48
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 180 0 0 0 2548 0 0 0 25 0 1 0 218539746 2031616 166 1992294400 134512640 135048876 4294956208 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 496 166 66 130 0 363 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1984

[startup+51.1013 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 23770
/proc/meminfo: memFree=1863752/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2116 CPUtime=51.07
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 198 0 0 0 5107 0 0 0 25 0 1 0 218539746 2166784 184 1992294400 134512640 135048876 4294956208 18446744073709551615 134546885 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 529 184 66 130 0 396 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2116

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 23770
/proc/meminfo: memFree=1863560/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2116 CPUtime=102.26
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 223 0 0 0 10226 0 0 0 25 0 1 0 218539746 2166784 209 1992294400 134512640 135048876 4294956208 18446744073709551615 134551271 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 529 209 66 130 0 396 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 2116

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23770
/proc/meminfo: memFree=1863496/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2248 CPUtime=162.22
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 242 0 0 0 16222 0 0 0 25 0 1 0 218539746 2301952 228 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 562 228 66 130 0 429 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 2248

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23772
/proc/meminfo: memFree=1863304/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2248 CPUtime=222.19
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 256 0 0 0 22219 0 0 0 25 0 1 0 218539746 2301952 242 1992294400 134512640 135048876 4294956208 18446744073709551615 134554335 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 562 242 66 130 0 429 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 2248

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23772
/proc/meminfo: memFree=1863304/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2380 CPUtime=282.17
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 266 0 0 0 28217 0 0 0 25 0 1 0 218539746 2437120 252 1992294400 134512640 135048876 4294956208 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 595 252 66 130 0 462 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 2380

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 3/66 23772
/proc/meminfo: memFree=1863304/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2380 CPUtime=342.15
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 277 0 0 0 34215 0 0 0 25 0 1 0 218539746 2437120 263 1992294400 134512640 135048876 4294956208 18446744073709551615 134546842 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 595 263 66 130 0 462 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 2380

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23772
/proc/meminfo: memFree=1863304/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2380 CPUtime=402.12
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 289 0 0 0 40212 0 0 0 25 0 1 0 218539746 2437120 275 1992294400 134512640 135048876 4294956208 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 595 275 66 130 0 462 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 2380

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23772
/proc/meminfo: memFree=1863304/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2380 CPUtime=462.1
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 289 0 0 0 46210 0 0 0 25 0 1 0 218539746 2437120 275 1992294400 134512640 135048876 4294956208 18446744073709551615 134547181 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 595 275 66 130 0 462 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 2380

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23772
/proc/meminfo: memFree=1863240/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2380 CPUtime=522.07
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 289 0 0 0 52207 0 0 0 25 0 1 0 218539746 2437120 275 1992294400 134512640 135048876 4294956208 18446744073709551615 134553604 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 595 275 66 130 0 462 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 2380

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23772
/proc/meminfo: memFree=1863240/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2516 CPUtime=582.05
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 300 0 0 0 58205 0 0 0 25 0 1 0 218539746 2576384 286 1992294400 134512640 135048876 4294956208 18446744073709551615 134558157 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 629 286 66 130 0 496 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 2516

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23772
/proc/meminfo: memFree=1863176/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2516 CPUtime=642.03
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 303 0 0 0 64203 0 0 0 25 0 1 0 218539746 2576384 289 1992294400 134512640 135048876 4294956208 18446744073709551615 134552422 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 629 289 66 130 0 496 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 2516


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

/proc/meminfo: memFree=1862920/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2648 CPUtime=1061.85
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 345 0 0 0 106184 1 0 0 25 0 1 0 218539746 2711552 331 1992294400 134512640 135048876 4294956208 18446744073709551615 134557984 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 662 331 66 130 0 529 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 2648

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23772
/proc/meminfo: memFree=1862792/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2648 CPUtime=1121.83
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 356 0 0 0 112182 1 0 0 25 0 1 0 218539746 2711552 342 1992294400 134512640 135048876 4294956208 18446744073709551615 134545987 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 662 342 66 130 0 529 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 2648

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23772
/proc/meminfo: memFree=1862728/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2648 CPUtime=1181.81
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 356 0 0 0 118180 1 0 0 25 0 1 0 218539746 2711552 342 1992294400 134512640 135048876 4294956208 18446744073709551615 134548022 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 662 342 66 130 0 529 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 2648

[startup+1242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23772
/proc/meminfo: memFree=1862600/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2648 CPUtime=1241.78
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 356 0 0 0 124177 1 0 0 25 0 1 0 218539746 2711552 342 1992294400 134512640 135048876 4294956208 18446744073709551615 134558125 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 662 342 66 130 0 529 0
Current children cumulated CPU time (s) 1241.78
Current children cumulated vsize (KiB) 2648

[startup+1302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23772
/proc/meminfo: memFree=1862536/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2648 CPUtime=1301.76
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 356 0 0 0 130175 1 0 0 25 0 1 0 218539746 2711552 342 1992294400 134512640 135048876 4294956208 18446744073709551615 134553147 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 662 342 66 130 0 529 0
Current children cumulated CPU time (s) 1301.76
Current children cumulated vsize (KiB) 2648

[startup+1362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23772
/proc/meminfo: memFree=1862536/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2648 CPUtime=1361.73
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 356 0 0 0 136172 1 0 0 25 0 1 0 218539746 2711552 342 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 662 342 66 130 0 529 0
Current children cumulated CPU time (s) 1361.73
Current children cumulated vsize (KiB) 2648

[startup+1422.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23778
/proc/meminfo: memFree=1862408/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2780 CPUtime=1421.7
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 361 0 0 0 142169 1 0 0 25 0 1 0 218539746 2846720 347 1992294400 134512640 135048876 4294956208 18446744073709551615 134546873 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 695 347 66 130 0 562 0
Current children cumulated CPU time (s) 1421.7
Current children cumulated vsize (KiB) 2780

[startup+1482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23778
/proc/meminfo: memFree=1862408/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2780 CPUtime=1481.68
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 364 0 0 0 148167 1 0 0 25 0 1 0 218539746 2846720 350 1992294400 134512640 135048876 4294956208 18446744073709551615 134548076 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 695 350 66 130 0 562 0
Current children cumulated CPU time (s) 1481.68
Current children cumulated vsize (KiB) 2780

[startup+1542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23778
/proc/meminfo: memFree=1862344/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2780 CPUtime=1541.65
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 366 0 0 0 154164 1 0 0 25 0 1 0 218539746 2846720 352 1992294400 134512640 135048876 4294956208 18446744073709551615 134540944 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 695 352 66 130 0 562 0
Current children cumulated CPU time (s) 1541.65
Current children cumulated vsize (KiB) 2780

[startup+1602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23778
/proc/meminfo: memFree=1862344/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2780 CPUtime=1601.62
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 370 0 0 0 160161 1 0 0 25 0 1 0 218539746 2846720 356 1992294400 134512640 135048876 4294956208 18446744073709551615 134547273 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 695 356 66 130 0 562 0
Current children cumulated CPU time (s) 1601.62
Current children cumulated vsize (KiB) 2780

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

[startup+1612.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23778
/proc/meminfo: memFree=1862280/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2780 CPUtime=1612.01
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 370 0 0 0 161200 1 0 0 25 0 1 0 218539746 2846720 356 1992294400 134512640 135048876 4294956208 18446744073709551615 134547310 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 695 356 66 130 0 562 0
Current children cumulated CPU time (s) 1612.01
Current children cumulated vsize (KiB) 2780

[startup+1638.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23778
/proc/meminfo: memFree=1862280/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2780 CPUtime=1637.61
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 370 0 0 0 163760 1 0 0 25 0 1 0 218539746 2846720 356 1992294400 134512640 135048876 4294956208 18446744073709551615 134546942 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 695 356 66 130 0 562 0
Current children cumulated CPU time (s) 1637.61
Current children cumulated vsize (KiB) 2780

[startup+1644.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23778
/proc/meminfo: memFree=1862280/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2780 CPUtime=1644
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 370 0 0 0 164399 1 0 0 25 0 1 0 218539746 2846720 356 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 695 356 66 130 0 562 0
Current children cumulated CPU time (s) 1644
Current children cumulated vsize (KiB) 2780

[startup+1647.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23778
/proc/meminfo: memFree=1862280/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2780 CPUtime=1647.2
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 370 0 0 0 164719 1 0 0 25 0 1 0 218539746 2846720 356 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 695 356 66 130 0 562 0
Current children cumulated CPU time (s) 1647.2
Current children cumulated vsize (KiB) 2780

[startup+1651.11 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23778
/proc/meminfo: memFree=1862280/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2780 CPUtime=1650.4
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 370 0 0 0 165039 1 0 0 25 0 1 0 218539746 2846720 356 1992294400 134512640 135048876 4294956208 18446744073709551615 134545953 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 695 356 66 130 0 562 0
Current children cumulated CPU time (s) 1650.4
Current children cumulated vsize (KiB) 2780

[startup+1651.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23778
/proc/meminfo: memFree=1862280/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2780 CPUtime=1651.2
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 370 0 0 0 165119 1 0 0 25 0 1 0 218539746 2846720 356 1992294400 134512640 135048876 4294956208 18446744073709551615 134547171 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 695 356 66 130 0 562 0
Current children cumulated CPU time (s) 1651.2
Current children cumulated vsize (KiB) 2780

[startup+1652.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23778
/proc/meminfo: memFree=1862280/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2780 CPUtime=1652
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 370 0 0 0 165199 1 0 0 25 0 1 0 218539746 2846720 356 1992294400 134512640 135048876 4294956208 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 695 356 66 130 0 562 0
Current children cumulated CPU time (s) 1652
Current children cumulated vsize (KiB) 2780

[startup+1652.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23778
/proc/meminfo: memFree=1862280/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2780 CPUtime=1652.2
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 370 0 0 0 165219 1 0 0 25 0 1 0 218539746 2846720 356 1992294400 134512640 135048876 4294956208 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 695 356 66 130 0 562 0
Current children cumulated CPU time (s) 1652.2
Current children cumulated vsize (KiB) 2780

[startup+1653 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 23778
/proc/meminfo: memFree=1862280/2055920 swapFree=4180856/4192956
[pid=23769] ppid=23767 vsize=2780 CPUtime=1652.3
/proc/23769/stat : 23769 (minisat_noasser) R 23767 23769 23732 0 -1 4194304 370 0 0 0 165229 1 0 0 25 0 1 0 218539746 2846720 356 1992294400 134512640 135048876 4294956208 18446744073709551615 134546842 0 0 4096 3 0 0 0 17 0 0 0
/proc/23769/statm: 695 356 66 130 0 562 0
Current children cumulated CPU time (s) 1652.3
Current children cumulated vsize (KiB) 2780

Child status: 20
Real time (s): 1653.06
CPU time (s): 1652.37
CPU user time (s): 1652.35
CPU system time (s): 0.016997
CPU usage (%): 99.9582
Max. virtual memory (cumulated for all children) (KiB): 2780

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

runsolver used 1.93071 second user time and 3.68844 second system time

The end

Launcher Data

Begin job on node79 at 2009-05-09 23:38:17
IDJOB=1785308
IDBENCH=24743
IDSOLVER=639
FILE ID=node79/1785308-1241905097
PBS_JOBID= 9264837
Free space on /tmp= 66220 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT07/crafted/Difficult/contest05/jarvisalo/mod2c-3cage-unsat-10-3.sat05-2568.reshuffled-07.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785308-1241905097/watcher-1785308-1241905097 -o /tmp/evaluation-result-1785308-1241905097/solver-1785308-1241905097 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-1785308-1241905097.cnf

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

MD5SUM BENCH= d65aa32f539d7b147c82042f18f65687
RANDOM SEED=1985012573

node79.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1865072 kB
Buffers:         38956 kB
Cached:          88316 kB
SwapCached:       7028 kB
Active:          62064 kB
Inactive:        74516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1865072 kB
SwapTotal:     4192956 kB
SwapFree:      4180856 kB
Dirty:            1576 kB
Writeback:           0 kB
Mapped:          14004 kB
Slab:            40280 kB
Committed_AS:   730472 kB
PageTables:       1384 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= 66220 MiB
End job on node79 at 2009-05-10 00:05:51