Trace number 3274886

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.05 1300.02

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q505.75-n35-p30-s59841049.cnf
MD5SUMc86ce640ddb0138bf41ccc37bc6fcf28
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.84587
Satisfiable
(Un)Satisfiability was proved
Number of variables1295
Number of clauses148400
Sum of the clauses size298025
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2148365
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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:  1295                                                 |
0.00/0.00	c |  Number of clauses:    148400                                               |
0.00/0.04	c |  Parsing time:         0.04         s                                       |
4.50/4.53	c ============================[ Search Statistics ]==============================
4.50/4.53	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.50/4.53	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.50/4.53	c ===============================================================================
4.50/4.53	c |         0 |    1260   147105   414400 |    49035        0    nan |  0.000 % |
4.50/4.54	c |       101 |    1260   147105   414400 |    53938      101    163 |  0.000 % |
4.50/4.55	c |       252 |    1260   147105   414400 |    59332      252    159 |  0.000 % |
4.50/4.56	c |       479 |    1260   147105   414400 |    65265      479    173 |  0.000 % |
4.60/4.60	c |       818 |    1260   147105   414400 |    71792      818    202 |  0.000 % |
4.60/4.68	c |      1327 |    1260   147105   414400 |    78971     1327    219 |  0.000 % |
4.70/4.78	c |      2086 |    1260   147105   414400 |    86868     2086    226 |  0.000 % |
4.90/4.90	c |      3227 |    1260   147105   414400 |    95555     3227    231 |  0.000 % |
5.19/5.21	c |      4935 |    1260   147105   414400 |   105110     4935    237 |  0.000 % |
5.69/5.74	c |      7498 |    1260   147105   414400 |   115621     7498    224 |  0.000 % |
6.39/6.49	c |     11343 |    1260   147105   414400 |   127184    11343    228 |  0.000 % |
7.59/7.62	c |     17112 |    1260   147105   414400 |   139902    17112    215 |  0.000 % |
10.69/10.76	c |     25761 |    1260   147105   414400 |   153892    25761    211 |  0.000 % |
17.39/17.47	c |     38735 |    1260   147105   414400 |   169282    38735    207 |  0.000 % |
43.59/43.68	c |     58198 |    1260   147105   414400 |   186210    58198    203 |  0.000 % |
101.29/101.31	c |     87393 |    1260   147105   414400 |   204831    87393    200 |  0.000 % |
202.00/202.03	c |    131183 |    1260   147105   414400 |   225314   131183    193 |  0.000 % |
552.41/552.42	c |    196867 |    1260   147105   414400 |   247845   196867    187 |  0.000 % |
894.41/894.49	c |    295396 |    1260   147105   414400 |   272630    68272    192 |  0.000 % |

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-3274886-1303610608/watcher-3274886-1303610608 -o /tmp/evaluation-result-3274886-1303610608/solver-3274886-1303610608 -C 2400 -W 1300 -M 7680 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-3274886-1303610608.cnf 

running on 2 cores: 5,7

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: 1.12 2.82 3.27 3/178 5598
/proc/meminfo: memFree=15825908/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=2960 CPUtime=0 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 675 0 0 0 0 0 0 0 24 0 1 0 472660581 3031040 632 33554432000 134512640 135048876 4286714640 18446744073709551615 134530894 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 740 633 50 131 0 607 0

[startup+0.0805819 s]
/proc/loadavg: 1.12 2.82 3.27 3/178 5598
/proc/meminfo: memFree=15825908/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=9860 CPUtime=0.07 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 2311 0 0 0 7 0 0 0 24 0 1 0 472660581 10096640 2268 33554432000 134512640 135048876 4286714640 18446744073709551615 134529380 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 2465 2268 62 131 0 2332 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9860

[startup+0.100576 s]
/proc/loadavg: 1.12 2.82 3.27 3/178 5598
/proc/meminfo: memFree=15825908/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=9860 CPUtime=0.09 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 2311 0 0 0 9 0 0 0 24 0 1 0 472660581 10096640 2268 33554432000 134512640 135048876 4286714640 18446744073709551615 134529703 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 2465 2268 62 131 0 2332 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9860

