Trace number 3274694

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) 1300.04 1300.01

General information on the benchmark

NameSAT04/handmade/hirsch03/
hgen8-n320-01-S1432474240.shuffled-as.sat03-890.used-as.sat04-841.cnf
MD5SUMf97e40b22ad62886042ca9677daf337d
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 variables260
Number of clauses486
Sum of the clauses size1102
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2421
Number of clauses of size 30
Number of clauses of size 465
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:  260                                                  |
0.00/0.00	c |  Number of clauses:    486                                                  |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     184      410     1202 |      136        0    nan |  0.000 % |
0.00/0.01	c |       100 |     184      410     1202 |      150      100     32 |  0.002 % |
0.00/0.01	c |       250 |     184      410     1202 |      165      132     25 |  0.007 % |
0.00/0.01	c |       477 |     184      410     1202 |      181      233     27 |  0.002 % |
0.00/0.01	c |       815 |     184      410     1202 |      200      191     22 |  0.007 % |
0.00/0.01	c |      1321 |     184      410     1202 |      220      265     25 |  0.002 % |
0.00/0.02	c |      2081 |     184      410     1202 |      242      278     22 |  0.007 % |
0.00/0.04	c |      3220 |     184      410     1202 |      266      167     14 |  0.007 % |
0.00/0.06	c |      4928 |     184      410     1202 |      292      276     16 |  0.002 % |
0.10/0.10	c |      7490 |     184      410     1202 |      322      256     19 |  0.001 % |
0.10/0.15	c |     11336 |     184      410     1202 |      354      373     23 |  0.001 % |
0.20/0.25	c |     17103 |     184      410     1202 |      389      448     27 |  0.003 % |
0.30/0.37	c |     25752 |     184      410     1202 |      428      312     19 |  0.002 % |
0.50/0.59	c |     38727 |     184      410     1202 |      471      322     20 |  0.001 % |
0.90/0.92	c |     58188 |     184      410     1202 |      518      408     20 |  0.007 % |
1.40/1.40	c |     87380 |     184      410     1202 |      570      497     21 |  0.001 % |
2.10/2.13	c |    131169 |     184      410     1202 |      627      418     20 |  0.001 % |
3.20/3.23	c |    196855 |     184      410     1202 |      690      559     21 |  0.001 % |
4.80/4.89	c |    295381 |     184      410     1202 |      759      434     20 |  0.007 % |
7.70/7.72	c |    443170 |     184      410     1202 |      835      687     27 |  0.002 % |
12.00/12.02	c |    664853 |     184      410     1202 |      919      561     22 |  0.002 % |
18.60/18.69	c |    997380 |     184      410     1202 |     1011      717     23 |  0.002 % |
28.60/28.68	c |   1496169 |     184      410     1202 |     1112      825     25 |  0.001 % |
44.50/44.59	c |   2244352 |     184      410     1202 |     1223     1142     29 |  0.002 % |
70.70/70.72	c |   3366626 |     184      410     1202 |     1346     1191     29 |  0.004 % |
108.90/108.98	c |   5050040 |     184      410     1202 |     1480      860     28 |  0.002 % |
169.41/169.41	c |   7575156 |     184      410     1202 |     1628     1306     31 |  0.004 % |
262.40/262.41	c |  11362832 |     184      410     1202 |     1791     1351     30 |  0.007 % |
410.90/410.96	c |  17044344 |     184      410     1202 |     1970     1506     29 |  0.001 % |
636.81/636.86	c |  25566613 |     184      410     1202 |     2167     1271     33 |  0.007 % |
1020.12/1020.14	c |  38350016 |     184      410     1202 |     2384     1535     36 |  0.006 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3274694-1303609163/watcher-3274694-1303609163 -o /tmp/evaluation-result-3274694-1303609163/solver-3274694-1303609163 -C 2400 -W 1300 -M 7680 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3274694-1303609163.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 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.86 1.90 2.69 2/176 4906
/proc/meminfo: memFree=15817852/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=1728 CPUtime=0.01 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 149 0 0 0 1 0 0 0 23 0 1 0 472516062 1769472 105 33554432000 134512640 135048876 4290396720 18446744073709551615 134548205 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 432 105 66 131 0 299 0

[startup+0.0888301 s]
/proc/loadavg: 0.86 1.90 2.69 2/176 4906
/proc/meminfo: memFree=15817852/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=1856 CPUtime=0.08 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 159 0 0 0 8 0 0 0 23 0 1 0 472516062 1900544 115 33554432000 134512640 135048876 4290396720 18446744073709551615 134546850 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 464 115 66 131 0 331 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1856

