Trace number 1785752

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.07 5001.82

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_2vars_10gates_u2_autoenc.cnf
MD5SUMb22738b664eaf1324f561a555f3cf0f3
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 variables475
Number of clauses117796
Sum of the clauses size690176
Maximum clause length13
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21987
Number of clauses of size 34
Number of clauses of size 41021
Number of clauses of size 56342
Number of clauses of size over 5108378

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:  475                                                  |
0.00/0.00	c |  Number of clauses:    117796                                               |
0.09/0.13	c |  Parsing time:         0.12         s                                       |
2.29/2.36	c ============================[ Search Statistics ]==============================
2.29/2.36	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.29/2.36	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.29/2.36	c ===============================================================================
2.29/2.36	c |         0 |     360    41518   246514 |    13839        0    nan |  0.000 % |
2.29/2.37	c |       101 |     360    41518   246514 |    15223      101     23 | 13.474 % |
2.29/2.37	c |       251 |     360    41518   246514 |    16745      251     19 | 13.474 % |
2.29/2.38	c |       477 |     360    41518   246514 |    18420      477     19 | 13.474 % |
2.29/2.39	c |       814 |     360    41518   246514 |    20262      814     19 | 13.474 % |
2.39/2.41	c |      1321 |     360    41518   246514 |    22288     1321     18 | 13.474 % |
2.39/2.44	c |      2080 |     360    41518   246514 |    24517     2080     20 | 13.474 % |
2.49/2.50	c |      3219 |     360    41518   246514 |    26968     3219     23 | 13.474 % |
2.49/2.57	c |      4927 |     360    41518   246514 |    29665     4927     22 | 13.474 % |
2.69/2.73	c |      7489 |     360    41518   246514 |    32632     7489     23 | 13.474 % |
2.99/3.01	c |     11333 |     360    41518   246514 |    35895    11333     27 | 13.474 % |
3.29/3.38	c |     17101 |     360    41518   246514 |    39485    17101     27 | 13.474 % |
4.19/4.22	c |     25751 |     360    41518   246514 |    43433    25751     30 | 13.474 % |
6.18/6.24	c |     38725 |     360    41518   246514 |    47777    38725     31 | 13.474 % |
9.69/9.76	c |     58187 |     360    41518   246514 |    52554    25488     40 | 13.474 % |
14.48/14.55	c |     87382 |     360    41518   246514 |    57810    17923     31 | 13.474 % |
23.07/23.12	c |    131172 |     360    41518   246514 |    63591    20677     39 | 13.474 % |
42.17/42.27	c |    196856 |     360    41518   246514 |    69950    40257     41 | 13.474 % |
72.05/72.13	c |    295385 |     360    41518   246514 |    76945    37463     41 | 13.474 % |
117.43/117.55	c |    443174 |     360    41518   246514 |    84640    68297     38 | 13.474 % |
193.49/193.64	c |    664858 |     360    41518   246514 |    93104    25892     34 | 13.474 % |
319.02/319.25	c |    997384 |     360    41518   246514 |   102414    68009     40 | 13.474 % |
555.54/555.81	c |   1496173 |     360    41518   246514 |   112655    73327     40 | 13.474 % |
929.31/929.78	c |   2244355 |     360    41518   246514 |   123921    84844     41 | 13.474 % |
1555.11/1555.71	c |   3366631 |     360    41518   246514 |   136313    83959     44 | 13.474 % |
2504.59/2505.55	c |   5050042 |     360    41518   246514 |   149945    52830     40 | 13.474 % |
4161.42/4162.98	c |   7575158 |     360    41518   246514 |   164939    24259     32 | 13.474 % |

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-1785752-1241929764/watcher-1785752-1241929764 -o /tmp/evaluation-result-1785752-1241929764/solver-1785752-1241929764 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1785752-1241929764.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 4704
/proc/meminfo: memFree=1744240/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=1864 CPUtime=0
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 394 0 0 0 0 0 0 0 18 0 1 0 221004858 1908736 380 1992294400 134512640 135048876 4294956208 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 466 380 50 130 0 333 0