[startup+0.300541 s]
/proc/loadavg: 1.12 2.82 3.27 3/178 5598
/proc/meminfo: memFree=15825908/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=9860 CPUtime=0.29 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 2311 0 0 0 29 0 0 0 25 0 1 0 472660581 10096640 2268 33554432000 134512640 135048876 4286714640 18446744073709551615 134529404 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 2465 2268 62 131 0 2332 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9860

[startup+0.700469 s]
/proc/loadavg: 1.12 2.82 3.27 3/178 5598
/proc/meminfo: memFree=15825908/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=11312 CPUtime=0.69 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 2677 0 0 0 69 0 0 0 25 0 1 0 472660581 11583488 2634 33554432000 134512640 135048876 4286714640 18446744073709551615 134529671 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 2828 2634 62 131 0 2695 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11312

[startup+1.50033 s]
/proc/loadavg: 1.12 2.82 3.27 5/190 5621
/proc/meminfo: memFree=15680124/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=12112 CPUtime=1.49 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 2912 0 0 0 149 0 0 0 25 0 1 0 472660581 12402688 2869 33554432000 134512640 135048876 4286714640 18446744073709551615 134529400 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 3028 2869 62 131 0 2895 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12112

[startup+3.10104 s]
/proc/loadavg: 1.12 2.82 3.27 5/190 5621
/proc/meminfo: memFree=15676384/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=12720 CPUtime=3.1 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 2932 0 0 0 310 0 0 0 25 0 1 0 472660581 13025280 2889 33554432000 134512640 135048876 4286714640 18446744073709551615 134529400 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 3180 2889 62 131 0 3047 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 12720

[startup+6.30048 s]
/proc/loadavg: 1.35 2.84 3.27 5/190 5621
/proc/meminfo: memFree=15668608/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=18388 CPUtime=6.29 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 4821 0 0 0 629 0 0 0 25 0 1 0 472660581 18829312 4452 33554432000 134512640 135048876 4286714640 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 4597 4452 67 131 0 4464 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18388

[startup+12.7003 s]
/proc/loadavg: 1.57 2.86 3.28 5/190 5621
/proc/meminfo: memFree=15631308/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=35852 CPUtime=12.69 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 9189 0 0 0 1268 1 0 0 25 0 1 0 472660581 36712448 8820 33554432000 134512640 135048876 4286714640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 8963 8820 67 131 0 8830 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35852

[startup+25.5001 s]
/proc/loadavg: 2.10 2.91 3.29 5/190 5621
/proc/meminfo: memFree=15599792/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=48856 CPUtime=25.49 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 12419 0 0 0 2547 2 0 0 25 0 1 0 472660581 50028544 12050 33554432000 134512640 135048876 4286714640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 12214 12050 67 131 0 12081 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 48856

[startup+51.1006 s]
/proc/loadavg: 2.75 3.00 3.30 5/190 5625
/proc/meminfo: memFree=15577368/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=62964 CPUtime=51.1 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 15906 0 0 0 5106 4 0 0 25 0 1 0 472660581 64475136 15537 33554432000 134512640 135048876 4286714640 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 15741 15537 67 131 0 15608 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 62964

[startup+102.306 s]
/proc/loadavg: 3.53 3.17 3.34 5/190 5626
/proc/meminfo: memFree=15535496/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=85180 CPUtime=102.3 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 21425 0 0 0 10224 6 0 0 25 0 1 0 472660581 87224320 21056 33554432000 134512640 135048876 4286714640 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 21295 21056 67 131 0 21162 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 85180

[startup+162.301 s]
/proc/loadavg: 3.83 3.31 3.38 5/190 5628
/proc/meminfo: memFree=15475216/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=103928 CPUtime=162.3 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 26024 0 0 0 16222 8 0 0 25 0 1 0 472660581 106422272 25655 33554432000 134512640 135048876 4286714640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 25982 25655 67 131 0 25849 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 103928

[startup+222.3 s]
/proc/loadavg: 3.93 3.44 3.42 5/190 5630
/proc/meminfo: memFree=15403396/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=129504 CPUtime=222.3 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 32260 0 0 0 22219 11 0 0 25 0 1 0 472660581 132612096 31891 33554432000 134512640 135048876 4286714640 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 32376 31891 67 131 0 32243 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 129504