[startup+0.100844 s]
/proc/loadavg: 0.86 1.90 2.69 2/176 4906
/proc/meminfo: memFree=15817852/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=1856 CPUtime=0.1 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 159 0 0 0 10 0 0 0 24 0 1 0 472516062 1900544 115 33554432000 134512640 135048876 4290396720 18446744073709551615 134554831 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 464 115 66 131 0 331 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1856

[startup+0.300764 s]
/proc/loadavg: 0.86 1.90 2.69 2/176 4906
/proc/meminfo: memFree=15817852/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=1856 CPUtime=0.3 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 169 0 0 0 30 0 0 0 25 0 1 0 472516062 1900544 125 33554432000 134512640 135048876 4290396720 18446744073709551615 134546882 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 464 125 66 131 0 331 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1856

[startup+0.70063 s]
/proc/loadavg: 0.86 1.90 2.69 2/176 4906
/proc/meminfo: memFree=15817852/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=1856 CPUtime=0.7 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 180 0 0 0 70 0 0 0 25 0 1 0 472516062 1900544 136 33554432000 134512640 135048876 4290396720 18446744073709551615 134546990 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 464 136 66 131 0 331 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 1856

[startup+1.50049 s]
/proc/loadavg: 0.86 1.90 2.69 5/190 4933
/proc/meminfo: memFree=15800716/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=1984 CPUtime=1.5 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 193 0 0 0 150 0 0 0 25 0 1 0 472516062 2031616 149 33554432000 134512640 135048876 4290396720 18446744073709551615 134547001 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 496 149 66 131 0 363 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 1984

[startup+3.1002 s]
/proc/loadavg: 0.86 1.90 2.69 5/190 4933
/proc/meminfo: memFree=15796500/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=1984 CPUtime=3.1 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 203 0 0 0 310 0 0 0 25 0 1 0 472516062 2031616 159 33554432000 134512640 135048876 4290396720 18446744073709551615 134552759 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 496 159 66 131 0 363 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 1984

[startup+6.3007 s]
/proc/loadavg: 1.11 1.93 2.70 5/190 4933
/proc/meminfo: memFree=15792488/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=2112 CPUtime=6.3 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 224 0 0 0 630 0 0 0 25 0 1 0 472516062 2162688 180 33554432000 134512640 135048876 4290396720 18446744073709551615 134546959 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 528 180 66 131 0 395 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 2112

[startup+12.7006 s]
/proc/loadavg: 1.34 1.97 2.70 5/190 4933
/proc/meminfo: memFree=15788732/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=2112 CPUtime=12.7 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 246 0 0 0 1270 0 0 0 25 0 1 0 472516062 2162688 202 33554432000 134512640 135048876 4290396720 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 528 202 66 131 0 395 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 2112

[startup+25.5003 s]
/proc/loadavg: 1.93 2.07 2.72 5/190 4934
/proc/meminfo: memFree=15784412/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=2244 CPUtime=25.5 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 277 0 0 0 2550 0 0 0 25 0 1 0 472516062 2297856 233 33554432000 134512640 135048876 4290396720 18446744073709551615 134546924 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 561 233 66 131 0 428 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 2244

[startup+51.1008 s]
/proc/loadavg: 2.71 2.24 2.76 5/190 4934
/proc/meminfo: memFree=15776488/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=2504 CPUtime=51.1 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 321 0 0 0 5110 0 0 0 25 0 1 0 472516062 2564096 277 33554432000 134512640 135048876 4290396720 18446744073709551615 134552788 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 626 277 66 131 0 493 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 2504

[startup+102.307 s]
/proc/loadavg: 3.44 2.51 2.82 5/190 4936
/proc/meminfo: memFree=15769168/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=2636 CPUtime=102.3 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 363 0 0 0 10230 0 0 0 25 0 1 0 472516062 2699264 319 33554432000 134512640 135048876 4290396720 18446744073709551615 134547065 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 659 319 66 131 0 526 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 2636

[startup+162.301 s]
/proc/loadavg: 3.85 2.79 2.90 5/190 4964
/proc/meminfo: memFree=15770752/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=2768 CPUtime=162.3 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 397 0 0 0 16230 0 0 0 25 0 1 0 472516062 2834432 353 33554432000 134512640 135048876 4290396720 18446744073709551615 134552448 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 692 353 66 131 0 559 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 2768