[startup+0.0717241 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4704
/proc/meminfo: memFree=1744240/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=6776 CPUtime=0.06
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 1606 0 0 0 5 1 0 0 18 0 1 0 221004858 6938624 1592 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 1694 1593 50 130 0 1561 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6776

[startup+0.101727 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4704
/proc/meminfo: memFree=1744240/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=9016 CPUtime=0.09
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 2157 0 0 0 8 1 0 0 18 0 1 0 221004858 9232384 2143 1992294400 134512640 135048876 4294956208 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 2254 2143 50 130 0 2121 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9016

[startup+0.301756 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4704
/proc/meminfo: memFree=1744240/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=11792 CPUtime=0.29
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 2820 0 0 0 28 1 0 0 19 0 1 0 221004858 12075008 2806 1992294400 134512640 135048876 4294956208 18446744073709551615 134546099 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 2948 2806 62 130 0 2815 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11792

[startup+0.701816 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4704
/proc/meminfo: memFree=1744240/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=11792 CPUtime=0.69
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 2820 0 0 0 68 1 0 0 24 0 1 0 221004858 12075008 2806 1992294400 134512640 135048876 4294956208 18446744073709551615 134529315 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 2948 2806 62 130 0 2815 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11792

[startup+1.50193 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1733160/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=12720 CPUtime=1.49
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 3087 0 0 0 148 1 0 0 25 0 1 0 221004858 13025280 3073 1992294400 134512640 135048876 4294956208 18446744073709551615 134529363 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 3180 3073 62 130 0 3047 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12720

[startup+3.10117 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1731688/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=12040 CPUtime=3.09
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 3160 0 0 0 308 1 0 0 25 0 1 0 221004858 12328960 2902 1992294400 134512640 135048876 4294956208 18446744073709551615 134520992 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 3010 2902 67 130 0 2877 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12040

[startup+6.30164 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1732456/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=12040 CPUtime=6.28
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 3169 0 0 0 627 1 0 0 25 0 1 0 221004858 12328960 2911 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 3010 2911 67 130 0 2877 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 12040

[startup+12.7016 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1730736/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=14552 CPUtime=12.69
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 3789 0 0 0 1267 2 0 0 25 0 1 0 221004858 14901248 3531 1992294400 134512640 135048876 4294956208 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 3638 3531 67 130 0 3505 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14552

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1727920/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=16852 CPUtime=25.47
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 4375 0 0 0 2545 2 0 0 25 0 1 0 221004858 17256448 4117 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 4213 4117 67 130 0 4080 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 16852

[startup+51.1013 s]
/proc/loadavg: 0.97 0.98 0.99 3/65 4705
/proc/meminfo: memFree=1724528/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=20316 CPUtime=51.07
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 5219 0 0 0 5103 4 0 0 25 0 1 0 221004858 20803584 4961 1992294400 134512640 135048876 4294956208 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 5079 4961 67 130 0 4946 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 20316

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1722224/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=22640 CPUtime=102.24
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 5779 0 0 0 10220 4 0 0 25 0 1 0 221004858 23183360 5521 1992294400 134512640 135048876 4294956208 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 5660 5521 67 130 0 5527 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 22640

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1720624/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=24292 CPUtime=162.21
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 6195 0 0 0 16216 5 0 0 25 0 1 0 221004858 24875008 5937 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 6073 5937 67 130 0 5940 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 24292

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1718832/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=26376 CPUtime=222.18
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 6640 0 0 0 22213 5 0 0 25 0 1 0 221004858 27009024 6382 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 6594 6382 67 130 0 6461 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 26376

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1717360/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=27928 CPUtime=282.13
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 7002 0 0 0 28208 5 0 0 25 0 1 0 221004858 28598272 6744 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 6982 6744 67 130 0 6849 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 27928

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1714928/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=30320 CPUtime=342.12
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 7619 0 0 0 34206 6 0 0 25 0 1 0 221004858 31047680 7361 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 7580 7361 67 130 0 7447 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 30320

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1711344/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=33916 CPUtime=402.09
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 8499 0 0 0 40202 7 0 0 25 0 1 0 221004858 34729984 8241 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 8479 8241 67 130 0 8346 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 33916

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1711088/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=34292 CPUtime=462.07
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 8571 0 0 0 46200 7 0 0 25 0 1 0 221004858 35115008 8313 1992294400 134512640 135048876 4294956208 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 8573 8313 67 130 0 8440 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 34292

[startup+522.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1710384/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=35012 CPUtime=522.05
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 8735 0 0 0 52198 7 0 0 25 0 1 0 221004858 35852288 8477 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 8753 8477 67 130 0 8620 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 35012

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1710384/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=35012 CPUtime=582.03
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 8747 0 0 0 58196 7 0 0 25 0 1 0 221004858 35852288 8489 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 8753 8489 67 130 0 8620 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 35012

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4707
/proc/meminfo: memFree=1709616/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=35276 CPUtime=642.02
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 8836 0 0 0 64195 7 0 0 25 0 1 0 221004858 36122624 8578 1992294400 134512640 135048876 4294956208 18446744073709551615 134546922 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 8819 8578 67 130 0 8686 0
Current children cumulated CPU time (s) 642.02
Current children cumulated vsize (KiB) 35276


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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4713
/proc/meminfo: memFree=1689520/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=57008 CPUtime=4000.88
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 13818 0 0 0 400073 15 0 0 25 0 1 0 221004858 58376192 13552 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 14252 13552 67 130 0 14119 0
Current children cumulated CPU time (s) 4000.88
Current children cumulated vsize (KiB) 57008

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4713
/proc/meminfo: memFree=1689328/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=57172 CPUtime=4060.87
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 13853 0 0 0 406072 15 0 0 25 0 1 0 221004858 58544128 13587 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 14293 13587 67 130 0 14160 0
Current children cumulated CPU time (s) 4060.87
Current children cumulated vsize (KiB) 57172

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4713
/proc/meminfo: memFree=1689264/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=57172 CPUtime=4120.84
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 13853 0 0 0 412069 15 0 0 25 0 1 0 221004858 58544128 13587 1992294400 134512640 135048876 4294956208 18446744073709551615 134547032 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 14293 13587 67 130 0 14160 0
Current children cumulated CPU time (s) 4120.84
Current children cumulated vsize (KiB) 57172

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4713
/proc/meminfo: memFree=1689264/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=57172 CPUtime=4180.82
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 13854 0 0 0 418067 15 0 0 25 0 1 0 221004858 58544128 13588 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 14293 13588 67 130 0 14160 0
Current children cumulated CPU time (s) 4180.82
Current children cumulated vsize (KiB) 57172

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4715
/proc/meminfo: memFree=1687792/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=58800 CPUtime=4240.8
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 14226 0 0 0 424065 15 0 0 25 0 1 0 221004858 60211200 13960 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 14700 13960 67 130 0 14567 0
Current children cumulated CPU time (s) 4240.8
Current children cumulated vsize (KiB) 58800

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4715
/proc/meminfo: memFree=1685040/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=61360 CPUtime=4300.77
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 14878 0 0 0 430062 15 0 0 25 0 1 0 221004858 62832640 14612 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 15340 14612 67 130 0 15207 0
Current children cumulated CPU time (s) 4300.77
Current children cumulated vsize (KiB) 61360

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4715
/proc/meminfo: memFree=1684976/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=61520 CPUtime=4360.75
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 14906 0 0 0 436060 15 0 0 25 0 1 0 221004858 62996480 14640 1992294400 134512640 135048876 4294956208 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 15380 14640 67 130 0 15247 0
Current children cumulated CPU time (s) 4360.75
Current children cumulated vsize (KiB) 61520

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4715
/proc/meminfo: memFree=1684976/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=61520 CPUtime=4420.74
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 14906 0 0 0 442058 16 0 0 25 0 1 0 221004858 62996480 14640 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 15380 14640 67 130 0 15247 0
Current children cumulated CPU time (s) 4420.74
Current children cumulated vsize (KiB) 61520

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4715
/proc/meminfo: memFree=1684784/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=61764 CPUtime=4480.72
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 14954 0 0 0 448056 16 0 0 25 0 1 0 221004858 63246336 14688 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 15441 14688 67 130 0 15308 0
Current children cumulated CPU time (s) 4480.72
Current children cumulated vsize (KiB) 61764

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4715
/proc/meminfo: memFree=1684656/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=61928 CPUtime=4540.7
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 15001 0 0 0 454054 16 0 0 25 0 1 0 221004858 63414272 14735 1992294400 134512640 135048876 4294956208 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 15482 14735 67 130 0 15349 0
Current children cumulated CPU time (s) 4540.7
Current children cumulated vsize (KiB) 61928

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4715
/proc/meminfo: memFree=1684592/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=61928 CPUtime=4600.68
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 15003 0 0 0 460052 16 0 0 25 0 1 0 221004858 63414272 14737 1992294400 134512640 135048876 4294956208 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 15482 14737 67 130 0 15349 0
Current children cumulated CPU time (s) 4600.68
Current children cumulated vsize (KiB) 61928

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4715
/proc/meminfo: memFree=1684464/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=61928 CPUtime=4660.66
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 15016 0 0 0 466050 16 0 0 25 0 1 0 221004858 63414272 14750 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 15482 14750 67 130 0 15349 0
Current children cumulated CPU time (s) 4660.66
Current children cumulated vsize (KiB) 61928

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4715
/proc/meminfo: memFree=1684144/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=62272 CPUtime=4720.64
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 15102 0 0 0 472048 16 0 0 25 0 1 0 221004858 63766528 14836 1992294400 134512640 135048876 4294956208 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 15568 14836 67 130 0 15435 0
Current children cumulated CPU time (s) 4720.64
Current children cumulated vsize (KiB) 62272

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4715
/proc/meminfo: memFree=1684016/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=62436 CPUtime=4780.62
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 15142 0 0 0 478046 16 0 0 25 0 1 0 221004858 63934464 14876 1992294400 134512640 135048876 4294956208 18446744073709551615 134547020 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 15609 14876 67 130 0 15476 0
Current children cumulated CPU time (s) 4780.62
Current children cumulated vsize (KiB) 62436

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4715
/proc/meminfo: memFree=1684016/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=62436 CPUtime=4840.6
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 15142 0 0 0 484044 16 0 0 25 0 1 0 221004858 63934464 14876 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 15609 14876 67 130 0 15476 0
Current children cumulated CPU time (s) 4840.6
Current children cumulated vsize (KiB) 62436

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4715
/proc/meminfo: memFree=1683888/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=62636 CPUtime=4900.58
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 15175 0 0 0 490042 16 0 0 25 0 1 0 221004858 64139264 14909 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 15659 14909 67 130 0 15526 0
Current children cumulated CPU time (s) 4900.58
Current children cumulated vsize (KiB) 62636

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4715
/proc/meminfo: memFree=1683760/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=62880 CPUtime=4960.56
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 15227 0 0 0 496040 16 0 0 25 0 1 0 221004858 64389120 14961 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 15720 14961 67 130 0 15587 0
Current children cumulated CPU time (s) 4960.56
Current children cumulated vsize (KiB) 62880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4715
/proc/meminfo: memFree=1683760/2055920 swapFree=4145892/4192956
[pid=4704] ppid=4702 vsize=62880 CPUtime=5000.05
/proc/4704/stat : 4704 (minisat_noasser) R 4702 4704 4667 0 -1 4194304 15227 0 0 0 499989 16 0 0 25 0 1 0 221004858 64389120 14961 1992294400 134512640 135048876 4294956208 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0
/proc/4704/statm: 15720 14961 67 130 0 15587 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 62880

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): 5001.82
CPU time (s): 5000.07
CPU user time (s): 4999.9
CPU system time (s): 0.173973
CPU usage (%): 99.9651
Max. virtual memory (cumulated for all children) (KiB): 62880

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

runsolver used 4.56031 second user time and 13.6399 second system time

The end

Launcher Data

Begin job on node39 at 2009-05-10 06:29:24
IDJOB=1785752
IDBENCH=71141
IDSOLVER=639
FILE ID=node39/1785752-1241929764
PBS_JOBID= 9264962
Free space on /tmp= 66344 MiB

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

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

MD5SUM BENCH= b22738b664eaf1324f561a555f3cf0f3
RANDOM SEED=180405466

node39.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.281
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.281
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:       1744664 kB
Buffers:         56580 kB
Cached:         145120 kB
SwapCached:      41128 kB
Active:         134716 kB
Inactive:       110380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1744664 kB
SwapTotal:     4192956 kB
SwapFree:      4145892 kB
Dirty:            4820 kB
Writeback:           0 kB
Mapped:          14444 kB
Slab:            52184 kB
Committed_AS:   811596 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= 66340 MiB
End job on node39 at 2009-05-10 07:52:48