[startup+282.301 s]
/proc/loadavg: 3.97 3.54 3.45 5/190 5631
/proc/meminfo: memFree=15356124/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=137184 CPUtime=282.3 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 34115 0 0 0 28218 12 0 0 25 0 1 0 472660581 140476416 33746 33554432000 134512640 135048876 4286714640 18446744073709551615 134546980 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 34296 33746 67 131 0 34163 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 137184

[startup+342.301 s]
/proc/loadavg: 4.02 3.63 3.49 5/190 5633
/proc/meminfo: memFree=15315308/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=144676 CPUtime=342.3 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 35947 0 0 0 34217 13 0 0 25 0 1 0 472660581 148148224 35578 33554432000 134512640 135048876 4286714640 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 36169 35578 67 131 0 36036 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 144676

[startup+402.3 s]
/proc/loadavg: 4.01 3.70 3.52 5/190 5634
/proc/meminfo: memFree=15278352/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=150300 CPUtime=402.3 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 37362 0 0 0 40216 14 0 0 25 0 1 0 472660581 153907200 36993 33554432000 134512640 135048876 4286714640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 37575 36993 67 131 0 37442 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 150300

[startup+462.301 s]
/proc/loadavg: 4.11 3.78 3.56 5/190 5636
/proc/meminfo: memFree=15239252/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=160060 CPUtime=462.3 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 39782 0 0 0 46214 16 0 0 25 0 1 0 472660581 163901440 39413 33554432000 134512640 135048876 4286714640 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 40015 39413 67 131 0 39882 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 160060

[startup+522.3 s]
/proc/loadavg: 4.04 3.82 3.58 5/190 5638
/proc/meminfo: memFree=15200424/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=168504 CPUtime=522.3 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 41920 0 0 0 52213 17 0 0 25 0 1 0 472660581 172548096 41551 33554432000 134512640 135048876 4286714640 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 42126 41551 67 131 0 41993 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 168504

[startup+582.301 s]
/proc/loadavg: 4.01 3.85 3.60 5/190 5639
/proc/meminfo: memFree=15165064/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=174560 CPUtime=582.3 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 43452 0 0 0 58212 18 0 0 25 0 1 0 472660581 178749440 43083 33554432000 134512640 135048876 4286714640 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 43640 43083 67 131 0 43507 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 174560

[startup+642.301 s]
/proc/loadavg: 4.00 3.87 3.63 5/190 5641
/proc/meminfo: memFree=15138628/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=181124 CPUtime=642.32 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 44968 0 0 0 64212 20 0 0 25 0 1 0 472660581 185470976 44599 33554432000 134512640 135048876 4286714640 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 45281 44599 67 131 0 45148 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 181124

[startup+702.3 s]
/proc/loadavg: 4.04 3.91 3.65 5/190 5642
/proc/meminfo: memFree=15110200/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=187248 CPUtime=702.3 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 46500 0 0 0 70210 20 0 0 25 0 1 0 472660581 191741952 46131 33554432000 134512640 135048876 4286714640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 46812 46131 67 131 0 46679 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 187248

[startup+762.307 s]
/proc/loadavg: 4.01 3.92 3.67 5/190 5644
/proc/meminfo: memFree=15078912/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=198216 CPUtime=762.32 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 49209 0 0 0 76209 23 0 0 25 0 1 0 472660581 202973184 48840 33554432000 134512640 135048876 4286714640 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 49554 48840 67 131 0 49421 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 198216

[startup+822.301 s]
/proc/loadavg: 4.00 3.93 3.69 5/190 5646
/proc/meminfo: memFree=15052204/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=207592 CPUtime=822.31 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 51528 0 0 0 82206 25 0 0 25 0 1 0 472660581 212574208 51159 33554432000 134512640 135048876 4286714640 18446744073709551615 134547008 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 51898 51159 67 131 0 51765 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 207592

[startup+882.3 s]
/proc/loadavg: 4.05 3.96 3.71 5/190 5647
/proc/meminfo: memFree=15023648/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=212584 CPUtime=882.31 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 52777 0 0 0 88206 25 0 0 25 0 1 0 472660581 217686016 52408 33554432000 134512640 135048876 4286714640 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 53146 52408 67 131 0 53013 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 212584