[startup+222.3 s]
/proc/loadavg: 3.94 3.01 2.97 5/190 4966
/proc/meminfo: memFree=15768576/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=2884 CPUtime=222.3 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 425 0 0 0 22230 0 0 0 25 0 1 0 472516062 2953216 381 33554432000 134512640 135048876 4290396720 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 721 381 66 131 0 588 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2884

[startup+282.301 s]
/proc/loadavg: 3.98 3.19 3.03 5/190 4968
/proc/meminfo: memFree=15763976/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=3016 CPUtime=282.3 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 449 0 0 0 28230 0 0 0 25 0 1 0 472516062 3088384 405 33554432000 134512640 135048876 4290396720 18446744073709551615 134546939 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 754 405 66 131 0 621 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 3016

[startup+342.3 s]
/proc/loadavg: 3.99 3.33 3.09 5/190 4969
/proc/meminfo: memFree=15760860/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=3016 CPUtime=342.3 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 461 0 0 0 34230 0 0 0 25 0 1 0 472516062 3088384 417 33554432000 134512640 135048876 4290396720 18446744073709551615 134551662 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 754 417 66 131 0 621 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 3016

[startup+402.301 s]
/proc/loadavg: 3.99 3.45 3.14 5/190 4971
/proc/meminfo: memFree=15760712/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=3108 CPUtime=402.3 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 477 0 0 0 40230 0 0 0 25 0 1 0 472516062 3182592 433 33554432000 134512640 135048876 4290396720 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 777 433 66 131 0 644 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 3108

[startup+462.301 s]
/proc/loadavg: 3.99 3.55 3.19 5/190 4972
/proc/meminfo: memFree=15752888/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=3108 CPUtime=462.3 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 491 0 0 0 46230 0 0 0 25 0 1 0 472516062 3182592 447 33554432000 134512640 135048876 4290396720 18446744073709551615 134552422 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 777 447 66 131 0 644 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 3108

[startup+522.3 s]
/proc/loadavg: 4.05 3.64 3.24 5/190 4974
/proc/meminfo: memFree=15749376/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=3204 CPUtime=522.3 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 501 0 0 0 52230 0 0 0 25 0 1 0 472516062 3280896 457 33554432000 134512640 135048876 4290396720 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 801 457 66 131 0 668 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 3204

[startup+582.301 s]
/proc/loadavg: 4.02 3.71 3.29 5/190 4976
/proc/meminfo: memFree=15749240/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=3204 CPUtime=582.3 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 502 0 0 0 58230 0 0 0 25 0 1 0 472516062 3280896 458 33554432000 134512640 135048876 4290396720 18446744073709551615 134548048 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 801 458 66 131 0 668 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 3204

[startup+642.301 s]
/proc/loadavg: 4.00 3.76 3.33 5/190 4977
/proc/meminfo: memFree=15748964/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=3204 CPUtime=642.31 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 519 0 0 0 64231 0 0 0 25 0 1 0 472516062 3280896 475 33554432000 134512640 135048876 4290396720 18446744073709551615 134547243 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 801 475 66 131 0 668 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 3204

[startup+702.3 s]
/proc/loadavg: 4.00 3.80 3.37 5/190 4979
/proc/meminfo: memFree=15745448/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=3336 CPUtime=702.31 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 543 0 0 0 70231 0 0 0 25 0 1 0 472516062 3416064 499 33554432000 134512640 135048876 4290396720 18446744073709551615 134554822 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 834 499 66 131 0 701 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 3336

[startup+762.307 s]
/proc/loadavg: 4.06 3.86 3.42 5/190 4980
/proc/meminfo: memFree=15744804/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=3336 CPUtime=762.31 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 553 0 0 0 76231 0 0 0 25 0 1 0 472516062 3416064 509 33554432000 134512640 135048876 4290396720 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 834 509 66 131 0 701 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 3336

[startup+822.3 s]
/proc/loadavg: 4.02 3.88 3.45 5/190 4982
/proc/meminfo: memFree=15744396/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=3460 CPUtime=822.31 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 562 0 0 0 82231 0 0 0 25 0 1 0 472516062 3543040 518 33554432000 134512640 135048876 4290396720 18446744073709551615 134547001 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 865 518 66 131 0 732 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 3460