[startup+942.301 s]
/proc/loadavg: 4.02 3.96 3.73 5/190 5649
/proc/meminfo: memFree=15004772/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=212584 CPUtime=942.31 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 52789 0 0 0 94206 25 0 0 25 0 1 0 472660581 217686016 52420 33554432000 134512640 135048876 4286714640 18446744073709551615 134546999 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 53146 52420 67 131 0 53013 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 212584

[startup+1002.3 s]
/proc/loadavg: 4.06 3.98 3.74 5/190 5650
/proc/meminfo: memFree=14983800/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=212584 CPUtime=1002.31 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 52804 0 0 0 100206 25 0 0 25 0 1 0 472660581 217686016 52435 33554432000 134512640 135048876 4286714640 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 53146 52435 67 131 0 53013 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 212584

[startup+1062.3 s]
/proc/loadavg: 4.06 4.00 3.76 5/190 5652
/proc/meminfo: memFree=14960576/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=212584 CPUtime=1062.31 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 52816 0 0 0 106206 25 0 0 25 0 1 0 472660581 217686016 52447 33554432000 134512640 135048876 4286714640 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 53146 52447 67 131 0 53013 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 212584

[startup+1122.3 s]
/proc/loadavg: 4.17 4.03 3.78 6/196 13616
/proc/meminfo: memFree=14935424/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=212584 CPUtime=1122.31 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 52828 0 0 0 112206 25 0 0 25 0 1 0 472660581 217686016 52459 33554432000 134512640 135048876 4286714640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 53146 52459 67 131 0 53013 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 212584

[startup+1182.3 s]
/proc/loadavg: 4.43 4.15 3.84 5/190 11409
/proc/meminfo: memFree=14921068/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=213192 CPUtime=1182.31 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 52962 0 0 0 118206 25 0 0 25 0 1 0 472660581 218308608 52593 33554432000 134512640 135048876 4286714640 18446744073709551615 134546997 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 53298 52593 67 131 0 53165 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 213192

[startup+1242.3 s]
/proc/loadavg: 3.93 4.07 3.83 4/184 11428
/proc/meminfo: memFree=14972044/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=213800 CPUtime=1242.31 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 53110 0 0 0 124206 25 0 0 25 0 1 0 472660581 218931200 52741 33554432000 134512640 135048876 4286714640 18446744073709551615 134546894 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 53450 52741 67 131 0 53317 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 213800



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.34 3.88 3.78 4/184 11429
/proc/meminfo: memFree=14950576/32950928 swapFree=67111528/67111528
[pid=5598] ppid=5596 vsize=214648 CPUtime=1300.02 cores=5,7
/proc/5598/stat : 5598 (minisat_noasser) R 5596 5598 3830 0 -1 4202496 53258 0 0 0 129977 25 0 0 25 0 1 0 472660581 219799552 52889 33554432000 134512640 135048876 4286714640 18446744073709551615 134547017 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/5598/statm: 53662 52889 67 131 0 53529 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 214648

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.02
CPU time (s): 1300.05
CPU user time (s): 1299.77
CPU system time (s): 0.270958
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 214648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.77
system time used= 0.270958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53258
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= 4
involuntary context switches= 2576

runsolver used 2.14967 second user time and 4.95525 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-24 04:03:28
IDJOB=3274886
IDBENCH=88218
IDSOLVER=1676
FILE ID=node123/3274886-1303610608
RUNJOBID= node123-1303610608-5581
PBS_JOBID= 13150618
Free space on /tmp= 72768 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q505.75-n35-p30-s59841049.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3274886-1303610608/watcher-3274886-1303610608 -o /tmp/evaluation-result-3274886-1303610608/solver-3274886-1303610608 -C 2400 -W 1300 -M 7680 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-3274886-1303610608.cnf

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

MD5SUM BENCH= c86ce640ddb0138bf41ccc37bc6fcf28
RANDOM SEED=1431660245

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:      15826304 kB
Buffers:       2138716 kB
Cached:       14382652 kB
SwapCached:          0 kB
Active:        7797900 kB
Inactive:      8795228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15826304 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8256 kB
Writeback:           0 kB
AnonPages:       71124 kB
Mapped:          14496 kB
Slab:           466668 kB
PageTables:       5084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   196696 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:25:10