[startup+882.301 s]
/proc/loadavg: 4.01 3.90 3.48 5/190 4984
/proc/meminfo: memFree=15744260/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=3460 CPUtime=882.31 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 568 0 0 0 88231 0 0 0 25 0 1 0 472516062 3543040 524 33554432000 134512640 135048876 4290396720 18446744073709551615 134546839 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 865 524 66 131 0 732 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 3460

[startup+942.301 s]
/proc/loadavg: 4.00 3.92 3.51 5/190 4985
/proc/meminfo: memFree=15744484/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=3460 CPUtime=942.31 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 572 0 0 0 94231 0 0 0 25 0 1 0 472516062 3543040 528 33554432000 134512640 135048876 4290396720 18446744073709551615 134548067 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 865 528 66 131 0 732 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 3460

[startup+1002.3 s]
/proc/loadavg: 4.00 3.93 3.54 5/190 4987
/proc/meminfo: memFree=15744324/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=3460 CPUtime=1002.32 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 581 0 0 0 100231 1 0 0 25 0 1 0 472516062 3543040 537 33554432000 134512640 135048876 4290396720 18446744073709551615 134548216 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 865 537 66 131 0 732 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 3460

[startup+1062.3 s]
/proc/loadavg: 4.07 3.96 3.57 5/190 4988
/proc/meminfo: memFree=15743052/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=3592 CPUtime=1062.32 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 604 0 0 0 106231 1 0 0 25 0 1 0 472516062 3678208 560 33554432000 134512640 135048876 4290396720 18446744073709551615 134547023 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 898 560 66 131 0 765 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 3592

[startup+1122.3 s]
/proc/loadavg: 4.02 3.96 3.59 5/190 4990
/proc/meminfo: memFree=15742652/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=3592 CPUtime=1122.32 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 606 0 0 0 112231 1 0 0 25 0 1 0 472516062 3678208 562 33554432000 134512640 135048876 4290396720 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 898 562 66 131 0 765 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 3592

[startup+1182.3 s]
/proc/loadavg: 4.01 3.97 3.62 5/190 4992
/proc/meminfo: memFree=15741268/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=3592 CPUtime=1182.32 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 618 0 0 0 118231 1 0 0 25 0 1 0 472516062 3678208 574 33554432000 134512640 135048876 4290396720 18446744073709551615 134546894 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 898 574 66 131 0 765 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 3592

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.64 5/190 4993
/proc/meminfo: memFree=15740360/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=3708 CPUtime=1242.32 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 625 0 0 0 124231 1 0 0 25 0 1 0 472516062 3796992 581 33554432000 134512640 135048876 4290396720 18446744073709551615 134547205 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 927 581 66 131 0 794 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 3708



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.17 4.02 3.67 5/190 5004
/proc/meminfo: memFree=15738848/32950928 swapFree=67111528/67111528
[pid=4906] ppid=4904 vsize=3708 CPUtime=1300.03 cores=0,2
/proc/4906/stat : 4906 (minisat_noasser) R 4904 4906 3830 0 -1 4202496 626 0 0 0 130002 1 0 0 25 0 1 0 472516062 3796992 582 33554432000 134512640 135048876 4290396720 18446744073709551615 134546922 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/4906/statm: 927 582 66 131 0 794 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 3708

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): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1300.02
CPU system time (s): 0.015997
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.02
system time used= 0.015997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 626
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= 5
involuntary context switches= 3989

runsolver used 2.19167 second user time and 4.87726 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-24 03:39:23
IDJOB=3274694
IDBENCH=84715
IDSOLVER=1676
FILE ID=node123/3274694-1303609163
RUNJOBID= node123-1303609163-4890
PBS_JOBID= 13150618
Free space on /tmp= 72748 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT04/handmade/hirsch03/hgen8-n320-01-S1432474240.shuffled-as.sat03-890.used-as.sat04-841.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274694-1303609163/watcher-3274694-1303609163 -o /tmp/evaluation-result-3274694-1303609163/solver-3274694-1303609163 -C 2400 -W 1300 -M 7680 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-3274694-1303609163.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= f97e40b22ad62886042ca9677daf337d
RANDOM SEED=1729312099

node123.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15818124 kB
Buffers:       2138536 kB
Cached:       14398780 kB
SwapCached:          0 kB
Active:        7800808 kB
Inactive:      8800748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15818124 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1656 kB
Writeback:           0 kB
AnonPages:       64140 kB
Mapped:          14496 kB
Slab:           466184 kB
PageTables:       5084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   192136 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72740 MiB
End job on node123 at 2011-04-24 04:01:05